
    @import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap");

    :root {
      --color-primary: #f53d8d;
      --color-on-primary: #FFFFFF;
      --color-surface: #F4F4F0;
      --color-surface-container: #FFD6E8;
      --color-surface-container-high: #fff3f8;
      --color-on-surface: #0D0D0D;
      --color-outline: #4E4E4E;
      --color-outline-variant: #B9B9B4;
      --color-verified: #0F766E;
      --color-caution: #F59E0B;
      --color-warning: #DC2626;
      --ink: var(--color-on-surface);
      --muted: #313131;
      --line: var(--color-outline);
      --surface-tonal: rgba(245, 61, 141, 0.10);
      --panel: #FFFFFF;
      --font-body: "Space Grotesk", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
      --font-label: "Inter", "Space Grotesk", system-ui, sans-serif;
      --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
      --font-brand: var(--font-body);
      --radius-lg: 12px;
      --radius-md: 8px;
      --radius-sm: 4px;
      --shadow-1: 1px 1px 0 0 rgba(13, 13, 13, 0.45);
      --shadow-2: 2px 2px 0 0 rgba(13, 13, 13, 0.60);
      --color-action-soft: #FFFFFF;
      --color-action-soft-hover: #F8F6F3;
      --color-action-soft-ink: #0D0D0D;
      --border-strong: #0D0D0D;
      --border-mid: #545454;
      --border-light: #C8C8C2;
      --space-1: 4px;
      --space-2: 8px;
      --space-3: 12px;
      --space-4: 16px;
      --space-5: 24px;
    }

    * { box-sizing: border-box; }
    html, body { height: 100%; }
    body {
      margin: 0;
      font-family: var(--font-body);
      color: var(--ink);
      background:
        radial-gradient(circle at 10% 4%, rgba(177, 61, 43, 0.06), transparent 44%),
        radial-gradient(circle at 90% 6%, rgba(15, 118, 110, 0.08), transparent 46%),
        linear-gradient(180deg, #fbf8f3 0%, var(--color-surface) 100%);
    }

    .material-symbols-outlined {
      font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
      font-size: 20px;
      line-height: 1;
      vertical-align: middle;
    }

    a { color: #8e3424; }
    code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

    .app {
      min-height: 100dvh;
      display: grid;
      grid-template-rows: auto 1fr auto;
      max-width: 720px;
      margin: 0 auto;
      background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0));
    }

    .header {
      position: sticky;
      top: 0;
      z-index: 10;
      padding: calc(10px + env(safe-area-inset-top)) 12px 10px;
      border-bottom: 1px solid rgba(177, 61, 43, 0.12);
      background: linear-gradient(180deg, rgba(253, 252, 248, 0.96) 0%, rgba(247, 235, 232, 0.84) 100%);
      backdrop-filter: blur(12px);
    }

    .header-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 10px;
      align-items: start;
    }

    .brand-lockup {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-home-btn {
      border: 0;
      background: transparent;
      padding: 0;
      margin: 0;
      text-align: left;
      cursor: pointer;
      border-radius: 14px;
    }

    .brand-home-btn:focus-visible {
      outline: 2px solid rgba(177, 61, 43, 0.45);
      outline-offset: 2px;
    }

    .brand-home-btn:active {
      transform: translateY(1px);
    }

    .brand-logo-wrap {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      background: linear-gradient(180deg, rgba(177, 61, 43,0.10), rgba(177, 61, 43,0.04));
      border: 1px solid rgba(177, 61, 43, 0.14);
      display: grid;
      place-items: center;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
      flex: 0 0 auto;
      overflow: hidden;
    }

    .brand-logo {
      width: 40px;
      height: 40px;
      object-fit: contain;
      display: block;
    }

    .brand-text {
      min-width: 0;
    }

    .brand {
      margin: 0;
      font-family: var(--font-display);
      font-size: 1.4rem;
      line-height: 1.05;
      font-weight: 650;
      letter-spacing: -0.01em;
    }

    .tagline {
      margin: 4px 0 0;
      color: var(--ink);
      font-size: 0.92rem;
      font-weight: 650;
      line-height: 1.22;
    }

    .sub {
      display: none;
      margin: 6px 0 0;
      color: var(--muted);
      font-size: 0.78rem;
      line-height: 1.3;
    }

    .badge-btn {
      border: 1px solid rgba(177, 61, 43, 0.18);
      background: linear-gradient(180deg, rgba(177, 61, 43, 0.10), rgba(177, 61, 43, 0.05));
      color: #8E3424;
      border-radius: 999px;
      min-height: 40px;
      padding: 9px 12px;
      font-size: 0.78rem;
      font-weight: 800;
      cursor: pointer;
      white-space: nowrap;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    }

    .badge-btn-icon {
      font-size: 16px;
      vertical-align: -2px;
      margin-right: 4px;
    }

    .badge-btn:disabled { opacity: 0.85; cursor: default; }

    .is-hidden {
      display: none !important;
    }

    .privacy-shell {
      max-width: 860px;
      margin: 0 auto;
    }

    .privacy-screen {
      padding-top: 18px;
      padding-bottom: 28px;
    }

    .screen {
      padding: 14px 12px 18px;
      display: grid;
      align-content: start;
      gap: 12px;
      overflow-y: auto;
    }

    .screen > * {
      min-width: 0;
    }

    .card {
      border: 1px solid var(--color-outline-variant);
      border-radius: var(--radius-lg);
      background: var(--panel);
      box-shadow: var(--shadow-1);
    }

    .question-card {
      padding: 16px;
      background:
        linear-gradient(180deg, rgba(177, 61, 43, 0.03), rgba(255,255,255,0.85)),
        var(--panel);
      border-radius: 20px;
      border: 1px solid rgba(177, 61, 43, 0.10);
    }

    .question-label {
      display: none;
      margin: 0;
      color: var(--muted);
      font-size: 0.73rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-weight: 700;
    }

    .question {
      margin: 8px 0 0;
      font-family: var(--font-display);
      font-size: clamp(1.2rem, 4vw, 1.65rem);
      line-height: 1.12;
      font-weight: 600;
      letter-spacing: -0.01em;
    }

    .step-support {
      margin: 6px 0 0;
      color: var(--muted);
      font-size: 0.86rem;
      line-height: 1.28;
      max-width: 44ch;
    }

    .breadcrumb {
      margin: 0;
      padding: 9px 12px;
      color: #6b2f24;
      font-size: 0.82rem;
      line-height: 1.25;
      background: rgba(255,255,255,0.84);
      border: 1px solid rgba(177, 61, 43, 0.14);
      border-radius: 12px;
    }

    .answers {
      display: grid;
      gap: 10px;
    }

    .answer-btn {
      width: 100%;
      border: 1px solid var(--color-outline-variant);
      border-radius: 14px;
      background: linear-gradient(180deg, #fff, #fbf8f4);
      color: var(--ink);
      text-align: left;
      padding: 15px 14px;
      cursor: pointer;
      box-shadow: 0 3px 12px rgba(36, 18, 24, 0.06);
      transition: border-color 120ms ease, transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 12px;
      min-height: 64px;
    }

    .answer-btn:hover { border-color: var(--line); }
    .answer-btn:active { transform: translateY(1px); box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
    .answer-btn:focus-visible {
      outline: 3px solid rgba(177, 61, 43, 0.22);
      outline-offset: 2px;
    }
    .answer-btn.selected {
      border-color: rgba(177, 61, 43, 0.30);
      background: linear-gradient(180deg, rgba(177,61,43,0.1), rgba(177,61,43,0.035));
      box-shadow: 0 5px 16px rgba(107, 47, 36, 0.10);
    }

    .answer-icon {
      width: 36px;
      height: 36px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: rgba(177, 61, 43, 0.08);
      color: #8E3424;
      border: 1px solid rgba(177, 61, 43, 0.14);
      flex: 0 0 auto;
    }

    .answer-content { min-width: 0; }

    .answer-title {
      display: block;
      font-size: 0.98rem;
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -0.01em;
    }

    .answer-note {
      display: block;
      margin-top: 4px;
      font-size: 0.82rem;
      color: var(--muted);
      line-height: 1.28;
      font-weight: 500;
    }

    .answer-trailing {
      color: #8b8278;
      opacity: 0.9;
      align-self: center;
    }

    .hero-grid {
      display: grid;
      gap: 10px;
      grid-template-columns: 1fr 1fr;
    }

    .hero-chip {
      border: 1px solid var(--color-outline-variant);
      border-radius: 16px;
      background: rgba(255,255,255,0.7);
      padding: 12px;
      display: grid;
      gap: 6px;
      box-shadow: var(--shadow-1);
    }

    .hero-chip-title { font-size: 0.78rem; color: var(--muted); margin: 0; }
    .hero-chip-value { font-size: 0.95rem; font-weight: 700; margin: 0; letter-spacing: -0.01em; }

    .answer-body {
      padding: 14px;
      display: grid;
      gap: 12px;
      background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.84));
      min-width: 0;
    }

    .section-card {
      padding: 12px;
      border: 1px solid var(--color-outline-variant);
      border-radius: 16px;
      background: rgba(255,255,255,0.72);
      display: grid;
      gap: 8px;
      min-width: 0;
      position: relative;
      overflow: hidden;
    }

    .section-card::after {
      content: "";
      position: absolute;
      top: -24px;
      right: -24px;
      width: 74px;
      height: 74px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(177, 61, 43, 0.12) 0%, rgba(177, 61, 43, 0) 70%);
      pointer-events: none;
    }

    .utility-cta {
      width: 100%;
      border-radius: 999px;
      border: 1px solid rgba(177, 61, 43, 0.20);
      background: rgba(255, 255, 255, 0.55);
      color: #8E3424;
      min-height: 44px;
      padding: 10px 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-weight: 600;
      font-size: 0.92rem;
      cursor: pointer;
      box-shadow: 0 2px 6px rgba(111, 74, 0, 0.08);
    }

    .utility-cta-primary {
      border-color: rgba(242, 175, 41, 0.42);
      background: linear-gradient(180deg, rgba(242, 175, 41, 0.28), rgba(242, 175, 41, 0.18));
      color: #6e4a00;
      font-weight: 700;
      box-shadow: 0 4px 10px rgba(111, 74, 0, 0.12);
    }

    .utility-cta:focus-visible {
      outline: 3px solid rgba(177, 61, 43, 0.24);
      outline-offset: 3px;
    }

    .utility-cta .material-symbols-outlined {
      font-size: 18px;
    }

    .answer-inline-tip {
      margin: 4px 0 0;
      border: 1px solid rgba(242, 175, 41, 0.28);
      background: rgba(242, 175, 41, 0.10);
      border-radius: 12px;
      padding: 9px 10px;
      color: #6e4a00;
      font-size: 0.83rem;
      line-height: 1.32;
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 8px;
      align-items: start;
    }

    .answer-inline-tip .material-symbols-outlined {
      font-size: 18px;
      color: #8f5a00;
      margin-top: 1px;
    }

    .section-card-explainer .answer-copy {
      max-width: 64ch;
    }

    .section-header {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #6b2f24;
      font-weight: 700;
      font-size: 0.84rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      margin: 0;
      min-width: 0;
    }

    .section-header .material-symbols-outlined {
      font-size: 18px;
      color: #8E3424;
      background: rgba(177,61,43,0.08);
      border-radius: 10px;
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
    }

    .answer-copy {
      margin: 0;
      line-height: 1.42;
      font-size: 0.95rem;
      color: #2d2925;
      min-width: 0;
      overflow-wrap: anywhere;
    }

    .bullet-list {
      margin: 0;
      padding-left: 18px;
      display: grid;
      gap: 6px;
      color: #2d2925;
      font-size: 0.92rem;
      line-height: 1.35;
      min-width: 0;
    }

    .bullet-list li {
      overflow-wrap: anywhere;
    }

    .pill {
      display: inline-flex;
      align-items: center;
      border: 1px solid var(--color-outline-variant);
      border-radius: 999px;
      padding: 6px 10px;
      background: rgba(255, 255, 255, 0.84);
      color: var(--muted);
      font-size: 0.78rem;
      font-weight: 700;
      min-height: 28px;
    }

    .pill.verified {
      border-color: rgba(15, 118, 110, 0.22);
      color: var(--color-verified);
      background: rgba(15, 118, 110, 0.08);
    }

    .pill.warning {
      border-color: rgba(220, 38, 38, 0.2);
      color: #9f1d1d;
      background: rgba(220, 38, 38, 0.08);
    }

    .citation-stack {
      display: grid;
      gap: 10px;
      min-width: 0;
    }

    .citation-card {
      padding: 14px;
      border: 1px solid rgba(177, 61, 43, 0.14);
      border-radius: 16px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 250, 247, 0.92) 100%);
      display: grid;
      gap: 6px;
      min-width: 0;
      box-shadow: 0 4px 14px rgba(107, 47, 36, 0.06);
    }

    .citation-title {
      margin: 0;
      font-size: 0.93rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      overflow-wrap: anywhere;
      color: #231614;
    }

    .citation-purpose {
      margin: 0 0 2px;
      color: #8f5a00;
      background: rgba(242, 175, 41, 0.10);
      border: 1px solid rgba(242, 175, 41, 0.22);
      border-radius: 10px;
      padding: 6px 8px;
      font-size: 0.75rem;
      line-height: 1.25;
      font-weight: 600;
    }

    .citation-meta {
      margin: 0;
      color: #5d322a;
      font-size: 0.82rem;
      line-height: 1.35;
      overflow-wrap: anywhere;
    }

    .citation-meta code {
      white-space: normal;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .citation-actions {
      margin-top: 2px;
      display: flex;
      justify-content: flex-start;
    }

    .citation-expand-btn {
      border: 1px solid rgba(177, 61, 43, 0.2);
      background: rgba(255, 255, 255, 0.9);
      color: #8E3424;
      border-radius: 999px;
      min-height: 32px;
      padding: 7px 12px;
      font: inherit;
      font-size: 0.8rem;
      font-weight: 700;
      cursor: pointer;
      box-shadow: 0 2px 6px rgba(107, 47, 36, 0.08);
      transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
    }

    .citation-expand-btn:hover {
      background: rgba(255, 250, 247, 0.98);
      border-color: rgba(177, 61, 43, 0.28);
    }

    .citation-expand-btn:active {
      transform: translateY(1px);
    }

    .citation-expand-btn:focus-visible {
      outline: 3px solid rgba(177, 61, 43, 0.18);
      outline-offset: 2px;
    }

    .citation-fulltext {
      margin: 0;
      white-space: pre-line;
      overflow-wrap: anywhere;
      word-break: break-word;
      color: #2a201d;
      background: rgba(255, 255, 255, 0.96);
      border: 1px solid rgba(177, 61, 43, 0.16);
      border-radius: 14px;
      padding: 12px 13px;
      font-family: var(--font-body);
      font-size: 0.92rem;
      line-height: 1.6;
      max-height: 260px;
      overflow: auto;
    }

    pre.citation-fulltext {
      font-family: var(--font-body) !important;
      font-variant-ligatures: normal;
      letter-spacing: 0;
    }

    .citation-fulltext-label {
      margin: 6px 0 2px;
      color: #8E3424;
      font-size: 0.74rem;
      line-height: 1.25;
      font-weight: 700;
    }

    .footer {
      position: sticky;
      bottom: 0;
      border-top: 1px solid var(--color-outline-variant);
      background: rgba(247, 243, 238, 0.92);
      backdrop-filter: blur(12px);
      padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
      display: grid;
      gap: 8px;
    }

    .status {
      margin: 0;
      color: var(--muted);
      font-size: 0.83rem;
      min-height: 1.2rem;
      line-height: 1.25;
    }

    .actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .btn {
      border: 1px solid var(--color-outline);
      border-radius: 16px;
      min-height: 48px;
      padding: 12px 14px;
      font-weight: 700;
      font-size: 0.92rem;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: rgba(255,255,255,0.78);
      color: var(--ink);
      box-shadow: var(--shadow-1);
    }

    a.btn,
    a.btn:visited,
    a.btn:hover,
    a.btn:active {
      text-decoration: none;
      color: inherit;
    }

    .btn.secondary { background: rgba(255, 255, 255, 0.78); }

    .btn.primary {
      border-color: rgba(177, 61, 43, 0.22);
      background: linear-gradient(180deg, rgba(177,61,43,0.14), rgba(177,61,43,0.07));
      color: #732D20;
    }

    .btn:disabled { opacity: 0.45; cursor: not-allowed; }

    .app.home-landing {
      max-width: 100%;
      background: var(--color-surface);
    }

    .app.home-landing .header,
    .app.home-landing .footer {
      display: none;
    }

    .app.home-landing .screen {
      padding: 0;
      background: var(--color-surface);
      min-height: 100dvh;
      overflow: hidden auto;
    }

    .home-shell {
      min-height: 100dvh;
      background: var(--color-surface);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: calc(36px + env(safe-area-inset-top)) 22px calc(18px + env(safe-area-inset-bottom));
      font-family: var(--font-brand);
      position: relative;
      isolation: isolate;
      overflow: hidden;
    }

    .home-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-image: url("./assets/new_transita_icon.png");
      background-repeat: no-repeat;
      background-position: center 52%;
      background-size: min(48vw, 240px);
      opacity: 0.07;
      filter: saturate(0.9);
    }

    .home-inner {
      width: 100%;
      max-width: 390px;
      margin: 0 auto;
      display: grid;
      justify-items: center;
      position: relative;
      z-index: 1;
    }

    .home-brand-title {
      margin: 20px 0 0;
      color: #8E3424;
      font-family: var(--font-display);
      font-size: 24px;
      font-weight: 600;
      line-height: 1.1;
      text-align: center;
      letter-spacing: -0.01em;
    }

    .home-brand-subtitle {
      margin: 10px 0 0;
      color: #8E3424;
      font-family: var(--font-brand);
      font-size: 16px;
      font-weight: 300;
      line-height: 1.25;
      text-align: center;
      letter-spacing: -0.01em;
    }

    .home-question {
      margin: 64px 0 0;
      color: #000000;
      font-family: var(--font-display);
      font-size: 24px;
      font-weight: 500;
      line-height: 1.15;
      text-align: center;
      letter-spacing: -0.01em;
    }

    .home-jurisdiction-grid {
      margin-top: 18px;
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, minmax(140px, 140px));
      justify-content: center;
      gap: 16px;
    }

    .home-jurisdiction-btn {
      width: 140px;
      min-height: 60px;
      padding: 12px 2px 12px 3px;
      border: 1px solid rgba(107, 47, 36, 0.18);
      border-radius: 14px;
      background: var(--color-action-soft);
      color: var(--color-action-soft-ink);
      cursor: pointer;
      display: grid;
      align-content: center;
      justify-items: center;
      gap: 0;
      text-align: center;
      box-shadow: 0 6px 16px rgba(107, 47, 36, 0.12);
      transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background-color 140ms ease;
    }

    .home-jurisdiction-btn:hover {
      border-color: rgba(107, 47, 36, 0.26);
      background: var(--color-action-soft-hover);
    }

    .home-jurisdiction-btn:focus-visible {
      outline: 3px solid rgba(177, 61, 43, 0.28);
      outline-offset: 3px;
    }

    .home-jurisdiction-btn:active {
      transform: translateY(1px);
    }

    .home-jurisdiction-title {
      font-family: var(--font-brand);
      font-size: 24px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: -0.02em;
      margin: 0;
    }

    .home-jurisdiction-caption {
      font-family: var(--font-brand);
      font-size: 10px;
      font-weight: 300;
      line-height: 1.05;
      letter-spacing: 0;
      margin-top: 3px;
    }

    .home-footnote-wrap {
      width: 100%;
      max-width: 420px;
      margin: 0 auto;
      padding: 0 clamp(16px, 4vw, 24px);
      position: relative;
      z-index: 1;
      display: grid;
      justify-items: center;
    }

    .home-footnote {
      margin: 0 auto;
      width: 100%;
      color: #8E3424;
      font-family: var(--font-brand);
      font-size: 16px;
      font-weight: 300;
      line-height: 1.28;
      letter-spacing: -0.01em;
      text-align: center;
    }

    .home-footnote strong {
      font-weight: 700;
    }

    .home-caption {
      margin: 16px auto 0;
      width: 100%;
      color: #8E3424;
      font-family: var(--font-brand);
      font-size: 11px;
      font-weight: 300;
      line-height: 1.3;
      letter-spacing: 0;
      text-align: center;
      opacity: 0.95;
      overflow-wrap: anywhere;
    }

    .home-intent-group {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
      display: grid;
      gap: 8px;
    }

    .home-intent-secondary {
      margin-top: 28px;
    }

    .home-intent-label {
      margin: 0;
      text-align: center;
      color: #8E3424;
      font-family: var(--font-brand);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    .home-utility-actions {
      margin-top: 0;
      width: 100%;
      max-width: 296px;
      margin-left: auto;
      margin-right: auto;
      display: grid;
      gap: 12px;
    }

    .flow-tools {
      width: 100%;
      max-width: 420px;
      margin: 0 auto 2px;
      display: grid;
      gap: 10px;
    }

    .home-utility-btn {
      width: 100%;
      border-radius: 14px;
      border: 1px solid rgba(107, 47, 36, 0.18);
      border-left: 4px solid rgba(107, 47, 36, 0.44);
      background: rgba(255, 255, 255, 0.82);
      color: #8E3424;
      min-height: 48px;
      padding: 10px 14px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      font-weight: 700;
      font-size: 0.95rem;
      cursor: pointer;
      box-shadow: 0 6px 16px rgba(107, 47, 36, 0.12);
      transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background-color 140ms ease;
    }

    .home-utility-btn:hover {
      border-color: rgba(107, 47, 36, 0.26);
      background: #fff;
    }

    .home-utility-btn:focus-visible {
      outline: 3px solid rgba(177, 61, 43, 0.28);
      outline-offset: 3px;
    }

    .home-utility-btn .material-symbols-outlined {
      font-size: 18px;
    }

    @media (max-width: 360px) {
      .home-jurisdiction-grid {
        grid-template-columns: 1fr;
        justify-items: center;
      }
      .home-utility-actions {
        max-width: 220px;
      }
      .home-question {
        margin-top: 56px;
      }
      .home-intent-group {
        max-width: 220px;
      }
      .home-shell::before {
        background-size: min(58vw, 210px);
        background-position: center 50%;
        opacity: 0.08;
      }
      .app.flow-pink .screen::before {
        background-size: min(52vw, 190px);
        background-position: center 52%;
        opacity: 0.06;
      }
    }

    .app.flow-pink {
      max-width: 100%;
      background: var(--color-surface);
    }

    .app.flow-pink .header,
    .app.flow-pink .footer {
      background: var(--color-surface);
      border-color: rgba(177, 61, 43, 0.10);
      box-shadow: none;
    }

    .app.flow-pink .header {
      position: static;
      backdrop-filter: none;
      padding-top: calc(12px + env(safe-area-inset-top));
      background: linear-gradient(180deg, rgba(253, 252, 248, 0.98) 0%, rgba(247, 235, 232, 0.90) 100%);
      border-bottom: 1px solid rgba(177, 61, 43, 0.12);
    }

    .app.flow-pink .screen {
      background: var(--color-surface);
      padding: 8px clamp(12px, 4vw, 22px) 18px;
      gap: 12px;
      position: relative;
      isolation: isolate;
      overflow: hidden auto;
    }

    .app.flow-pink .screen::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-image: url("./assets/new_transita_icon.png");
      background-repeat: no-repeat;
      background-position: center 54%;
      background-size: min(42vw, 220px);
      opacity: 0.05;
      filter: saturate(0.9);
    }

    .app.flow-pink .screen > * {
      position: relative;
      z-index: 1;
    }

    .app.flow-pink .brand,
    .app.flow-pink .tagline,
    .app.flow-pink .sub,
    .app.flow-pink .status,
    .app.flow-pink .citation-meta,
    .app.flow-pink .breadcrumb {
      color: #8E3424;
      font-family: var(--font-brand);
    }

    .app.flow-pink .brand {
      font-size: 24px;
      font-family: var(--font-display);
      font-weight: 600;
      letter-spacing: -0.01em;
    }

    .app.flow-pink .tagline {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.2;
    }

    .app.flow-pink .sub {
      font-size: 10px;
      font-weight: 300;
    }

    .app.flow-pink .badge-btn {
      background: rgba(177, 61, 43, 0.08);
      border-color: rgba(177, 61, 43, 0.18);
      color: #8E3424;
      font-family: var(--font-brand);
    }

    .app.flow-pink .breadcrumb {
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(177, 61, 43, 0.14);
      box-shadow: none;
      padding: 8px 10px;
      margin-top: 4px;
      font-size: 11px;
      line-height: 1.22;
      text-align: center;
      border-radius: 12px;
    }

    .app.flow-pink .question-card {
      border: 0;
      box-shadow: none;
      background: transparent;
      padding: 10px 0 4px;
      width: 100%;
      max-width: 560px;
      margin: 0 auto;
      text-align: center;
    }

    .app.flow-pink .step-support {
      margin: 6px auto 0;
      color: rgba(177, 61, 43, 0.82);
      font-family: var(--font-brand);
      font-size: 11px;
      font-weight: 350;
      line-height: 1.2;
      max-width: 40ch;
    }

    .app.flow-pink .question-label {
      display: none;
      color: #8E3424;
      font-family: var(--font-brand);
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.02em;
      text-transform: none;
    }

    .app.flow-pink .question {
      color: #000000;
      font-family: var(--font-display);
      font-size: 24px;
      font-weight: 600;
      line-height: 1.12;
      letter-spacing: -0.01em;
      margin-top: 10px;
    }

    .app.flow-pink .answers {
      grid-template-columns: 1fr;
      gap: 12px;
      width: 100%;
      max-width: 420px;
      margin: 0 auto;
    }

    .app.flow-pink .flow-tools {
      max-width: 420px;
      margin: 0 auto 2px;
    }

    .app.flow-pink .answer-btn {
      grid-template-columns: 1fr;
      justify-items: start;
      align-content: center;
      gap: 5px;
      min-height: 92px;
      width: 100%;
      border-radius: 12px;
      border: 1px solid rgba(107, 47, 36, 0.18);
      border-left: 4px solid rgba(107, 47, 36, 0.44);
      background: var(--color-action-soft);
      box-shadow: 0 6px 18px rgba(107, 47, 36, 0.14);
      padding: 14px 15px;
      text-align: left;
      font-size: 16px;
    }

    .app.flow-pink .answer-btn:hover {
      border-color: rgba(107, 47, 36, 0.22);
      background: var(--color-action-soft-hover);
    }

    .app.flow-pink .answer-btn:focus-visible {
      outline: 3px solid rgba(177, 61, 43, 0.28);
      outline-offset: 3px;
    }

    .app.flow-pink .answer-icon,
    .app.flow-pink .answer-trailing {
      display: none;
    }

    .app.flow-pink .answer-content {
      min-width: 0;
      width: 100%;
      text-align: left;
    }

    .app.flow-pink .answer-title {
      color: var(--color-action-soft-ink);
      font-family: var(--font-display);
      font-size: 1.1em;
      font-weight: 600;
      line-height: 1.08;
      letter-spacing: -0.02em;
      text-wrap: pretty;
    }

    .app.flow-pink .answer-note {
      margin-top: 1px;
      color: #5D322A;
      font-family: var(--font-brand);
      font-size: 0.86em;
      font-weight: 500;
      line-height: 1.18;
      opacity: 0.88;
    }

    .app.flow-pink .btn {
      font-family: var(--font-brand);
      border-radius: 14px;
      min-height: 46px;
      box-shadow: 0 4px 10px rgba(107, 47, 36, 0.08);
    }

    .app.flow-pink .btn.primary,
    .app.flow-pink .btn.secondary {
      background: rgba(255, 255, 255, 0.84);
      border-color: rgba(107, 47, 36,0.18);
      color: #8E3424;
    }

    .app.flow-pink .btn.primary {
      background: linear-gradient(180deg, #B13D2B, #943221);
      color: #fff;
      border-color: rgba(107, 47, 36, 0.42);
      box-shadow: 0 8px 18px rgba(107, 47, 36, 0.20);
    }

    .app.flow-pink .btn .material-symbols-outlined {
      font-size: 18px;
    }

    .app.flow-pink .answer-body {
      background: transparent;
      border: 0;
      box-shadow: none;
      padding: 6px 0 0;
      max-width: 560px;
      width: 100%;
      margin: 0 auto;
      gap: 14px;
    }

    .app.flow-pink .section-card,
    .app.flow-pink .citation-card {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 250, 247, 0.9) 100%);
      border: 1px solid rgba(177, 61, 43, 0.12);
      box-shadow: 0 4px 14px rgba(107, 47, 36, 0.06);
      border-radius: 18px;
    }

    .app.flow-pink .section-card {
      padding: 14px 14px 15px;
      gap: 12px;
      background: linear-gradient(180deg, rgba(255, 250, 247, 0.95) 0%, rgba(247, 235, 232, 0.72) 100%);
      border-color: rgba(107, 47, 36, 0.16);
      border-left: 4px solid rgba(107, 47, 36, 0.42);
      box-shadow: 0 8px 22px rgba(107, 47, 36, 0.10);
    }

    .app.flow-pink .section-card::after {
      content: none;
    }

    .app.flow-pink .citation-card {
      padding: 14px 14px 13px;
      gap: 8px;
      background: rgba(255, 255, 255, 0.98);
      border-color: rgba(107, 47, 36, 0.14);
      border-left: 2px solid rgba(107, 47, 36, 0.22);
      box-shadow: 0 4px 12px rgba(36, 18, 24, 0.05);
    }

    .app.flow-pink .section-header {
      color: #8E3424;
      font-family: var(--font-body);
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .app.flow-pink .section-header .material-symbols-outlined {
      color: #8E3424;
      background: rgba(177, 61, 43, 0.12);
      border: 1px solid rgba(177, 61, 43, 0.24);
      width: 30px;
      height: 30px;
      border-radius: 999px;
    }

    .app.flow-pink .answer-copy,
    .app.flow-pink .bullet-list,
    .app.flow-pink .citation-title {
      color: #000000;
      font-family: var(--font-brand);
    }

    .app.flow-pink .answer-copy,
    .app.flow-pink .bullet-list {
      font-size: 14px;
      line-height: 1.42;
      font-weight: 400;
    }

    .app.flow-pink .bullet-list {
      gap: 8px;
      padding-left: 20px;
    }

    .app.flow-pink .citation-title {
      font-family: var(--font-display);
      font-size: 17px;
      font-weight: 600;
      line-height: 1.12;
      letter-spacing: -0.01em;
      color: #3e231d;
    }

    .app.flow-pink .citation-purpose {
      color: #8f5a00;
      background: rgba(242, 175, 41, 0.10);
      border-color: rgba(242, 175, 41, 0.24);
      font-family: var(--font-brand);
      font-size: 11px;
      font-weight: 600;
      line-height: 1.25;
    }

    .app.flow-pink .citation-expand-btn {
      background: rgba(255,255,255,0.9);
      border-color: rgba(177, 61, 43,0.2);
      color: #8E3424;
      box-shadow: 0 2px 6px rgba(107, 47, 36, 0.08);
      min-height: 34px;
      padding: 7px 13px;
    }

    .app.flow-pink .citation-fulltext {
      background: rgba(255,255,255,0.96);
      border-color: rgba(177, 61, 43, 0.16);
      color: #2d2925;
    }

    .app.flow-pink .citation-fulltext-label {
      color: #8E3424;
      font-family: var(--font-brand);
      font-size: 10px;
      font-weight: 500;
    }

    .app.flow-pink .utility-cta {
      background: rgba(255, 255, 255, 0.86);
      border-color: rgba(107, 47, 36, 0.18);
      border-left: 4px solid rgba(107, 47, 36, 0.44);
      color: #8E3424;
      justify-content: flex-start;
      box-shadow: 0 6px 16px rgba(107, 47, 36, 0.10);
      min-height: 48px;
      font-size: 0.95rem;
      font-weight: 700;
    }

    .app.flow-pink .utility-cta-primary {
      background: linear-gradient(180deg, #B13D2B, #943221);
      border-color: rgba(107, 47, 36, 0.40);
      color: #fff;
      border-left-color: rgba(255, 255, 255, 0.45);
      box-shadow: 0 8px 18px rgba(107, 47, 36, 0.22);
    }

    .app.flow-pink .pill {
      background: rgba(255,255,255,0.7);
      border-color: rgba(177, 61, 43, 0.14);
      color: #8E3424;
      font-family: var(--font-brand);
      font-size: 10px;
      font-weight: 400;
      min-height: 24px;
      padding: 4px 8px;
    }

    .app.flow-pink .pill.verified {
      border-color: rgba(15, 118, 110, 0.22);
      color: var(--color-verified);
      background: rgba(15, 118, 110, 0.08);
    }

    .app.flow-pink .pill.warning {
      border-color: rgba(220, 38, 38, 0.20);
      color: #9f1d1d;
      background: rgba(220, 38, 38, 0.08);
    }

    .flow-help-note {
      width: 100%;
      max-width: 420px;
      margin: 2px auto 0;
      text-align: center;
      color: #8E3424;
      font-family: var(--font-brand);
      font-size: 10px;
      font-weight: 300;
      line-height: 1.2;
    }

    .app.flow-pink .flow-help-note {
      max-width: 460px;
    }

    .agent-search-modal {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: none;
      align-items: flex-end;
      justify-content: center;
      padding: 16px;
      background: rgba(35, 22, 20, 0.34);
      backdrop-filter: blur(6px);
    }

    .agent-search-modal.open {
      display: flex;
    }

    .agent-search-sheet {
      width: min(720px, 100%);
      max-height: min(84dvh, 900px);
      overflow: hidden;
      display: grid;
      grid-template-rows: auto auto auto minmax(0, 1fr);
      gap: 10px;
      border: 1px solid rgba(177, 61, 43, 0.16);
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 247, 0.98) 100%);
      box-shadow: 0 20px 50px rgba(36, 18, 24, 0.24);
      padding: 16px;
    }

    .app.motion-test .screen.motion-enter > * {
      opacity: 0;
      animation: screen-enter-fade 260ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    }

    .app.motion-test .screen.motion-enter > *:nth-child(1) { animation-delay: 0ms; }
    .app.motion-test .screen.motion-enter > *:nth-child(2) { animation-delay: 30ms; }
    .app.motion-test .screen.motion-enter > *:nth-child(3) { animation-delay: 60ms; }
    .app.motion-test .screen.motion-enter > *:nth-child(4) { animation-delay: 90ms; }
    .app.motion-test .screen.motion-enter > *:nth-child(5) { animation-delay: 120ms; }
    .app.motion-test .screen.motion-enter > *:nth-child(6) { animation-delay: 150ms; }
    .app.motion-test .screen.motion-enter > *:nth-child(n+7) { animation-delay: 170ms; }

    .app.motion-test .agent-search-modal.open {
      animation: modal-overlay-fade 180ms ease-out;
    }

    .app.motion-test .agent-search-modal.open .agent-search-sheet {
      animation: modal-sheet-enter 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
    }

    .app.motion-test .answer-btn,
    .app.motion-test .home-jurisdiction-btn,
    .app.motion-test .utility-cta,
    .app.motion-test .btn,
    .app.motion-test .badge-btn,
    .app.motion-test .brand-home-btn {
      transition: transform 160ms ease-out, box-shadow 160ms ease-out, background-color 160ms ease-out, border-color 160ms ease-out;
    }

    @keyframes screen-enter-fade {
      from {
        opacity: 0;
        transform: translateY(14px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes modal-overlay-fade {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @keyframes modal-sheet-enter {
      from {
        opacity: 0;
        transform: translateY(10px) scale(0.99);
      }
      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .app.motion-test .screen.motion-enter > *,
      .app.motion-test .agent-search-modal.open .agent-search-sheet {
        animation: none !important;
      }

      .app.motion-test .answer-btn,
      .app.motion-test .home-jurisdiction-btn,
      .app.motion-test .utility-cta,
      .app.motion-test .btn,
      .app.motion-test .badge-btn,
      .app.motion-test .brand-home-btn {
        transition: none !important;
      }
    }

    .agent-search-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .agent-search-title {
      margin: 0;
      font-size: 1.06rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      color: #231614;
    }

    .agent-search-subtitle {
      margin: 2px 0 0;
      color: #5d322a;
      font-size: 0.84rem;
      line-height: 1.25;
    }

    .agent-search-close {
      border: 1px solid rgba(177, 61, 43, 0.18);
      background: rgba(255,255,255,0.92);
      color: #5d322a;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      cursor: pointer;
      flex: 0 0 auto;
    }

    .agent-search-form {
      display: grid;
      gap: 10px;
      grid-template-columns: 1fr;
    }

    .report-textarea {
      resize: vertical;
      min-height: 120px;
      text-transform: none;
      letter-spacing: normal;
      font-family: var(--font-main);
      line-height: 1.45;
    }

    #reportForm {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 12px;
      row-gap: 10px;
      align-items: start;
    }

    #reportForm .report-privacy-note,
    #reportForm #reportMeta,
    #reportForm .report-actions {
      grid-column: 1 / -1;
    }

    .report-textarea,
    .report-contact-input {
      min-height: 140px;
    }

    .report-contact-input {
      height: 140px;
    }

    .report-privacy-note a {
      color: inherit;
      font-weight: 700;
      text-decoration-thickness: 1.5px;
    }

    .report-actions {
      display: flex;
      justify-content: flex-start;
    }

    .honeypot-field {
      position: absolute !important;
      left: -9999px !important;
      top: auto !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    .report-actions .utility-cta {
      border-width: 2px;
      border-color: var(--border-strong);
      border-radius: var(--radius-md);
      background: #f53d8d;
      box-shadow: var(--shadow-2);
      min-height: 46px;
      padding: 10px 12px;
      justify-content: flex-start;
      font-family: var(--font-label);
      font-size: 0.82rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      font-weight: 800;
      color: #fff;
    }

    .report-actions .utility-cta .material-symbols-outlined {
      width: 22px;
      height: 22px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(255,255,255,0.55);
      background: rgba(255,255,255,0.18);
      display: grid;
      place-items: center;
      font-size: 15px;
      color: #fff;
    }

    .report-actions .utility-cta:hover {
      transform: translate(1px, 1px);
      box-shadow: var(--shadow-1);
      background: #db2f7b;
    }

    #reportMeta.report-feedback-success {
      display: inline-block;
      color: #1f5132;
      background: rgba(163, 230, 183, 0.45);
      border: 1px solid rgba(22, 163, 74, 0.4);
      border-radius: 10px;
      padding: 6px 10px;
      animation: report-flash-in 260ms ease-out;
    }

    #reportMeta.report-feedback-error {
      color: #7f1d1d;
    }

    @keyframes report-flash-in {
      from {
        opacity: 0;
        transform: translateY(2px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 700px) {
      #reportForm {
        grid-template-columns: 1fr;
      }

      .report-contact-input {
        height: auto;
        min-height: 42px;
      }
    }

    .home-report-tools {
      margin-top: 10px;
      width: 100%;
      max-width: 296px;
      margin-left: auto;
      margin-right: auto;
    }

    .agent-search-field {
      display: grid;
      gap: 6px;
      min-width: 0;
    }

    .agent-search-label {
      margin: 0;
      color: #6b2f24;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .agent-search-input {
      width: 100%;
      min-height: 42px;
      border: 1px solid rgba(177, 61, 43, 0.24);
      border-radius: 12px;
      padding: 10px 12px;
      font: inherit;
      color: #2a201d;
      background: rgba(247, 235, 232, 0.58);
    }

    .agent-search-input:focus-visible {
      outline: 3px solid rgba(177, 61, 43, 0.18);
      outline-offset: 2px;
      border-color: rgba(177, 61, 43, 0.24);
    }

    .agent-search-note {
      margin: 0;
      color: #5d322a;
      font-size: 0.78rem;
      line-height: 1.3;
    }

    .agent-search-results {
      min-height: 120px;
      overflow: auto;
      display: grid;
      align-content: start;
      gap: 10px;
      padding-right: 2px;
    }

    .agent-search-empty {
      margin: 0;
      color: #5d322a;
      font-size: 0.86rem;
      line-height: 1.35;
      border: 1px dashed rgba(177, 61, 43, 0.24);
      border-radius: 12px;
      padding: 12px;
      background: rgba(255,255,255,0.82);
    }

    .agent-result-card {
      border: 1px solid rgba(177, 61, 43, 0.16);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.94);
      padding: 12px;
      display: grid;
      gap: 8px;
      min-width: 0;
    }

    .agent-result-title {
      margin: 0;
      font-size: 0.93rem;
      font-weight: 800;
      letter-spacing: -0.01em;
      overflow-wrap: anywhere;
      color: #231614;
    }

    .agent-result-grid {
      display: grid;
      gap: 6px;
    }

    .agent-result-row {
      margin: 0;
      font-size: 0.84rem;
      line-height: 1.3;
      color: #2d2925;
      overflow-wrap: anywhere;
    }

    .agent-result-row strong {
      color: var(--ink);
    }

    .agent-result-pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

    .agent-role-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      min-height: 24px;
      padding: 4px 8px;
      font-size: 0.72rem;
      font-weight: 700;
      border: 1px solid rgba(177, 61, 43, 0.14);
      background: rgba(177, 61, 43, 0.07);
      color: #8E3424;
    }

    .agent-role-pill.portatil {
      border-color: rgba(242, 175, 41, 0.34);
      background: rgba(242, 175, 41, 0.16);
      color: #7a5000;
    }

    .agent-role-pill.sistema {
      border-color: rgba(15, 118, 110, 0.24);
      background: rgba(15, 118, 110, 0.08);
      color: var(--color-verified);
    }

    .fine-result-card {
      border: 1px solid rgba(177, 61, 43, 0.16);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.94);
      padding: 12px;
      display: grid;
      gap: 8px;
      min-width: 0;
    }

    .fine-result-title {
      margin: 0;
      font-size: 0.92rem;
      font-weight: 800;
      letter-spacing: -0.01em;
      line-height: 1.2;
      overflow-wrap: anywhere;
    }

    .fine-result-pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

    .fine-type-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      min-height: 24px;
      padding: 4px 8px;
      font-size: 0.72rem;
      font-weight: 700;
      border: 1px solid rgba(242, 175, 41, 0.32);
      background: rgba(242, 175, 41, 0.16);
      color: #7a5000;
    }

    .fine-type-pill.neutral {
      border-color: rgba(177, 61, 43, 0.14);
      background: rgba(177, 61, 43, 0.06);
      color: #8E3424;
    }

    .fine-result-money {
      border: 1px solid rgba(242, 175, 41, 0.18);
      background: rgba(242, 175, 41, 0.06);
      border-radius: 12px;
      padding: 8px 10px;
      display: grid;
      gap: 6px;
    }

    .fine-result-grid {
      display: grid;
      gap: 6px;
    }

    .fine-result-row {
      margin: 0;
      font-size: 0.83rem;
      line-height: 1.32;
      color: #2d2925;
      overflow-wrap: anywhere;
    }

    .fine-result-row strong {
      color: var(--ink);
    }

    @media (min-width: 768px) {
      .screen { padding: 18px 20px 24px; }
      .header { padding-left: 20px; padding-right: 20px; }
      .footer { padding-left: 20px; padding-right: 20px; }
      .question { font-size: 1.7rem; }
      .answers { grid-template-columns: 1fr 1fr; }
      .answers > .answer-btn { min-height: 88px; }
      .hero-grid { grid-template-columns: repeat(4, 1fr); }
      .citation-stack { grid-template-columns: 1fr 1fr; }
    }

    @media (min-width: 640px) {
      .agent-search-form {
        grid-template-columns: 1fr 1fr;
      }

      .agent-search-sheet {
        grid-template-rows: auto auto auto minmax(0, 1fr);
      }
    }

    @media (min-width: 768px) {
      .app.flow-pink .answer-body,
      .app.flow-pink .question-card,
      .app.flow-pink .flow-help-note {
        max-width: 620px;
      }

      .app.flow-pink .citation-stack {
        grid-template-columns: 1fr;
      }
    }

    /* style v2 experiment: industrial / high-contrast (visual only) */
    body {
      background: #F4F4F0;
    }

    .app {
      max-width: 760px;
      background: #F4F4F0;
    }

    .header {
      background: #F4F4F0;
      border-bottom: 1px solid var(--border-mid);
      backdrop-filter: none;
      padding: calc(var(--space-3) + env(safe-area-inset-top)) var(--space-3) var(--space-2);
    }

    .brand {
      text-transform: uppercase;
      font-family: var(--font-display);
      font-weight: 700;
      letter-spacing: -0.02em;
      color: #0D0D0D;
    }

    .tagline {
      font-family: var(--font-label);
      font-weight: 600;
      color: #0D0D0D;
    }

    .badge-btn {
      border: 1px solid var(--border-mid);
      border-radius: 999px;
      background: #fff;
      color: #0D0D0D;
      box-shadow: none;
      font-family: var(--font-label);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }

    .breadcrumb {
      background: #fff;
      border: 1px solid var(--border-light);
      border-radius: var(--radius-sm);
      color: #0D0D0D;
      box-shadow: none;
      font-family: var(--font-label);
      font-size: 0.76rem;
      font-weight: 700;
      text-transform: none;
      letter-spacing: 0.01em;
    }

    .app.home-landing .screen,
    .app.flow-pink .screen {
      background: #F4F4F0;
    }

    .home-shell::before,
    .app.flow-pink .screen::before {
      opacity: 0.03 !important;
      filter: grayscale(1) contrast(1.1);
    }

    .home-brand-title,
    .home-question,
    .app.flow-pink .question,
    .app.flow-pink .brand {
      font-family: var(--font-display);
      font-weight: 700;
      text-transform: none;
      color: #0D0D0D;
    }

    .home-brand-subtitle,
    .home-footnote,
    .home-caption,
    .app.flow-pink .step-support {
      font-family: var(--font-label);
      color: #0D0D0D;
      text-align: left;
      margin-left: 0;
      margin-right: 0;
    }

    .home-brand-subtitle {
      font-size: 0.98rem;
      line-height: 1.28;
      font-weight: 500;
    }

    .home-question {
      margin-top: 58px;
      font-size: clamp(1.7rem, 5.2vw, 2rem);
      line-height: 1.04;
      letter-spacing: -0.02em;
    }

    .home-jurisdiction-btn,
    .home-utility-btn,
    .app.flow-pink .answer-btn,
    .app.flow-pink .utility-cta {
      border: 2px solid var(--border-strong);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-2);
      color: #0D0D0D;
      background: #fff;
    }

    /* Utility bars: same structural language, different functional tone */
    .home-utility-btn,
    .app.flow-pink .utility-cta {
      border-width: 2px;
      border-color: var(--border-strong);
      border-radius: var(--radius-md);
      background: #f53d8d;
      box-shadow: var(--shadow-2);
      min-height: 46px;
      padding: 10px 12px;
      justify-content: flex-start;
      font-family: var(--font-label);
      font-size: 0.82rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      font-weight: 800;
      color: #fff;
    }

    .home-utility-btn .material-symbols-outlined,
    .app.flow-pink .utility-cta .material-symbols-outlined {
      width: 22px;
      height: 22px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(255,255,255,0.55);
      background: rgba(255,255,255,0.18);
      display: grid;
      place-items: center;
      font-size: 15px;
      color: #fff;
    }

    .home-jurisdiction-btn {
      min-height: 64px;
      padding: 10px 8px;
      gap: 4px;
    }

    .home-jurisdiction-title {
      font-size: 1.7rem;
      line-height: 1;
      font-weight: 700;
      letter-spacing: -0.02em;
    }

    .home-jurisdiction-caption {
      font-size: 0.66rem;
      font-weight: 700;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      opacity: 0.85;
    }

    .home-jurisdiction-btn,
    .app.flow-pink .answer-btn {
      background: #fff;
    }

    .home-jurisdiction-btn:hover,
    .home-utility-btn:hover,
    .app.flow-pink .answer-btn:hover,
    .app.flow-pink .utility-cta:hover {
      transform: translate(1px, 1px);
      box-shadow: var(--shadow-1);
      background: #FDFBFA;
    }

    .home-utility-btn:hover,
    .app.flow-pink .utility-cta:hover {
      background: #db2f7b;
    }

    .app.flow-pink .question-card {
      background: #fff;
      border: 1px solid var(--border-mid);
      border-radius: var(--radius-lg);
      box-shadow: none;
      text-align: left;
      padding: var(--space-3);
    }

    .app.flow-pink .question {
      margin-top: 2px;
      font-size: clamp(1.45rem, 4.6vw, 1.75rem);
      line-height: 1.06;
      text-align: left;
    }

    .app.flow-pink .answers {
      gap: var(--space-3);
    }

    .app.flow-pink .answer-btn {
      min-height: 82px;
      border-left-width: 2px;
      padding: var(--space-3);
      gap: var(--space-2);
    }

    .app.flow-pink .answer-btn.selected {
      background: rgba(245, 61, 141, 0.12);
      border-color: var(--border-strong);
      box-shadow: var(--shadow-2);
    }

    .app.flow-pink .answer-title {
      font-family: var(--font-display);
      font-weight: 700;
      color: #0D0D0D;
      text-transform: none;
      font-size: 1rem;
      line-height: 1.08;
    }

    .app.flow-pink .answer-note {
      font-family: var(--font-label);
      color: #1f1f1f;
      font-weight: 700;
      font-size: 0.75rem;
      letter-spacing: 0.01em;
      opacity: 1;
    }

    .app.flow-pink .answer-body {
      gap: var(--space-3);
    }

    .app.flow-pink .section-card + .section-card {
      margin-top: var(--space-1);
    }

    .app.flow-pink .section-card {
      background: #fff;
      border: 1px solid var(--border-mid);
      border-radius: var(--radius-md);
      border-left-width: 2px;
      border-left-color: rgba(245, 61, 141, 0.55);
      box-shadow: none;
      padding: var(--space-3);
      gap: var(--space-2);
    }

    .app.flow-pink .section-header {
      font-family: var(--font-label);
      font-weight: 800;
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #0D0D0D;
    }

    .app.flow-pink .section-header .material-symbols-outlined {
      background: #fff;
      border: 1px solid var(--border-mid);
      color: #0D0D0D;
      width: 24px;
      height: 24px;
      border-radius: var(--radius-sm);
      font-size: 16px;
    }

    .app.flow-pink .answer-copy,
    .app.flow-pink .bullet-list {
      color: #0D0D0D;
      font-family: var(--font-body);
      font-size: 0.92rem;
      line-height: 1.45;
      font-weight: 500;
    }

    .app.flow-pink .citation-card {
      background: #fff;
      border: 1px solid var(--border-mid);
      border-radius: var(--radius-md);
      box-shadow: none;
      padding: var(--space-3);
      gap: var(--space-2);
    }

    .app.flow-pink .citation-title {
      font-family: var(--font-display);
      font-size: 1rem;
      line-height: 1.1;
      color: #0D0D0D;
      text-transform: none;
      letter-spacing: -0.01em;
    }

    .app.flow-pink .citation-meta,
    .app.flow-pink .citation-purpose,
    .app.flow-pink .citation-fulltext-label {
      color: #1f1f1f;
      font-family: var(--font-label);
      font-size: 0.68rem;
      font-weight: 700;
    }

    .app.flow-pink .citation-purpose {
      background: rgba(245, 61, 141, 0.08);
      border: 1px solid rgba(245, 61, 141, 0.42);
      border-radius: var(--radius-sm);
      padding: 5px 7px;
    }

    .app.flow-pink .citation-expand-btn {
      border: 1px solid var(--border-mid);
      border-radius: 999px;
      background: #fff;
      color: #0D0D0D;
      box-shadow: none;
      font-family: var(--font-label);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      min-height: 30px;
      padding: 6px 11px;
      font-size: 0.72rem;
    }

    .app.flow-pink .citation-fulltext {
      border: 1px solid var(--border-light);
      background: #fff;
      color: #0D0D0D;
      border-radius: var(--radius-md);
      font-family: var(--font-body);
      line-height: 1.4;
      font-size: 0.88rem;
    }

    .app.flow-pink .utility-cta-primary,
    .app.flow-pink .btn.primary {
      background: #f53d8d;
      color: #fff;
      border-color: #b61f61;
      box-shadow: var(--shadow-2);
    }

    .app.flow-pink .utility-cta-primary {
      border-left: 2px solid #b61f61;
      background: #f53d8d;
      border-color: #b61f61;
      box-shadow: var(--shadow-2);
    }

    .app.flow-pink .utility-cta-primary .material-symbols-outlined {
      background: rgba(255,255,255,0.22);
      border-color: rgba(255,255,255,0.55);
      color: #fff;
    }

    .app.flow-pink .utility-cta-primary:hover,
    .app.flow-pink .btn.primary:hover {
      background: #db2f7b;
      border-color: #a71b59;
    }

    .app.flow-pink .btn.secondary {
      background: #fff;
      color: #0D0D0D;
      border: 2px solid #0D0D0D;
      box-shadow: var(--shadow-1);
    }

    .footer {
      border-top: 1px solid var(--border-mid);
      background: #F4F4F0;
      backdrop-filter: none;
      padding: var(--space-2) var(--space-3) calc(var(--space-2) + env(safe-area-inset-bottom));
    }

    .agent-search-modal {
      background: rgba(13, 13, 13, 0.42);
    }

    .agent-search-sheet {
      border: 2px solid rgba(245, 61, 141, 0.72);
      border-radius: var(--radius-lg);
      background: #FFF7FB;
      box-shadow: 2px 2px 0 0 rgba(13, 13, 13, 0.58);
    }

    .agent-search-head {
      border-bottom: 1px solid rgba(245, 61, 141, 0.34);
      padding-bottom: var(--space-2);
    }

    .agent-search-close {
      border: 1px solid rgba(245, 61, 141, 0.55);
      background: #fff;
      color: #0D0D0D;
    }

    .agent-search-title,
    .agent-result-title,
    .fine-result-title {
      font-family: var(--font-display);
      text-transform: none;
      color: #0D0D0D;
      font-weight: 700;
      letter-spacing: -0.01em;
    }

    .agent-search-label {
      font-family: var(--font-label);
      color: #0D0D0D;
      font-weight: 800;
      letter-spacing: 0.08em;
    }

    .agent-search-input {
      border: 2px solid #0D0D0D;
      border-radius: var(--radius-md);
      background: #fff;
      color: #0D0D0D;
      box-shadow: none;
      font-family: var(--font-mono);
      text-transform: uppercase;
      letter-spacing: 0.01em;
    }

    .agent-search-input:focus-visible {
      border-color: rgba(245, 61, 141, 0.9);
      outline: 2px solid rgba(245, 61, 141, 0.28);
      outline-offset: 2px;
    }

    .agent-result-card,
    .fine-result-card {
      border: 1px solid var(--border-mid);
      border-radius: var(--radius-md);
      background: #fff;
      box-shadow: none;
    }

    .agent-result-card {
      border-color: rgba(245, 61, 141, 0.42);
    }

    .fine-result-card {
      border-color: rgba(245, 61, 141, 0.38);
    }

    /* Ensure modal pink treatment is clearly visible in style-2 flow */
    .app.flow-pink .agent-search-sheet {
      border: 2px solid #b61f61 !important;
      background: linear-gradient(180deg, #ffd6e8 0%, #ffc9e1 100%) !important;
    }

    .app.flow-pink .agent-search-head {
      border-bottom: 1px solid rgba(182, 31, 97, 0.38) !important;
    }

    .app.flow-pink .agent-search-close {
      border: 1px solid rgba(182, 31, 97, 0.62) !important;
      background: #fff !important;
    }

    .app.flow-pink .agent-search-label {
      color: #5b1538 !important;
    }

    .app.flow-pink .agent-search-title,
    .app.flow-pink .agent-search-subtitle,
    .app.flow-pink .agent-search-note {
      color: #3f1027 !important;
    }

    .app.flow-pink .agent-search-input {
      border: 2px solid rgba(182, 31, 97, 0.72) !important;
      background: #fff !important;
    }

    .app.flow-pink .agent-search-empty,
    .app.flow-pink .agent-result-card,
    .app.flow-pink .fine-result-card {
      border: 1px solid rgba(182, 31, 97, 0.48) !important;
      background: #fff !important;
    }

    .app.flow-pink .agent-search-empty {
      color: #4f1b33 !important;
      border-style: solid !important;
    }

    .agent-role-pill,
    .fine-type-pill,
    .pill {
      border: 1px solid var(--border-mid);
      border-radius: 999px;
      background: rgba(245, 61, 141, 0.10);
      color: #0D0D0D;
      font-family: var(--font-label);
      font-weight: 800;
    }

    .flow-help-note,
    .status {
      color: #0D0D0D;
      font-family: var(--font-label);
      font-weight: 700;
    }
  
