:root{--paper: #faf9f6;--paper-2: #f3f0ea;--card: #ffffff;--line: #e6e2da;--slate: #232a33;--slate-2: #2c3440;--ink: #2a313b;--ink-strong: #171d24;--muted: #5d6673;--faint: #979eaa;--on-dark: #f0eee9;--on-dark-muted: #a8b0bb;--on-dark-faint: #7b8492;--dark-line: #39414d;--accent: #c05310;--accent-dark: #9a4009;--accent-tint: #faf0e6;--accent-on-dark: #eb9552;--head: "Bitter", Georgia, "Times New Roman", serif;--body: "Barlow", "Segoe UI", sans-serif;--mono: "IBM Plex Mono", ui-monospace, monospace;--header-bg: rgba(250, 249, 246, .92);--hero-top: #f5f2ec;--ghost-border: #cfc9be;--card-hover-border: #d8c7b4;--dot-line: #c9c2b6;--tag-border: #ecd9c6;--art-fill: #ffffff;--art-line: #b3aca0;--art-detail: #ded8cd;--stick: 74px;--wrap: 1120px;--pad: clamp(20px, 4vw, 48px);--radius: 8px;--ease: cubic-bezier(.22, 1, .36, 1);--shadow: 0 1px 2px rgba(23, 29, 36, .05), 0 8px 24px rgba(23, 29, 36, .06)}@media (max-width: 760px){:root{--stick: 104px}}:root[data-theme=dark]{--paper: #14171c;--paper-2: #1a1e25;--card: #1f242c;--line: #323a45;--slate: #0e1116;--slate-2: #171b22;--dark-line: #272d36;--ink: #ced4db;--ink-strong: #f1f3f5;--muted: #99a2ad;--faint: #6e7783;--accent: #d96e26;--accent-dark: #eb9552;--accent-tint: rgba(235, 149, 82, .1);--header-bg: rgba(20, 23, 28, .9);--hero-top: #191d24;--ghost-border: #47505c;--card-hover-border: #5a6470;--dot-line: #4a525e;--tag-border: rgba(235, 149, 82, .35);--art-fill: #232932;--art-line: #5c6673;--art-detail: #333b45;--shadow: 0 1px 2px rgba(0, 0, 0, .45), 0 8px 24px rgba(0, 0, 0, .35)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--stick) + 18px)}html,body{overflow-x:clip}body{background:var(--paper);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}::selection{background:var(--accent);color:#fff}h1,h2,h3{font-family:var(--head);font-weight:700;line-height:1.12;letter-spacing:-.01em;color:var(--ink-strong)}.wrap{max-width:var(--wrap);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}.kicker{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--accent)}.kicker:before{content:"";width:22px;height:2px;background:var(--accent);border-radius:1px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 24px;font-family:var(--body);font-size:16.5px;font-weight:600;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s,transform .15s var(--ease)}.btn:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-1px);box-shadow:var(--shadow)}.btn.ghost{background:transparent;color:var(--ink-strong);border:1px solid var(--ghost-border)}.btn.ghost:hover{border-color:var(--accent);color:var(--accent-dark);background:var(--accent-tint)}.btn.ghost.on-dark{color:var(--on-dark);border-color:#4a5361}.btn.ghost.on-dark:hover{border-color:var(--accent-on-dark);color:var(--accent-on-dark);background:#eb955214}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.reveal{opacity:0;transform:translateY(14px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}section.block{padding:clamp(56px,8vw,104px) 0}.section-head{margin-bottom:clamp(24px,4vw,44px)}.section-head h2{font-size:clamp(28px,4.2vw,42px);margin-top:12px}.section-head p.lede{color:var(--muted);max-width:580px;margin-top:14px;font-size:18px}.price{font-family:var(--mono);font-weight:600;color:var(--ink-strong);white-space:nowrap}.price .unit{color:var(--muted);font-size:.78em;font-weight:500}.skip.svelte-12qhfyh{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:10px 16px;z-index:100;font-weight:600;border-radius:0 0 6px}.skip.svelte-12qhfyh:focus{left:0;top:0}.site-head.svelte-12qhfyh{position:sticky;top:0;z-index:50;background:var(--header-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.bar.svelte-12qhfyh{display:flex;align-items:center;flex-wrap:wrap;gap:4px clamp(14px,3vw,32px);min-height:calc(var(--stick) - 1px);padding-top:10px;padding-bottom:10px}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:11px;color:var(--accent)}.logo-img.svelte-12qhfyh{height:46px;width:auto;display:block}.logo-dark.svelte-12qhfyh,[data-theme=dark] .logo-light.svelte-12qhfyh{display:none}[data-theme=dark] .logo-dark.svelte-12qhfyh{display:block}nav.svelte-12qhfyh{display:flex;gap:clamp(10px,2vw,26px);margin-left:auto}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:15.5px;font-weight:600;color:var(--muted);padding:6px 2px;border-bottom:2px solid transparent;transition:color .15s}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--ink-strong)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--accent-dark);border-bottom-color:var(--accent)}nav.svelte-12qhfyh a.login:where(.svelte-12qhfyh){padding:6px 14px;border:1.5px solid var(--line);border-radius:999px;color:var(--ink-strong);transition:color .15s,border-color .15s}nav.svelte-12qhfyh a.login:where(.svelte-12qhfyh):hover{border-color:var(--accent);color:var(--accent-dark)}.head-call.svelte-12qhfyh{padding:9px 16px;font-size:15px}.theme-btn.svelte-12qhfyh{width:36px;height:36px;flex:none;display:grid;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--muted);cursor:pointer;transition:color .15s,border-color .15s}.theme-btn.svelte-12qhfyh:hover{color:var(--accent-dark);border-color:var(--accent)}@media (max-width: 760px){.logo-img.svelte-12qhfyh{height:36px}nav.svelte-12qhfyh{order:3;flex-basis:100%;margin-left:0;gap:16px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:15px}.theme-btn.svelte-12qhfyh,.head-call.svelte-12qhfyh{margin-left:auto}.theme-btn.svelte-12qhfyh~.head-call:where(.svelte-12qhfyh){margin-left:0}.head-call.svelte-12qhfyh{padding:9px 13px}.call-text.svelte-12qhfyh{display:none}}.site-foot.svelte-12qhfyh{background:var(--slate);border-top:1px solid var(--dark-line);color:var(--on-dark-muted);padding:clamp(44px,6vw,72px) 0 0;margin-top:0}.foot-grid.svelte-12qhfyh{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:clamp(28px,5vw,64px)}@media (max-width: 820px){.foot-grid.svelte-12qhfyh{grid-template-columns:1fr}}.foot-brand.svelte-12qhfyh{display:flex;align-items:center;gap:10px;color:var(--accent-on-dark)}.foot-brand.svelte-12qhfyh .logo-img:where(.svelte-12qhfyh){height:34px}.foot-blurb.svelte-12qhfyh{margin-top:14px;max-width:340px;font-size:15.5px}.foot-h.svelte-12qhfyh{font-family:var(--body);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-on-dark);margin-bottom:16px}.foot-list.svelte-12qhfyh{list-style:none;display:grid;gap:10px;font-size:15.5px}.foot-list.svelte-12qhfyh li:where(.svelte-12qhfyh){display:flex;gap:14px;align-items:baseline}.foot-k.svelte-12qhfyh{font-size:13px;color:var(--on-dark-faint);min-width:72px;flex:none}.foot-v.svelte-12qhfyh{color:var(--on-dark)}a.foot-v.svelte-12qhfyh:hover{color:var(--accent-on-dark)}.foot-base.svelte-12qhfyh{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:28px;padding-bottom:24px;margin-top:40px;border-top:1px solid var(--dark-line);color:var(--on-dark-faint);font-size:13.5px}
