:root {
  color-scheme: light dark;
  --bg: #f7f5ff;
  --surface: #ffffff;
  --surface-2: #eeeaff;
  --text: #19162b;
  --muted: #625d76;
  --line: #ddd8ec;
  --brand: #6750d8;
  --brand-strong: #4e39b5;
  --accent: #e8684a;
  --shadow: 0 16px 42px rgba(39, 27, 91, .11);
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.68; }
a { color: var(--brand-strong); text-underline-offset: .18em; }
img { max-width: 100%; }
code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
code { background: var(--surface-2); border-radius: 6px; padding: .12em .35em; font-size: .92em; }
pre { overflow-x: auto; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; background: #201b35; color: #f5f1ff; }
pre code { padding: 0; background: transparent; color: inherit; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent); background: color-mix(in srgb, var(--bg) 90%, transparent); backdrop-filter: blur(14px); }
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--text); font-weight: 800; font-size: 1.08rem; text-decoration: none; letter-spacing: -.02em; }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.nav-links { display: flex; align-items: center; gap: 1rem; font-size: .93rem; }
.nav-links a { color: var(--muted); text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--brand); }
.hero { padding: 76px 0 54px; text-align: center; }
.eyebrow { margin: 0 0 .7rem; color: var(--brand); font-size: .82rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.2; letter-spacing: -.035em; }
h1 { max-width: 880px; margin: 0 auto 1.2rem; font-size: clamp(2.25rem, 6vw, 4.7rem); }
.hero .lede { max-width: 760px; margin: 0 auto 1.8rem; color: var(--muted); font-size: clamp(1.05rem, 2.2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .72rem 1.15rem; border: 1px solid var(--brand); border-radius: 12px; background: var(--brand); color: #fff; font-weight: 750; text-decoration: none; box-shadow: 0 8px 20px rgba(103, 80, 216, .2); }
.button:hover { background: var(--brand-strong); }
.button.secondary { background: transparent; color: var(--brand); box-shadow: none; }
.download-note, .download-meta, .tiny { color: var(--muted); font-size: .88rem; }
.download-note { margin: .65rem 0 0; }
.download-alt { margin: .5rem 0 0; font-size: .9rem; }
.download-alt[hidden], .all-downloads[hidden] { display: none; }
.alert { margin: 1.2rem auto 0; padding: .85rem 1rem; max-width: 920px; border: 1px solid #e4bd70; border-radius: 13px; background: #fff5d9; color: #5d4312; }
.disclaimer { margin: 2rem auto 0; padding: 1rem 1.15rem; max-width: 900px; border-left: 4px solid var(--accent); background: var(--surface); text-align: left; border-radius: 0 12px 12px 0; color: var(--muted); }
.section { padding: 60px 0; }
.section-heading { max-width: 720px; margin-bottom: 2rem; }
.section-heading h2 { margin: 0 0 .7rem; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.section-heading p { margin: 0; color: var(--muted); }
.feature-grid, .card-grid, .download-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.feature, .card, .download-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.feature-copy, .card, .download-card { padding: 1.35rem; }
.feature h3, .card h2, .card h3, .download-card h2 { margin-top: 0; }
.feature p, .card p, .download-card p { color: var(--muted); }
.shot { aspect-ratio: 8 / 5; display: grid; place-items: center; background: linear-gradient(135deg, #e4ddff, #fff0eb); color: #756e8e; font-weight: 700; letter-spacing: .06em; }
.privacy-band { border-block: 1px solid var(--line); background: var(--surface-2); }
.model-list { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; list-style: none; }
.model-list li { padding: .35rem .7rem; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: .9rem; }
.page-hero { padding: 54px 0 28px; }
.page-hero h1 { margin-left: 0; font-size: clamp(2.2rem, 5vw, 3.7rem); }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.prose { width: min(820px, calc(100% - 32px)); margin: 0 auto; padding: 18px 0 70px; }
.prose h2 { margin-top: 2.5rem; padding-top: .4rem; font-size: 1.7rem; }
.prose h3 { margin-top: 1.7rem; font-size: 1.25rem; }
.prose table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.prose th, .prose td { padding: .65rem .75rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--surface-2); }
.steps { padding-left: 1.4rem; }
.steps li { margin-bottom: 1rem; }
.faq details { margin-bottom: .8rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.faq summary { cursor: pointer; font-weight: 750; }
.faq details p { margin-bottom: 0; color: var(--muted); }
.site-footer { padding: 42px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.footer-grid { display: grid; gap: 1.2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { color: inherit; }
.legal { max-width: 850px; }
.status-warning { color: #a14c20; }
.release { padding-left: 1.1rem; border-left: 3px solid var(--brand); }
.noscript { margin: 1rem auto; color: var(--muted); }
@media (min-width: 720px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .download-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr auto; }
  .feature.wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .nav { align-items: flex-start; padding: .75rem 0; }
  .nav-links { justify-content: flex-end; flex-wrap: wrap; gap: .45rem .75rem; }
  .hero { padding-top: 48px; }
}
@media (prefers-color-scheme: dark) {
  :root { --bg: #12101d; --surface: #1b1828; --surface-2: #27213d; --text: #f4f1ff; --muted: #b9b2cd; --line: #3b3550; --brand: #a997ff; --brand-strong: #c2b6ff; --shadow: none; }
  .button { color: #181224; background: #a997ff; }
  .button.secondary { color: #c7bcff; background: transparent; }
  .shot { background: linear-gradient(135deg, #342b59, #442925); color: #c8c0dc; }
  .alert { background: #3b3014; border-color: #755f2a; color: #f2d794; }
  .status-warning { color: #ffaf80; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
