:root {
  --ink: #f7f7fb;
  --muted: #a8a9b9;
  --dim: #77798b;
  --bg: #070811;
  --bg-soft: #0d0f1a;
  --panel: rgba(21, 23, 38, .72);
  --line: rgba(255, 255, 255, .11);
  --line-strong: rgba(255, 255, 255, .19);
  --blue: #5f8cff;
  --cyan: #56d5f5;
  --violet: #9a72ff;
  --green: #65e6b4;
  --radius: 28px;
  --shadow: 0 40px 100px rgba(0, 0, 0, .52);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
p { margin: 0 0 1.25rem; color: var(--muted); }
h1, h2, h3 { margin: 0; letter-spacing: -.045em; line-height: 1.04; }
h1 { font-size: clamp(4rem, 9.2vw, 9.4rem); font-weight: 700; }
h2 { font-size: clamp(2.7rem, 5.2vw, 5.6rem); font-weight: 650; }
h3 { font-size: clamp(1.65rem, 2.8vw, 2.65rem); font-weight: 620; }
em { font-style: normal; background: linear-gradient(100deg, #84adff 5%, #78e4ff 48%, #a988ff 92%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.container { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(900px, calc(100% - 48px)); }
.section { padding: 140px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 200; padding: 12px 18px; border-radius: 10px; color: #08101e; background: #fff; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 90; top: 0; left: 0; right: 0; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.scrolled { background: rgba(7, 8, 17, .78); border-color: var(--line); backdrop-filter: blur(22px) saturate(160%); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 720; letter-spacing: -.025em; font-size: 1.16rem; }
.brand img { border-radius: 9px; box-shadow: 0 5px 20px rgba(75, 119, 255, .25); }
.site-nav { display: flex; align-items: center; gap: 34px; color: #c8c9d5; font-size: .92rem; font-weight: 560; }
.site-nav a { transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: #fff; }
.nav-github { padding: 10px 15px; border: 1px solid var(--line-strong); border-radius: 11px; background: rgba(255,255,255,.035); }
.nav-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 12px 8px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 7px 0; border-radius: 3px; transition: transform .2s; }

.hero { position: relative; overflow: hidden; padding: 188px 0 78px; min-height: 100vh; }
.hero::after { content: ""; position: absolute; z-index: -1; left: 50%; bottom: 0; width: min(1200px, 90vw); height: 460px; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(72, 106, 238, .2), transparent 68%); filter: blur(30px); }
.hero-glow { position: absolute; z-index: -2; width: 760px; height: 760px; border-radius: 50%; filter: blur(150px); opacity: .2; }
.hero-glow-one { top: -350px; left: -280px; background: #325fff; }
.hero-glow-two { top: -180px; right: -330px; background: #8b42ff; }
.hero-copy { text-align: center; position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: #a7c4ff; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 750; margin-bottom: 28px; }
.eyebrow span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 16px var(--green); }
.hero h1 { max-width: 1100px; margin: 0 auto; }
.hero-lede { max-width: 720px; margin: 32px auto 34px; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 52px; padding: 0 21px; border-radius: 14px; font-weight: 680; font-size: .94rem; border: 1px solid transparent; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, [data-lightbox-trigger]:focus-visible { outline: 3px solid rgba(92, 157, 255, .68); outline-offset: 4px; }
.button-primary { color: #06111e; background: linear-gradient(135deg, #b8e9ff 0%, #74acff 48%, #9e82ff 100%); box-shadow: 0 14px 38px rgba(78, 128, 255, .23); }
.button-primary:hover { box-shadow: 0 18px 48px rgba(78, 128, 255, .34); }
.button-ghost { border-color: var(--line-strong); background: rgba(255, 255, 255, .035); }
.button-ghost:hover { background: rgba(255, 255, 255, .07); border-color: rgba(255,255,255,.28); }
.button-paypal { color: #8fc3ff; border-color: rgba(83, 144, 255, .32); background: rgba(0, 111, 224, .12); }
.compatibility { margin: 22px 0 0; color: var(--dim); font-size: .82rem; }
.compatibility span { margin: 0 8px; color: #474958; }

.hero-stage { position: relative; margin-top: 82px; perspective: 1800px; }
.app-window { position: relative; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; overflow: hidden; background: #0d0e14; box-shadow: var(--shadow), 0 0 0 1px rgba(73, 112, 255, .1); cursor: zoom-in; transition: transform .55s cubic-bezier(.2,.75,.2,1), border-color .35s ease, box-shadow .55s ease; }
.app-window > img { width: 100% !important; height: auto !important; max-height: none; object-fit: contain; }
.hero-window { transform: none; }
.hero-window:hover { transform: translateY(-7px) scale(1.004); border-color: rgba(255,255,255,.3); box-shadow: 0 48px 110px rgba(0,0,0,.58), 0 0 0 1px rgba(73,112,255,.16); }
.window-bar { position: relative; height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; background: linear-gradient(#32343c, #24262d); border-bottom: 1px solid rgba(0,0,0,.65); }
.traffic { width: 11px; height: 11px; border-radius: 50%; }
.traffic.red { background: #ff5f57; }.traffic.yellow { background: #febc2e; }.traffic.green { background: #28c840; }
.window-title { position: absolute; left: 50%; transform: translateX(-50%); font-size: .7rem; color: #a7a8b1; }
.floating-badge { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(16,18,31,.75); backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(0,0,0,.35); font-size: .7rem; color: var(--muted); }
.floating-badge strong { color: #fff; font-size: .9rem; }.floating-badge span { white-space: nowrap; }
.badge-raw { left: -30px; bottom: 9%; }.badge-native { right: -28px; top: 17%; }
.proof-strip { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip > div { padding: 24px 28px; display: flex; flex-direction: column; gap: 3px; border-right: 1px solid var(--line); }
.proof-strip > div:last-child { border-right: 0; }.proof-strip strong { font-size: 1rem; }.proof-strip span { color: var(--dim); font-size: .8rem; }

.intro { background: linear-gradient(180deg, transparent, #0a0b14 15%, #0a0b14 88%, transparent); }
.section-heading { max-width: 990px; text-align: center; }
.section-heading h2 { max-width: 930px; margin-inline: auto; }
.section-heading > p { max-width: 690px; margin: 30px auto 0; font-size: 1.08rem; }
.section-heading.compact { max-width: 850px; }.section-heading.compact h2 { font-size: clamp(2.6rem, 4.5vw, 4.6rem); }
.feature-showcase { display: grid; grid-template-columns: .76fr 1.5fr; align-items: center; gap: 70px; margin-top: 110px; }
.showcase-copy p { margin-top: 24px; }
.feature-index { display: block; margin-bottom: 26px; font: 650 .72rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; color: #6f95e8; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; color: #d0d1da; font-size: .9rem; }
.check-list li { position: relative; padding: 8px 0 8px 27px; border-bottom: 1px solid rgba(255,255,255,.07); }
.check-list li::before { content: "✓"; position: absolute; left: 1px; color: var(--cyan); }
.media-frame { position: relative; padding: 8px; border: 1px solid var(--line-strong); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.018)); box-shadow: 0 30px 80px rgba(0,0,0,.4); cursor: zoom-in; overflow: hidden; transition: transform .5s cubic-bezier(.2,.75,.2,1), border-color .35s ease, box-shadow .5s ease; }
.media-frame:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.28); box-shadow: 0 38px 92px rgba(0,0,0,.48); }
.media-frame img { width: 100% !important; height: auto !important; max-height: none; object-fit: contain; border-radius: 15px; }.zoom-cue { position: absolute; bottom: 20px; right: 20px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(7,8,15,.72); backdrop-filter: blur(12px); font-size: .72rem; }
.bento-grid { display: grid; grid-template-columns: 1.25fr .9fr .9fr; gap: 18px; margin-top: 88px; }
.bento-card { min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 20% 0%, rgba(99, 122, 255, .12), transparent 38%), rgba(16,18,29,.72); overflow: hidden; }
.bento-card p { font-size: .93rem; margin: 17px 0 0; }.bento-card h3 { font-size: clamp(1.55rem, 2.2vw, 2.15rem); }
.bento-large { justify-content: space-between; background: radial-gradient(circle at 90% 10%, rgba(84, 213, 245, .13), transparent 36%), rgba(16,18,29,.72); }
.pipeline { display: flex; align-items: center; gap: 9px; margin-top: 45px; font: 620 .7rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; color: #bbbed0; }
.pipeline span { flex: 0 0 auto; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: 10px; background: rgba(255,255,255,.04); }.pipeline i { flex: 1 1 auto; height: 1px; background: linear-gradient(90deg, #497cff, #63e7dc); }
.histogram-art { height: 105px; display: flex; align-items: flex-end; gap: 4px; margin: 0 0 auto; padding-top: 25px; }
.histogram-art i { flex: 1; min-width: 3px; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(180deg, #77ecff, #686eff); opacity: .72; }
.histogram-art i:nth-child(1),.histogram-art i:nth-child(12){--h:15%}.histogram-art i:nth-child(2),.histogram-art i:nth-child(11){--h:28%}.histogram-art i:nth-child(3),.histogram-art i:nth-child(10){--h:50%}.histogram-art i:nth-child(4),.histogram-art i:nth-child(9){--h:76%}.histogram-art i:nth-child(5),.histogram-art i:nth-child(8){--h:94%}.histogram-art i:nth-child(6){--h:68%}.histogram-art i:nth-child(7){--h:82%}
.folder-art { margin: 0 0 auto; padding: 18px 4px; }.folder-art span { position: relative; display: block; width: 76%; height: 18px; margin: 9px 0; border-radius: 5px; border: 1px solid rgba(101, 162, 255, .26); background: rgba(85, 143, 255, .1); }.folder-art span::before { content: ""; position: absolute; width: 8px; height: 8px; border-right: 1px solid #7da7ff; border-bottom: 1px solid #7da7ff; transform: rotate(-45deg); left: 12px; top: 4px; }.folder-art span:nth-child(2) { margin-left: 20px; width: 82%; }.folder-art span:nth-child(3) { margin-left: 40px; width: 64%; background: rgba(95, 211, 237, .11); }.folder-art span:nth-child(4) { margin-left: 20px; width: 90%; }

.tools-section { padding-top: 110px; }
.tools-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: center; }
.tools-copy p { margin-top: 26px; }.tools-copy h2 { font-size: clamp(2.6rem, 4.2vw, 4.6rem); }
.tool-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }.tool-chips span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 100px; color: #cfd0d9; font-size: .75rem; background: rgba(255,255,255,.025); }

.appearance-section { position: relative; overflow: hidden; padding-top: 90px; }
.appearance-section::before { content: ""; position: absolute; z-index: -1; width: 850px; height: 600px; left: 50%; top: 55%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(ellipse, rgba(106,108,255,.16), transparent 65%); filter: blur(35px); }
.appearance-stage { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 24px; max-width: 980px; margin-top: 80px; padding: 30px 45px 72px; }
.theme-shot { position: relative; margin: 0; padding: 7px; border: 1px solid var(--line-strong); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.025)); box-shadow: 0 35px 90px rgba(0,0,0,.5); cursor: zoom-in; transition: transform .5s cubic-bezier(.2,.75,.2,1), border-color .35s ease, box-shadow .5s ease; }
.theme-shot img { width: 100% !important; height: auto !important; max-height: none; object-fit: contain; border-radius: 17px; }
.theme-shot figcaption { position: absolute; left: 22px; bottom: 20px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; background: rgba(8,9,15,.72); backdrop-filter: blur(12px); color: #fff; font-size: .74rem; font-weight: 650; }
.theme-light, .theme-dark { transform: none; }
.theme-light:hover, .theme-dark:hover { transform: translateY(-7px) scale(1.01); border-color: rgba(255,255,255,.3); box-shadow: 0 42px 100px rgba(0,0,0,.58); z-index: 3; }
.system-theme-pill { position: absolute; z-index: 5; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; align-items: center; gap: 9px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; background: rgba(15,17,28,.85); backdrop-filter: blur(18px); box-shadow: 0 14px 40px rgba(0,0,0,.35); color: #d7d8e1; font-size: .76rem; font-weight: 650; white-space: nowrap; }
.system-theme-pill i { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(90deg,#fff 50%,#383a45 50%); box-shadow: 0 0 12px rgba(145,173,255,.6); }

.story-section { position: relative; overflow: hidden; background: radial-gradient(circle at 15% 50%, rgba(70, 103, 239, .15), transparent 32%), linear-gradient(180deg, transparent, #0b0d18, transparent); }
.story-section::before { content: '“'; position: absolute; right: -1vw; top: -80px; font: 700 42rem/1 Georgia, serif; color: rgba(255,255,255,.018); }
.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; }
.story-mark { position: relative; }.story-mark::before { content: ""; position: absolute; inset: 12%; z-index: -1; border-radius: 50%; background: #406bf8; filter: blur(90px); opacity: .28; }.story-mark img { width: min(420px, 100%); margin: auto; border-radius: 25%; filter: drop-shadow(0 35px 55px rgba(0,0,0,.38)); }
.story-copy h2 { font-size: clamp(2.7rem, 4.5vw, 5rem); }.story-copy p { max-width: 700px; }.story-lede { margin-top: 34px; font-size: 1.22rem; color: #d8d9e2; }.signature { margin-top: 30px; color: #8fb6ff; font-size: .86rem; font-weight: 650; }

.shortcuts-section { padding-bottom: 120px; }
.shortcut-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 65px; }
.shortcut-grid > div { display: flex; align-items: center; gap: 8px; min-height: 94px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
kbd { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid rgba(255,255,255,.2); border-bottom-color: rgba(255,255,255,.32); border-radius: 9px; background: linear-gradient(#20232e, #151720); box-shadow: 0 3px 0 #090a0f; color: #f8f8fb; font: 600 .82rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.shortcut-grid span { display: flex; flex-direction: column; margin-left: 6px; color: var(--dim); font-size: .76rem; line-height: 1.35; }.shortcut-grid strong { color: #e3e4e9; font-size: .9rem; }
.center-action { text-align: center; margin-top: 38px; }.text-link { color: #91baff; font-weight: 620; border-bottom: 1px solid rgba(145,186,255,.3); }

.open-section { padding-top: 20px; }
.open-card { display: grid; grid-template-columns: 1.1fr .7fr; align-items: center; gap: 80px; padding: 70px; border: 1px solid rgba(106,146,255,.25); border-radius: 36px; background: radial-gradient(circle at 100% 0%, rgba(140,88,255,.19), transparent 42%), radial-gradient(circle at 0 100%, rgba(69,179,242,.1), transparent 40%), #111322; box-shadow: 0 35px 100px rgba(0,0,0,.34); }
.open-card h2 { font-size: clamp(2.6rem, 4vw, 4.4rem); }.open-card p { max-width: 650px; margin: 24px 0 22px; }.open-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.freedom-points { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 0 0 30px; }
.freedom-points li { position: relative; padding: 8px 12px 8px 29px; border: 1px solid rgba(101,230,180,.2); border-radius: 100px; background: rgba(101,230,180,.055); color: #cfeade; font-size: .75rem; font-weight: 600; }
.freedom-points li::before { content: "✓"; position: absolute; left: 11px; color: var(--green); }
.code-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: rgba(5,6,12,.67); box-shadow: 0 22px 60px rgba(0,0,0,.32); transform: rotate(2deg); }.code-card > div { display: flex; gap: 6px; padding: 14px; border-bottom: 1px solid var(--line); }.code-card > div span { width: 9px; height: 9px; border-radius: 50%; background: #4c4e5c; }.code-card pre { margin: 0; padding: 28px; color: #b1dbff; font-size: .8rem; line-height: 1.8; overflow: hidden; }.code-card b { color: #696d81; font-weight: 400; }

.install-section { padding-top: 100px; }
.install-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; padding: 70px; border: 1px solid rgba(255,255,255,.12); border-radius: 36px; background: radial-gradient(circle at 0 0, rgba(70,110,240,.14), transparent 42%), rgba(14,16,27,.8); }
.install-copy h2 { font-size: clamp(2.8rem, 4.5vw, 4.9rem); }.install-copy > p { max-width: 560px; margin: 26px 0 30px; }.beta-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #a9c6ff; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 750; }.beta-label span { width: 7px; height: 7px; border-radius: 50%; background: #ffbf5d; box-shadow: 0 0 14px rgba(255,191,93,.7); }.install-actions { display: flex; flex-wrap: wrap; gap: 11px; }.install-copy .download-meta { margin: 18px 0 0; color: #696b7b; font-size: .74rem; }
.install-panel { padding: 32px; border: 1px solid rgba(255,190,90,.2); border-radius: 24px; background: rgba(255,178,59,.045); }.warning-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }.warning-heading > span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,190,90,.35); border-radius: 50%; background: rgba(255,178,59,.11); color: #ffc86d; font-weight: 800; }.warning-heading div { display: flex; flex-direction: column; }.warning-heading strong { font-size: .98rem; }.warning-heading small { color: #b89665; font-size: .72rem; }.install-panel > p { font-size: .88rem; }.install-panel ol { list-style: none; padding: 0; margin: 24px 0 27px; }.install-panel li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.07); color: #cacbd5; font-size: .84rem; }.install-panel li > span { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--line-strong); border-radius: 7px; color: #9ebfff; font: 650 .68rem/1 ui-monospace, monospace; }.install-panel .text-link { font-size: .8rem; }
.checksum { display: grid; gap: 7px; margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); }.checksum span { color: #777a8b; font-size: .65rem; font-weight: 700; letter-spacing: .12em; }.checksum code { max-width: 100%; color: #9fa4b9; font: 500 .64rem/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }.checksum a { width: fit-content; color: #87b5ff; font-size: .7rem; }

.final-cta { text-align: center; padding: 190px 0 160px; position: relative; overflow: hidden; }.final-cta::before { content: ""; position: absolute; z-index: -1; width: 800px; height: 500px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: radial-gradient(ellipse, rgba(87,119,252,.19), transparent 65%); filter: blur(35px); }.final-cta img { margin: 0 auto 26px; border-radius: 26px; box-shadow: 0 28px 70px rgba(0,0,0,.45); }.final-cta h2 { max-width: 950px; margin: 0 auto; }.final-cta p { margin: 28px auto 30px; }
.site-footer { padding: 55px 0 28px; border-top: 1px solid var(--line); background: #05060b; }.footer-grid { display: flex; justify-content: space-between; gap: 50px; align-items: flex-start; }.footer-grid p { margin-top: 12px; font-size: .82rem; }.footer-links { display: flex; flex-wrap: wrap; gap: 25px; color: #b8bac7; font-size: .82rem; }.footer-links a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 35px; margin-top: 35px; border-top: 1px solid var(--line); }.footer-bottom p { color: #5e6070; font-size: .7rem; margin: 0; }

.lightbox { max-width: min(95vw, 1680px); padding: 0; border: 0; border-radius: 18px; overflow: visible; background: #090a10; box-shadow: 0 40px 120px #000; }.lightbox::backdrop { background: rgba(3,4,8,.9); backdrop-filter: blur(10px); }.lightbox img { display: block; max-width: 92vw; max-height: 88vh; width: auto; height: auto; object-fit: contain; border-radius: 18px; }.lightbox button { position: absolute; right: -12px; top: -44px; width: 36px; height: 36px; border: 1px solid var(--line-strong); border-radius: 50%; background: #171925; color: #fff; font-size: 1.4rem; cursor: pointer; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }.is-visible { opacity: 1; transform: none; }

/* Help and legal pages */
.subpage-hero { padding: 190px 0 95px; background: radial-gradient(circle at 50% 10%, rgba(72,95,230,.2), transparent 40%); }.subpage-hero .narrow { text-align: center; }.subpage-hero h1 { font-size: clamp(3.7rem, 7.5vw, 7.5rem); }.subpage-hero p { max-width: 680px; margin: 30px auto 0; font-size: 1.12rem; }
.docs-section { padding: 60px 0 150px; }.docs-layout { display: grid; grid-template-columns: 210px 1fr; gap: 90px; align-items: start; }.docs-nav { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.02); }.docs-nav a { padding: 9px 11px; border-radius: 9px; color: #9b9dac; font-size: .79rem; }.docs-nav a:hover { background: rgba(255,255,255,.05); color: #fff; }.docs-content { max-width: 860px; }.docs-content > section { padding: 30px 0 80px; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }.docs-content > section:first-child { padding-top: 10px; }.docs-content h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); margin-bottom: 25px; }.docs-content h3 { font-size: 1.15rem; letter-spacing: -.02em; margin-bottom: 10px; }.docs-content ul { color: var(--muted); padding-left: 21px; }.docs-content li { margin: 10px 0; }.doc-number { display: block; color: #718fcc; font: 650 .7rem/1 ui-monospace, monospace; margin-bottom: 18px; }.callout { margin-top: 30px; padding: 25px; border: 1px solid rgba(96,195,233,.2); border-radius: 17px; background: rgba(67,155,200,.06); }.callout p { margin: 6px 0 0; }.help-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; margin-top: 30px; }.help-grid.three { grid-template-columns: repeat(3,1fr); }.help-grid > div { padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.022); }.help-grid p { margin: 0; font-size: .89rem; }.shortcut-table { border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }.shortcut-table > div { display: grid; grid-template-columns: minmax(190px,.65fr) 1fr; align-items: center; min-height: 66px; padding: 12px 18px; border-bottom: 1px solid var(--line); }.shortcut-table > div:last-child { border-bottom: 0; }.shortcut-table > div span:last-child { color: var(--muted); font-size: .9rem; }.support-box { border: 1px solid rgba(94,141,255,.25) !important; margin-top: 65px; padding: 45px !important; border-radius: 24px; background: rgba(76,109,225,.08); }.support-box h2 { font-size: 2.2rem; }.privacy-hero { padding-bottom: 120px; }.legal-section { padding: 25px 0 150px; }.legal-copy { max-width: 780px; }.legal-copy h2 { margin: 55px 0 15px; font-size: 1.8rem; }.legal-copy p { font-size: 1rem; }.legal-copy .updated { color: #6e7080; font-size: .78rem; }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; background: radial-gradient(circle, rgba(71,100,235,.19), transparent 38%), var(--bg); }.error-page main { width: min(650px, calc(100% - 48px)); }.error-page img { margin: 0 auto 28px; border-radius: 25px; }.error-page h1 { font-size: clamp(3rem, 8vw, 6rem); }.error-page p:not(.kicker) { margin: 24px 0 30px; }

@media (max-width: 980px) {
  .section { padding: 100px 0; }
  .feature-showcase, .tools-grid, .story-grid { grid-template-columns: 1fr; gap: 48px; }
  .showcase-copy { max-width: 650px; }.bento-grid { grid-template-columns: 1fr 1fr; }.bento-large { grid-column: 1 / -1; min-height: 350px; }
  .tools-copy { order: -1; }.story-mark img { width: 280px; }.story-grid { text-align: center; }.story-copy p { margin-left: auto; margin-right: auto; }
  .appearance-stage { max-width: 820px; }
  .open-card { grid-template-columns: 1fr; padding: 55px; }.code-card { max-width: 520px; }
  .install-grid { grid-template-columns: 1fr; padding: 55px; }
  .docs-layout { grid-template-columns: 1fr; gap: 45px; }.docs-nav { position: static; flex-direction: row; overflow-x: auto; white-space: nowrap; }.help-grid.three { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(100% - 32px, 1280px); }.hero { padding-top: 140px; }.hero h1 { font-size: clamp(3.6rem, 17vw, 6rem); }.hero-lede { font-size: 1rem; }.eyebrow { font-size: .63rem; }
  .nav-toggle { display: block; }.site-nav { position: fixed; inset: 70px 16px auto; display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 15px; border: 1px solid var(--line-strong); border-radius: 18px; background: rgba(12,14,24,.96); box-shadow: 0 30px 70px rgba(0,0,0,.55); backdrop-filter: blur(20px); }.site-nav.open { display: flex; }.site-nav a { padding: 11px; border-radius: 9px; }.nav-github { margin-top: 5px; }.nav-toggle[aria-expanded="true"] > span:nth-of-type(1) { transform: translateY(4.5px) rotate(45deg); }.nav-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(-4.5px) rotate(-45deg); }
  .hero-stage { margin-top: 55px; width: calc(100% - 16px); }.window-bar { height: 26px; }.traffic { width: 7px; height: 7px; }.badge-raw { left: 8px; bottom: -35px; }.badge-native { right: 6px; top: -28px; }.floating-badge { padding: 8px 10px; }
  .proof-strip { grid-template-columns: 1fr 1fr; margin-top: 85px; }.proof-strip > div:nth-child(2) { border-right: 0; }.proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.proof-strip > div { padding: 18px 12px; }
  .section-heading { text-align: left; }.section-heading > p { margin-left: 0; }.feature-showcase { margin-top: 65px; }.bento-grid { grid-template-columns: 1fr; margin-top: 55px; }.bento-large { grid-column: auto; }.bento-card { min-height: 350px; padding: 28px; }.pipeline { flex-wrap: wrap; }.pipeline i { min-width: 20px; }
  .tools-grid { gap: 35px; }.story-mark img { width: 210px; }.story-section::before { display: none; }.story-grid { gap: 45px; }
  .appearance-stage { grid-template-columns: 1fr; gap: 20px; margin-top: 45px; padding: 10px 24px 70px; }.theme-light, .theme-dark, .theme-light:hover, .theme-dark:hover { transform: none; }.theme-shot { max-width: 480px; margin-inline: auto; }.theme-shot figcaption { bottom: 16px; left: 18px; }
  .shortcut-grid { grid-template-columns: 1fr; }.open-section { padding-top: 10px; }.open-card { padding: 32px 24px; border-radius: 25px; }.open-actions { flex-direction: column; }.code-card { display: none; }.final-cta { padding: 130px 0 110px; }
  .install-section { padding-top: 70px; }.install-grid { padding: 34px 22px; gap: 38px; border-radius: 25px; }.install-actions { flex-direction: column; }.install-panel { padding: 25px 20px; }
  .footer-grid, .footer-bottom { flex-direction: column; }.footer-links { gap: 18px; }.footer-bottom { gap: 8px; }
  .subpage-hero { padding-top: 145px; }.subpage-hero .narrow { text-align: left; }.subpage-hero p { margin-left: 0; }.docs-section { padding-top: 15px; }.docs-layout { gap: 25px; }.help-grid { grid-template-columns: 1fr; }.shortcut-table > div { grid-template-columns: 1fr; gap: 10px; }.support-box { padding: 30px 24px !important; }
  .lightbox { width: auto; max-width: 95vw; max-height: 88dvh; margin: auto; }.lightbox img { max-width: 92vw; max-height: 82dvh; width: auto !important; height: auto !important; }.lightbox button { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
