@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 .amc-tool-wrap{
  width: 100%;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 38px 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(50, 230, 205, 0.34), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(135, 94, 255, 0.34), transparent 30%),
    linear-gradient(135deg, #061426 0%, #0a1f36 38%, #10245d 70%, #070b1d 100%);
  color: #eefcff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .amc-tool-wrap, .tc-wp-tool-root .amc-tool-wrap div, .tc-wp-tool-root .amc-tool-wrap section, .tc-wp-tool-root .amc-tool-wrap article, .tc-wp-tool-root .amc-tool-wrap header, .tc-wp-tool-root .amc-tool-wrap main, .tc-wp-tool-root .amc-tool-wrap h1, .tc-wp-tool-root .amc-tool-wrap h2, .tc-wp-tool-root .amc-tool-wrap p, .tc-wp-tool-root .amc-tool-wrap label, .tc-wp-tool-root .amc-tool-wrap span, .tc-wp-tool-root .amc-tool-wrap input, .tc-wp-tool-root .amc-tool-wrap select, .tc-wp-tool-root .amc-tool-wrap option, .tc-wp-tool-root .amc-tool-wrap button{
  box-sizing: border-box;
}.tc-wp-tool-root .amc-tool-wrap .amc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .amc-tool-wrap .amc-hero{
  text-align: center;
  margin: 0 0 24px;
}.tc-wp-tool-root .amc-tool-wrap .amc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f8ffff;
  text-shadow: 0 0 26px rgba(92, 255, 232, 0.3);
}.tc-wp-tool-root .amc-tool-wrap .amc-hero p{
  max-width: 680px;
  margin: 12px auto 0;
  color: #b9d9e8;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .amc-tool-wrap .amc-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .amc-tool-wrap .amc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(177, 242, 255, 0.22);
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .amc-tool-wrap .amc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(83, 255, 225, 0.42);
  box-shadow: 0 26px 82px rgba(0, 0, 0, 0.42), 0 0 34px rgba(28, 207, 205, 0.14);
}.tc-wp-tool-root .amc-tool-wrap .amc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}.tc-wp-tool-root .amc-tool-wrap .amc-card-head h2{
  margin: 0;
  color: #f4ffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .amc-tool-wrap .amc-controls{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}.tc-wp-tool-root .amc-tool-wrap .amc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .amc-tool-wrap .amc-field span{
  color: #bdeffa;
  font-size: 0.84rem;
  font-weight: 700;
}.tc-wp-tool-root .amc-tool-wrap select, .tc-wp-tool-root .amc-tool-wrap input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #f7ffff;
  background-color: #0b1d34;
  border: 1px solid rgba(139, 229, 255, 0.32);
  border-radius: 12px;
  outline: none;
  transition: box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .amc-tool-wrap select{
  height: 46px;
  padding: 0 12px;
  font-size: 0.95rem;
  appearance: auto;
}.tc-wp-tool-root .amc-tool-wrap option{
  color: #f7ffff;
  background-color: #0b1d34;
}.tc-wp-tool-root .amc-tool-wrap option:checked, .tc-wp-tool-root .amc-tool-wrap option:hover, .tc-wp-tool-root .amc-tool-wrap option:focus{
  color: #03131f;
  background-color: #6dffe8;
}.tc-wp-tool-root .amc-tool-wrap input{
  height: 46px;
  padding: 0 8px;
  text-align: center;
  font-size: 0.95rem;
}.tc-wp-tool-root .amc-tool-wrap select:focus, .tc-wp-tool-root .amc-tool-wrap input:focus{
  border-color: #62ffe7;
  background-color: #0d2944;
  box-shadow: 0 0 0 3px rgba(98, 255, 231, 0.18), 0 0 22px rgba(98, 255, 231, 0.18);
}.tc-wp-tool-root .amc-tool-wrap .amc-matrix-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 10px;
  scrollbar-color: #56efd6 rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .amc-tool-wrap .amc-matrix-scroll::-webkit-scrollbar, .tc-wp-tool-root .amc-tool-wrap .amc-output-box::-webkit-scrollbar{
  height: 8px;
  width: 8px;
}.tc-wp-tool-root .amc-tool-wrap .amc-matrix-scroll::-webkit-scrollbar-thumb, .tc-wp-tool-root .amc-tool-wrap .amc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #62ffe7, #7d8cff);
  border-radius: 999px;
}.tc-wp-tool-root .amc-tool-wrap .amc-matrix-scroll::-webkit-scrollbar-track, .tc-wp-tool-root .amc-tool-wrap .amc-output-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .amc-tool-wrap .amc-matrix-grid{
  display: grid;
  gap: 8px;
  width: max-content;
  min-width: 100%;
  align-items: center;
}.tc-wp-tool-root .amc-tool-wrap .amc-cell-wrap{
  position: relative;
}.tc-wp-tool-root .amc-tool-wrap .amc-cell-wrap.amc-constant::before{
  content: "";
  position: absolute;
  left: -6px;
  top: 7px;
  bottom: 7px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #69ffe7, #9b8cff);
}.tc-wp-tool-root .amc-tool-wrap .amc-matrix-cell{
  width: 72px;
  height: 48px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: rgba(6, 20, 38, 0.82);
}.tc-wp-tool-root .amc-tool-wrap .amc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
}.tc-wp-tool-root .amc-tool-wrap .amc-btn, .tc-wp-tool-root .amc-tool-wrap .amc-copy-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 140ms ease, box-shadow 160ms ease, filter 160ms ease;
}.tc-wp-tool-root .amc-tool-wrap .amc-btn{
  height: 56px;
  padding: 0 14px;
  font-size: 1rem;
}.tc-wp-tool-root .amc-tool-wrap .amc-btn-primary{
  color: #02151d;
  background: linear-gradient(135deg, #65ffe6, #6ec8ff 48%, #a795ff);
  box-shadow: 0 13px 34px rgba(72, 232, 231, 0.28);
}.tc-wp-tool-root .amc-tool-wrap .amc-btn-ghost{
  color: #eafcff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(122, 142, 255, 0.16));
  border: 1px solid rgba(212, 246, 255, 0.24);
}.tc-wp-tool-root .amc-tool-wrap .amc-btn:hover, .tc-wp-tool-root .amc-tool-wrap .amc-copy-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.07);
  box-shadow: 0 16px 38px rgba(95, 255, 231, 0.24);
}.tc-wp-tool-root .amc-tool-wrap .amc-btn:active, .tc-wp-tool-root .amc-tool-wrap .amc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .amc-tool-wrap .amc-btn:focus-visible, .tc-wp-tool-root .amc-tool-wrap .amc-copy-btn:focus-visible{
  outline: 3px solid rgba(107, 255, 231, 0.42);
  outline-offset: 3px;
}.tc-wp-tool-root .amc-tool-wrap .amc-copy-btn{
  flex: 0 0 auto;
  width: auto;
  min-width: 86px;
  height: 38px;
  padding: 0 12px;
  color: #041b24;
  background: linear-gradient(135deg, #d6fff8, #72ffe7);
  font-size: 0.86rem;
}.tc-wp-tool-root .amc-tool-wrap .amc-results-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}.tc-wp-tool-root .amc-tool-wrap .amc-output-card{
  min-width: 0;
}.tc-wp-tool-root .amc-tool-wrap .amc-output-box{
  width: 100%;
  max-width: 100%;
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(139, 229, 255, 0.22);
  border-radius: 14px;
  color: #f4ffff;
  background: rgba(3, 14, 29, 0.66);
  line-height: 1.55;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: amcReveal 240ms ease both;
}.tc-wp-tool-root .amc-tool-wrap .amc-result-box{
  max-height: 260px;
  font-size: 1rem;
}.tc-wp-tool-root .amc-tool-wrap .amc-formula-box{
  max-height: 180px;
  color: #dffff9;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.02rem;
  animation: amcFade 260ms ease both;
}.tc-wp-tool-root .amc-tool-wrap .amc-steps-box{
  max-height: 260px;
  font-size: 0.95rem;
  animation: amcFade 260ms ease both;
}.tc-wp-tool-root .amc-tool-wrap .amc-steps-box ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .amc-tool-wrap .amc-steps-box li{
  margin: 0 0 7px;
}.tc-wp-tool-root .amc-tool-wrap .amc-matrix-output{
  max-height: 280px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9rem;
  animation: amcMatrixIn 260ms ease both;
}.tc-wp-tool-root .amc-tool-wrap .amc-rref-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
}.tc-wp-tool-root .amc-tool-wrap .amc-rref-table td{
  min-width: 58px;
  padding: 8px 9px;
  text-align: center;
  border-radius: 10px;
  color: #f7ffff;
  background: rgba(98, 255, 231, 0.11);
  border: 1px solid rgba(98, 255, 231, 0.18);
}.tc-wp-tool-root .amc-tool-wrap .amc-rref-table td.amc-rref-constant{
  border-left: 2px solid #72ffe7;
  background: rgba(132, 143, 255, 0.14);
}.tc-wp-tool-root .amc-tool-wrap .amc-solution-line{
  display: block;
  margin: 4px 0;
  color: #a9fff1;
  font-weight: 800;
}.tc-wp-tool-root .amc-tool-wrap .amc-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  max-width: min(90vw, 420px);
  padding: 13px 18px;
  border: 1px solid rgba(142, 255, 234, 0.36);
  border-radius: 999px;
  color: #f7ffff;
  background: linear-gradient(135deg, rgba(8, 31, 53, 0.96), rgba(34, 33, 88, 0.96));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42), 0 0 28px rgba(98, 255, 231, 0.16);
  transform: translate(-50%, -50%) scale(0.94);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-weight: 800;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .amc-tool-wrap .amc-toast.amc-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes amcReveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes amcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@keyframes amcMatrixIn {
  from { opacity: 0; transform: translateY(6px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .amc-tool-wrap{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .amc-tool-wrap .amc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .amc-tool-wrap .amc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .amc-tool-wrap .amc-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .amc-tool-wrap .amc-card{ padding: 12px; }.tc-wp-tool-root .amc-tool-wrap .amc-layout, .tc-wp-tool-root .amc-tool-wrap .amc-results-grid, .tc-wp-tool-root .amc-tool-wrap .amc-controls{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .amc-tool-wrap input{ width: 100%; height: 44px; font-size: 0.88rem; }.tc-wp-tool-root .amc-tool-wrap select{ width: 100%; height: 44px; font-size: 0.9rem; color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap option{ color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-grid{ gap: 7px; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-cell{ width: 58px; height: 44px; font-size: 0.86rem; }.tc-wp-tool-root .amc-tool-wrap .amc-btn{ height: 52px; font-size: 0.92rem; padding: 0 8px; }.tc-wp-tool-root .amc-tool-wrap .amc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .amc-tool-wrap .amc-result-box{ font-size: 0.9rem; }.tc-wp-tool-root .amc-tool-wrap .amc-formula-box{ font-size: 0.9rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .amc-tool-wrap{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .amc-tool-wrap .amc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .amc-tool-wrap .amc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .amc-tool-wrap .amc-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .amc-tool-wrap .amc-card{ padding: 14px; }.tc-wp-tool-root .amc-tool-wrap .amc-layout, .tc-wp-tool-root .amc-tool-wrap .amc-results-grid, .tc-wp-tool-root .amc-tool-wrap .amc-controls{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .amc-tool-wrap input{ width: 100%; height: 45px; font-size: 0.9rem; }.tc-wp-tool-root .amc-tool-wrap select{ width: 100%; height: 45px; font-size: 0.92rem; color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap option{ color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-grid{ gap: 7px; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-cell{ width: 62px; height: 45px; font-size: 0.88rem; }.tc-wp-tool-root .amc-tool-wrap .amc-btn{ height: 52px; font-size: 0.95rem; }.tc-wp-tool-root .amc-tool-wrap .amc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .amc-tool-wrap .amc-result-box{ font-size: 0.92rem; }.tc-wp-tool-root .amc-tool-wrap .amc-formula-box{ font-size: 0.92rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .amc-tool-wrap{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .amc-tool-wrap .amc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .amc-tool-wrap .amc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .amc-tool-wrap .amc-hero p{ font-size: 0.96rem; }.tc-wp-tool-root .amc-tool-wrap .amc-card{ padding: 16px; }.tc-wp-tool-root .amc-tool-wrap .amc-layout, .tc-wp-tool-root .amc-tool-wrap .amc-results-grid, .tc-wp-tool-root .amc-tool-wrap .amc-controls{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .amc-tool-wrap input{ width: 100%; height: 46px; font-size: 0.92rem; }.tc-wp-tool-root .amc-tool-wrap select{ width: 100%; height: 46px; font-size: 0.94rem; color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap option{ color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-grid{ gap: 8px; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-cell{ width: 66px; height: 46px; font-size: 0.9rem; }.tc-wp-tool-root .amc-tool-wrap .amc-btn{ height: 54px; font-size: 0.98rem; }.tc-wp-tool-root .amc-tool-wrap .amc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .amc-tool-wrap .amc-result-box{ font-size: 0.95rem; }.tc-wp-tool-root .amc-tool-wrap .amc-formula-box{ font-size: 0.96rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .amc-tool-wrap{ padding: 38px 18px; border-radius: 0 !important; }.tc-wp-tool-root .amc-tool-wrap .amc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .amc-tool-wrap .amc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .amc-tool-wrap .amc-hero p{ font-size: 1rem; }.tc-wp-tool-root .amc-tool-wrap .amc-card{ padding: 18px; }.tc-wp-tool-root .amc-tool-wrap .amc-layout{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .amc-tool-wrap .amc-results-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .amc-tool-wrap input{ width: 100%; height: 46px; font-size: 0.95rem; }.tc-wp-tool-root .amc-tool-wrap select{ width: 100%; height: 46px; font-size: 0.95rem; color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap option{ color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-grid{ gap: 8px; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-cell{ width: 70px; height: 48px; font-size: 0.94rem; }.tc-wp-tool-root .amc-tool-wrap .amc-btn{ height: 56px; font-size: 1rem; }.tc-wp-tool-root .amc-tool-wrap .amc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .amc-tool-wrap .amc-result-box{ font-size: 0.98rem; }.tc-wp-tool-root .amc-tool-wrap .amc-formula-box{ font-size: 1rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .amc-tool-wrap{ padding: 44px 22px; border-radius: 0 !important; }.tc-wp-tool-root .amc-tool-wrap .amc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .amc-tool-wrap .amc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .amc-tool-wrap .amc-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .amc-tool-wrap .amc-card{ padding: 18px; }.tc-wp-tool-root .amc-tool-wrap .amc-layout{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 18px; }.tc-wp-tool-root .amc-tool-wrap .amc-results-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .amc-tool-wrap input{ width: 100%; height: 47px; font-size: 0.96rem; }.tc-wp-tool-root .amc-tool-wrap select{ width: 100%; height: 47px; font-size: 0.96rem; color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap option{ color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-grid{ gap: 8px; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-cell{ width: 70px; height: 48px; font-size: 0.95rem; }.tc-wp-tool-root .amc-tool-wrap .amc-btn{ height: 56px; font-size: 1rem; }.tc-wp-tool-root .amc-tool-wrap .amc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .amc-tool-wrap .amc-result-box{ font-size: 1rem; }.tc-wp-tool-root .amc-tool-wrap .amc-formula-box{ font-size: 1.02rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .amc-tool-wrap{ padding: 52px 24px; border-radius: 0 !important; }.tc-wp-tool-root .amc-tool-wrap .amc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .amc-tool-wrap .amc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .amc-tool-wrap .amc-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .amc-tool-wrap .amc-card{ padding: 20px; }.tc-wp-tool-root .amc-tool-wrap .amc-layout{ grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); gap: 20px; }.tc-wp-tool-root .amc-tool-wrap .amc-results-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .amc-tool-wrap input{ width: 100%; height: 48px; font-size: 0.98rem; }.tc-wp-tool-root .amc-tool-wrap select{ width: 100%; height: 48px; font-size: 0.98rem; color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap option{ color: #f7ffff; background-color: #0b1d34; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-grid{ gap: 9px; }.tc-wp-tool-root .amc-tool-wrap .amc-matrix-cell{ width: 74px; height: 50px; font-size: 0.98rem; }.tc-wp-tool-root .amc-tool-wrap .amc-btn{ height: 58px; font-size: 1.02rem; }.tc-wp-tool-root .amc-tool-wrap .amc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .amc-tool-wrap .amc-result-box{ font-size: 1rem; }.tc-wp-tool-root .amc-tool-wrap .amc-formula-box{ font-size: 1.04rem; }}@media (max-width: 299px) {.tc-wp-tool-root .amc-tool-wrap .amc-action-row{
    grid-template-columns: 1fr !important;
  }}.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 .amc-input-card {}
.tc-wp-tool-root .amc-reveal-card {}