:root {
  color-scheme: light;
  --bg: #fafaf8; --paper: #fff; --surface: #f0f0ec; --ink: #272727;
  --muted: #72736e; --line: #e1e2dc; --accent: #f0442b;
  --button: #282828; --button-ink: #fff; --shadow: 0 16px 56px #24241b12, 0 2px 6px #24241b08;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark; --bg: #171717; --paper: #1d1d1c; --surface: #252524;
    --ink: #e3e3de; --muted: #a2a29a; --line: #343431; --accent: #ff6048;
    --button: #e7e7e1; --button-ink: #20201f; --shadow: 0 16px 56px #0003, 0 2px 6px #0002;
  }
}
:root[data-theme="dark"] {
  color-scheme: dark; --bg: #171717; --paper: #1d1d1c; --surface: #252524;
  --ink: #e3e3de; --muted: #a2a29a; --line: #343431; --accent: #ff6048;
  --button: #e7e7e1; --button-ink: #20201f; --shadow: 0 16px 56px #0003, 0 2px 6px #0002;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--ink); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; color: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button, select, summary { cursor: pointer; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
a, button { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: #f0442b35; }
img { display: block; max-width: 100%; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }
h1, h2, h3, p { margin: 0; }
h2 { font-size: clamp(34px, 3.6vw, 50px); line-height: 1.12; font-weight: 600; letter-spacing: -2px; }
h3 { letter-spacing: -.6px; font-weight: 600; }
[hidden] { display: none !important; }
.accent { color: var(--accent); }
.muted { color: var(--muted); }
.wrap { width: min(1280px, 100%); margin-inline: auto; padding-inline: 56px; }
.eyebrow { font-size: 10px; line-height: 1.5; letter-spacing: 1.6px; font-weight: 550; color: var(--muted); }
.skip { position: fixed; top: 12px; left: 20px; z-index: 10; background: var(--paper); padding: 14px; clip-path: inset(100%); }
.skip:focus { clip-path: none; }
.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; }
.header { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.small-brand { display: inline-flex; align-items: center; gap: 7px; font-size: 23px; letter-spacing: -1px; font-weight: 700; }
.small-brand > svg { width: 23px; height: 27px; }
.header nav { display: flex; align-items: center; gap: 36px; font-size: 12px; }
.how-nav { color: var(--muted); transition: color .2s; }
.how-nav:hover { color: var(--ink); }
.languages { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.languages a { min-height: 44px; display: grid; place-items: center; color: var(--muted); }
.languages a[aria-current] { color: var(--ink); font-weight: 650; }
.languages span { color: var(--line); }
.theme-button { width: 44px; height: 44px; display: grid; place-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; transition: background .2s, transform .2s; }
.theme-button:hover { background: var(--surface); transform: rotate(12deg); }
.theme-button svg { width: 17px; height: 17px; }
.theme-button .sun { display: none; }
[data-theme="dark"] .theme-button .sun { display: block; }
[data-theme="dark"] .theme-button .moon { display: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .theme-button .sun { display: block; }
  :root:not([data-theme="light"]) .theme-button .moon { display: none; }
}
.hero { position: relative; border-bottom: 1px solid var(--line); }
.hero-layout { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 10px; min-height: min(740px, calc(100svh - 148px)); padding-top: 16px; padding-bottom: 36px; }
.hero-copy { padding-bottom: 32px; position: relative; z-index: 1; }
.wordmark { font-size: clamp(78px, 8.4vw, 114px); line-height: 1.12; font-weight: 760; letter-spacing: -.077em; margin: 14px 0 27px -5px; }
.promise { font-size: clamp(35px, 3.6vw, 47px); letter-spacing: -1.8px; line-height: 1.12; }
.hero-intro { font-size: 16px; line-height: 1.65; max-width: 345px; color: var(--muted); margin-top: 22px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 11px; min-height: 52px; padding: 0 19px; border-radius: 10px; font-size: 13px; font-weight: 550; color: var(--button-ink); background: var(--button); transition: transform .2s, opacity .2s; }
.button > svg { width: 17px; height: 17px; }
.button .button-arrow { margin-left: 13px; transition: transform .2s; }
.button:hover { transform: translateY(-2px); opacity: .88; }
.button:hover .button-arrow { transform: translateX(3px); }
.button:active { transform: translateY(0); }
.button:disabled, .download-placeholder:disabled { cursor: default; opacity: .6; transform: none; }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 12px; font-size: 12px; line-height: 1.6; padding-block: 10px; background: none; }
.text-link span { transition: transform .2s; color: var(--muted); }
.text-link:hover span { transform: translate(2px, -2px); color: var(--accent); }
.requirement { font-size: 10px; line-height: 1.6; color: var(--muted); margin-top: 13px; }
.hero-baseline { min-height: 60px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: var(--muted); }
.shortcut-hint { display: flex; align-items: center; gap: 12px; }
kbd { font: inherit; border: 1px solid var(--line); border-radius: 5px; padding: 4px 7px; font-size: 10px; color: var(--muted); letter-spacing: 1px; white-space: nowrap; }
.demo-stage { position: relative; width: 100%; height: 583px; outline: none; }
.article-window { position: absolute; top: 21px; left: 0; width: 87%; height: 458px; background: var(--paper); border: 1px solid var(--line); border-radius: 11px; overflow: hidden; transform: rotate(-3deg); }
.browser-bar { height: 34px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; padding: 0 12px; }
.browser-bar > svg { width: 15px; height: 17px; }
.window-dots { display: flex; gap: 4px; }
.window-dots i { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--line); }
.article-heading { padding: 24px; }
.article-heading > span { font-size: 7px; letter-spacing: 1px; color: var(--muted); }
.article-heading h3 { margin-top: 9px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; letter-spacing: -1.4px; line-height: 1.05; }
.article-window > img { width: 100%; height: 221px; object-fit: cover; object-position: center 52%; }
.article-lines { padding: 19px 24px; }
.article-lines i { display: block; height: 3px; background: var(--line); width: 85%; margin: 7px 0; }
.article-lines i:last-child { width: 56%; }
.popup { position: absolute; width: 330px; right: 0; top: 63px; padding: 0 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); box-shadow: var(--shadow); min-height: 480px; z-index: 1; }
.popup-header { height: 52px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.popup-header .small-brand { font-size: 20px; }
.popup-header .small-brand svg { width: 19px; height: 22px; }
.popup-header > svg { width: 17px; height: 17px; }
.popup-heading { display: flex; align-items: center; justify-content: space-between; padding: 15px 0 12px; }
.popup-heading h3 { font-size: 17px; }
.popup-heading > span { display: flex; align-items: center; gap: 3px; color: var(--muted); font-size: 8px; }
.popup-heading > span svg { color: var(--accent); width: 9px; height: 11px; }
.popup-cover { width: 100%; height: 100px; object-fit: cover; object-position: center 52%; border-radius: 7px; }
.popup-domain { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 9px; margin-top: 10px; }
.popup-domain svg { width: 12px; height: 12px; }
.popup-title { font-size: 18px; line-height: 1.2; letter-spacing: -.65px; font-weight: 600; margin: 8px 0; }
.popup-description { color: var(--muted); font-size: 10px; line-height: 1.5; padding-bottom: 12px; }
.popup-space { display: flex; justify-content: space-between; align-items: center; min-height: 39px; border-block: 1px solid var(--line); }
.popup-space label { font-size: 10px; color: var(--muted); }
.popup-space select { border: 0; background: var(--paper); min-height: 38px; max-width: 160px; font-size: 11px; }
.note-label { display: flex; gap: 7px; font-size: 10px; margin: 12px 0 7px; }
.note-label span { color: var(--muted); font-size: 9px; }
.section { padding-top: 108px; padding-bottom: 100px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; }
.section-heading h2, .privacy-copy h2 { margin-top: 20px; }
.section-intro { max-width: 315px; font-size: 16px; line-height: 1.7; color: var(--muted); }
.section-heading .section-intro { margin-bottom: 4px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; padding: 0; margin: 66px 0 40px; }
.steps li { padding: 0 34px; border-left: 1px solid var(--line); }
.steps li:first-child { padding-left: 0; border-left: 0; }
.steps li:last-child { padding-right: 0; }
.step-number { color: var(--accent); font-size: 12px; display: block; margin-bottom: 25px; }
.steps h3 { font-size: 21px; margin-bottom: 13px; }
.steps p { max-width: 285px; font-size: 14px; color: var(--muted); line-height: 1.7; }
.language-note { font-size: 11px; color: var(--muted); display: flex; align-items: center; gap: 10px; padding-top: 32px; border-top: 1px solid var(--line); }
.language-note svg { width: 16px; height: 16px; }
.privacy-section { background: var(--surface); }
.privacy-layout { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 90px; }
.privacy-copy .section-intro { max-width: 420px; margin-top: 26px; color: var(--ink); }
.privacy-detail { font-size: 12px; line-height: 1.8; color: var(--muted); max-width: 400px; margin: 16px 0 12px; }
.connection { padding: 10px 18px; }
.connection-path { display: flex; align-items: center; justify-content: center; }
.connection-node { width: 94px; height: 94px; border: 1px solid var(--line); border-radius: 25px; display: grid; place-items: center; background: var(--paper); }
.connection-node > svg { width: 36px; height: 36px; stroke-width: 1; }
.connection-line { flex: 1; height: 1px; background: var(--line); position: relative; }
.connection-line > svg { position: absolute; color: var(--accent); width: 19px; height: 24px; left: 50%; top: -12px; background: var(--surface); transform: translateX(-50%); box-sizing: content-box; padding-inline: 10px; }
.anytype-glyph img { display: block; width: 68%; height: auto; }
.connection-labels { display: flex; justify-content: space-between; font-size: 12px; margin-top: 16px; }
.connection-labels span { width: 94px; text-align: center; }
.connection-local { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 8px; color: var(--muted); letter-spacing: 1.2px; margin-top: 49px; }
.connection-local svg { width: 11px; height: 11px; }
.connection.arrived .connection-line > svg { animation: deliver 1.2s cubic-bezier(.22,1,.36,1) both; }
.faq { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; }
.faq > h2 { font-size: 35px; letter-spacing: -1.4px; padding-top: 18px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 14px; line-height: 1.5; font-weight: 500; padding: 23px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 17px; height: 17px; color: var(--muted); transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details > p { font-size: 13px; line-height: 1.8; color: var(--muted); margin-bottom: 24px; max-width: 490px; }
.faq-list details > .text-link { margin-bottom: 10px; }
.final-section { border-block: 1px solid var(--line); }
.final-layout { display: flex; flex-direction: column; align-items: center; text-align: center; padding-block: 90px; }
.final-bookmark { width: 40px; height: 51px; margin-bottom: 31px; }
.final-layout h2 { margin-top: 16px; font-size: clamp(36px, 5vw, 64px); letter-spacing: -2.6px; }
.final-layout > p:not(.eyebrow) { margin: 17px 0 30px; font-size: 15px; color: var(--muted); }
.footer { padding-top: 29px; padding-bottom: 28px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-top { font-size: 11px; }
.footer-top .small-brand { gap: 0; }
.footer-top > span { color: var(--muted); }
.footer-top > div { display: flex; gap: 27px; }
.footer-top a:not(.small-brand) { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom { margin-top: 20px; color: var(--muted); font-size: 9px; line-height: 1.6; }
.footer a:hover { color: var(--accent); }
.hero-enter { animation: enter .8s cubic-bezier(.22,1,.36,1) both; }
.hero-copy > :nth-child(2) { animation-delay: .06s; }
.hero-copy > :nth-child(3) { animation-delay: .12s; }
.hero-copy > :nth-child(4) { animation-delay: .18s; }
.hero-copy > :nth-child(5), .hero-copy > :nth-child(6) { animation-delay: .24s; }
.demo-stage.hero-enter { animation-delay: .14s; animation-duration: 1s; }
.reveal { transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.waiting { opacity: 0; transform: translateY(28px); }
.steps li:nth-child(2) { transition-delay: .08s; }
.steps li:nth-child(3) { transition-delay: .16s; }
@keyframes enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes saved { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@keyframes deliver { from { left: 10%; opacity: 0; } 25% { opacity: 1; } to { left: 50%; opacity: 1; } }
.policy { max-width: 800px; padding-top: 64px; padding-bottom: 80px; }
.policy > h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.1; letter-spacing: -2.7px; font-weight: 600; margin: 26px 0 60px; }
.policy section { padding-block: 24px; border-top: 1px solid var(--line); }
.policy section h2 { font-size: 22px; letter-spacing: -.6px; margin-bottom: 14px; }
.policy section p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.policy section a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 1500px) { .wrap { width: min(1400px, 100%); padding-inline: 76px; } .hero-layout { gap: 60px; } .wordmark { font-size: 128px; } }
@media (max-width: 1100px) {
  .wrap { padding-inline: 36px; }
  .hero-layout { gap: 10px; }
  .wordmark { font-size: 87px; }
  .hero-actions { gap: 14px; }
  .button { padding-inline: 15px; font-size: 12px; }
  .text-link { font-size: 11px; }
  .popup { width: 310px; padding-inline: 17px; }
  .popup-title { font-size: 17px; }
  .popup-description { font-size: 10px; }
  .article-window { width: 93%; }
  .privacy-layout { gap: 50px; }
  .steps li { padding-inline: 24px; }
  .steps h3 { font-size: 19px; }
  .faq { gap: 40px; }
}
@media (max-width: 850px) {
  .wrap { padding-inline: 28px; }
  .header { height: 76px; }
  .header nav { gap: 24px; }
  .hero-layout { grid-template-columns: 1fr 1fr; min-height: 625px; padding-block: 20px; }
  .wordmark { font-size: 70px; margin-bottom: 25px; }
  .promise { font-size: 35px; }
  .hero-intro { font-size: 14px; max-width: 270px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 24px; }
  .requirement { font-size: 9px; }
  .demo-stage { height: 580px; }
  .popup { width: 290px; top: 68px; padding-inline: 15px; }
  .popup-heading h3 { font-size: 16px; }
  .popup-title { font-size: 17px; }
  .article-heading { padding: 23px 16px; }
  .article-heading h3 { font-size: 27px; }
  .demo-caption { right: 0; font-size: 9px; }
  .section { padding-block: 75px; }
  .section-heading { align-items: flex-start; gap: 28px; }
  .section-heading .section-intro { max-width: 260px; padding-top: 35px; font-size: 14px; }
  .steps { margin-top: 45px; }
  .steps li { padding-inline: 17px; }
  .steps h3 { font-size: 18px; line-height: 1.3; }
  .steps p { font-size: 12px; }
  .privacy-layout { gap: 28px; }
  .privacy-copy .section-intro { font-size: 14px; }
  .connection { padding-inline: 0; }
  .connection-node { width: 76px; height: 76px; border-radius: 20px; }
  .connection-labels span { width: 76px; font-size: 10px; }
  .faq { grid-template-columns: 1fr 1.5fr; gap: 30px; }
  .faq > h2 { font-size: 29px; }
}
@media (max-width: 680px) {
  .wrap { padding-inline: 24px; }
  .header { height: 76px; }
  .header .small-brand { font-size: 21px; }
  .header nav { gap: 16px; }
  .how-nav { display: none; }
  .theme-button { width: 40px; height: 40px; }
  .hero-layout { display: flex; flex-direction: column; align-items: stretch; padding-top: 26px; padding-bottom: 20px; gap: 20px; }
  .hero-copy { padding-bottom: 0; }
  .eyebrow { font-size: 9px; letter-spacing: 1.25px; }
  .wordmark { font-size: clamp(65px, 14.8vw, 99px); margin: 8px 0 20px -3px; }
  .promise { font-size: 36px; letter-spacing: -1.5px; }
  .hero-intro { font-size: 15px; max-width: 360px; margin-top: 18px; }
  .hero-actions { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
  .button { font-size: 12px; min-height: 50px; padding-inline: 14px; gap: 8px; }
  .button .button-arrow { margin-left: 2px; }
  .text-link { font-size: 11px; }
  .requirement { font-size: 9px; margin-top: 12px; }
  .demo-stage { width: min(440px, 100%); height: 574px; margin-inline: auto; margin-top: 15px; }
  .article-window { width: calc(100% - 25px); height: 438px; left: 5px; top: 12px; transform: rotate(-2deg); }
  .article-heading { padding-top: 20px; padding-bottom: 25px; }
  .article-heading h3 { font-size: 29px; }
  .popup { top: 58px; right: 0; width: min(330px, calc(100% - 15px)); padding-inline: 18px; }
  .popup-heading h3 { font-size: 17px; }
  .popup-title { font-size: 18px; }
  .demo-caption { bottom: 0; right: 7px; }
  .hero-baseline { min-height: 64px; }
  .hero-baseline > span:first-child { font-size: 10px; }
  .shortcut-hint { display: none; }
  .section { padding-block: 64px; }
  h2 { font-size: 36px; letter-spacing: -1.5px; }
  .section-heading { display: block; }
  .section-heading .section-intro { padding-top: 0; margin-top: 22px; max-width: 320px; }
  .steps { display: block; margin-top: 38px; margin-bottom: 8px; }
  .steps li, .steps li:first-child, .steps li:last-child { position: relative; border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 27px 40px; }
  .step-number { position: absolute; left: 0; top: 28px; font-size: 10px; }
  .steps h3 { font-size: 21px; margin-bottom: 10px; }
  .steps p { font-size: 14px; max-width: 350px; }
  .language-note { align-items: flex-start; font-size: 10px; line-height: 1.7; padding-top: 22px; }
  .language-note svg { margin-top: 2px; }
  .privacy-layout { display: flex; flex-direction: column; align-items: stretch; gap: 48px; }
  .privacy-copy .section-intro { font-size: 15px; }
  .privacy-detail { font-size: 12px; }
  .connection { width: min(340px, 100%); align-self: center; padding-inline: 8px; }
  .connection-node { width: 82px; height: 82px; }
  .connection-labels span { width: 82px; font-size: 11px; }
  .connection-local { margin-top: 33px; }
  .faq { display: block; }
  .faq > h2 { font-size: 34px; margin-bottom: 30px; padding: 0; }
  .faq-list summary { font-size: 14px; padding-block: 21px; }
  .final-layout { padding-block: 66px; }
  .final-layout h2 { font-size: 42px; letter-spacing: -1.9px; max-width: 350px; }
  .final-layout > p:not(.eyebrow) { font-size: 13px; }
  .final-layout .eyebrow { font-size: 8px; }
  .footer { padding-block: 24px; }
  .footer-top { flex-wrap: wrap; gap: 12px 20px; }
  .footer-top .small-brand { font-size: 21px; }
  .footer-top > span { font-size: 10px; }
  .footer-top > div { width: 100%; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 10px; }
  .policy { padding-block: 30px 60px; }
  .policy > h1 { margin-bottom: 40px; font-size: 42px; letter-spacing: -1.6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.waiting { opacity: 1; transform: none; }
}

/* Browser selection shares the landing's quiet, open composition. */
.other-browsers { display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; font-size: 11px; color: var(--muted); }
.other-browsers:hover { color: var(--ink); }
.other-browsers span { transition: transform .2s; }
.other-browsers:hover span { transform: translate(2px,-2px); }
.download-page { padding-top: 28px; padding-bottom: 100px; min-height: calc(100svh - 245px); }
.download-back { font-size: 12px; color: var(--muted); }
.download-layout { display: grid; grid-template-columns: 1fr 1.12fr; gap: 85px; margin-top: 72px; align-items: start; }
.download-mark { width: 30px; height: 38px; margin-bottom: 27px; }
.download-intro h1 { font-size: clamp(38px, 4.1vw, 60px); line-height: 1.07; letter-spacing: -2.5px; font-weight: 650; margin: 17px 0 23px; }
.download-description { max-width: 320px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.download-desktop { display: flex; align-items: flex-start; gap: 8px; max-width: 300px; margin-top: 36px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.download-desktop svg { width: 17px; height: 17px; flex: none; margin-top: 1px; }
.browser-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.browser-option { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; transition: padding .25s, background .25s; }
.browser-option:target { background: var(--surface); padding-inline: 16px; }
.browser-option h2 { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; font-size: 27px; letter-spacing: -.8px; }
.browser-option p { margin-top: 7px; font-size: 11px; color: var(--muted); }
.browser-current { font-size: 9px; font-weight: 500; letter-spacing: 0; color: var(--accent); }
.browser-current::before { content: '·'; margin-right: 5px; }
.browser-action { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; flex: none; padding: 10px 14px; min-height: 40px; font-size: 11px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--ink); transition: background .2s, border-color .2s; }
.browser-action:hover:not(:disabled) { background: var(--surface); border-color: var(--muted); }
.browser-action:disabled { cursor: default; color: var(--muted); }
.source-download { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding-top: 30px; }
.source-download h2 { font-size: 14px; letter-spacing: -.2px; }
.source-download p { font-size: 11px; color: var(--muted); max-width: 280px; line-height: 1.7; margin-top: 8px; }
.download-footnote { color: var(--muted); font-size: 10px; line-height: 1.8; margin-top: 28px; max-width: 390px; }
@media (prefers-reduced-motion: no-preference) {
  .download-intro, .browser-options { animation: download-enter .5s both; }
  .browser-options { animation-delay: .1s; }
  @keyframes download-enter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 1000px) {
  .download-layout { gap: 42px; }
  .download-intro h1 { font-size: 42px; letter-spacing: -1.8px; }
}
@media (max-width: 680px) {
  .download-page { padding-top: 20px; padding-bottom: 60px; }
  .download-layout { display: block; margin-top: 40px; }
  .download-intro h1 { font-size: 42px; }
  .download-intro .eyebrow { font-size: 8px; }
  .download-mark { margin-bottom: 20px; }
  .download-description { font-size: 14px; }
  .download-desktop { margin-top: 23px; max-width: none; }
  .browser-options { margin-top: 36px; }
  .browser-option { padding-block: 22px; gap: 12px; }
  .browser-option h2 { font-size: 25px; }
  .browser-option p { font-size: 10px; }
  .source-download { gap: 15px; }
  .source-download h2 { font-size: 13px; }
  .source-download p { font-size: 10px; }
}
