:root {
  color-scheme: light;
  --ink: #10152a;
  --ink-soft: #1a2140;
  --paper: #f7f3ed;
  --paper-bright: #fffdf9;
  --muted: #667087;
  --line: #dcd8d2;
  --violet: #6d5dfc;
  --violet-dark: #5140df;
  --cyan: #4fd5d2;
  --orange: #ff9f6e;
  --green: #2c9a77;
  --nav-text: #414a61;
  --body-copy: #515b70;
  --check-copy: #3f4860;
  --feature-surface: rgba(255,255,255,.25);
  --support-surface: #f0edff;
  --asset-surface: #e9e7f8;
  --focus: #5140df;
  --inverse-surface: #10152a;
  --inverse-text: #ffffff;
  --accent-fill: #6d5dfc;
  --accent-fill-hover: #5140df;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }

a:focus-visible, button:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.development-banner {
  min-height: 34px;
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: white;
  background: var(--inverse-surface);
  font-size: .76rem;
  line-height: 1.35;
}
.development-banner span {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.development-banner p { margin: 0; color: #d7dbea; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}

.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 780; font-size: 1.1rem; letter-spacing: -0.03em; }
.brand img { border-radius: 10px; box-shadow: 0 8px 20px rgba(20, 23, 54, .16); }
.nav-shell nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-shell nav a { color: var(--nav-text); font-size: .9rem; font-weight: 630; }
.nav-shell nav a:hover, .footer-links a:hover { color: var(--violet-dark); }
.nav-cta { padding: 11px 17px; background: var(--inverse-surface); color: var(--inverse-text); border-radius: 999px; font-size: .86rem; font-weight: 720; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.appearance-control { min-height: 42px; display: inline-flex; align-items: center; gap: 4px; padding-left: 10px; color: var(--ink); background: var(--paper-bright); border: 1px solid var(--line); border-radius: 999px; }
.appearance-control svg { flex: 0 0 auto; }
.appearance-control select { min-height: 40px; min-width: 76px; padding: 7px 9px 7px 3px; color: inherit; background: transparent; border: 0; border-radius: 999px; cursor: pointer; font-size: .76rem; font-weight: 650; }
.appearance-control option { color: var(--ink); background: var(--paper-bright); }

.hero { min-height: 690px; padding-block: 78px 72px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 18px; color: var(--violet-dark); font-family: var(--font-mono); font-size: .75rem; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 620px; font-size: clamp(4rem, 7vw, 6.9rem); line-height: .88; letter-spacing: -.075em; font-weight: 830; }
.hero h1 span { display: block; color: var(--violet); }
.hero-lede { max-width: 590px; margin: 30px 0 0; color: var(--body-copy); font-size: 1.16rem; line-height: 1.65; letter-spacing: -.015em; }
.hero-actions { display: flex; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 50px; padding: 0 21px; border-radius: 13px; font-weight: 710; font-size: .92rem; }
.button.primary { color: white; background: var(--accent-fill); box-shadow: 0 13px 30px rgba(86, 67, 222, .24); }
.button.primary:hover { background: var(--accent-fill-hover); transform: translateY(-1px); }
.button.secondary { background: var(--paper-bright); border: 1px solid var(--line); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: var(--muted); font-family: var(--font-mono); font-size: .74rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

.hero-demo { min-width: 0; background: var(--inverse-surface); border: 1px solid #383e60; border-radius: 24px; overflow: hidden; color: #eff1ff; box-shadow: 0 40px 80px rgba(20, 23, 54, .23), 0 3px 0 #080b18; transform: rotate(1deg); }
.demo-topbar { height: 50px; display: grid; grid-template-columns: 90px 1fr 70px; align-items: center; padding-inline: 16px; background: #242a45; border-bottom: 1px solid #3a405c; font-size: .7rem; }
.traffic-lights { display: flex; gap: 7px; }
.traffic-lights i { width: 9px; height: 9px; border-radius: 50%; background: #ff6d64; }
.traffic-lights i:nth-child(2) { background: #f5bd4f; }
.traffic-lights i:nth-child(3) { background: #61c454; }
.demo-address { justify-self: center; padding: 7px 20px; min-width: 220px; text-align: center; color: #b9bfd2; background: #151a31; border-radius: 8px; }
.demo-status { justify-self: end; color: var(--cyan); font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .1em; }
.demo-body { min-height: 430px; display: grid; grid-template-columns: 180px 1fr; }
.demo-body aside { display: flex; flex-direction: column; gap: 16px; padding: 28px 18px; background: #14192d; border-right: 1px solid #343a58; color: #b8bed0; font-size: .76rem; }
.demo-body aside strong { color: white; font-size: 1rem; margin-bottom: 10px; }
.demo-wordmark { color: var(--cyan); font-family: var(--font-mono); font-size: .62rem; letter-spacing: .18em; }
.demo-search { padding: 10px; border: 1px solid #393e59; border-radius: 7px; color: #747c97; }
.demo-body aside .demo-active { padding: 10px; color: white; background: linear-gradient(90deg, var(--accent-fill), #7b53e9); border-radius: 7px; }
.demo-body aside small { margin-top: auto; color: #686f86; }
.demo-content { padding: 28px; background: radial-gradient(circle at 80% 10%, rgba(109,93,252,.14), transparent 38%); }
.demo-style-card { display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px solid #434a70; border-radius: 13px; background: #1a2038; }
.demo-style-card div { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.demo-style-card strong { font-size: .82rem; }
.demo-style-card small { color: #8189a4; font-size: .65rem; }
.demo-check { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 5px; background: var(--accent-fill); font-size: .7rem; }
.demo-pill { margin-left: auto; padding: 5px 7px; color: var(--cyan); background: rgba(79, 213, 210, .08); border-radius: 5px; font-family: var(--font-mono); font-size: .55rem; }
.demo-code { margin-top: 24px; display: flex; flex-direction: column; gap: 16px; color: #7e86a0; font-family: var(--font-mono); font-size: .74rem; }
.demo-code span::before { content: ""; display: inline-block; width: 55px; height: 1px; margin-right: 12px; vertical-align: middle; background: #3c4260; }

.marquee { overflow: hidden; color: white; background: var(--accent-fill); border-block: 1px solid rgba(0,0,0,.18); transform: rotate(-.5deg) scale(1.01); }
.marquee div { min-width: max-content; display: flex; justify-content: center; align-items: center; gap: 26px; padding-block: 16px; font-family: var(--font-mono); font-size: .78rem; letter-spacing: .13em; }
.marquee i { color: var(--cyan); font-style: normal; }

.section { padding-block: 112px; }
.section-heading h2, .privacy-band h2, .download-section h2, .visual-copy h2, .page-intro h1 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .97; letter-spacing: -.065em; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.split-heading { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 70px; margin-bottom: 50px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 250px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--feature-surface); }
.feature-mark { color: var(--violet); font-family: var(--font-mono); font-size: .72rem; }
.feature-card h3 { margin: 58px 0 12px; font-size: 1.45rem; letter-spacing: -.035em; }
.feature-card p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.65; }

.visual-section { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; }
.product-shot { padding: 10px; background: #242a45; border-radius: 23px; box-shadow: 0 28px 70px rgba(20, 23, 54, .18); transform: rotate(-1deg); }
.product-shot img { border-radius: 15px; }
.visual-copy p:not(.eyebrow) { margin: 25px 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.check-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 15px; }
.check-list li { display: flex; gap: 11px; align-items: center; color: var(--check-copy); }
.check-list li span { color: var(--green); font-weight: 800; }

.privacy-band { padding-block: 105px; color: white; background: var(--inverse-surface); }
.privacy-band .eyebrow { color: var(--cyan); }
.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.privacy-points { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 45px; }
.privacy-points article:first-child { grid-column: 1 / -1; }
.privacy-points strong { color: var(--cyan); font-family: var(--font-mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.privacy-points p { color: #adb4c9; line-height: 1.65; }
.text-link { grid-column: 1 / -1; width: fit-content; padding-bottom: 5px; border-bottom: 1px solid #68708c; font-weight: 700; }
.text-link span { color: var(--cyan); }

.centered-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.price-card { max-width: 900px; margin: auto; padding: 44px; display: grid; grid-template-columns: .8fr .85fr 1.35fr; gap: 45px; align-items: center; border: 1px solid var(--line); border-radius: 24px; background: var(--paper-bright); box-shadow: 0 22px 55px rgba(20, 23, 54, .08); }
.price-label { color: var(--violet-dark); font-family: var(--font-mono); font-size: .73rem; text-transform: uppercase; letter-spacing: .14em; }
.price { margin-top: 6px; font-size: 4.3rem; line-height: 1; font-weight: 830; letter-spacing: -.08em; }
.price-card p { color: var(--muted); line-height: 1.55; }
.support-note { padding: 22px; border-radius: 15px; background: var(--support-surface); }
.support-note strong { color: var(--violet-dark); }
.support-note p { margin-bottom: 18px; font-size: .86rem; }
.support-button { min-height: 42px; padding-inline: 16px; color: white; background: var(--accent-fill); font-size: .82rem; }
.support-button:hover { background: var(--accent-fill-hover); transform: translateY(-1px); }

.download-section { padding-block: 100px; color: white; background: linear-gradient(135deg, #3d30b4, var(--accent-fill) 60%, #8a54f1); }
.download-section .eyebrow { color: var(--cyan); }
.download-grid { display: grid; grid-template-columns: 1fr 440px; align-items: center; gap: 90px; }
.download-grid > div > p:last-child { max-width: 620px; color: #dfdcff; line-height: 1.7; }
.download-card { padding: 25px; display: grid; grid-template-columns: 64px 1fr auto; gap: 17px; align-items: center; background: rgba(16, 21, 42, .86); border: 1px solid rgba(255,255,255,.2); border-radius: 20px; box-shadow: 0 20px 50px rgba(20, 10, 70, .28); }
.download-card img { width: 64px; border-radius: 15px; }
.download-card div { display: flex; flex-direction: column; gap: 5px; }
.download-card div span { color: #9ea5bd; font-size: .77rem; }
.download-card button { padding: 10px 13px; color: #d7d9e3; background: #343a52; border: 0; border-radius: 10px; font-size: .78rem; }
.download-card a { grid-column: 2 / -1; color: var(--cyan); font-size: .8rem; font-weight: 650; }

.page-intro { padding-block: 115px 80px; border-bottom: 1px solid var(--line); }
.page-intro h1 { max-width: 880px; }
.page-lede { max-width: 730px; margin-top: 28px; color: var(--muted); font-size: 1.15rem; line-height: 1.7; }
.page-lede p { margin: 0; }
.page-lede .policy-date { margin-top: 18px; color: var(--violet-dark); font-family: var(--font-mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }

.prose { max-width: 900px; padding-block: 50px 110px; }
.prose section { padding-block: 37px; display: grid; grid-template-columns: 280px 1fr; column-gap: 60px; border-bottom: 1px solid var(--line); }
.prose h2 { grid-row: 1 / span 3; margin: 0; font-size: 1.25rem; letter-spacing: -.03em; }
.prose p { grid-column: 2; margin: 0 0 15px; color: var(--body-copy); line-height: 1.75; }
.prose a { color: var(--violet-dark); text-decoration: underline; text-underline-offset: 3px; }

.support-layout { padding-block: 80px 55px; display: grid; grid-template-columns: 340px 1fr; gap: 70px; align-items: start; }
.support-card { position: sticky; top: 110px; padding: 30px; border-radius: 20px; color: white; background: var(--inverse-surface); }
.support-card .eyebrow { color: var(--cyan); }
.support-card h2 { margin: 0; font-size: 2rem; letter-spacing: -.05em; }
.support-card p:not(.eyebrow) { color: #abb2c6; line-height: 1.65; }
.support-card .button { width: 100%; margin-top: 10px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 25px 4px; font-weight: 720; font-size: 1.08rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--violet); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 0 26px; color: var(--muted); line-height: 1.7; }
.install-guide ol { margin: 45px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.install-guide li { min-height: 210px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.install-guide li span { color: var(--violet); font-family: var(--font-mono); }
.install-guide li strong { margin-top: auto; font-size: 1.15rem; }
.install-guide li p { margin-bottom: 0; color: var(--muted); line-height: 1.5; font-size: .9rem; }

.press-layout { padding-block: 75px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 75px; align-items: start; }
.press-copy h2, .fact-card h2 { margin: 0 0 20px; font-size: 2rem; letter-spacing: -.045em; }
.boilerplate { color: #4d576d; font-size: 1.15rem; line-height: 1.85; }
.fact-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper-bright); }
.fact-card dl { margin: 0; }
.fact-card dl div { padding: 14px 0; display: grid; grid-template-columns: 110px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.fact-card dl div:last-child { border-bottom: 0; }
.fact-card dt { color: var(--muted); font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; }
.fact-card dd { margin: 0; font-size: .9rem; }
.fact-card a { color: var(--violet-dark); text-decoration: underline; text-underline-offset: 3px; }
.assets-section { border-top: 1px solid var(--line); }
.asset-grid { margin-top: 45px; display: grid; grid-template-columns: .7fr 1.15fr 1.15fr; gap: 20px; }
.asset-card { overflow: hidden; display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--line); border-radius: 18px; background: var(--paper-bright); }
.asset-preview { grid-column: 1 / -1; aspect-ratio: 16/10; display: grid; place-items: center; overflow: hidden; background: var(--asset-surface); }
.icon-asset .asset-preview img { width: 54%; filter: drop-shadow(0 16px 20px rgba(20,23,54,.23)); }
.wide-asset .asset-preview img { width: 100%; height: 100%; object-fit: cover; }
.asset-card > div:not(.asset-preview) { padding: 18px; }
.asset-card h3 { margin: 0 0 4px; font-size: 1rem; }
.asset-card p { margin: 0; color: var(--muted); font-size: .75rem; }
.asset-card > a { align-self: center; margin-right: 17px; color: var(--violet-dark); font-size: .75rem; font-weight: 700; }
.attribution-note { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid var(--line); }
.attribution-note p:last-child { color: var(--muted); line-height: 1.75; }

.roadmap { padding-block: 70px 120px; }
.roadmap-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 20px; }
.roadmap-card { min-height: 210px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: var(--paper-bright); }
.roadmap-card h2 { margin: 46px 0 14px; font-size: 1.8rem; letter-spacing: -.04em; }
.roadmap-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.roadmap-card ul { margin: 24px 0 0; padding-left: 20px; color: var(--muted); line-height: 1.75; }
.roadmap-now { grid-row: span 3; min-height: 0; background: linear-gradient(155deg, var(--paper-bright) 65%, var(--support-surface)); }
.roadmap-now h2 { margin-top: 80px; font-size: 2.35rem; }
.roadmap-meta { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-family: var(--font-mono); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.roadmap-status { padding: 7px 10px; color: white; background: var(--accent-fill); border-radius: 999px; font-weight: 760; }
.roadmap-next .roadmap-status { color: #10152a; background: var(--cyan); }
.roadmap-later .roadmap-status { color: white; background: #9a5b3d; }
.roadmap-ongoing .roadmap-status { color: #10152a; background: var(--green); }
.roadmap-note { max-width: 720px; margin: 32px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }

.site-footer { padding-block: 75px 35px; color: #adb4c9; background: #0b0f20; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.footer-brand { color: white; }
.footer-top > div > p { margin: 16px 0 0; font-size: .87rem; }
.publisher-credit { margin: 6px 0 0; color: #8e96ac; font-size: .75rem; line-height: 1.8; text-align: right; }
.publisher-brand { display: inline-flex; align-items: center; gap: 3px; color: white; font-weight: 700; vertical-align: middle; white-space: nowrap; }
.publisher-brand img { width: 25px; height: 25px; flex: 0 0 auto; margin-inline: -3px; }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-top: 1px solid #252b41; color: #6f778f; font-size: .7rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; align-items: center; color: #adb4c9; font-size: .8rem; }
.footer-links a:hover { color: var(--cyan); }

@media (max-width: 980px) {
  .nav-shell nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-demo { max-width: 760px; }
  .split-heading, .visual-section, .privacy-grid, .download-grid, .press-layout { grid-template-columns: 1fr; }
  .split-heading { gap: 20px; }
  .visual-copy { max-width: 650px; }
  .privacy-grid { gap: 50px; }
  .price-card { grid-template-columns: 1fr 1fr; }
  .support-note { grid-column: 1 / -1; }
  .download-grid { gap: 40px; }
  .download-card { max-width: 500px; }
  .support-layout { grid-template-columns: 1fr; }
  .support-card { position: static; }
  .install-guide ol { grid-template-columns: 1fr 1fr; }
  .asset-grid { grid-template-columns: 1fr 1fr; }
  .icon-asset { grid-column: 1 / -1; }
  .icon-asset .asset-preview img { width: 220px; }
}

@media (max-width: 680px) {
  .development-banner { align-items: flex-start; flex-direction: column; gap: 2px; padding-inline: 15px; }
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { position: static; }
  .nav-shell { min-height: 66px; }
  .nav-cta { padding: 9px 13px; }
  .appearance-control { padding-left: 8px; }
  .appearance-control select { min-width: 68px; padding-right: 6px; }
  .hero { padding-block: 55px; gap: 45px; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .demo-body { grid-template-columns: 1fr; min-height: 380px; }
  .demo-body aside { display: none; }
  .demo-address { min-width: 0; padding-inline: 8px; }
  .marquee div { justify-content: flex-start; padding-left: 20px; }
  .section { padding-block: 78px; }
  .section-heading h2, .privacy-band h2, .download-section h2, .visual-copy h2, .page-intro h1 { font-size: 2.7rem; }
  .feature-grid, .privacy-points { grid-template-columns: 1fr; }
  .privacy-points article:first-child, .text-link { grid-column: auto; }
  .visual-section { gap: 45px; }
  .privacy-band, .download-section { padding-block: 75px; }
  .price-card { padding: 28px; grid-template-columns: 1fr; }
  .support-note { grid-column: auto; }
  .download-card { grid-template-columns: 56px 1fr; }
  .download-card img { width: 56px; }
  .download-card button { grid-column: 1 / -1; }
  .download-card a { grid-column: 1 / -1; }
  .page-intro { padding-block: 75px 55px; }
  .prose section { grid-template-columns: 1fr; gap: 18px; }
  .prose h2, .prose p { grid-column: 1; grid-row: auto; }
  .install-guide ol, .asset-grid, .attribution-note { grid-template-columns: 1fr; }
  .icon-asset { grid-column: auto; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .roadmap-now { grid-row: auto; min-height: 0; }
  .roadmap-now h2 { margin-top: 46px; font-size: 1.8rem; }
  .footer-top { flex-direction: column; gap: 19px; }
  .publisher-credit { text-align: left; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-links { gap: 18px; }
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f1f0e9;
  --ink-soft: #d7dbea;
  --paper: #151718;
  --paper-bright: #212625;
  --muted: #aaaead;
  --line: #353938;
  --violet: #a89cff;
  --violet-dark: #c0b8ff;
  --cyan: #79dfdc;
  --orange: #ff9f6e;
  --green: #71d2ad;
  --nav-text: #c7cbc7;
  --body-copy: #b8bdbb;
  --check-copy: #d1d4cf;
  --feature-surface: rgba(255,255,255,.025);
  --support-surface: #242238;
  --asset-surface: #202432;
  --focus: #b9b0ff;
  --inverse-surface: #0b0d14;
  --inverse-text: #f1f0e9;
  --accent-fill: #6758e0;
  --accent-fill-hover: #7b6beb;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --ink: #f1f0e9;
    --ink-soft: #d7dbea;
    --paper: #151718;
    --paper-bright: #212625;
    --muted: #aaaead;
    --line: #353938;
    --violet: #a89cff;
    --violet-dark: #c0b8ff;
    --cyan: #79dfdc;
    --orange: #ff9f6e;
    --green: #71d2ad;
    --nav-text: #c7cbc7;
    --body-copy: #b8bdbb;
    --check-copy: #d1d4cf;
    --feature-surface: rgba(255,255,255,.025);
    --support-surface: #242238;
    --asset-surface: #202432;
    --focus: #b9b0ff;
    --inverse-surface: #0b0d14;
    --inverse-text: #f1f0e9;
    --accent-fill: #6758e0;
    --accent-fill-hover: #7b6beb;
  }
}

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