
  @font-face {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("/fonts/fraunces-variable.woff2") format("woff2");
  }
  :root {
    color-scheme: light dark;
    
    --bg: #f7f9fb; --page-bg: #f7f9fb; --fg: #17212b; --muted: #5a6b7a;
    
    --faint: #5e6f80;
    --border: #e0e6ec;
    
    --border-strong: #7c8692;
    --accent: #1f3d54; --accent-deep: #152c3e; --accent-bg: #eaeef1; --card-bg: #ffffff;
    --on-accent: #fff;
    
    --panel-dark: #152c3e; --panel-dark-fg: #eaf1f7;
    
    --gold: #866731; --gold-line: #d8c9a6; --gold-bg: #f4eede;
    --verified-green: #256a4b; --verified-green-bg: #e8f1ec;
    
    --verified-green-rgb: 37,106,75;
    
    --stale-red: #c33737; --stale-red-bg: #f6e9e9;
    --trust-bg: #f4eede; --trust-border: #d8c9a6; --row-alt: #f6f8f9;
    --shadow: 0 1px 2px rgba(23,33,43,.05), 0 6px 22px rgba(23,33,43,.06);
    --font-display: Georgia, "Iowan Old Style", "Times New Roman", serif;
    --font-mono: "SFMono-Regular", ui-monospace, "Cascadia Code", Consolas, "Liberation Mono", monospace;
    --map-fixed: #bcd4f5; --map-fixed-hover: #1f3d54;
    --map-variable: #e4e8ec; --map-variable-hover: #8a95a3;
  }
  @media (prefers-color-scheme: dark) {
    :root {
      --bg: #12151a; --page-bg: #12151a; --fg: #e7ebf0; --muted: #9aa5b1;
      
      --faint: #828d99;
      --border: #2a323c;
      
      --border-strong: #6a7684;
      --accent: #7fa8d9; --accent-deep: #9cc0ea; --accent-bg: #1b2836; --card-bg: #1a1f26;
      --on-accent: #0d1824;
      --panel-dark: #0d1824; --panel-dark-fg: #dbe6ef;
      --gold: #d6b45a; --gold-line: #8a6d1f; --gold-bg: #26210f;
      --verified-green: #4fd685; --verified-green-bg: rgba(52,199,120,0.12);
      --verified-green-rgb: 79,214,133;
      
      --stale-red: #ef6b6b; --stale-red-bg: rgba(239,107,107,0.12);
      --trust-bg: #26210f; --trust-border: #5a4a20; --row-alt: #171b21;
      --map-fixed: #2c4a72; --map-fixed-hover: #7fb0ff;
      --map-variable: #262b32; --map-variable-hover: #545e6c;
      
      --shadow: 0 1px 2px rgba(0,0,0,.35), 0 8px 26px rgba(0,0,0,.4);
    }
  }
  * { box-sizing: border-box; }
  
  html { scroll-padding-top: 68px; }
  html { background: var(--page-bg); }
  
  body {
    font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0; padding: 0 0 3rem;
    line-height: 1.55; color: var(--fg); background: var(--page-bg);
  }
  
  .wrap { max-width: 1180px; margin: 0 auto; padding: 0 1.25rem; }
  a { color: var(--accent); }
  .topbar {
    background: var(--accent-deep); color: #cfe0ee;
    font-size: 0.78rem; letter-spacing: 0.02em; text-align: center; padding: 0.4rem 1rem;
  }
  nav.mainnav {
    background: rgba(247,249,251,.92); backdrop-filter: saturate(1.4) blur(8px);
    border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 20;
  }
  nav.mainnav--static { position: static; }
  @media (prefers-color-scheme: dark) {
    nav.mainnav { background: rgba(18,21,26,.92); }
  }
  .nav-inner {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
  }
  .nav-links { display: flex; gap: 1.4rem; flex-wrap: wrap; }
  .nav-links a {
    color: var(--muted); text-decoration: none; font-size: 0.85rem;
    padding: 0.9rem 0; border-bottom: 2px solid transparent; white-space: nowrap;
  }
  .nav-links a:hover { color: var(--fg); }
  .nav-links a.cta { color: var(--accent); font-weight: 600; }
  
  .nav-toggle {
    display: none; border: 1px solid var(--border-strong); background: var(--card-bg); color: var(--fg);
    border-radius: 6px; font-size: 1.15rem; line-height: 1; cursor: pointer; padding: 0.35rem 0.6rem;
    
    min-width: 44px; min-height: 44px; text-align: center;
  }
  @media (max-width: 680px) {
    .nav-toggle { display: block; }
    .nav-links {
      display: none; flex-direction: column; align-items: stretch; gap: 0;
      width: 100%; order: 3; border-top: 1px solid var(--border); margin-top: 0.5rem;
    }
    .nav-links.dr-nav-open { display: flex; }
    .nav-links a { padding: 0.75rem 0.1rem; border-bottom: 1px solid var(--border); }
  }
  .stat-strip {
    margin: 1.1rem -1.25rem 1.75rem; background: var(--card-bg); border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border); padding: 0.65rem 1.25rem; font-size: 0.8rem; color: var(--muted);
    display: flex; gap: 1.6rem; flex-wrap: wrap;
  }
  .stat-strip b { color: var(--accent); font-variant-numeric: tabular-nums; }
  .site-header {
    display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.35rem 1rem;
    padding: 1.5rem 0 1rem; margin-bottom: 0;
  }
  .wordmark { font-family: var(--font-display); font-size: 1.5rem; font-weight: 650; letter-spacing: -0.015em; }
  .wordmark a { color: var(--fg); text-decoration: none; }
  .wordmark b { color: var(--accent); }
  .tagline { color: var(--muted); font-size: 1.08rem; font-weight: 500; flex: 1 1 auto; }
  .by-line { color: var(--muted); font-size: 0.85rem; white-space: nowrap; }
  h1 {
    font-family: var(--font-display); font-weight: 600; font-size: 2.1rem; margin: 0 0 0.35rem;
    line-height: 1.12; letter-spacing: -0.01em; text-wrap: balance;
  }
  h2 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.005em; }
  .subhead { color: var(--muted); margin: 0 0 1.5rem; }
  .intro { margin: 0 0 1.25rem; }
  .callout {
    position: relative;
    border: 1px solid var(--border); border-left: 4px solid var(--gold-line); border-radius: 8px;
    padding: 1.15rem 1.4rem; background: var(--card-bg); margin: 1.4rem 0;
  }
  .callout + .callout { margin-top: 1rem; }
  .callout .label {
    font-size: 0.78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em;
  }
  .callout .date {
    font-family: var(--font-display); font-weight: 620; font-size: 2.3rem; letter-spacing: -0.01em;
    margin: 0.15rem 0 0.55rem;
  }
  .callout .rule { margin: 0; }
  
  .callout-cite { margin: 0.6rem 0 0; }
  .callout-cite:empty { display: none; }
  
  .dr-bf-result {
    font-family: var(--font-display); font-weight: 620; font-size: 1.4rem; letter-spacing: -0.01em;
    margin: 0.9rem 0 0; padding: 0.7rem 1rem; border-radius: 8px;
    background: var(--card-bg); border: 1px solid var(--border);
  }
  tr.dr-bf-highlight { background: var(--card-bg); outline: 2px solid var(--accent); outline-offset: -2px; }
  
  .verified-stale-note { font-weight: 400; font-style: italic; opacity: 0.85; }
  .verified-badge.verified-stale { background: var(--accent-bg); color: var(--muted); }
  
  .dr-calc {
    max-width: 30rem; margin: 1.2rem 0; padding: 1.1rem 1.2rem; border-radius: 10px;
    background: var(--card-bg); border: 1px solid var(--border);
  }
  .dr-calc label { font-size: 0.85rem; font-weight: 600; margin: 0 0 0.4rem; display: block; }
  .dr-calc select, .dr-calc input {
    width: 100%; padding: 0.65rem 0.75rem; border-radius: 7px; border: 1px solid var(--border-strong);
    background: var(--bg); color: var(--fg); font-size: 0.95rem; font-family: inherit;
  }
  .dr-calc-followup { margin-top: 0.9rem; }
  .dr-calc-followup:empty { margin-top: 0; }
  .dr-calc-result {
    font-size: 1.05rem; margin: 1rem 0 0; padding: 0.8rem 1rem; border-radius: 8px;
    background: var(--bg); border: 1px solid var(--border);
  }
  .dr-calc-result strong { font-family: var(--font-display); font-weight: 620; }
  .dr-calc-result p:first-child { margin-top: 0; }
  .dr-calc-result p:last-child { margin-bottom: 0; font-size: 0.85rem; }
  .calc-example-table { width: 100%; border-collapse: collapse; margin: 0.8rem 0 1.2rem; }
  .calc-example-table th, .calc-example-table td {
    text-align: left; padding: 0.55rem 0.7rem; border-bottom: 1px solid var(--border); font-size: 0.92rem;
  }
  .calc-example-table th { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.03em; }
  
  .dr-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;
  }
  
  .dr-skip-link {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
  }
  .dr-skip-link:focus {
    position: fixed; top: 0.5rem; left: 0.5rem; width: auto; height: auto;
    margin: 0; padding: 0.6rem 1.1rem; overflow: visible; clip: auto;
    white-space: normal; z-index: 1000; border-radius: 0.4rem;
    background: var(--accent); color: var(--on-accent); font-weight: 600;
    text-decoration: none; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  }
  
  main:focus { outline: none; }
  
  .dr-cadence-fieldset {
    border: 0; margin: 0; padding: 0;
  }
  
  .dr-skeleton-line {
    height: 0.85rem; border-radius: 4px; margin: 0.5rem 0;
    background: linear-gradient(90deg, var(--border) 25%, var(--border-strong) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: dr-skeleton-shimmer 1.4s ease-in-out infinite;
  }
  .dr-skeleton-line:nth-child(2) { width: 80%; }
  .dr-skeleton-line:nth-child(3) { width: 60%; }
  @keyframes dr-skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }
  @media (prefers-reduced-motion: reduce) {
    .dr-skeleton-line { animation: none; }
  }
  
  .js-reveal .dr-reveal {
    opacity: 0; transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .js-reveal .dr-reveal--visible { opacity: 1; transform: none; }
  
  .dr-cookie-notice {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    background: var(--fg); color: var(--bg);
    padding: 0.75rem 1.2rem; display: flex; align-items: center; justify-content: center;
    gap: 1rem; flex-wrap: wrap; font-size: 0.85rem;
  }
  .dr-cookie-notice p { margin: 0; max-width: 46rem; }
  .dr-cookie-notice a { color: inherit; }
  .dr-cookie-notice button {
    font-family: inherit; font-size: 0.82rem; font-weight: 600; padding: 0.35rem 0.9rem;
    border: 1px solid var(--bg); border-radius: 6px; background: transparent; color: inherit;
    cursor: pointer; flex-shrink: 0;
  }
  .dr-cookie-notice button:hover { opacity: 0.85; }
  
  .dr-cookie-notice[hidden] { display: none; }
  .table-wrap {
    position: relative; overflow-x: auto; margin: 1.1rem 0; border: 1px solid var(--border); border-radius: 8px;
    -webkit-overflow-scrolling: touch;
  }
  
  .table-wrap.dr-scrollable::after {
    content: "→"; position: absolute; top: 50%; right: 6px; transform: translateY(-50%);
    width: 22px; height: 22px; line-height: 22px; text-align: center; border-radius: 50%;
    background: var(--card-bg); color: var(--accent); font-size: 0.85rem; font-weight: 700;
    box-shadow: var(--shadow); pointer-events: none;
  }
  table { border-collapse: collapse; width: 100%; font-size: 0.92rem; min-width: 420px; }
  th, td { padding: 0.6rem 0.8rem; text-align: left; border-bottom: 1px solid var(--border); white-space: nowrap; }
  th { background: var(--accent); color: var(--on-accent); font-weight: 700; }
  tbody tr:nth-child(even) { background: var(--row-alt); }
  tbody tr:last-child td { border-bottom: none; }
  
  .compare-table td, .compare-table th { white-space: normal; }
  .compare-table td:first-child { font-weight: 600; }
  .trust-line {
    border: 1px solid var(--trust-border); background: var(--trust-bg); border-radius: 8px;
    padding: 0.9rem 1.1rem; margin: 1.75rem 0; font-size: 0.92rem;
  }
  .trust-line strong::before { content: "✓ "; color: var(--gold); }
  
  .rc-section-note { color: var(--muted); font-size: 0.88rem; margin: 0.2rem 0 0.9rem; }
  
  .cl-list { list-style: none; margin: 1.2rem 0; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; }
  .cl-list li { padding-bottom: 0.75rem; border-bottom: 1px solid var(--border); }
  .cl-list li:last-child { border-bottom: none; }
  .cl-date { display: block; font-size: 0.8rem; color: var(--muted); margin-bottom: 0.15rem; }
  .cl-summary { display: block; }
  .rc-card {
    background: var(--card-bg); border: 1px solid var(--border-strong); border-radius: 10px;
    padding: 1rem 1.2rem; margin: 0 0 1rem;
  }
  .rc-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.5rem; }
  .rc-jurisdiction { font-family: var(--font-display); font-weight: 650; font-size: 1.02rem; }
  .rc-badge {
    font-size: 0.75rem; font-weight: 700; padding: 0.15rem 0.55rem; border-radius: 999px;
    background: var(--verified-green-bg); color: var(--verified-green);
  }
  .rc-badge-conflict { background: var(--gold-bg); color: var(--gold); }
  
  .rc-badge-upcoming { background: var(--gold-bg); color: var(--gold); }
  .rc-conflict { border-color: var(--gold); }
  .rc-date { margin: 0.5rem 0 0.2rem; font-size: 0.9rem; }
  .rc-detail { margin: 0.4rem 0; font-size: 0.92rem; line-height: 1.5; }
  .rc-cite { font-size: 0.85rem; color: var(--muted); margin-top: 0.5rem; }
  .rc-conf { color: var(--muted); }
  .rc-empty { color: var(--muted); font-style: italic; margin: 0.4rem 0 1.2rem; }
  
  .sheet {
    background: var(--card-bg); border: 1px solid var(--border-strong); border-radius: 12px;
    box-shadow: var(--shadow); overflow: hidden; margin: 1.4rem 0;
  }
  .sheet + .sheet { margin-top: 1.4rem; }
  .sheethead {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.7rem 1rem;
    padding: 0.9rem 1.2rem; background: linear-gradient(180deg,#fbfcfd,#f4f7f9); border-bottom: 1px solid var(--border);
    font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--fg);
  }
  @media (prefers-color-scheme: dark) {
    .sheethead { background: linear-gradient(180deg,#1c222a,#171c22); }
  }
  .sheethead .stamp { display: flex; align-items: center; gap: 0.45rem; font-size: 0.78rem; color: var(--verified-green); font-weight: 600; }
  .sheethead .stamp .dot {
    width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--verified-green);
    box-shadow: 0 0 0 3px var(--verified-green-bg); display: inline-block;
  }
  .sheethead .stamp--unconfirmed { color: var(--gold); }
  .sheethead .stamp--unconfirmed .dot { background: var(--gold); box-shadow: 0 0 0 3px var(--gold-bg); }
  
  .dr-seal { float: right; width: 7.25rem; height: 7.25rem; margin: 0.2rem 0 0.6rem 1.2rem; }
  .dr-seal svg { width: 100%; height: 100%; display: block; }
  .dr-seal .dr-seal-stale { display: none; }
  .dr-seal.is-stale .dr-seal-ok { display: none; }
  .dr-seal.is-stale .dr-seal-stale { display: block; }
  .dr-seal--report { float: none; margin: 0 0 0.75rem; }
  @media (max-width: 640px) { .dr-seal { width: 6rem; height: 6rem; margin-left: 0.8rem; } }
  @media print { .dr-seal--report { width: 6.5rem; height: 6.5rem; } }
  .rowlist { display: flex; flex-direction: column; }
  
  .frow {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 18rem); gap: 0.35rem 1.4rem;
    padding: 1.1rem 1.2rem; border-top: 1px solid var(--border);
  }
  .frow .v, .frow .side { min-width: 0; }
  .frow:first-child { border-top: 0; }
  .frow .k {
    font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--faint); grid-column: 1 / -1; margin-bottom: 0.1rem;
  }
  .frow .v { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; color: var(--fg); line-height: 1.2; }
  .frow .v small {
    font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.82rem; font-weight: 500; color: var(--muted); display: block; margin-top: 0.25rem; line-height: 1.4;
  }
  .frow .side { grid-column: 2; grid-row: 2; align-self: center; text-align: right; }
  
  .cite {
    display: inline-flex; align-items: flex-start; gap: 0.4rem; font-family: var(--font-mono); font-size: 0.78rem;
    color: var(--gold); background: var(--gold-bg); border: 1px solid var(--gold-line); border-radius: 6px;
    padding: 0.25rem 0.55rem; text-decoration: none; white-space: normal; overflow-wrap: anywhere;
    text-align: left; max-width: 100%; box-sizing: border-box;
  }
  
  .frow .side--stacked { grid-column: 1 / -1; grid-row: auto; text-align: left; margin-top: 0.7rem; }
  .frow .side--stacked .cite { display: flex; }
  .cite:hover { background: #efe6d0; }
  @media (prefers-color-scheme: dark) { .cite:hover { background: #2e2712; } }
  .verified {
    display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.76rem; color: var(--verified-green);
    margin-top: 0.5rem;
  }
  .cite svg, .verified svg { width: 0.85em; height: 0.85em; flex: none; }
  .unconfirmed { color: var(--gold); }
  @media (max-width: 600px) {
    .frow { grid-template-columns: 1fr; }
    .frow .side { grid-column: 1; grid-row: auto; text-align: left; margin-top: 0.6rem; }
  }
  .sheetfoot {
    padding: 0.85rem 1.2rem; background: #fbfcfd; border-top: 1px solid var(--border); font-size: 0.78rem;
    color: var(--muted);
  }
  @media (prefers-color-scheme: dark) { .sheetfoot { background: #171c22; } }
  .factsheet-note { font-size: 0.85rem; color: var(--muted); padding: 0 1.2rem 1rem; }

  
  .eyebrow {
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase;
    color: var(--gold); margin: 0 0 0.7rem;
  }
  .hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 2.5rem; align-items: center; }
  @media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; } }
  .hero-accent { color: var(--accent); }
  
  .hero-subtext { color: var(--faint); font-size: 0.88rem; line-height: 1.5; max-width: 55ch; margin: 1.1rem 0 0; }
  .lookup { margin-top: 1.6rem; max-width: 30rem; }
  .lookup-label {
    display: block; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
    color: var(--muted); margin-bottom: 0.5rem;
  }
  .lookup-field {
    display: flex; gap: 0; box-shadow: var(--shadow); border-radius: 9px; overflow: hidden;
    border: 1px solid var(--border-strong); background: var(--card-bg);
  }
  .lookup-field input { flex: 1; border: 0; padding: 0.85rem 1rem; font-size: 1rem; font-family: inherit; color: var(--fg); background: transparent; }
  .lookup-field input:focus { outline: none; }
  .lookup-field:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(31,61,84,.14), var(--shadow); }
  .lookup-field button {
    border: 0; background: var(--accent); color: var(--on-accent); font-weight: 600; font-size: 0.92rem;
    padding: 0 1.3rem; cursor: pointer; font-family: inherit;
  }
  .lookup-field button:hover { background: var(--accent-deep); }
  .lookup-hint { margin-top: 0.6rem; font-size: 0.8rem; color: var(--faint); }
  
  .trust-row {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem; margin-top: 1.5rem; align-items: start;
  }
  .trust-row .item { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
  .trust-row .n { font-family: var(--font-display); font-size: 1.6rem; font-weight: 650; color: var(--accent); font-variant-numeric: tabular-nums; line-height: 1.1; }
  .trust-row .lbl { font-size: 0.8rem; color: var(--muted); line-height: 1.35; }
  .nav-quiet { color: var(--faint); }
  .trust-footnote { margin-top: 1rem; font-size: 0.82rem; color: var(--faint); line-height: 1.5; max-width: 46ch; }
  @media (max-width: 620px) { .trust-row { grid-template-columns: 1fr 1fr; } }

  
  .dr-intent-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.6rem 0 0; }
  .dr-intent-chip {
    display: inline-block; background: transparent; color: var(--fg); border: 1px solid var(--border-strong);
    border-radius: 999px; padding: 0.5rem 1rem; font-size: 0.86rem; font-weight: 600; text-decoration: none;
    cursor: pointer; font-family: inherit;
  }
  .dr-intent-chip:hover { border-color: var(--accent); color: var(--accent); }

  
  .hfc-wrap { position: relative; min-height: 300px; }
  
  .hfc-card {
    position: absolute; inset: 0; opacity: 0; pointer-events: none; z-index: 1;
    transition: opacity 0.8s ease;
    background: linear-gradient(160deg, rgba(var(--verified-green-rgb),0.07), var(--card-bg) 55%);
    border: 1px solid var(--border-strong); border-left: 4px solid var(--verified-green);
    border-radius: 12px; box-shadow: var(--shadow);
    padding: 1.3rem 1.4rem 0; overflow: hidden;
    display: flex; flex-direction: column; justify-content: center;
  }
  .hfc-card.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
  .hfc-top { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; margin-bottom: 0.9rem; }
  .hfc-state-group { display: flex; align-items: center; gap: 0.6rem; min-width: 0; }
  .hfc-monogram {
    width: 2.1rem; height: 2.1rem; border-radius: 50%;
    background: var(--verified-green); color: var(--card-bg);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 700; font-size: 0.85rem;
    letter-spacing: 0.02em; flex-shrink: 0;
  }
  .hfc-state { font-family: var(--font-display); font-size: 1.25rem; font-weight: 650; color: var(--fg); line-height: 1.1; }
  .hfc-sub { font-size: 0.78rem; color: var(--muted); margin-top: 0.1rem; }
  .hfc-stamp {
    display: flex; align-items: center; gap: 0.3rem; flex-shrink: 0;
    font-size: 0.68rem; font-weight: 650; color: var(--verified-green);
    background: var(--verified-green-bg); border-radius: 999px;
    padding: 0.22rem 0.55rem 0.22rem 0.4rem;
  }
  .hfc-stamp svg { width: 0.65rem; height: 0.65rem; }
  .hfc-date-block { margin: 0 -1.4rem 1rem; padding: 0.9rem 1.4rem; background: var(--accent); }
  .hfc-date-label {
    font-size: 0.68rem; font-weight: 650; text-transform: uppercase;
    letter-spacing: 0.09em; color: color-mix(in srgb, var(--on-accent) 75%, transparent);
    margin-bottom: 0.1rem;
  }
  .hfc-date {
    
    font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; color: var(--on-accent);
    line-height: 1.02; font-variant-numeric: tabular-nums; letter-spacing: -0.01em;
  }
  .hfc-footer {
    display: flex; align-items: center; justify-content: space-between; gap: 0.6rem;
    background: rgba(var(--verified-green-rgb), 0.06);
    border-top: 1px solid var(--border-strong);
    margin: 0 -1.4rem; padding: 0.6rem 1.4rem; font-size: 0.72rem;
  }
  .hfc-card .cite {
    font-family: var(--font-mono); color: var(--gold);
    background: none; border: none; padding: 0; margin: 0; min-width: 0;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .hfc-card .verified {
    display: flex; align-items: center; gap: 0.3rem; margin: 0;
    color: var(--verified-green); font-weight: 600; white-space: nowrap;
  }
  .hfc-card .verified svg { width: 0.75rem; height: 0.75rem; }
  .hfc-coverage { font-size: 0.78rem; color: var(--muted); margin-top: 0.85rem; text-align: center; }
  .hfc-coverage b { color: var(--accent); }
  @media (prefers-reduced-motion: reduce) {
    .hfc-card { transition: none; }
  }

  
  .band-section { margin: 2.4rem 0 2rem; padding-top: 1.8rem; border-top: 1px solid var(--border); }
  .band-section h2 { font-size: 1.5rem; }
  
  .band-section--alt {
    background: var(--row-alt); border-top: none;
    margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%); padding-right: calc(50vw - 50%);
    padding-bottom: 2rem;
  }
  .method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin: 1.6rem 0 1.8rem; }
  @media (max-width: 700px) { .method-grid { grid-template-columns: 1fr; } }
  .mcard { background: var(--card-bg); border: 1px solid var(--border); border-radius: 10px; padding: 1.3rem 1.2rem; }
  .mcard .step { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.1em; color: var(--gold); font-weight: 600; }
  .mcard h3 { font-size: 1.05rem; margin: 0.6rem 0 0.4rem; font-family: var(--font-display); }
  .mcard p { margin: 0; color: var(--muted); font-size: 0.88rem; line-height: 1.55; }
  
  .mcard p.mcard-proof {
    margin-top: 0.7rem; padding-top: 0.7rem; border-top: 1px dashed var(--border);
    font-size: 0.85rem;
  }

  
  .dr-pain-headline { font-size: 1.5rem; margin: 0 0 0.3rem; }
  .dr-pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin: 1.6rem 0 1.8rem; }
  @media (max-width: 700px) { .dr-pain-grid { grid-template-columns: 1fr; } }
  
  .dr-pain-col {
    background: var(--card-bg); border: 1px solid var(--border); border-radius: 14px;
    padding: 1.7rem 1.6rem; box-shadow: var(--shadow);
  }
  .dr-pain-icon-badge {
    width: 52px; height: 52px; border-radius: 50%; background: var(--accent-bg);
    display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
  }
  .dr-pain-icon { width: 24px; height: 24px; color: var(--accent); }
  .dr-pain-col p { margin: 0; font-size: 0.9rem; line-height: 1.55; }

  
  .dr-segment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.9rem; margin: 1rem 0 1.4rem; }
  .dr-segment-card {
    display: block; background: var(--card-bg); border: 1px solid var(--border); border-radius: 10px;
    padding: 1rem 1.1rem; text-decoration: none; color: var(--fg);
  }
  .dr-segment-card:hover { border-color: var(--border-strong); }
  .dr-segment-name { font-weight: 700; font-size: 0.92rem; margin-bottom: 0.25rem; }
  .dr-segment-detail { font-size: 0.85rem; color: var(--muted); }

  
  .remind-panel {
    background: var(--panel-dark); color: var(--panel-dark-fg); border-radius: 12px; padding: 1.8rem;
    display: grid; grid-template-columns: 1.1fr 1fr; gap: 1.6rem; align-items: center; margin: 1.75rem 0;
  }
  @media (max-width: 700px) { .remind-panel { grid-template-columns: 1fr; padding: 1.4rem 1.2rem; } }
  .remind-panel h2 { color: #fff; font-size: 1.35rem; margin: 0; }
  .remind-panel .remind-copy { color: #b9cad9; margin: 0.7rem 0 0; font-size: 0.92rem; line-height: 1.6; }
  .remind-panel .remind-promise { margin-top: 0.8rem; font-size: 0.78rem; color: #8fa7bb; }
  .remind-list { list-style: none; margin: 1.3rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
  .remind-list li { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.85rem; color: #c4ceda; line-height: 1.4; }
  .remind-list .tick { color: var(--gold); flex: none; margin-top: 0.15rem; }
  .remind-panel form {
    display: flex; flex-direction: column; gap: 0.65rem; background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 1.1rem;
  }
  .remind-panel label { color: #cfe0ee; font-size: 0.8rem; font-weight: 600; margin: 0.2rem 0 0; }
  .remind-panel label:first-of-type { margin-top: 0; }
  .remind-panel input, .remind-panel select {
    width: 100%; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: #fff;
    border-radius: 7px; padding: 0.6rem 0.7rem; font-family: inherit; font-size: 0.92rem;
  }
  
  input::placeholder, textarea::placeholder { color: #8fa7bb; }
  .remind-panel input:focus, .remind-panel select:focus {
    outline: none; border-color: #7fb0d6; box-shadow: 0 0 0 3px rgba(127,176,214,.2);
  }
  .remind-panel button, .remind-panel .cta-button {
    margin-top: 0.3rem; background: var(--gold); color: #22190a; border: 0; font-weight: 700;
    font-size: 0.92rem; padding: 0.7rem 1rem; border-radius: 7px; cursor: pointer; font-family: inherit;
    display: inline-block; text-decoration: none;
  }
  .remind-panel button:hover, .remind-panel .cta-button:hover { background: #9c7a3c; }
  .remind-panel .field-hint { color: #8fa7bb; }
  .cpe-affiliate-heading {
    font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em;
    color: var(--muted); margin: 1.6rem 0 0.5rem; padding-top: 1rem;
    border-top: 1px solid var(--border);
  }
  .cpe-affiliate {
    border: 1px solid var(--border); border-radius: 8px; padding: 1rem 1.25rem;
    background: var(--card-bg); margin: 0.6rem 0; font-size: 0.92rem;
  }
  .cpe-affiliate p { margin: 0 0 0.5rem; }
  .cpe-affiliate p:last-child { margin-bottom: 0; }
  .cpe-affiliate .disclosure { font-size: 0.8rem; color: var(--muted); }
  .firm-cta {
    border: 1px solid var(--accent); border-radius: 8px; padding: 1.1rem 1.3rem;
    background: var(--accent-bg); margin: 1.75rem 0; font-size: 0.94rem;
  }
  .firm-cta h2 { margin-top: 0; font-size: 1.05rem; }
  .firm-cta p { margin: 0 0 0.5rem; }
  .firm-cta p:last-child { margin-bottom: 0; }
  .firm-cta .disclosure { font-size: 0.8rem; color: var(--muted); }
  .guide-disclosure {
    border: 1px solid var(--border); border-radius: 8px; padding: 0.85rem 1.1rem;
    background: var(--card-bg); margin: 1.75rem 0; font-size: 0.85rem; color: var(--muted);
  }
  .guide-disclosure p { margin: 0; }
  
  .guide-verified-stamp {
    display: flex; align-items: center; gap: 0.45rem; font-size: 0.8rem;
    color: var(--verified-green); font-weight: 600; margin: 0.4rem 0 1.4rem;
  }
  .guide-verified-stamp .dot {
    width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--verified-green);
    box-shadow: 0 0 0 3px var(--verified-green-bg); display: inline-block; flex: none;
  }
  .state-links { padding-left: 1.2rem; margin: 0.75rem 0 1.5rem; }
  .state-links li { margin-bottom: 0.3rem; }
  .mock-status {
    display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.01em;
    padding: 0.18em 0.6em; border-radius: 999px; white-space: nowrap;
  }
  .mock-status--ok { background: rgba(31, 158, 92, 0.15); color: #1f9e5c; }
  .mock-status--pending { background: rgba(180, 140, 20, 0.15); color: #9c7a12; }
  .mock-status--risk { background: rgba(200, 55, 55, 0.15); color: #c33737; }
  @media (prefers-color-scheme: dark) {
    .mock-status--ok { background: rgba(52, 199, 120, 0.18); color: #4fd685; }
    .mock-status--pending { background: rgba(224, 179, 51, 0.18); color: #e0b333; }
    .mock-status--risk { background: rgba(230, 90, 90, 0.2); color: #ff8080; }
  }
  .mock-caption { font-size: 0.78rem; color: var(--muted); margin: 0 0 1.75rem; }
  .faq-list { margin: 1rem 0 1.75rem; }
  .faq-item {
    border-bottom: 1px solid var(--border); padding: 0.85rem 0;
  }
  .faq-item summary {
    cursor: pointer; font-weight: 600; list-style: none;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after { content: "+"; color: var(--accent); font-size: 1.2rem; font-weight: 400; }
  .faq-item[open] summary::after { content: "−"; }
  .faq-item p { margin: 0.7rem 0 0; color: var(--fg); }
  .backlink { display: inline-block; margin-top: 0.5rem; font-size: 0.92rem; }
  
  .flag-wrong { margin: 0.4rem 0 0; font-size: 0.82rem; color: var(--muted); }
  .flag-wrong a { color: inherit; }
  .how-it-works { color: var(--muted); font-size: 0.92rem; margin: 1.25rem 0 1.75rem; }
  .state-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    gap: 0.65rem; margin: 0 0 2rem; list-style: none; padding: 0;
  }
  .state-grid--mobile-fallback { display: none; }
  
  .guide-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
  .map-section {
    display: grid; grid-template-columns: 1fr 220px; gap: 1.25rem; align-items: stretch;
    margin: 0 0 2rem;
  }
  .map-figure { position: relative; border: 1px solid var(--border); border-radius: 10px; padding: 0.75rem; background: var(--card-bg); }
  .map-tooltip {
    position: absolute; z-index: 15; pointer-events: none; white-space: nowrap;
    background: var(--panel-dark); color: var(--panel-dark-fg); font-size: 0.8rem;
    padding: 0.35rem 0.6rem; border-radius: 6px; box-shadow: var(--shadow);
  }
  .map-tooltip[hidden] { display: none; }
  .us-map { width: 100%; height: auto; display: block; }
  .map-state {
    fill: var(--map-variable); stroke: var(--card-bg); stroke-width: 1.2;
    transition: fill 0.12s ease;
  }
  .map-state--fixed { fill: var(--map-fixed); }
  .map-link { cursor: pointer; outline: none; }
  .map-link:hover .map-state, .map-link:focus .map-state--variable { fill: var(--map-variable-hover); }
  .map-link:hover .map-state--fixed, .map-link:focus .map-state--fixed { fill: var(--map-fixed-hover); }
  .map-side {
    border: 1px solid var(--border); border-radius: 10px; padding: 1rem 1.1rem;
    background: var(--card-bg); font-size: 0.85rem;
  }
  .map-small-label { margin: 0 0 0.6rem; font-size: 0.8rem; color: var(--muted); }
  .map-small-pills { display: flex; flex-direction: column; align-items: flex-start; gap: 0.4rem; margin-bottom: 1rem; }
  .map-small-pill {
    display: inline-block; padding: 0.28em 0.6em; border-radius: 999px; font-size: 0.78rem;
    text-decoration: none; background: var(--map-fixed); color: var(--fg); white-space: nowrap;
  }
  .map-small-pill--variable { background: var(--map-variable); border: 1px solid var(--border); }
  .map-small-pill:hover { opacity: 0.82; }
  .legend { display: flex; flex-direction: column; gap: 0.4rem; font-size: 0.76rem; color: var(--muted); }
  .legend .swatch { width: 0.75rem; height: 0.75rem; border-radius: 3px; display: inline-block; margin-right: 0.4em; vertical-align: -1px; }
  .swatch--fixed { background: var(--map-fixed); }
  .swatch--variable { background: var(--map-variable); border: 1px solid var(--border); }
  .map-territories {
    display: flex; align-items: center; flex-wrap: wrap; gap: 0.6rem;
    margin: -1.25rem 0 2rem; font-size: 0.85rem;
  }
  .map-territories .map-small-label { margin: 0; }
  .map-territories .map-small-pills { flex-direction: row; flex-wrap: wrap; margin-bottom: 0; gap: 0.4rem; }
  @media (max-width: 700px) {
    .map-section { display: none; }
    .map-territories { display: none; }
    .state-grid--mobile-fallback { display: grid; }
  }
  .state-card {
    display: block; border: 1px solid var(--border); border-radius: 10px; padding: 0.75rem 0.85rem;
    background: var(--card-bg); text-decoration: none; color: var(--fg);
    transition: opacity 0.15s ease;
  }
  .state-card:hover { border-color: var(--accent); }
  .state-card .state-name { font-weight: 700; margin-bottom: 0.2rem; font-size: 0.95rem; }
  .state-card .state-hint { font-size: 0.8rem; color: var(--muted); line-height: 1.3; }
  .state-card--dimmed { opacity: 0.3; pointer-events: none; }
  .state-card--variable {
    border-style: dashed;
  }
  .state-card--variable .state-hint { font-style: italic; }
  
  .guide-card--featured { border: 1px solid var(--accent); margin-bottom: 1rem; }
  .guide-featured-label {
    display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.05em; color: var(--accent); margin-bottom: 0.3rem;
  }
  
  .state-card .state-confidence {
    margin-top: 0.3rem; font-size: 0.72rem; color: var(--gold); font-weight: 600;
  }
  .state-search {
    margin: 1.6rem 0 0; max-width: 30rem;
  }
  .state-search label {
    display: block; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
    color: var(--muted); margin: 0 0 0.5rem;
  }
  .state-search form {
    display: flex; gap: 0; box-shadow: var(--shadow); border-radius: 9px;
    border: 1px solid var(--border-strong); background: var(--card-bg);
  }
  .state-search-field { position: relative; flex: 1 1 auto; }
  .state-search-field:focus-within { box-shadow: 0 0 0 3px rgba(31,61,84,.14); }
  .state-search-field input {
    width: 100%; padding: 0.85rem 1rem; border: 0; background: transparent; color: var(--fg);
    font-size: 1rem; font-family: inherit; border-radius: 9px 0 0 9px;
  }
  .state-search-field input:focus { outline: none; }
  .state-search-submit {
    padding: 0 1.3rem; border: none; background: var(--accent); border-radius: 0 9px 9px 0;
    color: var(--on-accent); font-size: 0.92rem; font-weight: 600; cursor: pointer; flex: 0 0 auto;
  }
  .state-search-submit:hover { background: var(--accent-deep); }
  .state-search .field-hint { font-size: 0.8rem; color: var(--faint); margin: 0.6rem 0 0; }
  .state-search-dropdown {
    display: none; position: absolute; top: 100%; left: 0; right: 0; margin-top: 0.3rem;
    background: var(--card-bg); border: 1px solid var(--border); border-radius: 6px;
    max-height: 280px; overflow-y: auto; z-index: 30; box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  }
  .state-search-dropdown.is-open { display: block; }
  .state-search-option {
    display: block; width: 100%; text-align: left; padding: 0.55rem 0.8rem; border: none;
    background: none; color: var(--fg); font-size: 0.95rem; font-family: inherit; cursor: pointer;
  }
  .state-search-option:hover, .state-search-option.is-active { background: var(--accent); color: var(--on-accent); }
  .state-search-empty { padding: 0.55rem 0.8rem; font-size: 0.85rem; color: var(--muted); }
  .site-footer {
    margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--border);
    font-size: 0.85rem; color: var(--muted); line-height: 1.6;
  }
  .foot-top {
    display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 1.6rem;
    padding-bottom: 1.1rem; margin-bottom: 1.1rem; border-bottom: 1px solid var(--border);
  }
  
  .foot-columns {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem 1.6rem;
    padding-bottom: 1.1rem; margin-bottom: 1.1rem; border-bottom: 1px solid var(--border);
  }
  @media (max-width: 620px) { .foot-columns { grid-template-columns: 1fr; } }
  .foot-col { display: flex; flex-direction: column; gap: 0.4rem; }
  .foot-col h3 {
    font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700;
    color: var(--faint); margin: 0 0 0.2rem;
  }
  .foot-col a { color: var(--muted); text-decoration: none; }
  .foot-col a:hover { color: var(--fg); }
  .foot-links { display: flex; flex-wrap: wrap; gap: 0.4rem 1.3rem; }
  .foot-links a { color: var(--muted); text-decoration: none; }
  .foot-links a:hover { color: var(--fg); }
  .disc { font-size: 0.78rem; color: var(--faint); line-height: 1.6; }
  
  .foot-trust-chip { margin: 0 0 0.7rem; }
  .foot-trust-chip a {
    display: inline-block; font-size: 0.76rem; color: var(--muted); text-decoration: none;
    border: 1px solid var(--border); border-radius: 999px; padding: 0.25em 0.75em;
  }
  .foot-trust-chip a:hover { color: var(--fg); border-color: var(--border-strong); }
  .disc strong { color: var(--muted); }
  .brand-glyph { flex: none; }
  code { background: rgba(127,127,127,0.15); padding: 0.1em 0.35em; border-radius: 3px; font-size: 0.9em; }
  .signup-form {
    border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem 1.4rem;
    background: var(--card-bg); margin: 1.75rem 0;
  }
  .signup-form h2 { font-size: 1.1rem; margin: 0 0 0.4rem; }
  .signup-microcopy { font-size: 0.85rem; color: var(--muted); margin: 0 0 1rem; }
  .signup-form label {
    display: block; font-size: 0.85rem; font-weight: 600; margin: 0.75rem 0 0.3rem;
  }
  .signup-form label:first-of-type { margin-top: 0; }
  .signup-form input:not([type="checkbox"]):not([type="radio"]), .signup-form select {
    width: 100%; padding: 0.55rem 0.7rem; border: 1px solid var(--border); border-radius: 6px;
    background: var(--bg); color: var(--fg); font-size: 0.95rem; font-family: inherit;
  }
  .signup-form-row { display: flex; gap: 0.75rem; }
  .signup-form-row > div { flex: 1; }
  .signup-form button {
    margin-top: 1rem; padding: 0.6rem 1.1rem; border: none; border-radius: 6px;
    background: var(--accent); color: var(--on-accent); font-size: 0.95rem; font-weight: 700; cursor: pointer;
  }
  .signup-form button:hover { opacity: 0.92; }
  .signup-form .field-hint { font-size: 0.78rem; color: var(--muted); margin: 0.25rem 0 0; }
  .signup-form--compact { padding: 0.9rem 1.1rem; }
  .signup-form--compact .signup-form-compact-label { font-size: 0.85rem; font-weight: 600; margin: 0 0 0.5rem; display: block; }
  .signup-form--compact .signup-form-row input { flex: 1 1 auto; }
  .signup-form--compact .signup-form-row button { flex: 0 0 auto; margin-top: 0; }
  @media (max-width: 480px) {
    .site-header { flex-direction: column; align-items: flex-start; }
    h1 { font-size: 1.7rem; }
    .callout .date { font-size: 1.7rem; }
    .verified-badge { position: static; display: inline-flex; margin-bottom: 0.6rem; }
    .signup-form-row { flex-direction: column; gap: 0; }
    .signup-form--compact .signup-form-row { gap: 0.5rem; }
  }

  
  .dr-dash-shell { display: grid; grid-template-columns: 216px 1fr; gap: 1.5rem; margin: 1.5rem 0 2rem; align-items: start; }
  @media (max-width: 860px) { .dr-dash-shell { grid-template-columns: 1fr; } }

  .dr-sidebar { background: var(--panel-dark); color: var(--panel-dark-fg); border-radius: 12px; padding: 1.3rem 1rem; position: sticky; top: 5rem; }
  @media (max-width: 860px) { .dr-sidebar { position: static; } }
  .dr-firm-name {
    font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; color: #fff;
    padding: 0 0.4rem 1rem; border-bottom: 1px solid rgba(255,255,255,.14); margin-bottom: 0.9rem; word-break: break-word;
  }
  
  .dr-notif-bell {
    position: relative; display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; margin: -0.3rem 0 0.6rem; border: none; border-radius: 8px;
    background: transparent; color: #b9cad9; cursor: pointer;
  }
  .dr-notif-bell:hover { background: rgba(255,255,255,.08); color: #fff; }
  .dr-notif-bell svg { width: 18px; height: 18px; }
  .dr-notif-badge {
    position: absolute; top: 2px; right: 2px; min-width: 15px; height: 15px; padding: 0 3px;
    border-radius: 999px; background: #c33737; color: #fff; font-size: 0.62rem; font-weight: 700;
    line-height: 15px; text-align: center;
  }
  .dr-notif-panel {
    position: absolute; z-index: 20; left: 1rem; top: 3.6rem; width: 300px; max-width: calc(100vw - 2rem);
    background: var(--card-bg); color: var(--fg); border: 1px solid var(--border); border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.25); max-height: 60vh; overflow-y: auto; padding: 0.6rem;
  }
  .dr-notif-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 0.2rem 0.6rem 0.5rem; font-size: 0.78rem; color: var(--muted); }
  .dr-notif-item-row { display: flex; align-items: flex-start; gap: 0.15rem; }
  .dr-notif-item-row + .dr-notif-item-row { margin-top: 0.15rem; }
  .dr-notif-item { display: block; flex: 1 1 auto; min-width: 0; padding: 0.55rem 0.6rem; border-radius: 6px; font-size: 0.85rem; line-height: 1.4; }
  .dr-notif-item:hover { background: var(--row-alt); }
  .dr-notif-item-sub { display: block; color: var(--muted); font-size: 0.78rem; margin-top: 0.1rem; }
  .dr-notif-dismiss-btn {
    flex: 0 0 auto; background: transparent; border: none; color: var(--muted); cursor: pointer;
    font-size: 1rem; line-height: 1; padding: 0.55rem 0.4rem; border-radius: 6px; font-family: inherit;
  }
  .dr-notif-dismiss-btn:hover { color: var(--fg); background: var(--row-alt); }
  .dr-nav { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.15rem; }
  
  .dr-nav + .dr-nav { margin-top: 0.15rem; }
  .dr-nav a, .dr-nav-soon {
    display: flex; align-items: center; gap: 0.55rem; padding: 0.55rem 0.6rem; border-radius: 7px;
    color: #b9cad9; text-decoration: none; font-size: 0.87rem; font-weight: 500;
  }
  
  .dr-nav-icon { width: 16px; height: 16px; flex-shrink: 0; }
  .dr-nav a.is-active { background: rgba(255,255,255,.1); color: #fff; font-weight: 600; }
  .dr-nav a:hover { background: rgba(255,255,255,.06); color: #fff; }
  
  .dr-mobility-callout { background: var(--row-alt); border-left: 3px solid var(--border-strong); border-radius: 6px; padding: 0.9rem 1.1rem; margin-bottom: 1.4rem; font-size: 0.88rem; line-height: 1.55; }
  .dr-mob-check { display: flex; gap: 0.6rem; align-items: flex-start; margin: 0.7rem 0; font-size: 0.9rem; font-weight: 400; }
  .dr-mob-check input { margin-top: 0.2rem; flex: 0 0 auto; }
  
  .dr-mob-mode-toggle { display: flex; gap: 0.5rem; margin-bottom: 1.4rem; }
  .dr-mob-mode-btn {
    background: transparent; color: var(--muted); border: 1px solid var(--border-strong);
    border-radius: 999px; cursor: pointer; padding: 0.45rem 1.1rem; font-size: 0.87rem;
    font-weight: 600; font-family: inherit;
  }
  .dr-mob-mode-btn--active { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
  .dr-mob-roster-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
  .dr-mob-roster-table th { text-align: left; font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--muted); padding: 0.5rem 0.7rem; border-bottom: 1px solid var(--border-strong); }
  .dr-mob-roster-table td { padding: 0.6rem 0.7rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
  .dr-mob-roster-table tr:last-child td { border-bottom: none; }

  
  .dr-showcase-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
  .dr-showcase-tab {
    background: transparent; color: var(--muted); border: 1px solid var(--border-strong);
    border-radius: 999px; cursor: pointer; padding: 0.45rem 1.1rem; font-size: 0.85rem;
    font-weight: 600; font-family: inherit;
  }
  .dr-showcase-tab--active { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
  .dr-showcase-frame { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; background: var(--card-bg); }
  .dr-showcase-frame img { display: block; width: 100%; height: auto; }
  .dr-questionnaire-check { display: flex; gap: 0.6rem; align-items: flex-start; margin: 0.5rem 0; font-size: 0.88rem; font-weight: 400; }
  .dr-questionnaire-check input { margin-top: 0.2rem; flex: 0 0 auto; }
  .dr-nps-scale { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.9rem 0; }
  .dr-nps-score-btn {
    font-family: inherit; font-size: 0.85rem; font-weight: 600; width: 2.4rem; height: 2.4rem;
    border: 1px solid var(--border-strong); border-radius: 7px; background: transparent; color: inherit;
    cursor: pointer;
  }
  .dr-nps-score-btn:hover { border-color: var(--fg); }
  .dr-nps-score-btn:disabled { opacity: 0.6; cursor: default; }
  
  .dr-questionnaire-other { width: 100%; font-family: inherit; font-size: 0.88rem; padding: 0.5rem; border: 1px solid var(--border-strong); border-radius: 6px; background: var(--bg); color: inherit; resize: vertical; }
  .dr-verdict { border: 1px solid var(--border); border-radius: 10px; padding: 1.1rem 1.2rem; margin-bottom: 1rem; background: var(--card-bg); }
  .dr-verdict h3 { margin: 0 0 0.5rem; font-size: 1rem; font-family: var(--font-display); }
  .dr-verdict-badge { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.2rem 0.5rem; border-radius: 999px; margin-bottom: 0.6rem; }
  .dr-verdict-clear { background: #e6f4ec; color: #1f6b43; }
  .dr-verdict-action { background: #fdf0e6; color: #9a5312; }
  .dr-verdict-unverified { background: var(--row-alt); color: var(--muted); }
  .dr-verdict-reqs { margin: 0.6rem 0 0; padding-left: 1.1rem; font-size: 0.88rem; }
  .dr-verdict-reqs li { margin-bottom: 0.3rem; }
  .dr-verdict-cite { font-size: 0.8rem; color: var(--muted); margin-top: 0.7rem; padding-top: 0.7rem; border-top: 1px solid var(--border); }
  .dr-verdict-overall { border-width: 2px; border-color: var(--border-strong); }
  
  .dr-verdict-pointer { font-size: 0.85rem; font-weight: 600; color: var(--gold); margin: 0.5rem 0 0; }
  .dr-verdict-disclaimer { font-size: 0.78rem; color: var(--faint); margin-top: 0.6rem; font-style: italic; }
  
  .dr-mob-complete-wrap { margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px solid var(--border); }
  
  .dr-nav-soon { color: #8095aa; cursor: default; }
  .dr-soon-badge {
    margin-left: auto; font-size: 0.6rem; letter-spacing: 0.04em; text-transform: uppercase;
    background: rgba(255,255,255,.09); color: #9fb1c2; padding: 0.15em 0.5em; border-radius: 999px; white-space: nowrap;
  }
  .dr-sidebar-foot { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.14); }
  .dr-sidebar-foot button {
    width: 100%; padding: 0.55rem 0.7rem; border: 1px solid rgba(255,255,255,.2); border-radius: 7px;
    background: transparent; color: #cfe0ee; font-size: 0.84rem; cursor: pointer; font-family: inherit;
  }
  .dr-sidebar-foot button:hover { background: rgba(255,255,255,.07); }

  .dr-main { min-width: 0; }

  .dr-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1.2rem; }
  @media (max-width: 760px) { .dr-stat-row { grid-template-columns: 1fr; } }
  .dr-stat-card {
    background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px;
    padding: 1.05rem 1.15rem; display: flex; align-items: center; gap: 1rem;
  }
  .dr-stat-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin: 0 0 0.3rem; }
  .dr-stat-value { font-family: var(--font-display); font-size: 1.55rem; font-weight: 650; color: var(--fg); line-height: 1.1; }
  .dr-stat-sub { font-size: 0.76rem; color: var(--muted); margin-top: 0.2rem; }
  
  .dr-stat-upsell {
    grid-column: 1 / -1; background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px;
    padding: 1.05rem 1.15rem; color: var(--muted); font-size: 0.88rem;
  }
  .dr-stat-upsell a { color: var(--accent); }

  .dr-ring-wrap { position: relative; width: 58px; height: 58px; flex: none; }
  .dr-ring-wrap svg { transform: rotate(-90deg); display: block; }
  .dr-ring-track { fill: none; stroke: var(--border); stroke-width: 6.5; }
  .dr-ring-value { fill: none; stroke: var(--verified-green); stroke-width: 6.5; stroke-linecap: round; transition: stroke-dasharray 0.5s ease; }
  .dr-ring-wrap.is-risk .dr-ring-value { stroke: #c33737; }
  @media (prefers-color-scheme: dark) { .dr-ring-wrap.is-risk .dr-ring-value { stroke: #ff8080; } }
  .dr-ring-pct {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 650; font-size: 0.85rem; color: var(--fg);
  }

  .dr-donut-wrap { display: flex; align-items: center; gap: 0.85rem; flex: none; }
  .dr-donut-legend { list-style: none; margin: 0; padding: 0; font-size: 0.74rem; color: var(--muted); display: flex; flex-direction: column; gap: 0.28rem; }
  .dr-donut-legend .swatch { width: 0.6rem; height: 0.6rem; border-radius: 2px; display: inline-block; margin-right: 0.4em; }

  
  
  .dr-onboarding-checklist {
    background: var(--card-bg); border: 1px solid var(--border-strong); border-radius: 11px;
    padding: 1rem 1.2rem; margin-bottom: 1.2rem;
  }
  .dr-onboarding-checklist[hidden] { display: none; }
  .dr-onboarding-checklist-head { display: flex; align-items: center; justify-content: space-between; }
  .dr-onboarding-checklist-head h2 { font-size: 0.98rem; margin: 0; font-family: var(--font-display); }
  .dr-onboarding-dismiss {
    background: transparent; border: none; color: var(--muted); font-size: 1.3rem; line-height: 1;
    cursor: pointer; padding: 0.1rem 0.3rem;
  }
  .dr-onboarding-dismiss:hover { color: var(--fg); }
  .dr-onboarding-checklist ul { list-style: none; margin: 0.7rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; }
  .dr-onboarding-step {
    font-size: 0.85rem; color: var(--fg); position: relative; padding-left: 1.4rem;
  }
  .dr-onboarding-step a { color: inherit; text-decoration: underline; }
  .dr-onboarding-step::before {
    content: ""; position: absolute; left: 0; top: 0.15rem; width: 1rem; height: 1rem;
    border: 1.5px solid var(--border-strong); border-radius: 4px; box-sizing: border-box;
  }
  .dr-onboarding-step--done { color: var(--muted); text-decoration: line-through; }
  .dr-onboarding-step--done a { color: var(--muted); }
  .dr-onboarding-step--done::before {
    border-color: var(--verified-green); background: var(--verified-green);
  }
  .dr-onboarding-step--done::after {
    content: ""; position: absolute; left: 0.28rem; top: 0.32rem; width: 0.4rem; height: 0.65rem;
    border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg);
  }
  
  .dr-link-btn {
    background: transparent; border: none; padding: 0; margin: 0; color: var(--accent);
    font: inherit; text-decoration: underline; cursor: pointer;
  }
  .dr-link-btn:hover { color: var(--accent-deep); }
  .dr-sample-mode-banner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
  .dr-sample-mode-banner[hidden] { display: none; }
  .dr-sample-mode-banner .dr-link-btn { white-space: nowrap; font-weight: 600; }
  
  .dr-print-sample-notice { display: none; }
  .dr-sample-tag {
    display: inline-block; color: var(--muted); font-size: 0.78rem; font-style: italic;
    padding: 0.2rem 0;
  }
  
  .dr-product-tour {
    position: fixed; z-index: 40; width: 260px; background: var(--card-bg);
    border: 1px solid var(--accent); border-radius: 10px; padding: 1rem 1.1rem;
    box-shadow: var(--shadow);
  }
  .dr-product-tour[hidden] { display: none; }
  .dr-product-tour-step { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.4rem; }
  .dr-product-tour p { font-size: 0.88rem; margin: 0 0 0.9rem; }
  .dr-product-tour-actions { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; }
  @media (max-width: 860px) {
    
    .dr-product-tour { position: fixed; top: 12px !important; left: 12px !important; right: 12px; width: auto; }
  }
  
  .dr-report-toolbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
  .dr-report-generated { color: var(--muted); font-size: 0.88rem; margin: 0 0 0.9rem; }
  .dr-report-summary { list-style: none; margin: 0 0 1.3rem; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; font-size: 0.92rem; }
  .dr-report-table td, .dr-report-table th { white-space: normal; }
  
  .dr-audit-filter { display: flex; flex-wrap: wrap; gap: 0.7rem; margin: 0.9rem 0; }
  .dr-audit-filter input, .dr-audit-filter select {
    padding: 0.55rem 0.7rem; border: 1px solid var(--border); border-radius: 6px;
    background: var(--bg); color: var(--fg); font-size: 0.9rem; font-family: inherit;
  }
  .dr-audit-filter input { flex: 1 1 220px; min-width: 160px; }
  
  .dr-bulk-tag-panel {
    background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px;
    padding: 0.9rem 1.1rem; margin: 0.9rem 0; font-size: 0.9rem;
  }
  .dr-bulk-tag-panel summary { cursor: pointer; font-weight: 600; }
  .dr-bulk-tag-panel label { display: block; font-size: 0.85rem; font-weight: 600; margin: 0.75rem 0 0.3rem; }
  .dr-bulk-tag-panel select, .dr-bulk-tag-panel input {
    width: 100%; padding: 0.55rem 0.7rem; border: 1px solid var(--border); border-radius: 6px;
    background: var(--bg); color: var(--fg); font-size: 0.9rem; font-family: inherit;
  }
  .dr-bulk-tag-panel button {
    margin-top: 0.8rem; padding: 0.55rem 1rem; border: none; border-radius: 6px;
    background: var(--accent); color: var(--on-accent); font-size: 0.9rem; font-weight: 700; cursor: pointer;
  }
  .dr-bulk-tag-panel button:hover { opacity: 0.92; }
  .dr-bulk-tag-panel #dr-bulk-tag-status { margin: 0.6rem 0 0; }
  
  .dr-saved-view-item {
    display: flex; align-items: center; justify-content: space-between; gap: 0.6rem;
    padding: 0.4rem 0; border-bottom: 1px solid var(--border); font-size: 0.85rem;
  }
  .dr-saved-view-item:last-child { border-bottom: none; }
  .dr-saved-view-item button { font-size: 0.78rem; padding: 0.25rem 0.6rem; }
  
  .dr-csv-import-panel code { background: var(--bg); border-radius: 3px; padding: 0.05rem 0.3rem; font-size: 0.85em; }
  .dr-csv-preview-table { width: 100%; border-collapse: collapse; margin-top: 0.9rem; font-size: 0.85rem; }
  .dr-csv-preview-table th, .dr-csv-preview-table td {
    text-align: left; padding: 0.4rem 0.6rem; border-bottom: 1px solid var(--border);
  }
  .dr-csv-row-ready { color: var(--muted); }
  .dr-csv-row-error { color: #c33737; }
  @media (prefers-color-scheme: dark) { .dr-csv-row-error { color: #ff8080; } }
  .dr-csv-row-added { color: #2e8b57; }
  .dr-panel-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-bottom: 1.2rem; }
  @media (max-width: 860px) { .dr-panel-row { grid-template-columns: 1fr; } }
  .dr-panel { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.1rem 1.2rem; }
  .dr-panel h2 { font-size: 0.98rem; margin: 0 0 0.85rem; font-family: var(--font-display); }
  .dr-panel-empty { color: var(--muted); font-size: 0.85rem; padding: 0.3rem 0; }
  .dr-at-risk-list, .dr-activity-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
  .dr-at-risk-item {
    display: flex; align-items: baseline; justify-content: space-between; gap: 0.8rem; font-size: 0.86rem;
    padding-bottom: 0.55rem; border-bottom: 1px solid var(--border);
  }
  .dr-at-risk-item:last-child { border-bottom: none; padding-bottom: 0; }
  .dr-at-risk-name { font-weight: 600; }
  .dr-at-risk-sub { color: var(--muted); font-size: 0.77rem; display: block; }
  .dr-at-risk-days { font-family: var(--font-display); font-weight: 650; white-space: nowrap; }
  .dr-at-risk-days--soon { color: #c33737; }
  @media (prefers-color-scheme: dark) { .dr-at-risk-days--soon { color: #ff8080; } }
  
  .dr-at-risk-optedout { display: block; font-size: 0.72rem; color: #8595a3; margin-top: 0.15rem; }
  .dr-activity-item { display: flex; gap: 0.6rem; font-size: 0.85rem; align-items: flex-start; }
  
  .dr-activity-dot { width: 1rem; height: 1rem; margin-top: 0.1rem; flex: none; color: var(--accent); }
  .dr-activity-dot svg { width: 100%; height: 100%; display: block; }
  .dr-activity-dot--confirm { color: var(--verified-green); }
  .dr-activity-dot--optout { color: var(--gold); }
  .dr-activity-when { color: var(--faint); font-size: 0.75rem; display: block; margin-top: 0.1rem; }

  .dr-roster-panel { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.1rem 1.2rem 0.2rem; margin-bottom: 1.2rem; }
  .dr-roster-panel h2 { font-size: 0.98rem; margin: 0 0 0.85rem; font-family: var(--font-display); }
  .dr-roster-panel .table-wrap { margin-top: 0; }

  
  
  
  
  .dr-roster-panel table { width: 100%; min-width: 53rem; table-layout: fixed; }
  .dr-roster-panel td, .dr-roster-panel th { white-space: nowrap; }
  
  .dr-roster-panel #dr-roster-body td[colspan] { white-space: normal; }
  .dr-roster-panel th:nth-child(1), .dr-roster-panel td:nth-child(1) { width: 11rem; } 
  .dr-roster-panel th:nth-child(2), .dr-roster-panel td:nth-child(2) { width: 6rem; }  
  .dr-roster-panel th:nth-child(3), .dr-roster-panel td:nth-child(3) { width: 7rem; }  
  .dr-roster-panel th:nth-child(4), .dr-roster-panel td:nth-child(4) { width: 7rem; }  
  .dr-roster-panel th:nth-child(5), .dr-roster-panel td:nth-child(5) { width: 7rem; }  
  .dr-roster-panel th:nth-child(6), .dr-roster-panel td:nth-child(6) { width: 15rem; } 

  
  .dr-sort-th {
    background: none; border: none; padding: 0; margin: 0; font: inherit; color: inherit;
    cursor: pointer; display: flex; align-items: center; gap: 0.3rem; width: 100%; text-align: left;
  }
  .dr-sort-th:hover { text-decoration: underline; }
  .dr-sort-th .dr-sort-arrow { font-size: 0.7rem; opacity: 0.5; }
  .dr-sort-th[data-active="true"] .dr-sort-arrow { opacity: 1; }

  
  .dr-roster-panel .dr-roster-name,
  .dr-roster-panel .dr-roster-email {
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block;
  }
  .dr-roster-panel td:nth-child(2) {
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .dr-roster-panel .dr-roster-name { font-weight: 600; }
  .dr-roster-panel .dr-roster-email { color: var(--muted); font-size: 0.82rem; margin-top: 0.1rem; }
  
  .dr-roster-panel .dr-roster-office {
    display: inline-block; margin-top: 0.3rem; font-size: 0.72rem; color: var(--muted);
    background: var(--card-bg); border: 1px solid var(--border); border-radius: 999px;
    padding: 0.08rem 0.55rem;
  }

  
  .dr-roster-panel .dr-deadline-overdue { color: #c33737; font-weight: 700; }
  @media (prefers-color-scheme: dark) { .dr-roster-panel .dr-deadline-overdue { color: #ff8080; } }

  
  .dr-roster-panel td.dr-actions { background: var(--card-bg); }
  .dr-roster-panel tbody tr:nth-child(even) td.dr-actions { background: var(--row-alt); }
  .dr-roster-panel th.dr-actions-head { background: var(--accent); color: var(--on-accent); }

  
  .dr-roster-panel td.dr-actions button { padding: 0.22rem 0.5rem; font-size: 0.76rem; white-space: nowrap; margin: 0.1rem 0; }
  
  .dr-roster-panel td.dr-actions { white-space: normal; }

  
  
  .dr-modal-overlay {
    position: fixed; inset: 0; background: rgba(10, 14, 20, 0.55);
    display: flex; align-items: flex-start; justify-content: center;
    padding: 1rem; z-index: 50; overflow-y: auto;
  }
  .dr-modal-overlay[hidden] { display: none; }
  
  .dr-modal {
    background: var(--card-bg); color: var(--fg); border: 1px solid var(--border);
    border-radius: 12px; padding: 1.4rem 1.5rem; width: 100%; max-width: 26rem;
    box-shadow: 0 12px 40px rgba(0,0,0,0.35); margin: auto;
  }
  .dr-modal h2 { margin: 0 0 1rem; font-size: 1.1rem; font-family: var(--font-display); }
  .dr-modal label { display: block; font-weight: 600; font-size: 0.85rem; margin: 0.9rem 0 0.3rem; }
  .dr-modal label:first-of-type { margin-top: 0; }
  
  .dr-modal input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="submit"]):not([type="button"]):not([type="color"]):not([type="range"]):not([type="hidden"]),
  .dr-modal select, .dr-modal textarea {
    width: 100%; box-sizing: border-box; padding: 0.55rem 0.65rem;
    border: 1px solid var(--border-strong); border-radius: 6px;
    background: var(--bg); color: var(--fg); font-size: inherit; font-family: inherit;
  }
  .dr-modal textarea { resize: vertical; }
  .dr-modal input:focus, .dr-modal select:focus, .dr-modal textarea:focus {
    outline: none; border-color: var(--accent-deep); box-shadow: 0 0 0 3px var(--accent-bg);
  }
  
  .dr-modal-hint { font-size: 0.78rem; color: var(--muted); margin: 0.35rem 0 0; line-height: 1.4; }
  .dr-modal-actions { display: flex; gap: 0.6rem; margin-top: 1.3rem; }
  
  .dr-btn-save {
    background: var(--accent); color: var(--on-accent);
    border: 1px solid var(--accent); border-radius: 5px; font-weight: 700; cursor: pointer;
    padding: 0.5rem 1rem; font-size: 0.9rem; font-family: inherit;
  }
  .dr-btn-save:hover:not(:disabled) { opacity: 0.9; }
  .dr-btn-save:disabled { opacity: 0.6; cursor: default; }
  .dr-btn-cancel, .dr-btn-edit, .dr-btn-renew, .dr-btn-documents {
    background: transparent; color: var(--muted);
    border: 1px solid var(--border-strong); border-radius: 5px; cursor: pointer;
    padding: 0.5rem 1rem; font-size: 0.9rem; font-family: inherit;
  }
  .dr-btn-cancel:hover, .dr-btn-edit:hover:not(:disabled),
  .dr-btn-renew:hover:not(:disabled), .dr-btn-documents:hover:not(:disabled) { color: var(--fg); border-color: var(--fg); }
  .dr-btn-edit:disabled, .dr-btn-renew:disabled, .dr-btn-documents:disabled { opacity: 0.6; cursor: default; }
  .dr-btn-remove {
    background: transparent; color: #c33737;
    border: 1px solid #c33737; border-radius: 5px; cursor: pointer;
    padding: 0.5rem 1rem; font-size: 0.9rem; font-family: inherit;
  }
  .dr-btn-remove:hover:not(:disabled) { background: rgba(200, 55, 55, 0.1); }
  .dr-btn-remove:disabled { opacity: 0.45; cursor: default; }
  
  @media (prefers-color-scheme: dark) { .dr-btn-remove { color: #ff8080; border-color: #ff8080; } }

  
  .dr-paywall-tiers {
    display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 0.9rem;
  }
  .dr-paywall-tier-btn {
    flex: 1 1 160px; background: var(--accent); color: var(--on-accent);
    border: 1px solid var(--accent); border-radius: 9px; font-weight: 700;
    font-size: 1rem; padding: 0.8rem 1rem; cursor: pointer; font-family: inherit;
    text-align: center; line-height: 1.5;
  }
  .dr-paywall-tier-btn span { display: block; font-weight: 500; font-size: 0.82rem; opacity: 0.9; }
  .dr-paywall-tier-btn:hover { opacity: 0.9; }
  .dr-paywall-tier-btn:disabled { opacity: 0.6; cursor: default; }
  
  .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin: 1.4rem 0; }
  .pricing-card {
    background: var(--card-bg); border: 1px solid var(--border-strong); border-radius: 12px;
    padding: 1.2rem 1.1rem; display: flex; flex-direction: column; gap: 0.6rem;
  }
  .pricing-card h2 { font-size: 1.05rem; margin: 0; font-family: var(--font-display); }
  .pricing-card .price { font-size: 1.6rem; font-weight: 700; margin: 0; color: var(--fg); }
  .pricing-card .price span { font-size: 0.85rem; font-weight: 500; color: var(--muted); }
  .pricing-card p.detail { color: var(--muted); font-size: 0.87rem; margin: 0; }
  .pricing-card .dr-paywall-tier-btn, .pricing-card a.dr-paywall-tier-btn {
    text-decoration: none; display: block; flex: 0 0 auto; margin-top: auto;
  }
  .pricing-card--wide { grid-column: 1 / -1; text-align: center; }
  
  .pricing-includes { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.4rem; }
  .pricing-includes li {
    font-size: 0.83rem; color: var(--muted); padding-left: 1.3rem; position: relative; line-height: 1.35;
  }
  .pricing-includes li::before {
    content: "✓"; position: absolute; left: 0; color: var(--verified-green); font-weight: 700;
  }

  
  .dr-roadmap-list { display: flex; flex-direction: column; gap: 0.9rem; margin: 1.4rem 0; }
  .dr-roadmap-idea {
    background: var(--card-bg); border: 1px solid var(--border-strong); border-radius: 12px;
    padding: 1.1rem 1.2rem; display: flex; flex-wrap: wrap; align-items: center;
    justify-content: space-between; gap: 1rem;
  }
  .dr-roadmap-idea-info { flex: 1 1 260px; min-width: 0; }
  .dr-roadmap-idea-info h2 { font-size: 1.02rem; margin: 0 0 0.25rem; font-family: var(--font-display); }
  .dr-roadmap-idea-info p { margin: 0; color: var(--muted); font-size: 0.88rem; }
  .dr-roadmap-status {
    display: inline-block; margin-left: 0.6rem; font-size: 0.7rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.03em; padding: 0.15rem 0.5rem; border-radius: 999px;
    vertical-align: middle;
  }
  .dr-roadmap-status--in_progress { background: var(--gold-bg); color: var(--gold); }
  .dr-roadmap-status--shipped { background: rgba(31, 158, 92, 0.15); color: var(--verified-green); }
  .dr-roadmap-idea-actions { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 0.4rem; }
  .dr-roadmap-vote-form { margin: 0; }
  .dr-roadmap-vote-btn {
    background: var(--accent); color: var(--on-accent); border: 1px solid var(--accent);
    border-radius: 999px; font-weight: 700; cursor: pointer; padding: 0.45rem 1rem; font-size: 0.88rem;
    font-family: inherit; white-space: nowrap;
  }
  .dr-roadmap-vote-btn:disabled { opacity: 0.65; cursor: default; background: var(--muted); border-color: var(--muted); }
  .dr-roadmap-notify-toggle {
    background: transparent; border: none; color: var(--muted); font-size: 0.78rem; cursor: pointer;
    text-decoration: underline; padding: 0; font-family: inherit;
  }
  
  .dr-roadmap-notify-form { margin: 0; display: flex; gap: 0.4rem; align-items: center; }
  .dr-roadmap-notify-form[hidden] { display: none; }
  .dr-roadmap-notify-form input[type=email] {
    font-size: 0.85rem; padding: 0.35rem 0.5rem; border: 1px solid var(--border-strong); border-radius: 6px;
    background: var(--bg); color: inherit; width: 190px; max-width: 40vw;
  }
  .dr-roadmap-notify-form button {
    font-size: 0.85rem; padding: 0.35rem 0.7rem; border: 1px solid var(--border-strong); border-radius: 6px;
    background: transparent; color: inherit; cursor: pointer; font-family: inherit; white-space: nowrap;
  }
  .dr-roadmap-notify-result { margin: 0; font-size: 0.8rem; color: var(--muted); text-align: right; }
  @media (max-width: 560px) {
    .dr-roadmap-idea { flex-direction: column; align-items: stretch; }
    .dr-roadmap-idea-actions { align-items: stretch; }
    .dr-roadmap-notify-form input[type=email] { width: auto; max-width: none; flex: 1; }
  }

  @media (max-width: 860px) {
    
    
    .dr-roster-panel table, .dr-roster-panel thead, .dr-roster-panel tbody,
    .dr-roster-panel tr, .dr-roster-panel td {
      display: block; width: 100%; min-width: 0; max-width: 100%;
    }
    
    .dr-roster-panel td:nth-child(1), .dr-roster-panel td:nth-child(2), .dr-roster-panel td:nth-child(3),
    .dr-roster-panel td:nth-child(4), .dr-roster-panel td:nth-child(5), .dr-roster-panel td:nth-child(6) {
      width: 100%;
    }
    .dr-roster-panel thead { position: absolute; left: -9999px; }
    .dr-roster-panel tbody tr {
      border: 1px solid var(--border); border-radius: 9px;
      padding: 0.7rem 0.85rem; margin-bottom: 0.7rem; background: var(--card-bg);
    }
    .dr-roster-panel td {
      display: flex; justify-content: space-between; gap: 1rem;
      border: none; padding: 0.25rem 0; white-space: normal;
    }
    .dr-roster-panel td::before {
      content: attr(data-label); font-weight: 600; color: var(--muted);
      font-size: 0.78rem; flex: 0 0 auto;
    }
    
    .dr-roster-panel .dr-roster-name,
    .dr-roster-panel .dr-roster-email,
    .dr-roster-panel td:nth-child(2) {
      max-width: none; text-align: right;
      white-space: normal; overflow: visible; text-overflow: clip; overflow-wrap: anywhere;
    }
    
    .dr-roster-panel td, .dr-roster-panel th { white-space: normal; }
    .dr-roster-panel .table-wrap { overflow-x: hidden; }
    
    .dr-roster-panel td.dr-actions {
      position: static; box-shadow: none; background: none;
      display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: flex-start;
      padding-top: 0.6rem; margin-top: 0.4rem; border-top: 1px solid var(--border);
    }
    .dr-roster-panel td.dr-actions::before { content: ""; display: none; }
    .dr-roster-panel tbody tr:nth-child(even) td.dr-actions { background: none; }
  }

  
  .dr-view[hidden] { display: none; }

  .dr-cal-panel { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.1rem 1.2rem; margin-bottom: 1.2rem; }
  .dr-cal-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.9rem; }
  .dr-cal-header h2 { font-size: 1.05rem; margin: 0; font-family: var(--font-display); }
  .dr-cal-nav { display: flex; align-items: center; gap: 0.4rem; }
  .dr-cal-nav button {
    border: 1px solid var(--border-strong); background: var(--card-bg); color: var(--fg);
    border-radius: 6px; padding: 0.3rem 0.6rem; cursor: pointer; font-family: inherit; font-size: 0.85rem;
  }
  .dr-cal-nav button:hover { background: var(--row-alt); }
  
  .dr-cal-export {
    border: 1px solid var(--border-strong); background: var(--card-bg); color: var(--fg);
    border-radius: 6px; padding: 0.3rem 0.6rem; font-size: 0.85rem; text-decoration: none;
    margin-left: 0.4rem;
  }
  .dr-cal-export:hover { background: var(--row-alt); }
  .dr-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.35rem; }
  .dr-cal-dow { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); text-align: center; padding-bottom: 0.3rem; }
  .dr-cal-day {
    min-height: 4.2rem; border: 1px solid var(--border); border-radius: 7px; padding: 0.3rem 0.35rem;
    font-size: 0.78rem; display: flex; flex-direction: column; gap: 0.2rem; background: var(--bg);
  }
  .dr-cal-day--empty { border-color: transparent; background: transparent; }
  .dr-cal-day--today { border-color: var(--accent); border-width: 2px; }
  .dr-cal-daynum { font-weight: 600; color: var(--muted); }
  .dr-cal-day--today .dr-cal-daynum { color: var(--accent); }
  .dr-cal-item {
    font-size: 0.7rem; line-height: 1.25; padding: 0.1rem 0.3rem; border-radius: 4px;
    background: var(--accent-bg); color: var(--fg); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .dr-cal-item--soon { background: rgba(200, 55, 55, 0.15); color: #c33737; }
  @media (prefers-color-scheme: dark) { .dr-cal-item--soon { background: rgba(230, 90, 90, 0.2); color: #ff8080; } }
  
  .dr-cal-item--rule-change {
    display: block; width: 100%; text-align: left; border: none; font: inherit;
    background: var(--gold-bg); color: var(--gold); cursor: pointer;
    font-size: 0.7rem; line-height: 1.25; padding: 0.1rem 0.3rem; border-radius: 4px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .dr-cal-item--rule-change:hover, .dr-cal-item--rule-change:focus-visible {
    outline: 2px solid var(--gold); outline-offset: 1px;
  }
  @media (max-width: 640px) {
    .dr-cal-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); }
    .dr-cal-day { min-height: 3rem; font-size: 0.68rem; }
    .dr-cal-item { display: none; }
    .dr-cal-day--has-item::after { content: "•"; color: var(--accent); font-size: 1.1rem; line-height: 1; }
    
    .dr-cal-day--has-item { cursor: pointer; }
    .dr-cal-day--expanded {
      min-height: auto; grid-column: 1 / -1;
      
    }
    .dr-cal-day--expanded .dr-cal-item { display: block; }
    .dr-cal-day--expanded.dr-cal-day--has-item::after { content: none; }
    
    .dr-cal-item--rule-change { display: none; }
    .dr-cal-day--has-rule-change::after { content: "•"; color: var(--gold); font-size: 1.1rem; line-height: 1; }
    .dr-cal-day--has-rule-change { cursor: pointer; }
    .dr-cal-day--expanded .dr-cal-item--rule-change { display: block; }
    .dr-cal-day--expanded.dr-cal-day--has-rule-change::after { content: none; }
  }
  .dr-agenda-panel { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.1rem 1.2rem; margin-bottom: 1.2rem; }
  .dr-agenda-panel h2 { font-size: 1.05rem; margin: 0 0 0.85rem; font-family: var(--font-display); }
  .dr-agenda-group + .dr-agenda-group { margin-top: 0.9rem; padding-top: 0.9rem; border-top: 1px solid var(--border); }
  .dr-agenda-month { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); margin: 0 0 0.5rem; }
  .dr-agenda-item { display: flex; justify-content: space-between; gap: 0.8rem; font-size: 0.86rem; padding: 0.35rem 0; }
  .dr-agenda-date { color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }

  .dr-map-panel { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.1rem 1.2rem; margin-bottom: 1.2rem; }
  .dr-map-panel h2 { font-size: 1.05rem; margin: 0 0 0.6rem; font-family: var(--font-display); }
  .dr-map-body { display: grid; grid-template-columns: 1fr 220px; gap: 1.25rem; align-items: start; }
  @media (max-width: 760px) { .dr-map-body { grid-template-columns: 1fr; } }
  .dr-map-figure { position: relative; border: 1px solid var(--border); border-radius: 10px; padding: 0.75rem; background: var(--bg); }
  .dr-us-map { width: 100%; height: auto; display: block; }
  .dr-map-state { fill: var(--border); stroke: var(--card-bg); stroke-width: 1.2; transition: fill 0.12s ease; }
  .dr-map-state--active { fill: #1f9e5c; }
  .dr-map-state--risk { fill: #c33737; }
  
  .dr-map-state--home { fill: #c9a227; }
  .dr-map-state--clear { fill: #6b8fd4; }
  .dr-map-state--action { fill: #d98a1f; }
  
  .dr-map-state--complete { fill: #1f9e8e; }
  .dr-map-state--coverage { fill: #8a6bd4; }
  
  .dr-map-state--not-verified { fill: #7a8699; }
  .dr-map-link { cursor: default; outline: none; }
  .dr-map-link[data-has-staff="true"] { cursor: pointer; }
  
  .dr-map-link:focus-visible .dr-map-state {
    stroke: #ffffff; stroke-width: 2;
    filter: drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);
  }
  .dr-map-tooltip {
    position: absolute; z-index: 15; pointer-events: none; white-space: nowrap;
    background: var(--panel-dark); color: var(--panel-dark-fg); font-size: 0.8rem;
    padding: 0.35rem 0.6rem; border-radius: 6px; box-shadow: var(--shadow);
  }
  .dr-map-tooltip[hidden] { display: none; }
  .dr-map-tooltip--wrap { white-space: normal; max-width: 260px; }
  .dr-map-legend { display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.82rem; color: var(--muted); }
  .dr-map-legend[hidden] { display: none; }
  .dr-map-legend .swatch { width: 0.75rem; height: 0.75rem; border-radius: 3px; display: inline-block; margin-right: 0.5em; vertical-align: -1px; }
  .dr-map-note { font-size: 0.78rem; color: var(--faint); margin-top: 0.8rem; }
  .dr-map-controls { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1rem; flex-wrap: wrap; }
  .dr-map-controls label { font-size: 0.85rem; font-weight: 600; margin: 0; }
  .dr-map-controls select { font-family: inherit; font-size: 0.9rem; padding: 0.4rem 0.6rem;
    border: 1px solid var(--border-strong); border-radius: 7px; background: var(--bg); color: inherit; }
  .dr-map-mobility-note { font-size: 0.82rem; color: var(--muted); margin-bottom: 1rem; padding: 0.6rem 0.8rem;
    background: var(--row-alt); border-radius: 8px; }
  .dr-map-mobility-note[hidden] { display: none; }

  
  .dr-cpe-summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; margin-bottom: 1.2rem; }
  .dr-cpe-staff-panel { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.1rem 1.2rem; margin-bottom: 1.2rem; }
  .dr-cpe-staff-panel h2 { font-size: 1.05rem; margin: 0 0 0.85rem; font-family: var(--font-display); }
  .dr-cpe-staff-card { border: 1px solid var(--border); border-radius: 9px; padding: 0.9rem 1rem; margin-bottom: 0.7rem; }
  .dr-cpe-staff-card:last-child { margin-bottom: 0; }
  .dr-cpe-staff-head { display: flex; align-items: baseline; justify-content: space-between; gap: 0.8rem; margin-bottom: 0.6rem; }
  .dr-cpe-staff-name { font-weight: 600; }
  .dr-cpe-staff-state { color: var(--muted); font-size: 0.82rem; margin-right: auto; }
  
  .dr-cpe-remind-btn { font-family: inherit; font-size: 0.78rem; padding: 0.25rem 0.6rem; border: 1px solid var(--border-strong); border-radius: 6px; background: transparent; color: var(--muted); cursor: pointer; white-space: nowrap; }
  .dr-cpe-remind-btn:hover { color: var(--fg); border-color: var(--fg); }
  .dr-cpe-remind-btn:disabled { opacity: 0.6; cursor: default; }
  .dr-cpe-bar-row { display: flex; align-items: center; gap: 0.7rem; font-size: 0.82rem; margin-top: 0.4rem; }
  .dr-cpe-bar-label { flex: 0 0 5.5rem; color: var(--muted); }
  .dr-cpe-bar-track { flex: 1 1 auto; height: 0.55rem; border-radius: 999px; background: var(--border); overflow: hidden; }
  .dr-cpe-bar-fill { display: block; height: 100%; border-radius: 999px; background: #1f9e5c; transition: width 0.3s ease; }
  .dr-cpe-bar-fill--behind { background: #c33737; }
  .dr-cpe-bar-value { flex: 0 0 auto; font-variant-numeric: tabular-nums; color: var(--muted); white-space: nowrap; }
  .dr-cpe-gap-note { font-size: 0.8rem; color: var(--faint); margin-top: 0.4rem; }
  .dr-cpe-log-panel { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.1rem 1.2rem; margin-bottom: 1.2rem; }
  .dr-cpe-log-panel h2 { font-size: 1.05rem; margin: 0 0 0.6rem; font-family: var(--font-display); }
  
  .dr-cpe-log-panel form label { display: block; font-size: 0.85rem; font-weight: 600; margin: 0.75rem 0 0.3rem; }
  .dr-cpe-log-panel form label:first-of-type { margin-top: 0; }
  .dr-cpe-log-panel form input, .dr-cpe-log-panel form select {
    width: 100%; padding: 0.55rem 0.7rem; border: 1px solid var(--border); border-radius: 6px;
    background: var(--bg); color: var(--fg); font-size: 0.95rem; font-family: inherit;
  }
  .dr-cpe-log-panel form button {
    margin-top: 1rem; padding: 0.6rem 1.1rem; border: none; border-radius: 6px;
    background: var(--accent); color: var(--on-accent); font-size: 0.95rem; font-weight: 700; cursor: pointer;
  }
  .dr-cpe-log-panel form button:hover { opacity: 0.92; }
  .dr-cpe-recent-item { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; font-size: 0.85rem; padding: 0.5rem 0; border-bottom: 1px solid var(--border); }
  .dr-cpe-recent-item:last-child { border-bottom: none; }
  .dr-cpe-recent-remove { border: 1px solid var(--border-strong); background: var(--card-bg); color: var(--muted); border-radius: 6px; padding: 0.2rem 0.55rem; cursor: pointer; font-family: inherit; font-size: 0.78rem; }
  .dr-cpe-recent-remove:hover { background: var(--row-alt); color: #c33737; }
  @media (prefers-color-scheme: dark) { .dr-cpe-recent-remove:hover { color: #ff8080; } }

  
  .dr-document-item { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; font-size: 0.85rem; padding: 0.5rem 0; border-bottom: 1px solid var(--border); }
  .dr-document-item:last-child { border-bottom: none; }
  .dr-document-item a { font-weight: 600; }
  .dr-document-remove { border: 1px solid var(--border-strong); background: var(--card-bg); color: var(--muted); border-radius: 6px; padding: 0.2rem 0.55rem; cursor: pointer; font-family: inherit; font-size: 0.78rem; margin-left: 0.5rem; }
  .dr-document-remove:hover { background: var(--row-alt); color: #c33737; }
  @media (prefers-color-scheme: dark) { .dr-document-remove:hover { color: #ff8080; } }
  .dr-modal #dr-documents-list { margin: 1rem 0; }

  
  .dr-sso-block { margin-top: 1rem; }
  .dr-sso-divider { display: flex; align-items: center; gap: 0.75rem; color: var(--faint); font-size: 0.8rem; margin: 0.9rem 0; }
  .dr-sso-divider::before, .dr-sso-divider::after { content: ""; flex: 1 1 auto; height: 1px; background: var(--border); }
  .dr-sso-button { display: flex; align-items: center; justify-content: center; gap: 0.6rem; width: 100%; box-sizing: border-box; padding: 0.62rem 1rem; border: 1px solid var(--border-strong); border-radius: 8px; background: #fff; color: #1f1f1f; font-family: inherit; font-size: 0.95rem; font-weight: 500; text-decoration: none; cursor: pointer; }
  .dr-sso-button:hover { background: #f6f8fa; }
  .dr-sso-mark { flex: 0 0 auto; }
  .dr-sso-note { margin-top: 0.55rem; }
  .dr-account-panel { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.1rem 1.2rem; margin-bottom: 1.2rem; max-width: 32rem; }
  .dr-account-panel h2 { font-size: 1.05rem; margin: 0 0 0.6rem; font-family: var(--font-display); }
  .dr-account-ok { color: #1f9e5c; font-size: 0.85rem; margin-top: 0.6rem; }
  .dr-account-err { color: #c33737; font-size: 0.85rem; margin-top: 0.6rem; }
  
  .dr-danger-zone { border-color: rgba(200, 55, 55, 0.4); }
  .dr-danger-zone h2 { color: #c33737; }
  .dr-btn-danger {
    background: transparent; color: #c33737; border: 1px solid #c33737; border-radius: 6px;
    font-weight: 600; cursor: pointer; padding: 0.5rem 1rem; font-size: 0.88rem; font-family: inherit;
  }
  .dr-btn-danger:hover:not(:disabled) { background: rgba(200, 55, 55, 0.1); }
  .dr-btn-danger:disabled { opacity: 0.45; cursor: default; }
  
  @media (prefers-color-scheme: dark) {
    .dr-danger-zone h2 { color: #ff8080; }
    .dr-btn-danger { color: #ff8080; border-color: #ff8080; }
  }

  
  .signin-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; margin: 1.4rem 0 1.8rem; }
  .signin-card { display: flex; flex-direction: column; gap: 0.35rem; background: var(--card-bg); border: 1px solid var(--border-strong); border-radius: 11px; padding: 1.1rem 1.2rem; text-decoration: none; color: inherit; }
  .signin-card:hover { border-color: var(--accent); }
  .signin-kind { font-family: var(--font-display); font-size: 1.05rem; font-weight: 650; }
  .signin-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.45; }
  .signin-go { font-size: 0.85rem; color: var(--accent); font-weight: 600; margin-top: 0.3rem; }
  @media (max-width: 620px) { .signin-choice { grid-template-columns: 1fr; } }
  
  
  .dr-auth-card { max-width: 26rem; margin: 0 auto; }
  .dr-auth-card h1 { font-size: 1.5rem; margin-bottom: 0.4rem; }
  .dr-auth-card .subhead { font-size: 0.92rem; margin-bottom: 1.4rem; }
  .dr-auth-card form { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.3rem 1.4rem; }
  .dr-auth-card label, .dr-account-panel label { display: block; font-size: 0.85rem; font-weight: 600; margin: 0.9rem 0 0.3rem; }
  .dr-auth-card form > label:first-of-type, .dr-account-panel form > label:first-of-type { margin-top: 0; }
  
  .dr-auth-card input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="submit"]):not([type="button"]):not([type="color"]):not([type="range"]):not([type="hidden"]), .dr-auth-card select, .dr-auth-card textarea,
  .dr-account-panel input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="submit"]):not([type="button"]):not([type="color"]):not([type="range"]):not([type="hidden"]), .dr-account-panel select, .dr-account-panel textarea {
    width: 100%; box-sizing: border-box; padding: 0.6rem 0.7rem; border: 1px solid var(--border-strong);
    border-radius: 7px; font-family: inherit; font-size: 0.95rem; background: var(--bg); color: inherit; }
  .dr-auth-card button[type="submit"], .dr-account-panel form button[type="submit"] {
    width: 100%; margin-top: 1.1rem; padding: 0.7rem 1rem; border: 0;
    border-radius: 8px; background: #1f5fbf; color: #fff; font-family: inherit; font-size: 0.98rem;
    font-weight: 700; cursor: pointer; }
  .dr-auth-card button[type="submit"]:hover, .dr-account-panel form button[type="submit"]:hover { background: #1a4f9e; }
  
  .dr-account-panel .dr-btn-secondary {
    display: inline-block; margin-top: 0.4rem; padding: 0.6rem 1.1rem; border: 0;
    border-radius: 8px; background: #1f5fbf; color: #fff; font-family: inherit; font-size: 0.95rem;
    font-weight: 700; cursor: pointer; text-decoration: none; }
  .dr-account-panel .dr-btn-secondary:hover { background: #1a4f9e; }
  
  .dr-account-panel #dr-billing-body button, .dr-account-panel #dr-signout-other-btn, .dr-account-panel #dr-2fa-body button { font-family: inherit; font-size: 0.85rem; font-weight: 600; padding: 0.4rem 0.9rem; border: 1px solid var(--border-strong); border-radius: 7px; background: transparent; color: inherit; cursor: pointer; margin-top: 0.4rem; }
  .dr-account-panel #dr-billing-body button:hover, .dr-account-panel #dr-signout-other-btn:hover, .dr-account-panel #dr-2fa-body button:hover { border-color: var(--fg); }
  .dr-account-panel #dr-billing-body button:disabled, .dr-account-panel #dr-signout-other-btn:disabled, .dr-account-panel #dr-2fa-body button:disabled { opacity: 0.6; cursor: default; }
  
  .dr-2fa-secret, .dr-2fa-backup-codes { font-family: ui-monospace, "SF Mono", "Cascadia Code", Consolas, monospace; }
  .dr-2fa-secret { display: inline-block; background: var(--row-alt); border: 1px solid var(--border); border-radius: 6px; padding: 0.4rem 0.6rem; font-size: 0.95rem; letter-spacing: 0.03em; word-break: break-all; margin: 0.4rem 0; }
  .dr-2fa-backup-codes { list-style: none; margin: 0.6rem 0; padding: 0.8rem 0.9rem; background: var(--row-alt); border: 1px solid var(--border); border-radius: 8px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.35rem 1rem; font-size: 0.92rem; }
  .dr-2fa-warn { background: rgba(200, 55, 55, 0.08); border: 1px solid rgba(200, 55, 55, 0.35); border-radius: 8px; padding: 0.6rem 0.8rem; font-size: 0.85rem; margin: 0.7rem 0; }
  .dr-2fa-status-line { font-size: 0.9rem; font-weight: 600; margin: 0 0 0.3rem; }
  
  .dr-account-panel input:disabled, .dr-account-panel select:disabled, .dr-account-panel button:disabled {
    opacity: 0.55; cursor: not-allowed; background: var(--row-alt);
  }
  
  .dr-pw-wrap { position: relative; display: block; }
  .dr-pw-wrap input { padding-right: 3.4rem !important; }
  .dr-pw-toggle {
    position: absolute; right: 0.5rem; top: 50%; transform: translateY(-50%);
    background: none; border: none; cursor: pointer; color: var(--muted);
    font-family: inherit; font-size: 0.78rem; font-weight: 600; padding: 0.2rem 0.35rem;
    min-height: 24px; display: inline-flex; align-items: center;
  }
  .dr-pw-toggle:hover { color: var(--fg); }
  .dr-auth-secondary { margin-top: 0.9rem; font-size: 0.86rem; text-align: center; }
  .dr-auth-alt { margin-top: 1.1rem; font-size: 0.9rem; text-align: center; }
  .dr-sso-top { margin-bottom: 1.2rem; }
  
  .dr-turnstile-slot { display: flex; justify-content: center; }
  .dr-turnstile-slot:empty { display: none; }
  .dr-turnstile-slot .cf-turnstile:not(:empty) { margin-top: 1.1rem; }

  
  
  .dr-my-shell { max-width: 46rem; }
  .dr-my-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
  .dr-my-head h1 { margin-bottom: 0.3rem; }
  .dr-my-signout { margin-top: 0.3rem; }
  .dr-my-signout button { border: 1px solid var(--border-strong); background: var(--card-bg); color: var(--muted); border-radius: 7px; padding: 0.4rem 0.85rem; cursor: pointer; font-family: inherit; font-size: 0.85rem; }
  .dr-my-signout button:hover { background: var(--row-alt); }
  .dr-my-list { list-style: none; padding: 0; margin: 1.4rem 0 0; }
  .dr-my-loading { color: var(--muted); font-size: 0.9rem; }
  .dr-my-card { background: var(--card-bg); border: 1px solid var(--border); border-left: 4px solid var(--border-strong); border-radius: 11px; padding: 1rem 1.2rem; margin-bottom: 0.9rem; }
  .dr-my-card.is-soon { border-left-color: #d08a1f; }
  .dr-my-card.is-overdue { border-left-color: #c33737; }
  .dr-my-card-head { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
  .dr-my-card-head h3 { margin: 0; font-size: 1.05rem; font-family: var(--font-display); }
  .dr-my-pill { font-size: 0.72rem; letter-spacing: 0.02em; text-transform: uppercase; background: var(--row-alt); border: 1px solid var(--border); color: var(--muted); border-radius: 999px; padding: 0.15rem 0.55rem; }
  .dr-my-pill-quiet { color: var(--faint); }
  .dr-my-date { font-size: 1.15rem; font-variant-numeric: tabular-nums; margin-top: 0.5rem; }
  .dr-my-count { font-size: 0.85rem; color: var(--muted); margin-top: 0.15rem; }
  .is-soon .dr-my-count { color: #a86a10; }
  .is-overdue .dr-my-count { color: #c33737; }
  .dr-my-note { font-size: 0.82rem; color: var(--muted); margin-top: 0.55rem; }
  
  .dr-my-cpe { border-top: 1px solid var(--border); margin-top: 0.8rem; padding-top: 0.8rem; }
  .dr-my-cpe h4 { margin: 0 0 0.5rem; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--muted); }
  .dr-my-cpe-bar-row { display: flex; align-items: center; gap: 0.6rem; font-size: 0.82rem; margin-bottom: 0.4rem; }
  .dr-my-cpe-bar-row > span:first-child { flex: 0 0 3.2rem; color: var(--muted); }
  .dr-my-cpe-bar-row > span:last-child { flex: 0 0 auto; font-variant-numeric: tabular-nums; color: var(--muted); }
  .dr-my-cpe-bar-track { flex: 1 1 auto; height: 7px; border-radius: 4px; background: var(--row-alt); overflow: hidden; }
  .dr-my-cpe-bar-fill { display: block; height: 100%; background: var(--accent); border-radius: 4px; }
  .dr-my-cpe-bar-fill--behind { background: #c33737; }
  .dr-my-cpe-entries { list-style: none; padding: 0; margin: 0.4rem 0; font-size: 0.82rem; color: var(--muted); }
  .dr-my-cpe-entries li { padding: 0.2rem 0; }
  .dr-my-cpe-empty { font-size: 0.82rem; color: var(--muted); margin: 0.4rem 0; }
  .dr-my-cpe-form { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; margin-top: 0.6rem; }
  .dr-my-cpe-form input, .dr-my-cpe-form select { font-family: inherit; font-size: 0.85rem; padding: 0.4rem 0.5rem; border: 1px solid var(--border-strong); border-radius: 6px; background: var(--card-bg); color: inherit; }
  .dr-my-cpe-form input[type=number] { width: 5.5rem; }
  .dr-my-cpe-form button { font-family: inherit; font-size: 0.85rem; font-weight: 700; padding: 0.4rem 0.9rem; border: 0; border-radius: 6px; background: var(--accent); color: var(--on-accent); cursor: pointer; }
  .dr-my-cpe-form button:hover { opacity: 0.9; }
  .dr-my-cpe-form button:disabled { opacity: 0.6; cursor: default; }
  .dr-my-cpe-error { flex: 1 0 100%; font-size: 0.8rem; color: #c33737; }
  .dr-my-error { border: 1px solid #c33737; border-radius: 11px; padding: 0.9rem 1.1rem; margin-top: 1.2rem; font-size: 0.9rem; }
  .dr-my-empty { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.2rem; margin-top: 1.2rem; }
  .dr-my-actions { margin-top: 1.4rem; font-size: 0.9rem; }
  .dr-my-upsell { background: var(--card-bg); border: 1px solid var(--border); border-radius: 11px; padding: 1.3rem 1.4rem; margin-top: 2rem; }
  .dr-my-upsell h2 { font-size: 1.1rem; margin: 0 0 0.6rem; font-family: var(--font-display); }
  .dr-my-upsell p { font-size: 0.92rem; }

  
  @media print {
    :root {
      --bg: #ffffff; --page-bg: #ffffff; --fg: #000000; --muted: #333333; --faint: #444444;
      --border: #cccccc; --border-strong: #999999; --card-bg: #ffffff; --row-alt: #f4f4f4;
      --accent: #17212b; --accent-deep: #000000; --accent-bg: #eeeeee; --on-accent: #000000;
      --gold: #6b5423; --gold-line: #999999; --gold-bg: #ffffff;
      --verified-green: #1c5238; --verified-green-bg: #ffffff;
      --trust-bg: #ffffff; --trust-border: #999999;
      --shadow: none;
    }
    .mainnav, .site-footer, .signup-form, .remind-panel,
    .state-search-wrap, .dr-sso-block, button:not(.dr-sort-th), .cta-button {
      display: none !important;
    }
    
    .dr-sort-th { background: none !important; border: none !important; padding: 0 !important; color: inherit !important; }
    
    .dr-sidebar, .dr-onboarding-checklist, .dr-sample-mode-banner, .dr-product-tour,
    .dr-dash-shell #dr-dash-error, .dr-dash-shell #dr-dash-success,
    .dr-dash-shell #dr-dash-warning, .dr-dash-shell #dr-staleness-banner {
      display: none !important;
    }
    
    .dr-print-sample-notice:not([hidden]) {
      display: block; font-weight: 700; font-size: 1.05rem; border: 2px solid #000000;
      padding: 0.5rem 0.8rem; margin: 0 0 1rem;
    }
    .dr-dash-shell { display: block; }
    body { padding: 0; }
    .wrap { max-width: none; }
    .sheet { box-shadow: none; border: 1px solid #999999; break-inside: avoid; }
    a { color: inherit; text-decoration: none; }
    .cite a, .trust-line a, .cite-link { text-decoration: underline; } 
    
    .cite[href^="http"]::after, .cite a[href^="http"]::after,
    .trust-line a[href^="http"]::after, .cite-link[href^="http"]::after,
    .rc-cite a[href^="http"]::after {
      content: " (" attr(href) ")"; font-size: 0.85em; word-break: break-all;
    }
  }
