:root { color-scheme: dark; --bg: #16161f; --bg-deep: #101018; --surface: #1d1d29; --surface-raised: #242433; --text: #c0caf5; --muted: #a9b1d6; --faint: #565f89; --border: #323245; --accent: #7aa2f7; --accent-strong: #bb9af7; --accent-soft: #242b46; --cyan: #7dcfff; --teal: #73daca; --green: #9ece6a; --amber: #e0af68; --pink: #f7768e; --orange: #ff9e64; --shadow: 0 24px 80px rgba(0,0,0,.25); --max: 1160px; }
[data-theme="light"] { color-scheme: light; --bg: #f5f5fa; --bg-deep: #ececf4; --surface: #fff; --surface-raised: #f0f0f7; --text: #2d334f; --muted: #515a7d; --faint: #68739e; --border: #dedee9; --accent: #345ec4; --accent-strong: #744db2; --accent-soft: #e8eafb; --cyan: #007e9c; --teal: #147c70; --green: #4f7f31; --amber: #9b6718; --pink: #ba3d5c; --orange: #b25c20; --shadow: 0 24px 80px rgba(35,38,70,.12); }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.65 Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } a { color: inherit; text-decoration: none; } button, a { -webkit-tap-highlight-color: transparent; } button { font: inherit; } .container { width: min(100% - 48px, var(--max)); margin-inline: auto; } .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; left: 16px; top: 12px; transform: translateY(-150%); z-index: 20; padding: 8px 14px; border-radius: 8px; background: var(--text); color: var(--bg); } .skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid color-mix(in srgb, var(--border) 70%, transparent); background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(18px); } .header-inner { min-height: 76px; display: flex; align-items: center; gap: 38px; } .brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -.04em; } .brand img { object-fit: contain; border-radius: 10px; } .desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; color: var(--muted); font-size: 13px; font-weight: 600; } .desktop-nav a, .footer-links a { transition: color .2s ease; } .desktop-nav a:hover, .footer-links a:hover, .text-link:hover { color: var(--accent); } .header-actions { display: flex; align-items: center; gap: 12px; } .theme-toggle { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); color: var(--text); cursor: pointer; } .theme-icon { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; } .moon-icon { display: none; fill: currentColor; stroke: none; } [data-theme="light"] .sun-icon { display: none; } [data-theme="light"] .moon-icon { display: block; } .button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 9px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; } .button:hover { transform: translateY(-2px); } .button-primary { background: var(--accent); color: #111827; box-shadow: 0 8px 22px color-mix(in srgb, var(--accent) 25%, transparent); } .button-primary:hover { background: color-mix(in srgb, var(--accent) 84%, white); } .button-quiet { border-color: var(--border); color: var(--text); background: var(--surface); } .button-small { min-height: 38px; padding-inline: 15px; font-size: 12px; } .menu-toggle { display: none; width: 38px; height: 38px; padding: 8px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); color: var(--text); } .menu-toggle span { display: block; height: 1px; margin: 4px 0; background: currentColor; }
.section-shell { padding: 128px 0; } .hero { padding-top: 112px; overflow: hidden; } .hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; } .eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: var(--accent); font: 500 11px/1.2 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; } .eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px color-mix(in srgb, var(--teal) 17%, transparent); } h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { letter-spacing: -.055em; line-height: 1.1; } h1 { max-width: 590px; margin-bottom: 24px; color: var(--text); font-size: clamp(50px, 6.4vw, 84px); font-weight: 800; } h2 { margin-bottom: 18px; color: color-mix(in srgb, var(--text) 78%, var(--accent-strong)); font-size: clamp(34px, 4vw, 56px); font-weight: 800; } h3 { margin-bottom: 9px; color: var(--text); font-size: 19px; } .accent-text { color: var(--accent); } .hero-lede { max-width: 550px; margin-bottom: 31px; color: color-mix(in srgb, var(--muted) 75%, var(--cyan)); font-size: 18px; } .hero-actions { display: flex; flex-wrap: wrap; gap: 11px; } .hero-meta { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 34px; color: var(--faint); font: 11px "DM Mono", monospace; } .hero-meta span:not(:last-child)::after { content: "·"; margin-left: 19px; color: var(--accent-strong); } .hero-meta strong { color: var(--muted); font-weight: 500; }
.hero-art { min-height: 480px; position: relative; display: grid; place-items: center; } .note-window { position: relative; z-index: 2; width: min(100%, 480px); border: 1px solid color-mix(in srgb, var(--accent) 40%, var(--border)); border-radius: 15px; background: color-mix(in srgb, var(--surface) 92%, var(--accent-soft)); box-shadow: var(--shadow); transform: rotate(2deg); } .window-bar { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid var(--border); color: var(--faint); font: 11px "DM Mono", monospace; } .window-dots { display: flex; gap: 5px; } .window-dots i { width: 7px; height: 7px; border-radius: 50%; background: var(--border); } .window-dots i:first-child { background: var(--accent-strong); }.window-action { color: var(--accent); } .note-body { min-height: 320px; padding: 39px 44px; } .note-kicker { margin-bottom: 27px; color: var(--accent); font: 11px "DM Mono", monospace; } .note-body h2 { margin-bottom: 17px; font-size: 29px; } .note-body p:not(.note-kicker) { max-width: 310px; color: var(--muted); font-size: 14px; } .note-rule { width: 100%; height: 1px; margin: 32px 0 22px; background: var(--border); } .note-lines { display: grid; gap: 9px; }.note-lines span { display: block; height: 7px; border-radius: 99px; background: var(--border); }.note-lines span:first-child { width: 75%; background: color-mix(in srgb, var(--accent) 36%, var(--border)); }.note-lines span:last-child { width: 55%; }.code-rail { position: absolute; top: 38px; right: 0; display: grid; gap: 13px; color: var(--faint); font: 11px "DM Mono", monospace; transform: rotate(-8deg); }.code-rail span:first-child { color: var(--accent); }.hero-orbit { position: absolute; border: 1px solid var(--border); border-radius: 50%; }.orbit-one { width: 550px; height: 300px; transform: rotate(-20deg); border-color: color-mix(in srgb, var(--accent) 26%, transparent); }.orbit-two { width: 380px; height: 440px; transform: rotate(24deg); border-color: color-mix(in srgb, var(--accent-strong) 20%, transparent); }
.platform-strip { border-block: 1px solid var(--border); background: var(--bg-deep); }.platform-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }.platform-inner > p { margin: 0; color: var(--faint); font: 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }.platforms-list { display: flex; flex-wrap: wrap; gap: 38px; color: var(--muted); font-size: 13px; font-weight: 700; }.platforms-list span { display: inline-flex; align-items: center; gap: 9px; }.platforms-list span:nth-child(1) { color: var(--accent-strong); }.platforms-list span:nth-child(2) { color: var(--cyan); }.platforms-list span:nth-child(3) { color: var(--teal); }.platforms-list svg { width: 17px; height: 17px; fill: currentColor; stroke: currentColor; stroke-width: 1.4; }
.section-heading { max-width: 680px; margin-bottom: 52px; }.section-heading > p:last-child { max-width: 530px; margin-bottom: 0; color: color-mix(in srgb, var(--muted) 80%, var(--teal)); font-size: 16px; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.feature-card { min-height: 246px; padding: 28px; border: 1px solid var(--border); border-radius: 13px; background: var(--surface); }.feature-card p { max-width: 280px; margin-bottom: 0; color: var(--muted); font-size: 14px; }.feature-card h3 { color: var(--accent-strong); }.feature-card:nth-child(3n + 2) h3 { color: var(--cyan); }.feature-card:nth-child(3n) h3 { color: var(--teal); }.feature-card-large { grid-column: span 2; background: linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--accent-soft) 70%, var(--surface))); }.feature-card-wide { grid-column: span 2; min-height: 180px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }.feature-icon { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 9px; font-weight: 800; }.icon-violet { background: color-mix(in srgb, var(--accent-strong) 16%, transparent); color: var(--accent-strong); }.icon-blue { background: color-mix(in srgb, var(--accent) 16%, transparent); color: var(--accent); }.icon-cyan { background: color-mix(in srgb, var(--cyan) 15%, transparent); color: var(--cyan); }.icon-amber { background: color-mix(in srgb, var(--amber) 15%, transparent); color: var(--amber); }.icon-green { background: color-mix(in srgb, var(--green) 15%, transparent); color: var(--green); }.icon-pink { background: color-mix(in srgb, var(--pink) 15%, transparent); color: var(--pink); }.mini-markdown { display: grid; gap: 8px; margin-top: 27px; color: var(--faint); font: 11px "DM Mono", monospace; }.mini-markdown span:first-child { color: var(--accent); }.text-link { color: var(--accent); font-size: 13px; font-weight: 800; white-space: nowrap; }
.privacy-section { background: var(--bg-deep); border-block: 1px solid var(--border); }.privacy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }.privacy-seal { width: 270px; height: 270px; position: relative; display: grid; place-items: center; margin-inline: auto; border: 1px solid color-mix(in srgb, var(--accent) 60%, var(--border)); border-radius: 50%; color: var(--accent); text-align: center; font: 500 12px/1.6 "DM Mono", monospace; letter-spacing: .14em; transform: rotate(-10deg); }.seal-ring { position: absolute; inset: 19px; border: 1px dashed color-mix(in srgb, var(--accent) 50%, transparent); border-radius: 50%; }.privacy-copy h2 { max-width: 520px; }.privacy-lede { max-width: 600px; margin-bottom: 36px; color: var(--muted); font-size: 18px; }.privacy-points { display: grid; gap: 20px; }.privacy-points > div { display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding-top: 18px; border-top: 1px solid var(--border); }.privacy-points span { color: var(--accent); font: 11px "DM Mono", monospace; }.privacy-points p { margin: 0; color: var(--muted); font-size: 14px; }.privacy-points strong { color: var(--text); }
.screenshots-heading { margin-inline: auto; text-align: center; }.screenshots-heading .eyebrow { justify-content: center; }.screenshots-heading > p:last-child { margin-inline: auto; }.device-showcase { display: grid; grid-template-columns: 1.6fr 1fr; gap: 25px; align-items: end; }.device-frame { position: relative; padding: 9px; border: 1px solid color-mix(in srgb, var(--border) 95%, var(--text)); background: #0e0e15; box-shadow: var(--shadow); }.mac-frame { padding: 11px 11px 16px; border-radius: 13px; }.device-screen { overflow: hidden; background: var(--surface); }.mac-frame .device-screen { aspect-ratio: 16 / 10; border-radius: 7px; }.device-label { position: absolute; top: -29px; left: 0; color: var(--faint); font: 11px "DM Mono", monospace; }.device-base { width: 38%; height: 7px; position: absolute; bottom: -13px; left: 31%; border-radius: 0 0 10px 10px; background: #0e0e15; }.mobile-devices { display: grid; grid-template-columns: .8fr 1fr; gap: 18px; align-items: end; }.phone-frame { width: 100%; border-radius: 20px; padding: 7px; }.phone-frame .device-screen { aspect-ratio: 9 / 19; border-radius: 14px; }.tablet-frame { border-radius: 14px; padding: 8px; }.tablet-frame .device-screen { aspect-ratio: 3 / 4; border-radius: 7px; }.screenshot-placeholder { position: relative; display: grid; place-items: center; background: repeating-linear-gradient(135deg, var(--surface-raised), var(--surface-raised) 2px, var(--surface) 2px, var(--surface) 8px); }.screenshot-placeholder img { width: 100%; height: 100%; object-fit: cover; }.placeholder-content { display: grid; gap: 6px; padding: 20px; color: var(--muted); text-align: center; }.placeholder-content[hidden] { display: none; }.placeholder-window { width: 38px; height: 38px; display: grid; place-items: center; margin: 0 auto 5px; border: 1px solid var(--border); border-radius: 10px; color: var(--accent); font-weight: 800; }.placeholder-content strong { color: var(--text); font-size: 12px; }.placeholder-content small { font: 10px/1.45 "DM Mono", monospace; }.placeholder-content code { color: var(--accent); }
.pricing-section { padding-top: 10px; }.pricing-card { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 58px 65px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface); }.pricing-card h2 { font-size: clamp(32px, 4vw, 49px); }.pricing-card p:last-child { max-width: 520px; margin-bottom: 0; color: var(--muted); }.price-mark { min-width: 150px; display: grid; place-items: center; color: var(--accent); font: 11px "DM Mono", monospace; letter-spacing: .12em; }.price-mark strong { font: 800 70px Manrope, sans-serif; line-height: 1; letter-spacing: -.1em; }.price-mark small { color: var(--faint); letter-spacing: 0; }.download-section { padding-top: 72px; padding-bottom: 130px; }.download-inner { display: flex; justify-content: space-between; align-items: end; gap: 50px; }.download-copy { max-width: 570px; }.download-copy p:last-child { margin-bottom: 0; color: var(--muted); font-size: 17px; }.store-buttons { display: flex; flex-wrap: wrap; gap: 11px; }.store-button { min-width: 205px; display: flex; align-items: center; gap: 12px; padding: 11px 16px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); transition: transform .2s ease, border-color .2s ease; }.store-button:hover { transform: translateY(-2px); border-color: var(--accent); }.store-glyph { font-size: 27px; line-height: 1; }.store-button span:last-child { display: grid; text-align: left; }.store-button small, .store-button em { color: var(--faint); font-size: 9px; font-style: normal; line-height: 1.25; }.store-button strong { font-size: 14px; line-height: 1.3; }
.site-footer { border-top: 1px solid var(--border); }.footer-inner { min-height: 104px; display: flex; align-items: center; gap: 25px; }.footer-inner .brand { font-size: 16px; }.footer-inner > p { margin: 0; color: var(--faint); font-size: 12px; }.footer-links { display: flex; gap: 21px; margin-left: auto; color: var(--muted); font-size: 12px; }
@media (max-width: 900px) { .desktop-nav, .header-download { display: none; }.menu-toggle { display: block; }.mobile-nav { display: grid; gap: 4px; padding: 13px 24px 20px; border-top: 1px solid var(--border); background: var(--bg); }.mobile-nav a { padding: 8px 0; color: var(--muted); font-weight: 700; }.hero-grid, .privacy-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 650px; }.hero-art { min-height: 430px; }.privacy-seal { margin-bottom: 20px; }.device-showcase { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }.mobile-devices { max-width: 560px; width: 82%; margin-inline: auto; }.download-inner { align-items: start; flex-direction: column; }.store-buttons { width: 100%; } }
@media (max-width: 640px) { .container { width: min(100% - 32px, var(--max)); }.section-shell { padding: 82px 0; }.hero { padding-top: 70px; }.hero-grid { gap: 20px; }.hero-art { min-height: 350px; transform: scale(.88); transform-origin: top center; margin-bottom: -44px; }.code-rail { display: none; }.note-body { padding: 30px 25px; }.hero-meta { gap: 11px; }.hero-meta span:not(:last-child)::after { margin-left: 11px; }.platform-inner { display: grid; gap: 14px; padding: 23px 0; }.platforms-list { justify-content: space-between; gap: 10px; }.feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-card-large, .feature-card-wide { grid-column: auto; min-height: auto; }.feature-card-wide { display: block; }.feature-card-wide .text-link { display: inline-block; margin-top: 25px; }.privacy-grid { gap: 42px; }.privacy-seal { width: 220px; height: 220px; }.pricing-card { padding: 34px 25px; display: grid; gap: 30px; }.price-mark { justify-self: start; }.download-section { padding-bottom: 85px; }.store-buttons { display: grid; grid-template-columns: 1fr; }.store-button { width: 100%; }.footer-inner { padding: 23px 0; display: grid; gap: 15px; }.footer-links { margin-left: 0; }.mobile-devices { width: 100%; gap: 9px; } h1 { font-size: clamp(45px, 15vw, 66px); }.hero-lede { font-size: 16px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* iPad screenshots use the familiar landscape tablet orientation. */
.tablet-frame .device-screen { aspect-ratio: 4 / 3; }
