@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-adjoint-tool, .tc-wp-tool-root .amc-adjoint-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .amc-adjoint-tool{
  position: relative;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 54px 18px;
  color: #eefcff;
  background:
    radial-gradient(circle at 12% 12%, rgba(45, 212, 191, 0.22), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(34, 211, 238, 0.2), transparent 36%),
    linear-gradient(135deg, #061524 0%, #0a2434 45%, #052f35 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .amc-adjoint-tool .amc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .amc-adjoint-tool .amc-title{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 820px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-title h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .amc-adjoint-tool .amc-title p{
  margin: 12px 0 0;
  color: #bdebf0;
  font-size: 1rem;
  line-height: 1.65;
}.tc-wp-tool-root .amc-adjoint-tool .amc-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .amc-adjoint-tool .amc-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(178, 235, 242, 0.2);
  background: linear-gradient(180deg, rgba(13, 35, 50, 0.86), rgba(8, 27, 39, 0.78));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 20px;
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .amc-adjoint-tool .amc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 28px rgba(45, 212, 191, 0.08);
}.tc-wp-tool-root .amc-adjoint-tool .amc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-card-head h2{
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0;
}.tc-wp-tool-root .amc-adjoint-tool .amc-field{
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-field label{
  color: #d8fbff;
  font-size: 0.9rem;
  font-weight: 700;
}.tc-wp-tool-root .amc-adjoint-tool .amc-size-select, .tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(148, 221, 229, 0.34);
  background: #071a28;
  color: #f5feff;
  border-radius: 8px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .amc-adjoint-tool .amc-size-select{
  height: 46px;
  padding: 0 12px;
  font-size: 0.95rem;
  cursor: pointer;
}.tc-wp-tool-root .amc-adjoint-tool .amc-size-select option{
  color: #f5feff;
  background: #071a28;
}.tc-wp-tool-root .amc-adjoint-tool .amc-size-select:focus, .tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input:focus{
  border-color: #5eead4;
  box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.16), 0 0 24px rgba(34, 211, 238, 0.14);
  background: #092235;
}.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding: 4px 2px 8px;
  scrollbar-color: #2dd4bf rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-scroll::-webkit-scrollbar, .tc-wp-tool-root .amc-adjoint-tool .amc-result-box::-webkit-scrollbar, .tc-wp-tool-root .amc-adjoint-tool .amc-formula-box::-webkit-scrollbar, .tc-wp-tool-root .amc-adjoint-tool .amc-steps-box::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-scroll::-webkit-scrollbar-thumb, .tc-wp-tool-root .amc-adjoint-tool .amc-result-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .amc-adjoint-tool .amc-formula-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .amc-adjoint-tool .amc-steps-box::-webkit-scrollbar-thumb{
  background: #2dd4bf;
  border-radius: 999px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid{
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 8px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input{
  min-width: 0;
  height: 52px;
  padding: 8px;
  text-align: center;
  font-size: 1rem;
  appearance: textfield;
}.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input::-webkit-outer-spin-button, .tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input::-webkit-inner-spin-button{
  margin: 0;
  appearance: none;
}.tc-wp-tool-root .amc-adjoint-tool .amc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-copy-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-ghost-btn{
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background 150ms ease;
}.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn{
  min-width: 0;
  height: 50px;
  padding: 0 12px;
  font-size: 0.96rem;
}.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn{
  color: #042022;
  background: linear-gradient(135deg, #67e8f9, #5eead4);
  box-shadow: 0 12px 28px rgba(45, 212, 191, 0.22);
}.tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn{
  color: #e8fbff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(190, 242, 246, 0.24);
}.tc-wp-tool-root .amc-adjoint-tool .amc-copy-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-ghost-btn{
  height: 36px;
  padding: 0 11px;
  color: #dffcff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(190, 242, 246, 0.22);
  font-size: 0.84rem;
  white-space: nowrap;
}.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn:hover, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn:hover, .tc-wp-tool-root .amc-adjoint-tool .amc-copy-btn:hover, .tc-wp-tool-root .amc-adjoint-tool .amc-ghost-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(94, 234, 212, 0.18);
  border-color: rgba(94, 234, 212, 0.5);
}.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn:active, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn:active, .tc-wp-tool-root .amc-adjoint-tool .amc-copy-btn:active, .tc-wp-tool-root .amc-adjoint-tool .amc-ghost-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn:focus-visible, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn:focus-visible, .tc-wp-tool-root .amc-adjoint-tool .amc-copy-btn:focus-visible, .tc-wp-tool-root .amc-adjoint-tool .amc-ghost-btn:focus-visible{
  outline: 3px solid rgba(103, 232, 249, 0.5);
  outline-offset: 2px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  min-width: 0;
}.tc-wp-tool-root .amc-adjoint-tool .amc-result-box, .tc-wp-tool-root .amc-adjoint-tool .amc-formula-box, .tc-wp-tool-root .amc-adjoint-tool .amc-steps-box{
  width: 100%;
  min-width: 0;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #e9fdff;
  background: rgba(2, 14, 24, 0.6);
  border: 1px solid rgba(148, 221, 229, 0.22);
  border-radius: 8px;
  padding: 14px;
  line-height: 1.55;
  scrollbar-color: #2dd4bf rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .amc-adjoint-tool .amc-result-box{
  max-height: 260px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-formula-box{
  max-height: 180px;
  font-size: 0.98rem;
}.tc-wp-tool-root .amc-adjoint-tool .amc-steps-box{
  max-height: 260px;
  font-size: 0.94rem;
}.tc-wp-tool-root .amc-adjoint-tool .amc-steps-box ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-steps-box li{
  margin: 0 0 8px;
}.tc-wp-tool-root .amc-adjoint-tool .amc-muted{
  color: #a9dce2;
}.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-table-wrap{
  width: 100%;
  max-height: 280px;
  overflow: auto;
  animation: amcReveal 240ms ease both;
}.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-table{
  border-collapse: separate;
  border-spacing: 6px;
  margin: 0 auto;
  max-width: 100%;
}.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-table td{
  min-width: 58px;
  height: 42px;
  padding: 8px 10px;
  text-align: center;
  color: #f7feff;
  background: linear-gradient(180deg, rgba(15, 49, 65, 0.9), rgba(9, 34, 48, 0.9));
  border: 1px solid rgba(125, 239, 221, 0.28);
  border-radius: 8px;
  font-variant-numeric: tabular-nums;
}.tc-wp-tool-root .amc-adjoint-tool .amc-result-text{
  margin: 12px 0 0;
  color: #bff7f2;
  font-size: 0.9rem;
  white-space: pre-wrap;
}.tc-wp-tool-root .amc-adjoint-tool .amc-error{
  color: #fecaca;
  border-color: rgba(248, 113, 113, 0.45);
  background: rgba(69, 10, 10, 0.28);
}.tc-wp-tool-root .amc-adjoint-tool .amc-toast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 9999;
  transform: translate(-50%, 14px);
  min-width: min(92vw, 280px);
  max-width: min(92vw, 460px);
  padding: 12px 16px;
  text-align: center;
  color: #f8feff;
  background: linear-gradient(135deg, rgba(8, 30, 44, 0.98), rgba(5, 52, 58, 0.98));
  border: 1px solid rgba(94, 234, 212, 0.42);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36), 0 0 26px rgba(45, 212, 191, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .amc-adjoint-tool .amc-toast.amc-show{
  opacity: 1;
  transform: translate(-50%, 0);
}.tc-wp-tool-root .amc-adjoint-tool .amc-toast.amc-error-toast{
  border-color: rgba(248, 113, 113, 0.5);
  background: linear-gradient(135deg, rgba(69, 10, 10, 0.98), rgba(41, 20, 20, 0.98));
}.tc-wp-tool-root .amc-adjoint-tool .amc-reveal{
  animation: amcReveal 240ms ease both;
}@keyframes amcReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .amc-adjoint-tool{
    padding: 34px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-container{
    width: 100%;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title p{
    font-size: 0.88rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-layout, .tc-wp-tool-root .amc-adjoint-tool .amc-output-stack{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-card{
    padding: 13px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select{
    width: 100%;
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select option{
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid{
    gap: 6px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input{
    height: 44px;
    width: 100%;
    font-size: 0.86rem;
    padding: 5px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn{
    height: 48px;
    font-size: 0.86rem;
    padding: 0 6px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-result-box, .tc-wp-tool-root .amc-adjoint-tool .amc-formula-box, .tc-wp-tool-root .amc-adjoint-tool .amc-steps-box{
    font-size: 0.86rem;
    padding: 12px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .amc-adjoint-tool{
    padding: 38px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-container{
    width: 100%;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-layout, .tc-wp-tool-root .amc-adjoint-tool .amc-output-stack{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-card{
    padding: 15px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select{
    width: 100%;
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select option{
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid{
    gap: 7px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input{
    height: 46px;
    width: 100%;
    font-size: 0.9rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn{
    height: 50px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-result-box, .tc-wp-tool-root .amc-adjoint-tool .amc-formula-box, .tc-wp-tool-root .amc-adjoint-tool .amc-steps-box{
    font-size: 0.88rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .amc-adjoint-tool{
    padding: 42px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-container{
    width: 100%;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title p{
    font-size: 0.95rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-layout, .tc-wp-tool-root .amc-adjoint-tool .amc-output-stack{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-card{
    padding: 16px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select{
    width: 100%;
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select option{
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input{
    height: 48px;
    width: 100%;
    font-size: 0.94rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn{
    height: 52px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-result-box, .tc-wp-tool-root .amc-adjoint-tool .amc-formula-box, .tc-wp-tool-root .amc-adjoint-tool .amc-steps-box{
    font-size: 0.9rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .amc-adjoint-tool{
    padding: 48px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-container{
    width: min(100%, 920px);
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title p{
    font-size: 0.98rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-layout{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 16px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-output-stack{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-card{
    padding: 18px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select{
    width: 100%;
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select option{
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input{
    height: 48px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn{
    height: 50px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-result-box, .tc-wp-tool-root .amc-adjoint-tool .amc-formula-box, .tc-wp-tool-root .amc-adjoint-tool .amc-steps-box{
    font-size: 0.92rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .amc-adjoint-tool{
    padding: 54px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-container{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title p{
    font-size: 1rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-layout{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 18px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-output-stack{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-card{
    padding: 20px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select{
    width: 100%;
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select option{
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input{
    height: 52px;
    font-size: 1rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn{
    height: 50px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-result-box, .tc-wp-tool-root .amc-adjoint-tool .amc-formula-box, .tc-wp-tool-root .amc-adjoint-tool .amc-steps-box{
    font-size: 0.94rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .amc-adjoint-tool{
    padding: 60px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjoint-tool .amc-title p{
    font-size: 1.02rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-layout{
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 20px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-output-stack{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-card{
    padding: 22px;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select{
    width: 100%;
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-size-select option{
    color: #f5feff;
    background: #071a28;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-matrix-grid input{
    height: 54px;
    font-size: 1rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .amc-adjoint-tool .amc-primary-btn, .tc-wp-tool-root .amc-adjoint-tool .amc-secondary-btn{
    height: 50px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .amc-adjoint-tool .amc-result-box, .tc-wp-tool-root .amc-adjoint-tool .amc-formula-box, .tc-wp-tool-root .amc-adjoint-tool .amc-steps-box{
    font-size: 0.95rem;
  }}@media (max-width: 299px) {.tc-wp-tool-root .amc-adjoint-tool .amc-actions{
    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-formula-card {}
.tc-wp-tool-root .amc-input-card {}
.tc-wp-tool-root .amc-result-card {}
.tc-wp-tool-root .amc-steps-card {}