:root {
  --ink: #0e1222;
  --ink-2: #34394a;
  --paper: #f4f6fb;
  --paper-2: #dcebfd;
  --white: #fff;
  --line: rgba(14, 18, 34, .15);
  --muted: #626879;
  --accent: #8c2bf9;
  --accent-dark: #4200ff;
  --mint: #328563;
  --mint-soft: #e4f2ec;
  --yellow: #dcebfd;
  --blue: #dcebfd;
  --shadow: 0 24px 70px rgba(14, 18, 34, .18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); line-height: 1.5; }
body, button, input, textarea { font: inherit; }
button, input, textarea { letter-spacing: 0; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: 0; }
h1 { margin-bottom: 22px; font-size: clamp(40px, 5vw, 72px); }
h2 { margin-bottom: 12px; font-size: clamp(25px, 3vw, 40px); }
h3 { margin-bottom: 8px; font-size: 19px; }
a { color: inherit; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 50; top: -70px; left: 18px; padding: 12px 16px; color: var(--white); background: var(--ink); }
.skip-link:focus { top: 18px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
button:focus-visible, input:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
h1[tabindex="-1"]:focus { outline: none; }

.candidate-header { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-height: 76px; padding: 0 max(24px, calc((100% - 1180px) / 2)); color: var(--white); background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.16); }
.candidate-brand { display: inline-flex; align-items: flex-end; gap: 6px; width: max-content; color: var(--white); text-decoration: none; }
.candidate-word { font-size: 40px; line-height: .8; font-weight: 800; }
.candidate-dot { width: 10px; height: 10px; margin-bottom: 1px; background: var(--blue); border-radius: 50%; }
.candidate-context { margin: 0 0 1px 6px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.header-status { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; }
.header-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(140,43,249,.2); }
.header-link { justify-self: end; min-height: 44px; padding: 12px 0; color: var(--white); font-size: 13px; font-weight: 750; text-decoration: none; }
.header-link:hover { color: var(--blue); }

.candidate-stage { min-height: calc(100vh - 76px); padding: 64px max(24px, calc((100vw - 1180px) / 2)) 84px; }
.candidate-stage[data-view="start"] { display: grid; grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr); align-items: center; gap: 76px; color: var(--white); background: var(--ink); }
.start-copy { max-width: 620px; }
.start-copy::before { content: ""; display: block; width: 72px; height: 4px; margin-bottom: 28px; background: var(--accent); }
.eyebrow, .kicker { margin: 0 0 12px; color: var(--accent); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.start-copy .eyebrow { color: var(--blue); }
.start-lead, .result-lead { max-width: 650px; color: var(--ink-2); font-size: 19px; }
.start-lead { color: rgba(255,255,255,.76); }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 32px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; }
.trust-row span::before { content: "\2713"; margin-right: 7px; color: var(--blue); font-weight: 900; }

