.ltc-au-root *, .ltc-au-root *::before, .ltc-au-root *::after { box-sizing: border-box; margin: 0; padding: 0; }
.ltc-au-root {
  /* Australian-inspired palette */
  --eucalyptus: #00843D;       /* Deep eucalyptus green — primary */
  --eucalyptus-dark: #00622D;
  --eucalyptus-light: #2a9d5f;
  --ochre: #C8651A;            /* Outback ochre — accent */
  --ochre-warm: #e07d2f;
  --ochre-pale: #f4ddc4;
  --bone: #FAF6EC;             /* Bone white — page background */
  --sand: #F0E8D4;             /* Warm sand */
  --sand-soft: #E6DBBF;
  --ink: #1E2A23;              /* Deep gum-leaf ink */
  --ink-soft: #3A4A42;
  --slate: #5A6861;
  --rule: #D4C9AE;
  --rule-soft: #E8DEC5;
  --sky: #2E6FAE;              /* Sky blue for secondary info */
  --crimson: #B63A2E;
  --paper: #FFFDF7;

  /* Typography */
  --ff-display: "DM Serif Display", "Times New Roman", Georgia, serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Scale */
  --s-0: 0.25rem;
  --s-1: 0.5rem;
  --s-2: 0.75rem;
  --s-3: 1rem;
  --s-4: 1.5rem;
  --s-5: 2rem;
  --s-6: 3rem;
  --s-7: 4.5rem;
  --s-8: 6rem;

  /* Radii & shadows */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;
  --shadow-sm: 0 1px 2px rgba(30, 42, 35, 0.06);
  --shadow-md: 0 4px 16px rgba(30, 42, 35, 0.08);
  --shadow-lg: 0 12px 36px rgba(30, 42, 35, 0.10);

  /* Motion */
  --e-out: cubic-bezier(0.22, 1, 0.36, 1);
}
.ltc-au-root { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
.ltc-au-root {
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bone);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.ltc-au-root .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2.5rem) clamp(1rem, 4vw, 2rem);
}
.ltc-au-root .masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s-3);
  padding: var(--s-3) 0;
  margin-bottom: var(--s-5);
  border-bottom: 1px solid var(--rule-soft);
}
.ltc-au-root .brand {
  display: flex;
  align-items: center;
  gap: var(--s-2);
  text-decoration: none;
  color: var(--ink);
}
.ltc-au-root .brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--eucalyptus);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  flex-shrink: 0;
}
.ltc-au-root .brand-mark::after {
  content: '';
  position: absolute;
  inset: -3px;
  border: 1px solid var(--ochre);
  border-radius: 50%;
  opacity: 0.4;
}
.ltc-au-root .brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.ltc-au-root .brand-name-primary {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.ltc-au-root .brand-name-secondary {
  font-size: 0.7rem;
  color: var(--slate);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 2px;
}
.ltc-au-root .masthead-meta {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  font-size: 0.78rem;
  color: var(--slate);
  font-weight: 500;
}
.ltc-au-root .badge-au {
  display: inline-flex;
  align-items: center;
  gap: var(--s-1);
  padding: 4px 10px;
  background: var(--ochre-pale);
  color: var(--ochre);
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ltc-au-root .badge-au::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--ochre);
  border-radius: 50%;
}
.ltc-au-root .hero {
  margin-bottom: var(--s-6);
  max-width: 800px;
}
.ltc-au-root .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--eucalyptus);
  font-weight: 700;
  margin-bottom: var(--s-3);
}
.ltc-au-root .eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--ochre);
}
.ltc-au-root .headline {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(2.1rem, 5vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: var(--s-3);
  color: var(--ink);
}
.ltc-au-root .headline em {
  font-style: italic;
  color: var(--eucalyptus);
}
.ltc-au-root .subhead {
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  color: var(--ink-soft);
  max-width: 620px;
  line-height: 1.6;
}
.ltc-au-root .card {
  background: var(--paper);
  border-radius: var(--r-xl);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--rule-soft);
  margin-bottom: var(--s-5);
}
.ltc-au-root .section-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: var(--s-2);
}
.ltc-au-root .section-title {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: var(--s-3);
  line-height: 1.15;
}
.ltc-au-root .state-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: var(--s-2);
  margin-bottom: var(--s-5);
}
.ltc-au-root .state-btn {
  position: relative;
  padding: var(--s-3) var(--s-2);
  background: var(--bone);
  border: 1.5px solid var(--rule-soft);
  border-radius: var(--r-md);
  font-family: var(--ff-body);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all 0.25s var(--e-out);
  text-align: center;
  letter-spacing: 0.02em;
}
.ltc-au-root .state-btn:hover {
  border-color: var(--eucalyptus);
  transform: translateY(-1px);
  color: var(--ink);
}
.ltc-au-root .state-btn[aria-pressed="true"] {
  background: var(--eucalyptus);
  color: var(--paper);
  border-color: var(--eucalyptus-dark);
  box-shadow: 0 4px 12px rgba(0, 132, 61, 0.2);
}
.ltc-au-root .state-btn[aria-pressed="true"]::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--eucalyptus);
}
.ltc-au-root .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
  margin-bottom: var(--s-4);
}
@media (min-width: 720px) {
.ltc-au-root .form-grid { grid-template-columns: 1fr 1fr; }
}
.ltc-au-root .field-group {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
}
.ltc-au-root .field-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.ltc-au-root .field-hint {
  font-size: 0.74rem;
  color: var(--slate);
  font-weight: 400;
}
.ltc-au-root .currency-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--bone);
  border: 1.5px solid var(--rule-soft);
  border-radius: var(--r-md);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ltc-au-root .currency-wrap:focus-within {
  border-color: var(--eucalyptus);
  box-shadow: 0 0 0 3px rgba(0, 132, 61, 0.12);
}
.ltc-au-root .currency-symbol {
  padding: 0 var(--s-2) 0 var(--s-3);
  font-family: var(--ff-display);
  font-size: 1.4rem;
  color: var(--slate);
  font-weight: 400;
}
.ltc-au-root .currency-input {
  flex: 1;
  padding: var(--s-3) var(--s-3) var(--s-3) 0;
  border: none;
  background: transparent;
  font-family: var(--ff-display);
  font-size: 1.4rem;
  color: var(--ink);
  width: 100%;
  outline: none;
  letter-spacing: -0.01em;
}
.ltc-au-root .currency-input::placeholder { color: var(--rule); }
.ltc-au-root .range-wrap { padding: var(--s-1) 0; }
.ltc-au-root .range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: var(--sand-soft);
  border-radius: 100px;
  outline: none;
  cursor: pointer;
}
.ltc-au-root .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background: var(--eucalyptus);
  border: 3px solid var(--paper);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s;
}
.ltc-au-root .range-input::-webkit-slider-thumb:hover { transform: scale(1.12); }
.ltc-au-root .range-input::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: var(--eucalyptus);
  border: 3px solid var(--paper);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}
