@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .omc-tool-wrap{
  position: relative;
  width: 100%;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #eefcff;
  background:
    radial-gradient(circle at 12% 10%, rgba(41, 244, 198, 0.28), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(35, 211, 255, 0.25), transparent 30%),
    linear-gradient(135deg, #071321 0%, #092437 42%, #0b4d52 73%, #61e7bb 135%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .omc-tool-wrap, .tc-wp-tool-root .omc-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .omc-tool-wrap .omc-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .omc-tool-wrap .omc-header{
  text-align: center;
}.tc-wp-tool-root .omc-tool-wrap .omc-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f7ffff;
  text-shadow: 0 16px 42px rgba(0, 255, 225, 0.22);
}.tc-wp-tool-root .omc-tool-wrap .omc-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(226, 255, 251, 0.86);
  line-height: 1.6;
}.tc-wp-tool-root .omc-tool-wrap .omc-subtitle code{
  color: #a8ffe0;
  background: rgba(2, 20, 31, 0.48);
  border: 1px solid rgba(151, 255, 225, 0.2);
  border-radius: 7px;
  padding: 2px 7px;
}.tc-wp-tool-root .omc-tool-wrap .omc-main, .tc-wp-tool-root .omc-tool-wrap .omc-results{
  display: grid;
  min-width: 0;
}.tc-wp-tool-root .omc-tool-wrap .omc-card{
  min-width: 0;
  border: 1px solid rgba(177, 255, 239, 0.18);
  background: linear-gradient(180deg, rgba(8, 28, 43, 0.82), rgba(5, 19, 31, 0.72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .omc-tool-wrap .omc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(129, 255, 226, 0.35);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.4), 0 0 34px rgba(42, 232, 206, 0.12);
}.tc-wp-tool-root .omc-tool-wrap .omc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .omc-tool-wrap .omc-card-head h2{
  margin: 0;
  color: #f4ffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .omc-tool-wrap .omc-controls{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .omc-tool-wrap .omc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .omc-tool-wrap .omc-field span{
  color: rgba(222, 255, 250, 0.82);
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root .omc-tool-wrap .omc-size, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance, .tc-wp-tool-root .omc-tool-wrap .omc-cell{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #efffff;
  background-color: rgba(3, 18, 31, 0.92);
  border: 1px solid rgba(151, 255, 225, 0.22);
  border-radius: 8px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .omc-tool-wrap .omc-size option, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance option{
  color: #efffff;
  background-color: #061827;
}.tc-wp-tool-root .omc-tool-wrap .omc-size:focus, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance:focus, .tc-wp-tool-root .omc-tool-wrap .omc-cell:focus{
  border-color: rgba(90, 255, 213, 0.78);
  box-shadow: 0 0 0 3px rgba(45, 232, 206, 0.18), 0 0 22px rgba(45, 232, 206, 0.16);
  background-color: rgba(4, 24, 38, 0.98);
}.tc-wp-tool-root .omc-tool-wrap .omc-matrix-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scrollbar-color: rgba(80, 245, 212, 0.7) rgba(3, 17, 29, 0.58);
  scrollbar-width: thin;
}.tc-wp-tool-root .omc-tool-wrap .omc-matrix-scroll::-webkit-scrollbar, .tc-wp-tool-root .omc-tool-wrap .omc-output::-webkit-scrollbar{
  height: 9px;
  width: 9px;
}.tc-wp-tool-root .omc-tool-wrap .omc-matrix-scroll::-webkit-scrollbar-track, .tc-wp-tool-root .omc-tool-wrap .omc-output::-webkit-scrollbar-track{
  background: rgba(3, 17, 29, 0.58);
  border-radius: 999px;
}.tc-wp-tool-root .omc-tool-wrap .omc-matrix-scroll::-webkit-scrollbar-thumb, .tc-wp-tool-root .omc-tool-wrap .omc-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #31e8cf, #8fffd8);
  border-radius: 999px;
}.tc-wp-tool-root .omc-tool-wrap .omc-matrix-grid{
  display: grid;
  gap: 8px;
  width: 100%;
}.tc-wp-tool-root .omc-tool-wrap .omc-cell{
  text-align: center;
  appearance: textfield;
}.tc-wp-tool-root .omc-tool-wrap .omc-cell::-webkit-outer-spin-button, .tc-wp-tool-root .omc-tool-wrap .omc-cell::-webkit-inner-spin-button{
  margin: 0;
  appearance: none;
}.tc-wp-tool-root .omc-tool-wrap .omc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .omc-tool-wrap .omc-btn, .tc-wp-tool-root .omc-tool-wrap .omc-copy-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 1px solid rgba(160, 255, 232, 0.24);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: #f5ffff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .omc-tool-wrap .omc-btn-primary{
  background: linear-gradient(135deg, #10ccb9, #71ffd1);
  color: #041821;
  box-shadow: 0 16px 34px rgba(27, 226, 201, 0.24);
}.tc-wp-tool-root .omc-tool-wrap .omc-btn-ghost, .tc-wp-tool-root .omc-tool-wrap .omc-copy-btn{
  background: rgba(9, 37, 54, 0.78);
  color: #dffefa;
}.tc-wp-tool-root .omc-tool-wrap .omc-btn:hover, .tc-wp-tool-root .omc-tool-wrap .omc-copy-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(144, 255, 229, 0.52);
  box-shadow: 0 18px 38px rgba(24, 229, 203, 0.16);
}.tc-wp-tool-root .omc-tool-wrap .omc-btn:active, .tc-wp-tool-root .omc-tool-wrap .omc-copy-btn:active{
  transform: translateY(1px);
}.tc-wp-tool-root .omc-tool-wrap .omc-btn:focus-visible, .tc-wp-tool-root .omc-tool-wrap .omc-copy-btn:focus-visible{
  outline: 3px solid rgba(130, 255, 225, 0.36);
  outline-offset: 2px;
}.tc-wp-tool-root .omc-tool-wrap .omc-output{
  width: 100%;
  max-width: 100%;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: rgba(241, 255, 253, 0.93);
  background: rgba(2, 16, 27, 0.72);
  border: 1px solid rgba(148, 255, 230, 0.14);
  border-radius: 8px;
  line-height: 1.55;
  scrollbar-color: rgba(80, 245, 212, 0.7) rgba(3, 17, 29, 0.58);
  scrollbar-width: thin;
  animation: omcFade 260ms ease both;
}.tc-wp-tool-root .omc-tool-wrap .omc-result-output{
  max-height: 260px;
}.tc-wp-tool-root .omc-tool-wrap .omc-formula-output{
  max-height: 180px;
}.tc-wp-tool-root .omc-tool-wrap .omc-steps-output{
  max-height: 260px;
}.tc-wp-tool-root .omc-tool-wrap .omc-matrix-output{
  max-height: 280px;
}.tc-wp-tool-root .omc-tool-wrap .omc-verdict{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-weight: 900;
}.tc-wp-tool-root .omc-tool-wrap .omc-verdict-good{
  color: #8fffd8;
}.tc-wp-tool-root .omc-tool-wrap .omc-verdict-bad{
  color: #ffd5a8;
}.tc-wp-tool-root .omc-tool-wrap .omc-matrix-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}.tc-wp-tool-root .omc-tool-wrap .omc-matrix-table td{
  border: 1px solid rgba(151, 255, 225, 0.14);
  color: #f1fffd;
  background: rgba(4, 25, 38, 0.72);
  text-align: right;
  font-variant-numeric: tabular-nums;
}.tc-wp-tool-root .omc-tool-wrap .omc-toast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 99999;
  transform: translateX(-50%) translateY(14px);
  max-width: min(92vw, 460px);
  opacity: 0;
  pointer-events: none;
  color: #f7ffff;
  background: linear-gradient(135deg, rgba(6, 25, 38, 0.96), rgba(10, 72, 74, 0.94));
  border: 1px solid rgba(150, 255, 229, 0.34);
  border-radius: 8px;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.42), 0 0 34px rgba(45, 232, 206, 0.18);
  padding: 13px 16px;
  font-weight: 800;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .omc-tool-wrap .omc-toast.omc-toast-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes omcFade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .omc-tool-wrap{
    padding: 26px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .omc-tool-wrap .omc-shell{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .omc-tool-wrap .omc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .omc-tool-wrap .omc-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-main, .tc-wp-tool-root .omc-tool-wrap .omc-results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-main{
    margin-top: 20px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-card{
    padding: 14px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-controls{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-field span{
    font-size: 0.82rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-size, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance{
    width: 100%;
    height: 46px;
    font-size: 0.95rem;
    color: #efffff;
    background-color: rgba(3, 18, 31, 0.92);
  }.tc-wp-tool-root .omc-tool-wrap .omc-size option, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance option{
    color: #efffff;
    background-color: #061827;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-grid{
    grid-template-columns: repeat(var(--omc-size), minmax(52px, 1fr));
    min-width: calc(var(--omc-size) * 52px + (var(--omc-size) - 1) * 8px);
    margin-top: 14px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-cell{
    width: 100%;
    height: 48px;
    font-size: 0.95rem;
    padding: 6px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 14px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-btn{
    height: 50px;
    font-size: 0.9rem;
    padding: 0 8px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-copy-btn{
    height: 36px;
    font-size: 0.78rem;
    padding: 0 10px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-output{
    padding: 12px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-formula-output{
    font-size: 0.93rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-table td{
    padding: 7px 5px;
    font-size: 0.78rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .omc-tool-wrap{
    padding: 30px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .omc-tool-wrap .omc-shell{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .omc-tool-wrap .omc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .omc-tool-wrap .omc-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-main, .tc-wp-tool-root .omc-tool-wrap .omc-results{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-main{
    margin-top: 22px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-card{
    padding: 16px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-controls{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-field span{
    font-size: 0.84rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-size, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance{
    width: 100%;
    height: 47px;
    font-size: 0.96rem;
    color: #efffff;
    background-color: rgba(3, 18, 31, 0.92);
  }.tc-wp-tool-root .omc-tool-wrap .omc-size option, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance option{
    color: #efffff;
    background-color: #061827;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-grid{
    grid-template-columns: repeat(var(--omc-size), minmax(56px, 1fr));
    min-width: calc(var(--omc-size) * 56px + (var(--omc-size) - 1) * 8px);
    margin-top: 15px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-cell{
    width: 100%;
    height: 50px;
    font-size: 0.96rem;
    padding: 7px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 15px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-btn{
    height: 52px;
    font-size: 0.94rem;
    padding: 0 10px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-copy-btn{
    height: 36px;
    font-size: 0.8rem;
    padding: 0 11px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-output{
    padding: 13px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-formula-output{
    font-size: 0.95rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-table td{
    padding: 8px 5px;
    font-size: 0.82rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .omc-tool-wrap{
    padding: 34px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .omc-tool-wrap .omc-shell{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .omc-tool-wrap .omc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .omc-tool-wrap .omc-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-main, .tc-wp-tool-root .omc-tool-wrap .omc-results{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-main{
    margin-top: 24px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-card{
    padding: 18px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-field span{
    font-size: 0.86rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-size, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance{
    width: 100%;
    height: 48px;
    font-size: 0.98rem;
    color: #efffff;
    background-color: rgba(3, 18, 31, 0.92);
  }.tc-wp-tool-root .omc-tool-wrap .omc-size option, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance option{
    color: #efffff;
    background-color: #061827;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-grid{
    grid-template-columns: repeat(var(--omc-size), minmax(58px, 1fr));
    min-width: calc(var(--omc-size) * 58px + (var(--omc-size) - 1) * 8px);
    margin-top: 16px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-cell{
    width: 100%;
    height: 52px;
    font-size: 1rem;
    padding: 8px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 16px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-btn{
    height: 54px;
    font-size: 0.98rem;
    padding: 0 12px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-copy-btn{
    height: 38px;
    font-size: 0.82rem;
    padding: 0 12px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-output{
    padding: 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-formula-output{
    font-size: 0.98rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-table td{
    padding: 8px 6px;
    font-size: 0.86rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .omc-tool-wrap{
    padding: 46px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .omc-tool-wrap .omc-shell{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .omc-tool-wrap .omc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .omc-tool-wrap .omc-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-main{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-results{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-card{
    padding: 20px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-controls{
    gap: 12px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-field span{
    font-size: 0.88rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-size, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance{
    width: 100%;
    height: 48px;
    font-size: 0.98rem;
    color: #efffff;
    background-color: rgba(3, 18, 31, 0.92);
  }.tc-wp-tool-root .omc-tool-wrap .omc-size option, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance option{
    color: #efffff;
    background-color: #061827;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-grid{
    grid-template-columns: repeat(var(--omc-size), minmax(50px, 1fr));
    min-width: 0;
    margin-top: 16px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-cell{
    width: 100%;
    height: 48px;
    font-size: 0.94rem;
    padding: 7px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-btn{
    height: 54px;
    font-size: 0.98rem;
    padding: 0 12px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-copy-btn{
    height: 38px;
    font-size: 0.82rem;
    padding: 0 12px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-output{
    padding: 15px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-formula-output{
    font-size: 0.98rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-table td{
    padding: 8px 7px;
    font-size: 0.88rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .omc-tool-wrap{
    padding: 56px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .omc-tool-wrap .omc-shell{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .omc-tool-wrap .omc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .omc-tool-wrap .omc-subtitle{
    font-size: 1.07rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-main{
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-result-card, .tc-wp-tool-root .omc-tool-wrap .omc-matrix-card{
    grid-column: span 2;
  }.tc-wp-tool-root .omc-tool-wrap .omc-card{
    padding: 22px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-controls{
    gap: 12px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-field span{
    font-size: 0.88rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-size, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance{
    width: 100%;
    height: 48px;
    font-size: 0.98rem;
    color: #efffff;
    background-color: rgba(3, 18, 31, 0.92);
  }.tc-wp-tool-root .omc-tool-wrap .omc-size option, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance option{
    color: #efffff;
    background-color: #061827;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-grid{
    grid-template-columns: repeat(var(--omc-size), minmax(48px, 1fr));
    min-width: 0;
    margin-top: 17px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-cell{
    width: 100%;
    height: 46px;
    font-size: 0.94rem;
    padding: 7px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 17px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-btn{
    height: 56px;
    font-size: 1rem;
    padding: 0 14px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-copy-btn{
    height: 38px;
    font-size: 0.84rem;
    padding: 0 13px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-output{
    padding: 16px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-formula-output{
    font-size: 1rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-table td{
    padding: 9px 8px;
    font-size: 0.9rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .omc-tool-wrap{
    padding: 64px 32px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .omc-tool-wrap .omc-shell{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .omc-tool-wrap .omc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .omc-tool-wrap .omc-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-main{
    grid-template-columns: minmax(0, 450px) minmax(0, 1fr);
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-result-card, .tc-wp-tool-root .omc-tool-wrap .omc-matrix-card{
    grid-column: span 2;
  }.tc-wp-tool-root .omc-tool-wrap .omc-card{
    padding: 24px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-controls{
    gap: 12px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-field span{
    font-size: 0.9rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-size, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance{
    width: 100%;
    height: 50px;
    font-size: 1rem;
    color: #efffff;
    background-color: rgba(3, 18, 31, 0.92);
  }.tc-wp-tool-root .omc-tool-wrap .omc-size option, .tc-wp-tool-root .omc-tool-wrap .omc-tolerance option{
    color: #efffff;
    background-color: #061827;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-grid{
    grid-template-columns: repeat(var(--omc-size), minmax(50px, 1fr));
    min-width: 0;
    margin-top: 18px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-cell{
    width: 100%;
    height: 48px;
    font-size: 0.96rem;
    padding: 8px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-btn{
    height: 58px;
    font-size: 1rem;
    padding: 0 14px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-copy-btn{
    height: 40px;
    font-size: 0.84rem;
    padding: 0 14px;
  }.tc-wp-tool-root .omc-tool-wrap .omc-output{
    padding: 16px;
    font-size: 0.97rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-formula-output{
    font-size: 1rem;
  }.tc-wp-tool-root .omc-tool-wrap .omc-matrix-table td{
    padding: 9px 8px;
    font-size: 0.92rem;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .omc-formula-card {}
.tc-wp-tool-root .omc-input-card {}
.tc-wp-tool-root .omc-result-head {}
.tc-wp-tool-root .omc-steps-card {}