.source-workspace { padding: 32px; color: var(--ink); background: var(--white); border: 1px solid rgba(255,255,255,.2); border-radius: 4px; box-shadow: var(--shadow); }
.workspace-heading { display: flex; align-items: flex-start; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.workspace-heading h2 { margin: 0; font-size: 28px; }
.step-number { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: var(--white); background: var(--accent); border-radius: 2px; font-size: 12px; font-weight: 850; }
.source-options { display: grid; gap: 10px; margin-top: 18px; }
.source-option { display: grid; grid-template-columns: 48px 1fr 28px; align-items: center; gap: 14px; width: 100%; min-height: 78px; padding: 13px 14px; text-align: left; color: var(--ink); background: var(--paper); border: 1px solid transparent; border-radius: 3px; transition: border-color .16s ease, background-color .16s ease, transform .16s ease; }
.source-option:hover { transform: translateY(-1px); background: var(--white); border-color: var(--accent); }
.source-option.active { background: var(--blue); border-color: var(--accent); }
.source-option strong, .source-option small { display: block; }
.source-option strong { font-size: 15px; }
.source-option small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.source-mark { display: grid; place-items: center; width: 44px; height: 44px; color: var(--accent-dark); background: var(--white); border: 1px solid var(--line); border-radius: 2px; font-weight: 900; }
.source-arrow { color: var(--accent-dark); font-size: 24px; }
.privacy-copy { margin: 17px 0 0; color: var(--muted); font-size: 11px; }

.source-form { margin-top: 18px; padding-top: 20px; border-top: 1px solid var(--line); }
.field, .account-form label, .quarterly-dialog label { display: grid; gap: 7px; color: var(--ink-2); font-size: 12px; font-weight: 800; }
.field input, .field textarea, .account-form input, .quarterly-dialog input, .question-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid #9eaaa7; border-radius: 5px; }
.field textarea, .question-form textarea { resize: vertical; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.file-drop { display: grid; place-items: center; min-height: 125px; padding: 20px; text-align: center; color: var(--ink-2); background: var(--paper); border: 1px dashed rgba(66,0,255,.46); border-radius: 3px; }
.file-drop strong, .file-drop span { display: block; }
.file-drop span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.file-drop input { max-width: 100%; margin-top: 13px; }
.source-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
.demo-link, .text-button { min-height: 44px; padding: 10px 0; color: var(--ink-2); background: transparent; border: 0; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.primary-button, .quiet-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 18px; border-radius: 2px; font-weight: 850; }
.primary-button { color: var(--white); background: var(--accent); border: 1px solid var(--accent); }
.primary-button:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.quiet-button { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.quiet-button:hover { background: var(--white); }

.analysis-stage { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; color: var(--white); background: var(--ink); }
.analysis-stage .eyebrow { color: var(--blue); }
.analysis-intro p:last-child { max-width: 570px; color: rgba(255,255,255,.7); font-size: 18px; }
.analysis-panel { position: relative; padding: 34px; color: var(--ink); background: var(--paper); border-radius: 8px; box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.analysis-pulse { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 24px; border: 1px solid var(--accent); border-radius: 50%; }
.analysis-pulse span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--accent); border-radius: 50%; font-weight: 900; animation: breathe 1.3s ease-in-out infinite; }
.analysis-signal::before { content: ""; width: 10px; height: 10px; background: var(--white); border-radius: 50%; }
.analysis-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.analysis-steps li { position: relative; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; min-height: 43px; color: #7a8989; border-bottom: 1px solid var(--line); font-size: 13px; }
.analysis-steps li::before { content: ""; width: 10px; height: 10px; border: 1px solid #9aa6a4; border-radius: 50%; }
.analysis-steps li.complete { color: var(--ink); font-weight: 750; }
.analysis-steps li.complete::before { background: var(--mint); border-color: var(--mint); box-shadow: 0 0 0 4px rgba(50,133,99,.13); }
.analysis-steps li.active { color: var(--accent-dark); font-weight: 800; }
.analysis-steps li.active::before { background: var(--accent); border-color: var(--accent); }
.analysis-steps li span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.analysis-status { min-height: 24px; margin: 20px 0 0; color: var(--ink-2); font-weight: 750; }

.result-stage, .update-stage, .dashboard-stage { background: var(--paper); }
.result-hero { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.result-hero h1 { max-width: 820px; }
.source-proof { align-self: flex-end; flex: 0 0 220px; padding: 17px; background: var(--mint-soft); border-left: 4px solid var(--mint); }
.source-proof span, .source-proof strong { display: block; }
.source-proof span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.source-proof strong { margin-top: 6px; font-size: 14px; }
.insight-layout { display: grid; grid-template-columns: 1.45fr .75fr; gap: 28px; padding: 48px 0; }
.role-panel, .dna-panel { min-width: 0; }
.section-title { max-width: 700px; }
.role-list { display: grid; gap: 10px; margin-top: 24px; }
.role-card { display: grid; grid-template-columns: 42px 1fr auto; gap: 16px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.role-index { color: var(--accent-dark); font-size: 12px; font-weight: 900; }
.role-card p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.role-label { align-self: start; padding: 5px 8px; color: var(--ink-2); background: var(--blue); border-radius: 4px; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.intent-panel { margin: 0 0 48px; padding: 30px; background: var(--paper-2); border-left: 5px solid var(--mint); }
.intent-panel .section-title { max-width: 780px; }
.intent-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.intent-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.intent-fact { min-width: 0; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 5px; }
.intent-fact span, .intent-fact small { display: block; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.intent-fact strong { display: block; margin: 7px 0; overflow-wrap: anywhere; font-size: 14px; }
.intent-route-list { padding: 18px; color: var(--white); background: var(--ink); border-radius: 6px; }
.intent-route-list .kicker { color: var(--blue); }
.intent-route { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.18); }
.intent-route > span { color: var(--blue); font-weight: 900; }
.intent-route strong, .intent-route small { display: block; }
.intent-route small { margin-top: 4px; color: #bdcaca; font-size: 12px; line-height: 1.45; }
.intent-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 12px; }
.dna-panel { padding: 25px; color: var(--white); background: var(--ink); border-radius: 7px; }
.dna-panel .kicker { color: var(--blue); }
.dna-panel h2 { font-size: 28px; }
.dna-group { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.18); }
.dna-group:first-child { margin-top: 18px; }
.dna-group strong { display: block; margin-bottom: 8px; color: #c6d2d1; font-size: 10px; text-transform: uppercase; }
.dna-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.dna-chips span { padding: 6px 8px; color: var(--ink); background: var(--paper); border-radius: 4px; font-size: 11px; font-weight: 750; }
.dna-value { margin: 0; color: var(--white); font-size: 14px; }
.primary-next, .account-invite { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 32px; background: var(--paper-2); border-left: 5px solid var(--accent); }
.primary-next h2, .account-invite h2 { margin-bottom: 7px; font-size: 28px; }
.primary-next p:last-child, .account-invite p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); }

.question-stage { display: grid; place-items: center; color: var(--white); background: var(--ink); }
.question-shell { width: min(760px, 100%); }
.question-progress { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-bottom: 52px; color: #aababb; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.question-progress div { height: 3px; overflow: hidden; background: #3c5259; }
.question-progress i { display: block; width: 12%; height: 100%; background: var(--accent); transition: width .25s ease; }
.question-stage .eyebrow { color: var(--blue); }
.question-stage h1 { max-width: 760px; font-size: clamp(36px, 5vw, 62px); }
.question-why { max-width: 630px; color: #bdcaca; font-size: 16px; }
.question-form { margin-top: 34px; }
.question-form textarea { min-height: 130px; color: var(--white); background: #1c333d; border-color: #4b6269; font-size: 18px; }
.question-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 17px; }
.question-stage .text-button { color: #b8c7c7; }

.updated-heading { max-width: 850px; }
.change-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 38px 0 64px; }
.change-card { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.change-card span, .change-card small { display: block; }
.change-card span { color: var(--accent-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.change-card strong { display: block; margin: 12px 0 5px; font-size: 17px; }
.change-card small { color: var(--muted); }
.market-section { padding: 54px 0; border-top: 1px solid var(--line); }
.market-tabs { display: flex; gap: 7px; margin: 28px 0 20px; }
.market-tabs button { min-height: 44px; padding: 9px 14px; color: var(--ink-2); background: transparent; border: 1px solid var(--line); border-radius: 5px; font-weight: 800; }
.market-tabs button[aria-selected="true"] { color: var(--white); background: var(--ink); border-color: var(--ink); }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.market-card { min-width: 0; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.market-card header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.market-tag { padding: 4px 7px; color: var(--ink-2); background: var(--blue); border-radius: 4px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.market-card h3 { margin-top: 18px; }
.market-card p { color: var(--muted); font-size: 13px; }
.market-card .why { margin-bottom: 0; padding-top: 12px; border-top: 1px solid var(--line); color: var(--ink-2); }
.market-card .intent-reason { margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--line); color: var(--accent-dark); }
.empty-state { padding: 30px; color: var(--ink-2); background: var(--white); border: 1px solid var(--line); }
.development-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.development-grid article { padding: 22px; background: var(--white); border-left: 4px solid var(--mint); }
.development-grid p { margin: 0; color: var(--muted); }

.account-stage { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 80px; color: var(--white); background: var(--ink); }
.account-stage .eyebrow { color: var(--blue); }
.account-copy p:last-child { max-width: 570px; color: #b9c8c8; }
.account-form { display: grid; gap: 16px; padding: 32px; color: var(--ink); background: var(--paper); border-radius: 8px; }
.account-form label { font-size: 12px; }
.account-form input { margin-top: 6px; }
.check-label { display: grid !important; grid-template-columns: 24px 1fr; align-items: start; gap: 9px !important; font-weight: 600 !important; }
.check-label input { width: 20px; min-height: 20px; margin: 1px 0 0; accent-color: var(--accent); }
.form-error { min-height: 20px; margin: 0; color: #9e2e23; font-size: 12px; font-weight: 750; }

.dashboard-stage { padding-bottom: 110px; }
.dashboard-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.dashboard-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.dashboard-top h1 { max-width: 800px; margin-bottom: 0; }
.dashboard-layout { display: grid; grid-template-columns: 190px 1fr; gap: 38px; padding-top: 34px; }
.dashboard-nav { display: grid; align-content: start; gap: 4px; }
.dashboard-nav button { min-height: 46px; padding: 10px 12px; text-align: left; color: var(--ink-2); background: transparent; border: 0; border-left: 3px solid transparent; font-weight: 750; }
.dashboard-nav button.active { color: var(--accent-dark); background: var(--white); border-left-color: var(--accent); }
.dashboard-content { min-width: 0; }
.dashboard-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.dashboard-card { grid-column: span 6; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.dashboard-card.wide { grid-column: 1 / -1; }
.dashboard-card.third { grid-column: span 4; }
.dashboard-card p { color: var(--muted); }
.dashboard-list { display: grid; gap: 9px; margin: 16px 0 0; padding: 0; list-style: none; }
.dashboard-list li { display: flex; justify-content: space-between; gap: 16px; padding-top: 9px; border-top: 1px solid var(--line); font-size: 13px; }
.dashboard-list span { color: var(--muted); }
.next-action { padding: 24px; color: var(--white); background: var(--ink); }
.next-action .kicker { color: var(--blue); }
.next-action p { color: #c0cecd; }
.timeline { display: grid; gap: 0; padding-left: 14px; border-left: 2px solid var(--line); }
.timeline article { position: relative; padding: 0 0 22px 22px; }
.timeline article::before { content: ""; position: absolute; top: 3px; left: -21px; width: 10px; height: 10px; background: var(--paper); border: 2px solid var(--accent); border-radius: 50%; }
.timeline article p { margin: 5px 0 0; }

.quarterly-dialog { width: min(620px, calc(100% - 32px)); padding: 0; color: var(--ink); background: var(--paper); border: 0; border-radius: 8px; box-shadow: var(--shadow); }
.quarterly-dialog::backdrop { background: rgba(16,33,43,.72); }
.quarterly-dialog form { display: grid; gap: 14px; padding: 28px; }
.dialog-heading { display: flex; justify-content: space-between; gap: 20px; }
.dialog-heading h2 { font-size: 30px; }
.close-button { width: 44px; height: 44px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 5px; font-size: 25px; }

.mobile-dock { display: none !important; visibility: hidden; pointer-events: none; position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; grid-template-columns: repeat(4, 1fr); padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(16,33,43,.08); }
.mobile-dock button { display: grid; place-items: center; gap: 2px; min-height: 52px; color: var(--muted); background: transparent; border: 0; font-size: 10px; font-weight: 800; }
.mobile-dock button span { font-size: 17px; }
.mobile-dock button.active { color: var(--accent-dark); }

@keyframes breathe { 50% { transform: scale(.9); opacity: .74; } }

@media (max-width: 900px) {
  .candidate-stage[data-view="start"], .analysis-stage, .account-stage { grid-template-columns: 1fr; gap: 42px; }
  .candidate-stage[data-view="start"] { align-items: start; }
  .start-copy { max-width: 760px; }
  .insight-layout { grid-template-columns: 1fr; }
  .dna-panel { order: -1; }
  .change-list, .market-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-layout { grid-template-columns: 150px 1fr; gap: 22px; }
  .dashboard-card.third { grid-column: span 6; }
}

@media (max-width: 680px) {
  h1 { font-size: 40px; }
  .candidate-header { grid-template-columns: 1fr auto; width: 100%; min-height: 66px; padding: 0 18px; }
  .header-status { display: none; }
  .header-link { font-size: 12px; }
  .candidate-stage { min-height: calc(100vh - 66px); padding: 36px 18px 70px; }
  .candidate-stage[data-view="start"] { gap: 32px; }
  .start-copy::before { margin-bottom: 20px; }
  .start-lead, .result-lead { font-size: 16px; }
  .trust-row { display: grid; }
  .source-workspace { padding: 20px; }
  .source-option { grid-template-columns: 42px 1fr 18px; min-height: 72px; padding: 11px; }
  .source-mark { width: 40px; height: 40px; }
  .field-grid { grid-template-columns: 1fr; }
  .source-form-actions { align-items: stretch; flex-direction: column-reverse; }
  .source-form-actions .primary-button { width: 100%; }
  .analysis-stage { align-content: start; }
  .analysis-panel { padding: 22px; }
  .analysis-steps li { grid-template-columns: 24px 1fr; }
  .analysis-steps li span { display: none; }
  .result-hero { display: grid; gap: 24px; padding-bottom: 30px; }
  .source-proof { width: 100%; }
  .insight-layout { padding: 32px 0; }
  .intent-panel { padding: 22px; }
  .intent-preview, .intent-facts { grid-template-columns: 1fr; }
  .role-card { grid-template-columns: 32px 1fr; padding: 17px; }
  .role-label { grid-column: 2; width: max-content; }
  .dna-panel { padding: 20px; }
  .primary-next, .account-invite { align-items: stretch; flex-direction: column; gap: 20px; padding: 23px; }
  .primary-next .primary-button, .account-invite .primary-button { width: 100%; }
  .question-stage { align-items: start; }
  .question-progress { margin-bottom: 38px; }
  .question-form textarea { font-size: 16px; }
  .change-list, .market-grid, .development-grid { grid-template-columns: 1fr; }
  .change-list { margin-bottom: 40px; }
  .market-tabs { overflow-x: auto; padding-bottom: 3px; }
  .market-tabs button { flex: 0 0 auto; }
  .account-form { padding: 22px; }
  .dashboard-top { align-items: stretch; flex-direction: column; }
  .dashboard-top .quiet-button { width: 100%; }
  .dashboard-layout { display: block; }
  .dashboard-nav { display: none; }
  .dashboard-card, .dashboard-card.third { grid-column: 1 / -1; }
  .mobile-dock[hidden] { display: none !important; visibility: hidden; pointer-events: none; }
  .mobile-dock:not([hidden]) { display: grid !important; visibility: visible; pointer-events: auto; }
  .quarterly-dialog form { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