.ltc-au-root .range-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: var(--s-1);
  font-size: 0.7rem;
  color: var(--slate);
  padding: 0 4px;
}
.ltc-au-root .segmented {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding: 3px;
  background: var(--sand);
  border-radius: var(--r-md);
  border: 1px solid var(--rule-soft);
}
.ltc-au-root .segmented-btn {
  padding: var(--s-2) var(--s-1);
  background: transparent;
  border: none;
  border-radius: calc(var(--r-md) - 3px);
  font-family: var(--ff-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--slate);
  cursor: pointer;
  transition: all 0.2s var(--e-out);
  text-align: center;
  letter-spacing: 0.01em;
}
.ltc-au-root .segmented-btn:hover { color: var(--ink); }
.ltc-au-root .segmented-btn[aria-pressed="true"] {
  background: var(--paper);
  color: var(--eucalyptus);
  box-shadow: var(--shadow-sm);
}
.ltc-au-root .checkbox-row {
  display: flex;
  align-items: center;
  gap: var(--s-2);
  padding: var(--s-3);
  background: var(--sand);
  border-radius: var(--r-md);
  cursor: pointer;
  user-select: none;
  border: 1px solid var(--rule-soft);
  transition: background 0.2s;
}
.ltc-au-root .checkbox-row:hover { background: var(--sand-soft); }
.ltc-au-root .checkbox-input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--rule);
  border-radius: 4px;
  background: var(--paper);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s;
}
.ltc-au-root .checkbox-input:checked {
  background: var(--eucalyptus);
  border-color: var(--eucalyptus);
}
.ltc-au-root .checkbox-input:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid var(--paper);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ltc-au-root .checkbox-label {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink);
}
.ltc-au-root .checkbox-label small {
  display: block;
  font-size: 0.75rem;
  color: var(--slate);
  font-weight: 400;
  margin-top: 2px;
}
.ltc-au-root .result {
  background: linear-gradient(135deg, var(--ink) 0%, var(--eucalyptus-dark) 100%);
  color: var(--paper);
  border-radius: var(--r-xl);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: var(--s-5);
  position: relative;
  overflow: hidden;
}
.ltc-au-root .result::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(200, 101, 26, 0.15), transparent 60%);
  pointer-events: none;
}
.ltc-au-root .result-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ochre-warm);
  margin-bottom: var(--s-2);
  position: relative;
  z-index: 1;
}
.ltc-au-root .result-state {
  font-size: 0.9rem;
  color: rgba(250, 246, 236, 0.7);
  margin-bottom: var(--s-3);
  position: relative;
  z-index: 1;
}
.ltc-au-root .result-amount {
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: var(--s-1);
  position: relative;
  z-index: 1;
}
.ltc-au-root .result-amount .currency {
  font-size: 0.55em;
  color: var(--ochre-warm);
  margin-right: 2px;
  font-style: italic;
}
.ltc-au-root .result-cents {
  font-size: 0.45em;
  color: rgba(250, 246, 236, 0.5);
}
.ltc-au-root .result-period {
  font-size: 0.95rem;
  color: rgba(250, 246, 236, 0.7);
  margin-bottom: var(--s-4);
  position: relative;
  z-index: 1;
}
.ltc-au-root .result-breakdown {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--s-3);
  padding-top: var(--s-4);
  border-top: 1px solid rgba(250, 246, 236, 0.15);
  position: relative;
  z-index: 1;
}
.ltc-au-root .breakdown-item small {
  display: block;
  font-size: 0.72rem;
  color: rgba(250, 246, 236, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  font-weight: 500;
}
.ltc-au-root .breakdown-item strong {
  font-family: var(--ff-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--paper);
  letter-spacing: -0.01em;
}
.ltc-au-root .calc-steps {
  background: var(--sand);
  border-radius: var(--r-lg);
  padding: var(--s-3) var(--s-4);
  margin-top: var(--s-4);
  border: 1px solid var(--rule-soft);
}
.ltc-au-root .calc-steps-title {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: var(--s-2);
}
.ltc-au-root .calc-step {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: var(--s-2) 0;
  font-size: 0.9rem;
  border-bottom: 1px dashed var(--rule);
  gap: var(--s-3);
}
.ltc-au-root .calc-step:last-child { border-bottom: none; }
.ltc-au-root .calc-step-label { color: var(--ink-soft); }
.ltc-au-root .calc-step-value { font-family: var(--ff-display); color: var(--ink); font-weight: 400; }
.ltc-au-root .calc-step.total .calc-step-label { font-weight: 600; color: var(--ink); }
.ltc-au-root .calc-step.total .calc-step-value { color: var(--eucalyptus); font-weight: 400; font-size: 1.05em; }
.ltc-au-root .info-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-1);
  margin-top: var(--s-3);
}
.ltc-au-root .chip {
  display: inline-flex;
  align-items: center;
  gap: var(--s-1);
  padding: 4px 10px;
  background: var(--sand);
  border: 1px solid var(--rule-soft);
  border-radius: 100px;
  font-size: 0.75rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.ltc-au-root .chip.warn { background: #fef3e8; border-color: #f4ddc4; color: var(--ochre); }
.ltc-au-root .chip.info { background: #e8f0f7; border-color: #c8dce9; color: var(--sky); }
.ltc-au-root .schedule {
  margin-top: var(--s-4);
}
.ltc-au-root .schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  background: var(--paper);
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--rule-soft);
}
.ltc-au-root .schedule-table th {
  background: var(--sand);
  padding: var(--s-2) var(--s-3);
  text-align: left;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate);
  border-bottom: 1px solid var(--rule-soft);
}
.ltc-au-root .schedule-table td {
  padding: var(--s-2) var(--s-3);
  border-bottom: 1px solid var(--rule-soft);
  color: var(--ink-soft);
}
.ltc-au-root .schedule-table tr:last-child td { border-bottom: none; }
.ltc-au-root .schedule-table tr.active td { background: #f0f9f3; color: var(--ink); }
.ltc-au-root .schedule-table tr.active td:first-child { position: relative; }
.ltc-au-root .schedule-table tr.active td:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--eucalyptus);
}
.ltc-au-root .comparison-grid {
  display: grid;
  gap: var(--s-1);
}
.ltc-au-root .compare-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  padding: var(--s-2) var(--s-3);
  gap: var(--s-3);
  border-radius: var(--r-md);
  background: var(--bone);
  transition: background 0.15s;
  border: 1px solid transparent;
}
.ltc-au-root .compare-row:hover { background: var(--sand); }
.ltc-au-root .compare-row.current { background: #f0f9f3; border-color: var(--eucalyptus); }
.ltc-au-root .compare-state {
  display: flex;
  align-items: center;
  gap: var(--s-2);
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--ink);
}
.ltc-au-root .compare-state .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rule);
  flex-shrink: 0;
}
.ltc-au-root .compare-row.current .compare-state .dot { background: var(--eucalyptus); }
.ltc-au-root .compare-bar-wrap {
  height: 8px;
  background: var(--sand);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.ltc-au-root .compare-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--eucalyptus-light), var(--eucalyptus));
  border-radius: 100px;
  transition: width 0.5s var(--e-out);
}
.ltc-au-root .compare-row.current .compare-bar {
  background: linear-gradient(90deg, var(--ochre-warm), var(--ochre));
}
.ltc-au-root .compare-amount {
  font-family: var(--ff-display);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--ink);
  min-width: 90px;
  text-align: right;
  letter-spacing: -0.01em;
}
.ltc-au-root .compare-row.nil .compare-amount { color: var(--slate); }
.ltc-au-root .compare-row.nil .compare-bar-wrap { opacity: 0.4; }
.ltc-au-root .content-section {
  margin-top: var(--s-6);
  margin-bottom: var(--s-5);
}
.ltc-au-root .content-section h2 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: var(--s-3);
  line-height: 1.2;
}
.ltc-au-root .content-section h3 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.35rem;
  color: var(--ink);
  margin-top: var(--s-4);
  margin-bottom: var(--s-2);
  letter-spacing: -0.01em;
}
.ltc-au-root .content-section p {
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: var(--s-3);
  max-width: 780px;
}
.ltc-au-root .content-section a {
  color: var(--eucalyptus);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 132, 61, 0.3);
  transition: border-color 0.2s;
}
.ltc-au-root .content-section a:hover { border-color: var(--eucalyptus); }
.ltc-au-root .info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--s-3);
  margin-top: var(--s-4);
}
.ltc-au-root .info-card {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  padding: var(--s-4);
  position: relative;
}
.ltc-au-root .info-card-num {
  font-family: var(--ff-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--ochre);
  line-height: 1;
  margin-bottom: var(--s-2);
  font-style: italic;
}
.ltc-au-root .info-card h4 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.15rem;
  color: var(--ink);
  margin-bottom: var(--s-1);
  letter-spacing: -0.01em;
}
.ltc-au-root .info-card p {
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
}
.ltc-au-root .faq {
  margin-top: var(--s-4);
}
.ltc-au-root .faq-item {
  border-bottom: 1px solid var(--rule-soft);
  padding: var(--s-3) 0;
}
.ltc-au-root .faq-item:first-child { border-top: 1px solid var(--rule-soft); }
.ltc-au-root .faq-question {
  font-family: var(--ff-display);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  padding-right: 32px;
  position: relative;
  letter-spacing: -0.01em;
}
.ltc-au-root .faq-question::-webkit-details-marker { display: none; }
.ltc-au-root .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--eucalyptus);
  transition: transform 0.25s var(--e-out);
  font-weight: 300;
}
.ltc-au-root .faq-item[open] .faq-question::after {
  transform: translateY(-50%) rotate(45deg);
}
.ltc-au-root .faq-answer {
  padding-top: var(--s-2);
  color: var(--ink-soft);
  line-height: 1.65;
  font-size: 0.95rem;
}
.ltc-au-root .disclaimer {
  background: var(--ink);
  color: rgba(250, 246, 236, 0.85);
  padding: var(--s-4);
  border-radius: var(--r-lg);
  margin-top: var(--s-5);
  font-size: 0.85rem;
  line-height: 1.6;
  border-left: 4px solid var(--ochre);
}
.ltc-au-root .disclaimer strong {
  color: var(--paper);
  display: block;
  margin-bottom: var(--s-1);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}
