/* Figma 57:1397. Radix Colors are vendored in assets/radix-colors.css. */
:root {
  --page: var(--mauve-2); --surface: #fff; --border: var(--mauve-6);
  --text: var(--slate-12); --muted: var(--slate-11);
  --brand: var(--indigo-9); --brand-hover: var(--indigo-10); --link: var(--indigo-11);
  --radius: 8px; --ease: cubic-bezier(.2,.7,.2,1);
  font-family: 'Nunito Sans', system-ui, sans-serif;
  color: var(--text); background: var(--page);
  font-synthesis: none; -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 16px; line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
a { color: var(--link); text-underline-offset: 3px; transition: color 180ms var(--ease), background 180ms var(--ease); }
a:hover { color: var(--indigo-12); }
:focus-visible { outline: 3px solid var(--indigo-8); outline-offset: 3px; }
[hidden] { display: none !important; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; display: inline-block; vertical-align: middle; stroke-width: 1.8; }
h1, h2, h3, p, dl, dd { margin: 0; }
h1 { font-size: 32px; font-weight: 700; line-height: 1.25; letter-spacing: -.4px; }
h2 { font-size: 24px; font-weight: 600; line-height: 1.4; }
h3 { font-size: 20px; font-weight: 600; line-height: 1.4; }
p { overflow-wrap: break-word; }
strong { font-weight: 700; }
.sr-only, .skip:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip:focus { position: fixed; z-index: 20; top: 8px; left: 8px; padding: 12px 20px; background: white; border-radius: 8px; }
.site-container { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 32px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 11px 20px 13px; min-height: 56px; border-radius: 0 0 8px 8px; color: white; background: linear-gradient(180deg, #3e63dd, #3452b8); }
.brand { color: #fff; display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; text-decoration: none; }
.brand:hover { color: #fff; opacity: .88; }
.brand-mark { font-size: 22px; line-height: 1; font-style: italic; font-weight: 800; letter-spacing: -.7px; }
.brand-mark span { margin-left: 2px; }
.brand-description { text-transform: uppercase; font-size: 13px; line-height: 1; font-weight: 700; letter-spacing: 1.04px; }
.header-right { display: flex; align-items: center; gap: 8px; min-width: 0; }
.site-header nav { display: flex; gap: 0; }
.site-header nav a { padding: 7px 12px; border-radius: 4px; color: white; font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.site-header nav a:hover { background: #ffffff1c; }
.site-header nav a[aria-current] { background: white; color: var(--indigo-11); box-shadow: inset 0 4px 4px -3px #0006; }
.account { display: flex; gap: 6px; align-items: center; font-size: 14px; white-space: nowrap; }
.account .icon { width: 17px; height: 17px; }
main { outline: none; min-height: 60vh; }
.page-heading { padding-block: 26px 24px; display: flex; flex-direction: column; gap: 4px; }
.lead { font-size: 18px; color: var(--muted); line-height: 1.5; letter-spacing: .15px; max-width: 880px; }
.back-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; text-decoration: none; margin-bottom: 10px; }
.back-link .icon { width: 16px; height: 16px; }
.layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(0,1fr); gap: 24px; align-items: start; }
.stack { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.panel { background: var(--surface); border: 1px solid var(--border); padding: 20px; border-radius: var(--radius); min-width: 0; }
.panel > * + * { margin-top: 16px; }
.panel > h2 + p, .panel > h3 + p { margin-top: 6px; }
.panel-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.panel-top > div { min-width: 0; flex: 1; }
.panel-top p:not(.eyebrow) { margin-top: 3px; }
.panel-top h2 { margin: 0; }
.panel-top > .badge { flex: 0 0 auto; }
.eyebrow { color: var(--muted); font-weight: 700; font-size: 12px; line-height: 1.5; letter-spacing: .8px; text-transform: uppercase; }
h2.eyebrow { font-size: 13px; }
.tiny { font-size: 13px; line-height: 1.5; }
.muted { color: var(--muted); }
.plan-name { font-size: 20px; font-weight: 600; margin-top: 14px; }
.plan-name + p { margin-top: 2px; }
.facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 16px; padding-block: 20px; border-block: 1px solid var(--border); }
.facts div, .phone-list div { display: flex; flex-direction: column; min-width: 0; gap: 3px; }
.facts dt, .phone-list dt { order: 1; color: var(--muted); font-size: 11px; font-weight: 600; line-height: 1.5; letter-spacing: .65px; text-transform: uppercase; }
.facts dd { font-size: 15px; line-height: 1.5; font-weight: 600; overflow-wrap: anywhere; }
.account-facts { border-bottom: 0; padding-bottom: 0; }
.account-facts > div:nth-child(n+3) { border-top: 1px solid var(--border); padding-top: 16px; }
.phone-panel > h3 { margin-top: 14px; }
.phone-panel > p { font-size: 15px; }
.phone-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--border); gap: 16px 12px; padding-top: 18px; }
.phone-list dd { font-size: 14px; font-weight: 600; letter-spacing: -.1px; }
.phone-list > div:last-child { grid-column: 1 / -1; }
.phone-panel > .tiny { font-size: 12px; margin-top: 12px; }
.badge { display: inline-flex; gap: 6px; align-items: center; padding: 7px 10px; border-radius: 8px; background: var(--mauve-3); color: var(--slate-12); font-size: 10px; line-height: 1.5; font-weight: 700; letter-spacing: .55px; text-transform: uppercase; white-space: nowrap; }
.badge .icon { width: 14px; height: 14px; stroke-width: 2; }
.badge.warning { background: var(--yellow-9); color: var(--slate-12); }
.badge.good { background: var(--green-3); color: var(--green-11); }
.badge.info { background: var(--indigo-3); color: var(--indigo-11); }
.alert { padding: 16px; border-radius: 8px; border: 1px solid var(--yellow-7); border-left-width: 5px; background: var(--yellow-2); color: var(--yellow-12); }
.alert strong { display: block; }
.alert p { color: var(--yellow-11); margin-top: 3px; font-size: 15px; }
.alert.good { background: var(--green-2); border-color: var(--green-6); color: var(--green-12); }
.alert.good p { color: var(--green-11); }
.alert.info { background: var(--indigo-2); border-color: var(--indigo-6); color: var(--indigo-12); }
.alert.info p { color: var(--indigo-11); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 11px 14px; border: 1px solid var(--brand); border-radius: var(--radius); font-weight: 700; font-size: 12px; line-height: 1.5; letter-spacing: .65px; text-transform: uppercase; text-align: center; text-decoration: none; background: var(--brand); color: white; transition: background 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease); }
.button:hover { background: var(--brand-hover); border-color: var(--brand-hover); color: white; }
.button:active { transform: translateY(1px); }
.button .icon { width: 17px; height: 17px; }
.button.secondary { background: white; color: var(--indigo-11); }
.button.secondary:hover { background: var(--indigo-3); border-color: var(--indigo-10); }
.button.quiet { border-color: transparent; background: transparent; color: var(--indigo-11); }
.button.quiet:hover { background: var(--indigo-3); }
.button:disabled { cursor: default; opacity: .5; transform: none; }
.button.small { font-size: 10px; padding: 8px 10px; min-height: 36px; letter-spacing: .45px; }
.button.full { width: 100%; }
.actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.text-link .icon { width: 16px; height: 16px; }
.status-rows { margin-top: 20px; }
.status-row { display: grid; grid-template-columns: 32px minmax(0,1fr) auto; align-items: center; gap: 16px; border-top: 1px solid var(--border); padding-block: 24px; }
.status-row:last-child { padding-bottom: 2px; }
.row-icon { color: var(--indigo-11); display: flex; align-items: center; justify-content: center; }
.row-icon .icon { width: 32px; height: 32px; stroke-width: 1.6; }
.row-icon.warning { color: var(--yellow-11); }
.row-icon.good { color: var(--green-11); }
.row-copy { min-width: 0; }
.row-copy h3 { font-size: 16px; font-weight: 600; }
.row-copy p { font-size: 13px; color: var(--muted); margin-top: 2px; }
.section-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: var(--indigo-3); color: var(--indigo-11); border-radius: 10px; }
.section-icon .icon { width: 24px; height: 24px; }
.section-icon.good { background: var(--green-3); color: var(--green-11); }
.title-with-icon { display: flex; align-items: center; gap: 12px; }
.title-with-icon .section-icon { flex-shrink: 0; }
.progress { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.progress li { display: flex; align-items: center; gap: 8px; position: relative; font-size: 13px; font-weight: 600; color: var(--muted); }
.progress .current { color: var(--indigo-11); }
.step-dot { display: flex; justify-content: center; align-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--mauve-4); font-size: 12px; }
.current .step-dot { background: var(--indigo-9); color: white; }
.complete .step-dot { background: var(--indigo-3); color: var(--indigo-11); }
.step-dot .icon { width: 16px; height: 16px; }
.meter { height: 4px; background: var(--mauve-3); border-radius: 8px; overflow: hidden; }
.meter span { display: block; height: 100%; background: var(--indigo-9); transition: width 250ms var(--ease); }
.diagnostic-list { list-style: none; padding: 0; }
.diagnostic-row { display: grid; grid-template-columns: 32px minmax(0,1fr) auto; gap: 16px; align-items: center; padding-block: 22px; border-bottom: 1px solid var(--border); }
.diagnostic-row:last-child { border: 0; padding-bottom: 4px; }
.check-state { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.check-state .icon { width: 16px; height: 16px; }
.checking .check-state { color: var(--indigo-11); }
.spinning { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.step-list { counter-reset: step; list-style: none; padding: 0; }
.step-list li { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 16px; padding-block: 24px; border-bottom: 1px solid var(--border); }
.step-list li:last-child { border-bottom: 0; padding-bottom: 4px; }
.step-list li:first-child { padding-top: 8px; }
.step-list h3 { font-size: 18px; }
.step-list h3::before { counter-increment: step; content: counter(step) '. '; }
.step-list p { margin-top: 5px; font-size: 15px; color: var(--muted); }
.step-illustration { display: grid; place-items: center; background: var(--indigo-3); border: 1px solid var(--indigo-5); color: var(--indigo-11); border-radius: 10px; width: 48px; height: 48px; }
.step-illustration .icon { width: 26px; height: 26px; }
.choice-list { display: grid; gap: 12px; margin-top: 24px; }
.choice { display: grid; grid-template-columns: 32px minmax(0,1fr) 20px; align-items: center; gap: 16px; width: 100%; padding: 20px; background: white; border: 1px solid var(--border); border-radius: 8px; text-align: left; transition: background 180ms, border-color 180ms; }
.choice:hover { background: var(--indigo-2); border-color: var(--indigo-8); }
.choice strong { display: block; font-size: 17px; }
.choice small { display: block; font-size: 14px; margin-top: 3px; color: var(--muted); }
.choice-icon .icon { width: 28px; height: 28px; color: var(--indigo-11); }
.choice-icon.good .icon { color: var(--green-11); }
.success-header { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; padding: 20px 0 12px; }
.success-icon { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: var(--green-3); border: 8px solid var(--green-2); color: var(--green-11); }
.success-icon .icon { width: 32px; height: 32px; }
.success-header p { color: var(--muted); margin-top: -10px; }
.rule { padding-top: 20px; border-top: 1px solid var(--border); }
.summary-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 14px; }
.summary-list li { display: flex; gap: 10px; font-size: 14px; }
.summary-list .icon { color: var(--indigo-11); width: 17px; height: 17px; margin-top: 2px; }
.incident-estimate { padding-block: 20px; border-block: 1px solid var(--border); }
.estimate-value { font-size: 28px; line-height: 1.25; font-weight: 700; margin-block: 7px; }
.incident-estimate > .muted { font-size: 14px; }
.timeline { list-style: none; padding: 0; margin-bottom: 0; }
.timeline li { position: relative; display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 16px; padding: 0 0 26px; }
.timeline li:not(:last-child)::before { position: absolute; content: ''; left: 14px; top: 30px; bottom: 0; width: 2px; background: var(--mauve-5); }
.timeline li:last-child { padding-bottom: 0; }
.timeline-dot { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--indigo-3); color: var(--indigo-11); }
.timeline-dot .icon { width: 16px; height: 16px; }
.timeline .current .timeline-dot { background: var(--indigo-9); color: white; }
.timeline .future .timeline-dot { color: var(--slate-11); background: var(--mauve-3); }
.timeline h3 { font-size: 16px; }
.timeline p { font-size: 14px; color: var(--muted); margin-top: 6px; }
.timeline-heading { display: flex; gap: 8px; justify-content: space-between; align-items: center; padding-top: 3px; }
.timeline-heading > span { white-space: nowrap; }
.latest-label { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--indigo-11); letter-spacing: .6px; margin-top: 8px; }
.backup-offer { display: flex; align-items: center; gap: 36px; padding: 24px; background: var(--indigo-2); border: 1px solid var(--indigo-4); border-radius: 8px; }
.allowance { font-size: 54px; font-weight: 700; letter-spacing: -2px; line-height: 1.1; color: var(--indigo-11); }
.allowance span { font-size: 28px; letter-spacing: -.5px; }
.backup-offer p { color: var(--indigo-11); font-size: 14px; }
.offer-meta { display: grid; gap: 12px; }
.offer-meta p { display: flex; gap: 8px; align-items: center; }
.offer-meta .icon { width: 17px; height: 17px; }
.disclosure { border: 1px solid var(--border); border-radius: 8px; }
.disclosure summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 16px; gap: 12px; font-size: 15px; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
.disclosure summary:hover { background: var(--mauve-2); }
details[open] > summary > .icon, details[open] > summary > [data-icon] { transform: rotate(180deg); }
.disclosure > div { padding: 0 16px 16px; font-size: 14px; color: var(--muted); }
.disclosure a { margin-top: 12px; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.contact-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-block: 24px; }
.radio-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; }
.radio-card:hover { background: var(--mauve-2); border-color: var(--indigo-7); }
.radio-card:has(input:checked) { border-color: var(--indigo-9); background: var(--indigo-2); box-shadow: 0 0 0 1px var(--indigo-9); }
.radio-card input { position: absolute; right: 16px; top: 16px; accent-color: var(--indigo-9); width: 18px; height: 18px; margin: 0; }
.contact-icon { color: var(--indigo-11); }
.contact-icon .icon { width: 25px; height: 25px; }
.radio-card strong { display: block; font-size: 16px; font-weight: 600; }
.radio-card small { display: block; color: var(--muted); font-size: 13px; }
.form-field { margin-block: 24px; }
.form-field > label { font-size: 15px; font-weight: 600; display: block; }
.form-field > p { margin-top: 4px; }
textarea { display: block; width: 100%; resize: vertical; min-height: 140px; border: 1px solid var(--mauve-8); background: var(--surface); border-radius: 8px; padding: 12px; margin-top: 12px; line-height: 1.5; color: var(--text); }
textarea::placeholder { color: var(--slate-11); }
textarea:focus { border-color: var(--indigo-9); }
.character-count { display: block; text-align: right; font-size: 12px; color: var(--muted); margin-top: 6px; }
.request-note { background: var(--mauve-2); padding: 16px; border-radius: 8px; }
.request-note h3 { font-size: 16px; }
.request-note p { font-size: 15px; white-space: pre-wrap; margin-top: 6px; }
footer { padding: 26px 8px 20px; text-align: center; font-size: 13px; color: var(--muted); }
.demo-panel { margin: 0 0 24px; border: 1px dashed var(--mauve-7); border-radius: 8px; color: var(--muted); }
.demo-panel > summary { display: flex; justify-content: space-between; align-items: center; list-style: none; gap: 16px; padding: 12px 16px; font-size: 13px; }
.demo-panel > summary > span:first-child { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.demo-panel summary .icon { width: 16px; height: 16px; }
.demo-panel > summary:hover { background: var(--mauve-3); }
.demo-current { background: var(--mauve-4); border-radius: 4px; padding: 2px 6px; font-size: 11px; }
.demo-body { padding: 4px 16px 16px; }
.demo-body > p:first-child { font-size: 14px; }
.demo-controls { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; margin-block: 16px 8px; }
.scenario-field { display: flex; flex-direction: column; gap: 6px; flex: 1; max-width: 300px; }
.scenario-field label { font-size: 12px; font-weight: 700; }
select { min-height: 44px; width: 100%; border: 1px solid var(--mauve-8); background: white; color: var(--text); border-radius: 8px; padding: 9px 30px 9px 12px; font-size: 14px; }
.toast { position: fixed; z-index: 10; bottom: 24px; left: 50%; transform: translateX(-50%); max-width: calc(100% - 32px); padding: 14px 20px; background: var(--slate-12); color: white; font-size: 14px; border-radius: 8px; box-shadow: 0 6px 24px #0002; }
@media (min-width: 901px) and (max-width: 1120px) {
  .site-header { gap: 12px; }
  .brand-description { display: none; }
  .panel-top { flex-wrap: wrap; }
  .panel-top > .badge { margin-left: 0; }
  .status-row { grid-template-columns: 28px minmax(0,1fr); gap: 10px 12px; }
  .status-row > .badge, .status-row > .button { grid-column: 2; justify-self: start; }
  .phone-list { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .site-container { padding-inline: 24px; }
  .site-header { flex-wrap: wrap; gap: 12px; padding: 14px 16px 10px; }
  .header-right { display: contents; }
  .account { margin-left: auto; font-size: 12px; order: 1; }
  .brand { order: 0; }
  .site-header nav { order: 2; width: 100%; gap: 8px; }
  .site-header nav a { flex: 1; text-align: center; padding-block: 9px; }
  .layout { grid-template-columns: minmax(0,1fr); }
  .sidebar { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; }
  .sidebar > :only-child { grid-column: 1 / -1; }
  .page-heading { padding-top: 24px; }
}
@media (max-width: 600px) {
  .site-container { padding-inline: 16px; }
  .site-header { margin-inline: -16px; border-radius: 0 0 8px 8px; padding-inline: 16px; gap: 14px; }
  .brand-description { font-size: 10px; letter-spacing: .65px; }
  .brand-mark { font-size: 22px; }
  .account { font-size: 0; gap: 0; }
  .account > span:last-child { font-size: 0; }
  .account > span:last-child::after { content: '0042'; font-size: 12px; margin-left: 5px; }
  .site-header nav { gap: 4px; }
  .site-header nav a { padding: 10px 8px; font-size: 13px; }
  h1 { font-size: 28px; line-height: 1.25; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
  .lead { font-size: 16px; line-height: 1.5; }
  .page-heading { padding-block: 24px 20px; gap: 7px; }
  .panel { padding: 18px 16px; }
  .layout, .stack { gap: 16px; }
  .sidebar { display: flex; }
  .panel-top { flex-direction: column; gap: 10px; }
  .panel-top > .badge { align-self: flex-start; }
  .panel-top > .tiny, .panel-top > .eyebrow { margin-top: -3px; }
  .actions { flex-direction: column; gap: 10px; }
  .actions > .button { width: 100%; min-height: 46px; }
  .actions > .primary { order: -1; }
  .button.small { min-height: 44px; font-size: 11px; }
  .status-row { grid-template-columns: 28px minmax(0,1fr); gap: 10px 12px; padding-block: 20px; }
  .status-row > .badge, .status-row > .button { grid-column: 2; justify-self: start; }
  .row-icon .icon { width: 28px; height: 28px; }
  .row-copy p { font-size: 14px; }
  .badge { font-size: 10px; }
  .status-rows { margin-top: 16px; }
  .progress { gap: 8px; }
  .progress li { flex-direction: column; align-items: flex-start; font-size: 11px; gap: 6px; }
  .step-dot { flex-basis: 26px; width: 26px; height: 26px; }
  .progress li > span:last-child { max-width: 100px; }
  .diagnostic-row { grid-template-columns: 28px minmax(0,1fr); gap: 8px 12px; }
  .diagnostic-row > .badge, .diagnostic-row > .check-state { grid-column: 2; justify-self: start; }
  .step-list li { grid-template-columns: 40px minmax(0,1fr); gap: 12px; padding-block: 20px; }
  .step-illustration { width: 40px; height: 40px; }
  .step-illustration .icon { width: 24px; height: 24px; }
  .step-list h3 { font-size: 16px; }
  .step-list p { font-size: 14px; }
  .choice { padding: 16px 12px; grid-template-columns: 24px minmax(0,1fr) 16px; gap: 10px; }
  .choice strong { font-size: 16px; }
  .choice small { font-size: 13px; }
  .choice-icon .icon { width: 24px; height: 24px; }
  .success-header h2 { font-size: 22px; }
  .estimate-value { font-size: 26px; }
  .timeline { margin-top: 24px; }
  .timeline li { gap: 12px; }
  .timeline-heading { align-items: flex-start; }
  .timeline h3 { font-size: 15px; }
  .backup-offer { padding: 20px 16px; gap: 20px; align-items: flex-start; flex-direction: column; }
  .allowance { font-size: 48px; }
  .offer-meta { gap: 8px; }
  .contact-options { grid-template-columns: 1fr; }
  .radio-card { flex-direction: row; align-items: center; padding: 16px 42px 16px 16px; }
  .radio-card input { top: 50%; transform: translateY(-50%); }
  textarea { font-size: 16px; }
  .phone-list dd { font-size: 14px; }
  footer { padding-inline: 4px; font-size: 12px; }
  .demo-panel > summary { padding-inline: 12px; }
  .demo-controls { flex-direction: column; align-items: stretch; }
  .scenario-field { max-width: none; }
  .demo-controls .button { width: 100%; }
  .demo-current { display: none; }
  .toast { bottom: 16px; width: max-content; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
