@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 .adp-tax-calculator-tool{
  --adp-bg: #eef7f2;
  --adp-ink: #10251f;
  --adp-muted: #52645f;
  --adp-card: rgba(255, 255, 255, 0.94);
  --adp-line: #c9ddd4;
  --adp-green: #126a4f;
  --adp-green-dark: #073f32;
  --adp-blue: #174f74;
  --adp-gold: #b7791f;
  --adp-red: #9f2f2f;
  --adp-focus: #0d7c66;
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  overflow-x: hidden;
  color: var(--adp-ink);
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(90deg, rgba(18,106,79,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23,79,116,.07) 1px, transparent 1px),
    radial-gradient(circle at 16% 12%, rgba(21,128,96,.22), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(183,121,31,.18), transparent 25%),
    linear-gradient(135deg, #f4fbf8 0%, #e8f3ef 48%, #f7f2e7 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}.tc-wp-tool-root .adp-tax-calculator-tool, .tc-wp-tool-root .adp-tax-calculator-tool *{
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root, .tc-wp-tool-root{
  overflow-x: hidden;
}.tc-wp-tool-root .adp-tax-shell{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.tc-wp-tool-root .adp-tax-header{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 12px;
}.tc-wp-tool-root .adp-tax-header h1{
  margin: 0;
  color: #0b2f27;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-tool-root .adp-tax-header p{
  margin: 0;
  max-width: 780px;
  color: #314942;
  line-height: 1.6;
}.tc-wp-tool-root .adp-tax-card{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  background: rgba(255,255,255,.75);
  border: 1px solid var(--adp-line);
  box-shadow: 0 24px 70px rgba(15, 54, 42, .16);
  overflow: hidden;
}.tc-wp-tool-root .adp-tax-input-panel, .tc-wp-tool-root .adp-tax-output-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .adp-tax-input-panel{
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,252,250,.96)),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(18,106,79,.06) 31px 32px);
  border-right: 1px solid var(--adp-line);
}.tc-wp-tool-root .adp-tax-output-panel{
  overflow-y: auto;
  background:
    linear-gradient(135deg, rgba(9,61,48,.96), rgba(22,81,111,.94)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 64px);
  scrollbar-color: #8bc5b3 #123c35;
}.tc-wp-tool-root .adp-tax-grid, .tc-wp-tool-root .adp-result-grid, .tc-wp-tool-root .adp-toggle-grid, .tc-wp-tool-root .adp-shortcuts{
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .adp-field{
  min-width: 0;
}.tc-wp-tool-root .adp-field label{
  display: block;
  margin: 0 0 7px;
  color: #1d3730;
  font-weight: 700;
  font-size: 13px;
}.tc-wp-tool-root .adp-field input, .tc-wp-tool-root .adp-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #b9d1c7;
  background: #ffffff;
  color: var(--adp-ink);
  border-radius: 8px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root .adp-field input:focus, .tc-wp-tool-root .adp-field select:focus, .tc-wp-tool-root .adp-btn:focus, .tc-wp-tool-root .adp-shortcuts button:focus, .tc-wp-tool-root .adp-advanced summary:focus{
  outline: 3px solid rgba(13,124,102,.25);
  outline-offset: 2px;
  border-color: var(--adp-focus);
}.tc-wp-tool-root .adp-field input:hover, .tc-wp-tool-root .adp-field select:hover{
  border-color: #78ad9a;
}.tc-wp-tool-root .adp-custom-currency-field{
  display: none;
}.tc-wp-tool-root .adp-tax-calculator-tool.is-custom-currency .adp-custom-currency-field{
  display: block;
}.tc-wp-tool-root .adp-advanced{
  width: 100%;
  border: 1px solid #c6ddd3;
  border-radius: 10px;
  background: #f6fbf8;
}.tc-wp-tool-root .adp-advanced summary{
  cursor: pointer;
  font-weight: 800;
  color: var(--adp-green-dark);
  padding: 14px 16px;
}.tc-wp-tool-root .adp-toggle-grid label{
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #c6ddd3;
  border-radius: 8px;
  background: #ffffff;
  color: #24443b;
  font-weight: 700;
  font-size: 13px;
}.tc-wp-tool-root .adp-toggle-grid input{
  width: 18px;
  height: 18px;
  accent-color: var(--adp-green);
  flex: 0 0 auto;
}.tc-wp-tool-root .adp-actions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}.tc-wp-tool-root .adp-btn, .tc-wp-tool-root .adp-shortcuts button{
  max-width: 100%;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root .adp-btn:hover, .tc-wp-tool-root .adp-shortcuts button:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .adp-btn-primary{
  background: linear-gradient(135deg, var(--adp-green), var(--adp-blue));
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(18,106,79,.24);
}.tc-wp-tool-root .adp-btn-secondary{
  background: #e7f1ed;
  color: #103b31;
  border: 1px solid #b9d1c7;
}.tc-wp-tool-root .adp-copy-status, .tc-wp-tool-root .adp-validation{
  color: var(--adp-green-dark);
  font-weight: 700;
  font-size: 13px;
}.tc-wp-tool-root .adp-validation{
  color: #7a3420;
  line-height: 1.5;
}.tc-wp-tool-root .adp-result-box{
  width: 100%;
  border: 1px solid rgba(255,255,255,.45);
  background: #ffffff;
  color: #0b2f27;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(0,0,0,.20);
}.tc-wp-tool-root .adp-result-box span, .tc-wp-tool-root .adp-result-card span{
  display: block;
  color: #425a54;
  font-weight: 800;
}.tc-wp-tool-root .adp-result-box strong{
  display: block;
  color: #073f32;
  line-height: 1.05;
  margin-top: 8px;
}.tc-wp-tool-root .adp-result-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.94);
  border-radius: 10px;
}.tc-wp-tool-root .adp-result-card strong{
  display: block;
  margin-top: 7px;
  color: #0b2f27;
}.tc-wp-tool-root .adp-refund-card{
  border-color: rgba(72, 187, 120, .65);
}.tc-wp-tool-root .adp-owed-card{
  border-color: rgba(245, 101, 101, .65);
}.tc-wp-tool-root .adp-guidance{
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.14);
  color: #ffffff;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.45;
}.tc-wp-tool-root .adp-disclaimer{
  border-left: 4px solid #f4c46b;
  background: rgba(255,255,255,.94);
  color: #213d35;
  border-radius: 8px;
  line-height: 1.5;
  font-size: 13px;
}.tc-wp-tool-root .adp-shortcuts{
  background: rgba(255,255,255,.72);
  border: 1px solid var(--adp-line);
}.tc-wp-tool-root .adp-shortcuts button{
  width: 100%;
  background: #ffffff;
  color: #123c35;
  border: 1px solid #bfd8ce;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .adp-tax-calculator-tool{ padding: 22px 10px; }.tc-wp-tool-root .adp-tax-shell{ width: 100%; }.tc-wp-tool-root .adp-tax-header{ margin-bottom: 18px; }.tc-wp-tool-root .adp-tax-header h1{ font-size: 28px; }.tc-wp-tool-root .adp-tax-header p{ font-size: 14px; }.tc-wp-tool-root .adp-tax-card{ grid-template-columns: 1fr; gap: 0; }.tc-wp-tool-root .adp-tax-input-panel, .tc-wp-tool-root .adp-tax-output-panel{ padding: 14px; grid-column: 1 / -1; }.tc-wp-tool-root .adp-tax-grid, .tc-wp-tool-root .adp-income-grid, .tc-wp-tool-root .adp-deduction-grid, .tc-wp-tool-root .adp-credit-grid, .tc-wp-tool-root .adp-tax-settings-grid, .tc-wp-tool-root .adp-result-grid, .tc-wp-tool-root .adp-toggle-grid, .tc-wp-tool-root .adp-shortcuts{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .adp-field input, .tc-wp-tool-root .adp-field select{ min-height: 42px; padding: 10px; font-size: 14px; }.tc-wp-tool-root .adp-btn, .tc-wp-tool-root .adp-shortcuts button{ width: 100%; padding: 11px 12px; font-size: 13px; }.tc-wp-tool-root .adp-result-box{ padding: 15px; }.tc-wp-tool-root .adp-result-box strong{ font-size: 26px; }.tc-wp-tool-root .adp-result-card{ padding: 12px; }.tc-wp-tool-root .adp-result-card strong{ font-size: 17px; }.tc-wp-tool-root .adp-result-card span, .tc-wp-tool-root .adp-result-box span{ font-size: 12px; }.tc-wp-tool-root .adp-tax-card, .tc-wp-tool-root .adp-shortcuts{ border-radius: 10px; }.tc-wp-tool-root .adp-shortcuts{ margin-top: 14px; padding: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .adp-tax-calculator-tool{ padding: 26px 12px; }.tc-wp-tool-root .adp-tax-shell{ width: 100%; }.tc-wp-tool-root .adp-tax-header{ margin-bottom: 20px; }.tc-wp-tool-root .adp-tax-header h1{ font-size: 31px; }.tc-wp-tool-root .adp-tax-header p{ font-size: 15px; }.tc-wp-tool-root .adp-tax-card{ grid-template-columns: 1fr; }.tc-wp-tool-root .adp-tax-input-panel, .tc-wp-tool-root .adp-tax-output-panel{ padding: 16px; grid-column: 1 / -1; }.tc-wp-tool-root .adp-tax-grid, .tc-wp-tool-root .adp-income-grid, .tc-wp-tool-root .adp-deduction-grid, .tc-wp-tool-root .adp-credit-grid, .tc-wp-tool-root .adp-tax-settings-grid, .tc-wp-tool-root .adp-result-grid, .tc-wp-tool-root .adp-toggle-grid, .tc-wp-tool-root .adp-shortcuts{ grid-template-columns: 1fr !important; gap: 11px; }.tc-wp-tool-root .adp-field input, .tc-wp-tool-root .adp-field select{ min-height: 44px; padding: 11px; font-size: 15px; }.tc-wp-tool-root .adp-btn, .tc-wp-tool-root .adp-shortcuts button{ width: 100%; padding: 12px 14px; font-size: 14px; }.tc-wp-tool-root .adp-result-box{ padding: 16px; }.tc-wp-tool-root .adp-result-box strong{ font-size: 28px; }.tc-wp-tool-root .adp-result-card{ padding: 13px; }.tc-wp-tool-root .adp-result-card strong{ font-size: 18px; }.tc-wp-tool-root .adp-result-card span, .tc-wp-tool-root .adp-result-box span{ font-size: 12px; }.tc-wp-tool-root .adp-tax-card, .tc-wp-tool-root .adp-shortcuts{ border-radius: 11px; }.tc-wp-tool-root .adp-shortcuts{ margin-top: 16px; padding: 13px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .adp-tax-calculator-tool{ padding: 32px 16px; }.tc-wp-tool-root .adp-tax-shell{ width: 100%; }.tc-wp-tool-root .adp-tax-header{ margin-bottom: 24px; }.tc-wp-tool-root .adp-tax-header h1{ font-size: 36px; }.tc-wp-tool-root .adp-tax-header p{ font-size: 16px; }.tc-wp-tool-root .adp-tax-card{ grid-template-columns: 1fr; }.tc-wp-tool-root .adp-tax-input-panel, .tc-wp-tool-root .adp-tax-output-panel{ padding: 20px; grid-column: 1 / -1; }.tc-wp-tool-root .adp-tax-grid, .tc-wp-tool-root .adp-income-grid, .tc-wp-tool-root .adp-deduction-grid, .tc-wp-tool-root .adp-credit-grid, .tc-wp-tool-root .adp-tax-settings-grid, .tc-wp-tool-root .adp-result-grid, .tc-wp-tool-root .adp-toggle-grid, .tc-wp-tool-root .adp-shortcuts{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .adp-field input, .tc-wp-tool-root .adp-field select{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .adp-btn, .tc-wp-tool-root .adp-shortcuts button{ width: 100%; padding: 13px 15px; font-size: 14px; }.tc-wp-tool-root .adp-result-box{ padding: 18px; }.tc-wp-tool-root .adp-result-box strong{ font-size: 32px; }.tc-wp-tool-root .adp-result-card{ padding: 15px; }.tc-wp-tool-root .adp-result-card strong{ font-size: 19px; }.tc-wp-tool-root .adp-result-card span, .tc-wp-tool-root .adp-result-box span{ font-size: 13px; }.tc-wp-tool-root .adp-tax-card, .tc-wp-tool-root .adp-shortcuts{ border-radius: 12px; }.tc-wp-tool-root .adp-shortcuts{ margin-top: 18px; padding: 15px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .adp-tax-calculator-tool{ padding: 44px 24px; }.tc-wp-tool-root .adp-tax-shell{ width: 96%; }.tc-wp-tool-root .adp-tax-header{ margin-bottom: 28px; }.tc-wp-tool-root .adp-tax-header h1{ font-size: 44px; }.tc-wp-tool-root .adp-tax-header p{ font-size: 17px; }.tc-wp-tool-root .adp-tax-card{ grid-template-columns: 1fr; border-radius: 14px; }.tc-wp-tool-root .adp-tax-input-panel, .tc-wp-tool-root .adp-tax-output-panel{ padding: 24px; }.tc-wp-tool-root .adp-income-grid, .tc-wp-tool-root .adp-deduction-grid, .tc-wp-tool-root .adp-credit-grid, .tc-wp-tool-root .adp-tax-settings-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .adp-result-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .adp-toggle-grid, .tc-wp-tool-root .adp-shortcuts{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .adp-field input, .tc-wp-tool-root .adp-field select{ min-height: 48px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .adp-btn, .tc-wp-tool-root .adp-shortcuts button{ padding: 13px 16px; font-size: 14px; }.tc-wp-tool-root .adp-result-box{ padding: 20px; }.tc-wp-tool-root .adp-result-box strong{ font-size: 36px; }.tc-wp-tool-root .adp-result-card{ padding: 16px; }.tc-wp-tool-root .adp-result-card strong{ font-size: 20px; }.tc-wp-tool-root .adp-result-card span, .tc-wp-tool-root .adp-result-box span{ font-size: 13px; }.tc-wp-tool-root .adp-shortcuts{ margin-top: 20px; padding: 16px; border-radius: 14px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .adp-tax-calculator-tool{ padding: 56px 28px; }.tc-wp-tool-root .adp-tax-shell{ width: 96%; }.tc-wp-tool-root .adp-tax-header{ margin-bottom: 32px; }.tc-wp-tool-root .adp-tax-header h1{ font-size: 50px; }.tc-wp-tool-root .adp-tax-header p{ font-size: 18px; }.tc-wp-tool-root .adp-tax-card{ grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); border-radius: 16px; }.tc-wp-tool-root .adp-tax-input-panel, .tc-wp-tool-root .adp-tax-output-panel{ padding: 24px; }.tc-wp-tool-root .adp-income-grid, .tc-wp-tool-root .adp-deduction-grid, .tc-wp-tool-root .adp-credit-grid, .tc-wp-tool-root .adp-tax-settings-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .adp-result-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }.tc-wp-tool-root .adp-toggle-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .adp-shortcuts{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .adp-field input, .tc-wp-tool-root .adp-field select{ min-height: 48px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .adp-btn, .tc-wp-tool-root .adp-shortcuts button{ padding: 13px 16px; font-size: 14px; }.tc-wp-tool-root .adp-result-box{ padding: 20px; }.tc-wp-tool-root .adp-result-box strong{ font-size: 34px; }.tc-wp-tool-root .adp-result-card{ padding: 14px; }.tc-wp-tool-root .adp-result-card strong{ font-size: 18px; }.tc-wp-tool-root .adp-result-card span, .tc-wp-tool-root .adp-result-box span{ font-size: 12px; }.tc-wp-tool-root .adp-shortcuts{ margin-top: 22px; padding: 18px; border-radius: 16px; }}@media (min-width: 1200px) {.tc-wp-tool-root .adp-tax-calculator-tool{ padding: 68px 32px; }.tc-wp-tool-root .adp-tax-shell{ width: 94%; }.tc-wp-tool-root .adp-tax-header{ margin-bottom: 34px; }.tc-wp-tool-root .adp-tax-header h1{ font-size: 56px; }.tc-wp-tool-root .adp-tax-header p{ font-size: 18px; }.tc-wp-tool-root .adp-tax-card{ border-radius: 18px; }.tc-wp-tool-root .adp-tax-input-panel, .tc-wp-tool-root .adp-tax-output-panel{ padding: 28px; }.tc-wp-tool-root .adp-income-grid, .tc-wp-tool-root .adp-deduction-grid, .tc-wp-tool-root .adp-credit-grid, .tc-wp-tool-root .adp-tax-settings-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .adp-result-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .adp-toggle-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .adp-shortcuts{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .adp-field input, .tc-wp-tool-root .adp-field select{ min-height: 50px; padding: 13px; font-size: 15px; }.tc-wp-tool-root .adp-btn, .tc-wp-tool-root .adp-shortcuts button{ padding: 14px 18px; font-size: 14px; }.tc-wp-tool-root .adp-result-box{ padding: 22px; }.tc-wp-tool-root .adp-result-box strong{ font-size: 38px; }.tc-wp-tool-root .adp-result-card{ padding: 16px; }.tc-wp-tool-root .adp-result-card strong{ font-size: 20px; }.tc-wp-tool-root .adp-result-card span, .tc-wp-tool-root .adp-result-box span{ font-size: 13px; }.tc-wp-tool-root .adp-shortcuts{ margin-top: 24px; padding: 18px; border-radius: 18px; }}.tc-wp-tool-root .adp-tax-grid, .tc-wp-tool-root .adp-result-grid{
  margin-bottom: 16px;
}.tc-wp-tool-root .adp-advanced{
  margin-bottom: 16px;
}.tc-wp-tool-root .adp-guidance, .tc-wp-tool-root .adp-disclaimer{
  margin-top: 14px;
  padding: 14px;
}.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;
}