.ltc-au-root .sources {
  margin-top: var(--s-4);
  padding: var(--s-4);
  background: var(--sand);
  border-radius: var(--r-lg);
  border: 1px solid var(--rule-soft);
}
.ltc-au-root .sources h3 {
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: var(--slate) !important;
  margin: 0 0 var(--s-2) 0 !important;
  font-family: var(--ff-body) !important;
}
.ltc-au-root .sources-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--s-1);
  font-size: 0.82rem;
}
.ltc-au-root .sources-list a {
  color: var(--ink-soft);
  text-decoration: none;
  padding: 4px 0;
  display: block;
  border: none;
  transition: color 0.2s;
}
.ltc-au-root .sources-list a:hover { color: var(--eucalyptus); }
.ltc-au-root .sources-list a::before { content: '→ '; color: var(--ochre); font-weight: 700; }
.ltc-au-root .footer {
  margin-top: var(--s-6);
  padding-top: var(--s-4);
  border-top: 1px solid var(--rule-soft);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--s-3);
  font-size: 0.82rem;
  color: var(--slate);
}
.ltc-au-root .footer a { color: var(--slate); text-decoration: none; }
.ltc-au-root .footer a:hover { color: var(--eucalyptus); }
@media (prefers-reduced-motion: reduce) {
.ltc-au-root *, .ltc-au-root *::before, .ltc-au-root *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
.ltc-au-root { scroll-behavior: auto; }
}
.ltc-au-root :focus-visible {
  outline: 2px solid var(--eucalyptus);
  outline-offset: 2px;
  border-radius: 4px;
}
.ltc-au-root .visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
@media print {
.ltc-au-root { background: white; }
.ltc-au-root .card, .ltc-au-root .result { box-shadow: none; border: 1px solid #ccc; }
.ltc-au-root .state-grid, .ltc-au-root .segmented, .ltc-au-root .range-wrap, .ltc-au-root .checkbox-row, .ltc-au-root .footer { display: none; }
}
@media (max-width: 540px) {
.ltc-au-root .compare-row { grid-template-columns: 90px 1fr auto; font-size: 0.85rem; }
.ltc-au-root .compare-amount { min-width: 75px; font-size: 0.88rem; }
.ltc-au-root .result-breakdown { grid-template-columns: 1fr 1fr; }
.ltc-au-root .segmented { grid-template-columns: 1fr 1fr; }
}
.ltc-au-root .fade-in {
  animation: ltc-au-fadeInUp 0.6s var(--e-out) both;
}
@keyframes ltc-au-fadeInUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.ltc-au-root .fade-in.d1 { animation-delay: 0.05s; }
.ltc-au-root .fade-in.d2 { animation-delay: 0.12s; }
.ltc-au-root .fade-in.d3 { animation-delay: 0.20s; }
.ltc-au-root .quick-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s-2);
  margin-top: var(--s-4);
  padding: var(--s-2) var(--s-3);
  background: var(--paper);
  border-radius: 100px;
  border: 1px solid var(--rule-soft);
  box-shadow: var(--shadow-sm);
  font-size: 0.85rem;
}
.ltc-au-root .quick-nav-label {
  color: var(--slate);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  padding-right: var(--s-1);
  border-right: 1px solid var(--rule-soft);
  margin-right: var(--s-1);
}
.ltc-au-root .quick-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 100px;
  transition: all 0.2s var(--e-out);
  border: none;
}
.ltc-au-root .quick-nav a:hover {
  background: var(--eucalyptus);
  color: var(--paper);
}
.ltc-au-root .state-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--s-3);
  margin-top: var(--s-4);
}
.ltc-au-root .state-summary-card {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  padding: var(--s-4);
  position: relative;
  scroll-margin-top: var(--s-4);
}
.ltc-au-root .state-summary-card h3 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--ink);
  margin: 0 0 var(--s-1) 0 !important;
  letter-spacing: -0.01em;
}
.ltc-au-root .state-summary-card .state-meta {
  display: inline-flex;
  align-items: center;
  gap: var(--s-1);
  font-size: 0.7rem;
  color: var(--eucalyptus);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--s-2);
}
.ltc-au-root .state-summary-card dl {
  margin: 0;
  font-size: 0.85rem;
}
.ltc-au-root .state-summary-card dt {
  color: var(--slate);
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: var(--s-2);
}
.ltc-au-root .state-summary-card dd {
  margin: 2px 0 0 0;
  color: var(--ink);
  font-weight: 600;
  font-family: var(--ff-display);
  font-size: 1.05rem;
  letter-spacing: -0.005em;
}
.ltc-au-root .state-summary-card p {
  font-size: 0.82rem !important;
  color: var(--ink-soft);
  margin-top: var(--s-2);
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}
.ltc-au-root .glance-table-wrap {
  overflow-x: auto;
  margin-top: var(--s-3);
  border-radius: var(--r-md);
  border: 1px solid var(--rule-soft);
  background: var(--paper);
}
.ltc-au-root .glance-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  min-width: 640px;
}
.ltc-au-root .glance-table th, .ltc-au-root .glance-table td {
  padding: var(--s-2) var(--s-3);
  text-align: right;
  border-bottom: 1px solid var(--rule-soft);
}
.ltc-au-root .glance-table th:first-child, .ltc-au-root .glance-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--ink);
}
.ltc-au-root .glance-table thead th {
  background: var(--sand);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate);
}
.ltc-au-root .glance-table tbody tr:last-child td {
  border-bottom: none;
}
.ltc-au-root .glance-table tbody td {
  font-family: var(--ff-display);
  font-weight: 400;
  color: var(--ink-soft);
}
.ltc-au-root .glance-table .nil { color: var(--slate); font-family: var(--ff-body); font-style: italic; font-size: 0.82rem; }
.ltc-au-root .callout {
  background: var(--paper);
  border-left: 4px solid var(--eucalyptus);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: var(--s-3) var(--s-4);
  margin: var(--s-3) 0;
  border-top: 1px solid var(--rule-soft);
  border-right: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.ltc-au-root .callout.ochre { border-left-color: var(--ochre); }
.ltc-au-root .callout strong {
  color: var(--ink);
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  font-size: 0.95rem;
}
.ltc-au-root .callout p {
  margin: 0 !important;
  font-size: 0.9rem !important;
}
.ltc-au-root .reduce-list {
  list-style: none;
  margin-top: var(--s-3);
  padding: 0;
}
.ltc-au-root .reduce-list li {
  padding: var(--s-2) 0 var(--s-2) var(--s-5);
  position: relative;
  border-bottom: 1px solid var(--rule-soft);
  color: var(--ink-soft);
  line-height: 1.6;
  font-size: 0.95rem;
}
.ltc-au-root .reduce-list li:last-child { border-bottom: none; }
.ltc-au-root .reduce-list li::before {
  content: counter(reduce);
  counter-increment: reduce;
  position: absolute;
  left: 0;
  top: var(--s-2);
  width: 28px;
  height: 28px;
  background: var(--eucalyptus);
  color: var(--paper);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-display);
  font-size: 0.95rem;
  font-weight: 400;
}
.ltc-au-root .reduce-list { counter-reset: reduce; }
.ltc-au-root .reduce-list li strong { color: var(--ink); font-weight: 600; }