@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-adjugate-tool{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 36px 18px;
  color: #edf7ff;
  background:
    radial-gradient(circle at 15% 10%, rgba(20, 184, 166, 0.28), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(59, 130, 246, 0.23), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0b1d31 42%, #102944 100%);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .amc-adjugate-tool, .tc-wp-tool-root .amc-adjugate-tool div, .tc-wp-tool-root .amc-adjugate-tool section, .tc-wp-tool-root .amc-adjugate-tool article, .tc-wp-tool-root .amc-adjugate-tool header, .tc-wp-tool-root .amc-adjugate-tool main, .tc-wp-tool-root .amc-adjugate-tool h1, .tc-wp-tool-root .amc-adjugate-tool h2, .tc-wp-tool-root .amc-adjugate-tool p, .tc-wp-tool-root .amc-adjugate-tool label, .tc-wp-tool-root .amc-adjugate-tool input, .tc-wp-tool-root .amc-adjugate-tool select, .tc-wp-tool-root .amc-adjugate-tool option, .tc-wp-tool-root .amc-adjugate-tool button, .tc-wp-tool-root .amc-adjugate-tool table, .tc-wp-tool-root .amc-adjugate-tool tbody, .tc-wp-tool-root .amc-adjugate-tool tr, .tc-wp-tool-root .amc-adjugate-tool td, .tc-wp-tool-root .amc-adjugate-tool ol, .tc-wp-tool-root .amc-adjugate-tool li{
  box-sizing: border-box;
}.tc-wp-tool-root .amc-adjugate-tool .amc-bg-glow{
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.72;
}.tc-wp-tool-root .amc-adjugate-tool .amc-glow-one{
  width: 280px;
  height: 280px;
  left: -80px;
  top: 90px;
  background: rgba(45, 212, 191, 0.16);
}.tc-wp-tool-root .amc-adjugate-tool .amc-glow-two{
  width: 320px;
  height: 320px;
  right: -110px;
  bottom: 80px;
  background: rgba(99, 102, 241, 0.18);
}.tc-wp-tool-root .amc-adjugate-tool .amc-container{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .amc-adjugate-tool .amc-hero{
  text-align: center;
  margin: 0 auto 26px;
  max-width: 820px;
}.tc-wp-tool-root .amc-adjugate-tool .amc-hero h1{
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f7fbff;
  text-shadow: 0 14px 40px rgba(34, 211, 238, 0.16);
}.tc-wp-tool-root .amc-adjugate-tool .amc-hero p{
  margin: 0;
  color: #b8c9d8;
  font-size: 1rem;
  line-height: 1.6;
}.tc-wp-tool-root .amc-adjugate-tool .amc-main-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .amc-adjugate-tool .amc-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .amc-adjugate-tool .amc-card{
  width: 100%;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(187, 229, 238, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(14, 32, 53, 0.82), rgba(10, 24, 41, 0.68)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .amc-adjugate-tool .amc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(45, 212, 191, 0.35);
  box-shadow:
    0 28px 74px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(20, 184, 166, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .amc-adjugate-tool .amc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .amc-adjugate-tool .amc-card-head h2{
  margin: 0;
  color: #f2fbff;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .amc-adjugate-tool .amc-field{
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  min-width: 0;
}.tc-wp-tool-root .amc-adjugate-tool .amc-field label{
  color: #d8e8f2;
  font-weight: 700;
  font-size: 0.88rem;
}.tc-wp-tool-root .amc-adjugate-tool .amc-size-select{
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 12px;
  color: #f4fbff;
  background-color: #10243a;
  background-image: linear-gradient(180deg, rgba(21, 46, 73, 0.96), rgba(12, 30, 50, 0.96));
  outline: none;
  font-size: 0.98rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .amc-adjugate-tool .amc-size-select option{
  color: #f4fbff;
  background-color: #10243a;
}.tc-wp-tool-root .amc-adjugate-tool .amc-size-select:focus{
  border-color: rgba(45, 212, 191, 0.82);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.14);
}.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding: 10px;
  border: 1px solid rgba(148, 217, 226, 0.14);
  border-radius: 16px;
  background: rgba(3, 12, 24, 0.28);
}.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-scroll::-webkit-scrollbar, .tc-wp-tool-root .amc-adjugate-tool .amc-output-box::-webkit-scrollbar{
  height: 9px;
  width: 9px;
}.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-scroll::-webkit-scrollbar-track, .tc-wp-tool-root .amc-adjugate-tool .amc-output-box::-webkit-scrollbar-track{
  background: rgba(12, 28, 45, 0.9);
  border-radius: 999px;
}.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-scroll::-webkit-scrollbar-thumb, .tc-wp-tool-root .amc-adjugate-tool .amc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #22d3ee, #14b8a6);
  border-radius: 999px;
}.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-grid{
  display: grid;
  grid-template-columns: repeat(var(--amc-size, 3), minmax(58px, 1fr));
  gap: 9px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .amc-adjugate-tool .amc-cell{
  width: 100%;
  max-width: 100%;
  height: 50px;
  border: 1px solid rgba(191, 231, 239, 0.2);
  border-radius: 12px;
  color: #f7fbff;
  background-color: #0d2035;
  background-image: linear-gradient(180deg, rgba(18, 42, 68, 0.96), rgba(9, 25, 43, 0.96));
  text-align: center;
  font-size: 1rem;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}.tc-wp-tool-root .amc-adjugate-tool .amc-cell:focus{
  border-color: rgba(34, 211, 238, 0.86);
  box-shadow:
    0 0 0 4px rgba(34, 211, 238, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .amc-adjugate-tool .amc-cell.amc-error{
  border-color: rgba(248, 113, 113, 0.9);
  box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.12);
}.tc-wp-tool-root .amc-adjugate-tool .amc-validation{
  min-height: 20px;
  color: #fecaca;
  font-size: 0.86rem;
  line-height: 1.35;
}.tc-wp-tool-root .amc-adjugate-tool .amc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .amc-adjugate-tool .amc-btn{
  width: 100%;
  max-width: 100%;
  height: 54px;
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.98rem;
  white-space: nowrap;
  color: #03141f;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}.tc-wp-tool-root .amc-adjugate-tool .amc-btn-primary{
  background: linear-gradient(135deg, #2dd4bf, #22d3ee);
  box-shadow: 0 12px 30px rgba(34, 211, 238, 0.24);
}.tc-wp-tool-root .amc-adjugate-tool .amc-btn-secondary{
  color: #eaf8ff;
  background: linear-gradient(135deg, rgba(71, 85, 105, 0.95), rgba(30, 41, 59, 0.95));
  border: 1px solid rgba(226, 232, 240, 0.18);
  box-shadow: 0 12px 30px rgba(2, 8, 23, 0.24);
}.tc-wp-tool-root .amc-adjugate-tool .amc-btn:hover{
  filter: brightness(1.06);
  box-shadow: 0 16px 36px rgba(34, 211, 238, 0.22);
}.tc-wp-tool-root .amc-adjugate-tool .amc-btn:active{
  transform: scale(0.98);
}.tc-wp-tool-root .amc-adjugate-tool .amc-btn:focus, .tc-wp-tool-root .amc-adjugate-tool .amc-copy-btn:focus{
  outline: 3px solid rgba(45, 212, 191, 0.42);
  outline-offset: 3px;
}.tc-wp-tool-root .amc-adjugate-tool .amc-copy-btn{
  flex: 0 0 auto;
  min-width: 82px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 11px;
  color: #e9fbff;
  background: rgba(15, 39, 62, 0.92);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}.tc-wp-tool-root .amc-adjugate-tool .amc-copy-btn:hover{
  border-color: rgba(45, 212, 191, 0.58);
  box-shadow: 0 10px 24px rgba(20, 184, 166, 0.16);
}.tc-wp-tool-root .amc-adjugate-tool .amc-copy-btn:active{
  transform: scale(0.98);
}.tc-wp-tool-root .amc-adjugate-tool .amc-output-box{
  width: 100%;
  min-width: 0;
  overflow: auto;
  border: 1px solid rgba(186, 230, 253, 0.14);
  border-radius: 14px;
  color: #eaf7ff;
  background: rgba(2, 10, 22, 0.35);
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .amc-adjugate-tool .amc-result-box{
  max-height: 260px;
  padding: 14px;
  font-size: 0.95rem;
}.tc-wp-tool-root .amc-adjugate-tool .amc-formula-box{
  max-height: 180px;
  padding: 14px;
  font-size: 0.95rem;
  animation: amcFadeIn 260ms ease both;
}.tc-wp-tool-root .amc-adjugate-tool .amc-steps-box{
  max-height: 260px;
  padding: 14px 14px 14px 18px;
  font-size: 0.93rem;
  animation: amcFadeIn 260ms ease both;
}.tc-wp-tool-root .amc-adjugate-tool .amc-empty-state{
  color: #9fb5c7;
}.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-table{
  border-collapse: separate;
  border-spacing: 6px;
  width: 100%;
  min-width: 220px;
  animation: amcReveal 260ms ease both;
}.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-table td{
  padding: 10px 12px;
  min-width: 68px;
  border: 1px solid rgba(125, 211, 252, 0.17);
  border-radius: 10px;
  text-align: center;
  color: #f6fdff;
  background: rgba(17, 45, 70, 0.82);
  font-variant-numeric: tabular-nums;
}.tc-wp-tool-root .amc-adjugate-tool .amc-result-text{
  margin-top: 10px;
  color: #b9cbd8;
  font-size: 0.86rem;
}.tc-wp-tool-root .amc-adjugate-tool .amc-formula-line{
  margin: 0 0 8px;
}.tc-wp-tool-root .amc-adjugate-tool .amc-steps-list{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .amc-adjugate-tool .amc-steps-list li{
  margin: 0 0 6px;
}.tc-wp-tool-root .amc-adjugate-tool .amc-toast{
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  min-width: 160px;
  max-width: min(90vw, 360px);
  padding: 13px 18px;
  border: 1px solid rgba(186, 230, 253, 0.24);
  border-radius: 14px;
  color: #f6fdff;
  background: rgba(8, 24, 40, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42), 0 0 28px rgba(34, 211, 238, 0.16);
  text-align: center;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .amc-adjugate-tool .amc-toast.amc-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root .amc-adjugate-tool .amc-toast.amc-error-toast{
  border-color: rgba(248, 113, 113, 0.45);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42), 0 0 28px rgba(248, 113, 113, 0.16);
}@keyframes amcReveal {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes amcFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .amc-adjugate-tool{
    padding: 24px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-container{
    width: 100%;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero p{
    font-size: 0.88rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-main-layout, .tc-wp-tool-root .amc-adjugate-tool .amc-output-stack{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-card{
    padding: 14px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-field{
    gap: 7px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select{
    width: 100%;
    min-height: 46px;
    font-size: 0.92rem;
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select option{
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-grid{
    grid-template-columns: repeat(var(--amc-size, 3), minmax(50px, 1fr));
    gap: 7px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-cell{
    width: 100%;
    height: 46px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-btn{
    height: 48px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-result-box{
    font-size: 0.86rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-formula-box{
    font-size: 0.86rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-table td{
    min-width: 54px;
    padding: 8px 9px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .amc-adjugate-tool{
    padding: 28px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-container{
    width: 100%;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-main-layout, .tc-wp-tool-root .amc-adjugate-tool .amc-output-stack{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-card{
    padding: 16px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select{
    width: 100%;
    min-height: 47px;
    font-size: 0.94rem;
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select option{
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-grid{
    grid-template-columns: repeat(var(--amc-size, 3), minmax(54px, 1fr));
    gap: 8px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-cell{
    width: 100%;
    height: 48px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-btn{
    height: 50px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-result-box{
    font-size: 0.88rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-formula-box{
    font-size: 0.88rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .amc-adjugate-tool{
    padding: 32px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-container{
    width: 100%;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero p{
    font-size: 0.95rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-main-layout, .tc-wp-tool-root .amc-adjugate-tool .amc-output-stack{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-card{
    padding: 18px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select{
    width: 100%;
    min-height: 48px;
    font-size: 0.96rem;
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select option{
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-grid{
    grid-template-columns: repeat(var(--amc-size, 3), minmax(58px, 1fr));
    gap: 8px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-cell{
    width: 100%;
    height: 50px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-btn{
    height: 52px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-result-box{
    font-size: 0.9rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-formula-box{
    font-size: 0.9rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .amc-adjugate-tool{
    padding: 42px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-container{
    width: min(100%, 920px);
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero p{
    font-size: 1rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-main-layout{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-output-stack{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-card{
    padding: 20px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select{
    width: 100%;
    min-height: 50px;
    font-size: 0.98rem;
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select option{
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-grid{
    grid-template-columns: repeat(var(--amc-size, 3), minmax(66px, 1fr));
    gap: 9px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-cell{
    width: 100%;
    height: 52px;
    font-size: 1rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .amc-adjugate-tool .amc-btn{
    height: 54px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-result-box{
    font-size: 0.94rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-formula-box{
    font-size: 0.94rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .amc-adjugate-tool{
    padding: 48px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-container{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero p{
    font-size: 1.03rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-main-layout{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 18px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-card{
    padding: 22px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select{
    width: 100%;
    min-height: 50px;
    font-size: 1rem;
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select option{
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-grid{
    grid-template-columns: repeat(var(--amc-size, 3), minmax(62px, 1fr));
    gap: 9px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-cell{
    width: 100%;
    height: 52px;
    font-size: 1rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .amc-adjugate-tool .amc-btn{
    height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-result-box{
    font-size: 0.95rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-formula-box{
    font-size: 0.95rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .amc-adjugate-tool{
    padding: 54px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .amc-adjugate-tool .amc-hero p{
    font-size: 1.05rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-main-layout{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 20px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-card{
    padding: 24px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select{
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-size-select option{
    color: #f4fbff;
    background-color: #10243a;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-matrix-grid{
    grid-template-columns: repeat(var(--amc-size, 3), minmax(68px, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-cell{
    width: 100%;
    height: 54px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .amc-adjugate-tool .amc-btn{
    height: 58px;
    font-size: 1rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-result-box{
    font-size: 0.96rem;
  }.tc-wp-tool-root .amc-adjugate-tool .amc-formula-box{
    font-size: 0.96rem;
  }}@media (max-width: 299px) {.tc-wp-tool-root .amc-adjugate-tool .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-formula-card {}
.tc-wp-tool-root .amc-input-card {}
.tc-wp-tool-root .amc-result-card {}
.tc-wp-tool-root .amc-result-head {}
.tc-wp-tool-root .amc-steps-card {}