:root{--paper:#f4f0e8;--paper-deep:#ebe5d8;--paper-raised:#fbf8f1;--ink:#1b1814;--ink-2:#4a4239;--ink-3:#8b8174;--ink-4:#b7ae9f;--accent:#1f1b17;--accent-soft:#d9d3c7;--accent-ink:#0a0908;--on-accent:#fff;--divider:#3c32261a;--body-glow:#1f1b171a;--body-wash:#d9d3c7db;--brand-shadow:#1f1b1729;--control-border-hover:#3c322633;--control-background-hover:#fbf8f1b8;--floating-control-background:#fffdf79e;--floating-control-shadow:#1f1b1714;--focus-ring:#1f1b175c;--button-background-hover:#35302a;--card-background:#fbf8f19e;--card-border:#3c322614;--card-shadow:#1f1b170a;--legal-surface-background:#fbf8f1ad;--legal-surface-border:#3c32261a;--legal-section-border:#3c322614;--orb-overlay-highlight:#ffffff2e;--orb-overlay-soft:#ffffff1c;--orb-glow:#1f1b172e;--orb-outer-start:#1f1b17f2;--orb-outer-mid:#312c26c7;--orb-outer-end:#1f1b1785;--orb-middle-start:#70685c75;--orb-middle-mid:#58514857;--orb-middle-end:#1f1b173d;--orb-highlight-start:#524c4442;--orb-highlight-mid:#3a342e1f;--orb-highlight-end:#1f1b1700;--orb-core-start:#120f0c57;--orb-core-mid:#1f1b1729;--orb-core-end:#120f0c00;--site-header-height:34px;color:var(--ink);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}[data-theme=dark]{--paper:#16130f;--paper-deep:#0e0c0a;--paper-raised:#1f1b17;--ink:#f5efe2;--ink-2:#c5baa8;--ink-3:#857c6e;--ink-4:#544d43;--accent:#f5efe2;--accent-soft:#fff7e81a;--accent-ink:#f5efe2;--on-accent:#16130f;--divider:#fff7e812;--body-glow:#f5efe212;--body-wash:#463c306b;--brand-shadow:#00000052;--control-border-hover:#fff7e82e;--control-background-hover:#1f1b17b8;--floating-control-background:#3c32286b;--floating-control-shadow:#0000002e;--focus-ring:#f5efe26b;--button-background-hover:#e4dccb;--card-background:#1f1b179e;--card-border:#fff7e814;--card-shadow:#00000029;--legal-surface-background:#1f1b17ad;--legal-surface-border:#fff7e81a;--legal-section-border:#fff7e814;--orb-overlay-highlight:#fffdf74d;--orb-overlay-soft:#fffdf729;--orb-glow:#f5efe229;--orb-outer-start:#f5efe2eb;--orb-outer-mid:#c5baa885;--orb-outer-end:#f5efe23d;--orb-middle-start:#f5efe257;--orb-middle-mid:#c5baa838;--orb-middle-end:#f5efe21f;--orb-highlight-start:#f5efe23d;--orb-highlight-mid:#c5baa81f;--orb-highlight-end:#f5efe200;--orb-core-start:#f5efe247;--orb-core-mid:#c5baa824;--orb-core-end:#f5efe200;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{background:var(--paper);scroll-behavior:smooth;min-width:320px}body{background:radial-gradient(circle at 50% 28%, var(--body-glow), transparent 28rem), radial-gradient(circle at 76% 86%, var(--body-wash), transparent 23rem), var(--paper);margin:0}a{color:inherit}input{font:inherit}main{min-height:100svh;overflow:hidden}.hero{--site-header-inline:clamp(20px, 4vw, 56px);--site-header-top:26px;min-height:78svh;padding:calc(var(--site-header-top) + var(--site-header-height)) var(--site-header-inline) 36px;grid-template-rows:minmax(0,1fr);display:grid;position:relative}.nav,.legal-nav{top:var(--site-header-top);right:var(--site-header-inline);left:var(--site-header-inline);z-index:20;justify-content:space-between;align-self:start;align-items:center;width:auto;max-width:960px;margin:0 auto;display:flex;position:fixed}.brand,.nav-link{align-items:center;text-decoration:none;display:inline-flex}.brand{letter-spacing:.02em;gap:10px;font-size:15px;font-weight:800}.brand-icon{width:34px;height:34px;box-shadow:0 12px 28px var(--brand-shadow);border-radius:10px}.brand-icon-dark,[data-theme=dark] .brand-icon-light{display:none}[data-theme=dark] .brand-icon-dark{display:block}.nav-actions{align-items:center;gap:8px;display:inline-flex}.nav-link{min-height:34px;color:var(--ink-3);background:var(--floating-control-background);border:1px solid var(--divider);box-shadow:0 14px 34px var(--floating-control-shadow);-webkit-backdrop-filter:blur(18px)saturate(1.18);backdrop-filter:blur(18px)saturate(1.18);border-radius:999px;padding:0 13px;font-size:14px;font-weight:650;transition:border-color .16s,background-color .16s,color .16s,transform .16s}.nav-link:hover{color:var(--ink);background:var(--control-background-hover);border-color:var(--control-border-hover);transform:translateY(-1px)}.theme-toggle{width:58px;min-width:58px;height:34px;color:var(--ink-3);cursor:pointer;background:var(--floating-control-background);border:1px solid var(--divider);box-shadow:0 14px 34px var(--floating-control-shadow);-webkit-backdrop-filter:blur(18px)saturate(1.18);backdrop-filter:blur(18px)saturate(1.18);border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.theme-toggle:hover{color:var(--ink);background:var(--control-background-hover);border-color:var(--control-border-hover);transform:translateY(-1px)}.theme-toggle:focus-visible,.nav-link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px}.theme-toggle-track{grid-template-columns:repeat(2,1fr);align-items:center;width:48px;height:24px;display:grid;position:relative}.theme-toggle-thumb{z-index:1;background:var(--accent);border-radius:999px;width:20px;height:20px;transition:background-color .18s,transform .18s;position:absolute;top:2px;left:2px}.theme-toggle-icon{z-index:2;width:24px;height:24px;color:var(--ink-3);place-items:center;transition:color .18s;display:grid;position:relative}.theme-toggle-icon-light{color:var(--on-accent)}[data-theme=dark] .theme-toggle-thumb{transform:translate(24px)}[data-theme=dark] .theme-toggle-icon-light{color:var(--ink-3)}[data-theme=dark] .theme-toggle-icon-dark{color:var(--on-accent)}.hero-content{text-align:center;grid-row:1;align-self:center;justify-items:center;width:min(100%,760px);margin:0 auto;padding:34px 0 14px;display:grid}.orb-figure{justify-items:center;min-height:154px;margin-bottom:4px;display:grid}.orb-energy{place-items:center;width:132px;height:132px;display:grid}.orb{isolation:isolate;width:132px;height:132px;animation:9.8s ease-in-out infinite orb-stage-breathe;position:relative}.orb:after{z-index:5;pointer-events:none;content:"";background:radial-gradient(circle at 34% 30%, var(--orb-overlay-highlight), transparent 24%), radial-gradient(circle at 62% 72%, var(--orb-overlay-soft), transparent 34%);mix-blend-mode:screen;opacity:.42;border-radius:999px;position:absolute;inset:17px}.orb span{pointer-events:none;will-change:border-radius, opacity, transform;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orb-glow{z-index:1;background:radial-gradient(circle, var(--orb-glow), transparent 72%);opacity:.32;filter:blur(18px);border-radius:48% 52% 49% 51%/52% 46% 54% 48%;width:158px;height:158px;animation:8.8s ease-in-out infinite orb-soft-glow}.orb-outer{z-index:2;background:radial-gradient(circle at 35% 30%, var(--orb-outer-start), var(--orb-outer-mid) 62%, var(--orb-outer-end));filter:blur(.4px);border-radius:49% 51% 48% 52%/47% 52% 48% 53%;width:118px;height:118px;animation:9.2s ease-in-out infinite orb-outer-drift}.orb-middle{z-index:3;background:radial-gradient(circle at 68% 68%, var(--orb-middle-start), var(--orb-middle-mid) 54%, var(--orb-middle-end));opacity:.92;filter:blur(5px);border-radius:52% 48% 55% 45%/47% 55% 45% 53%;width:92px;height:92px;animation:11.8s ease-in-out infinite orb-middle-drift}.orb-highlight{z-index:4;background:radial-gradient(circle at 34% 58%, var(--orb-highlight-start), var(--orb-highlight-mid) 58%, var(--orb-highlight-end));opacity:.78;filter:blur(4px);border-radius:46% 54% 50% 50%/54% 44% 56% 46%;width:68px;height:68px;animation:9.6s ease-in-out infinite reverse orb-highlight-drift}.orb-core{z-index:4;background:radial-gradient(circle at 36% 31%, var(--orb-core-start), var(--orb-core-mid) 42%, var(--orb-core-end));filter:blur(3.5px);border-radius:51% 49% 47% 53%/46% 53% 47% 54%;width:54px;height:54px;animation:8.6s ease-in-out infinite reverse orb-core-drift}h1{letter-spacing:0;margin:12px 0 0;font-size:clamp(72px,12vw,132px);font-weight:870;line-height:.83}.tagline{color:var(--ink);letter-spacing:0;margin:18px 0 0;font-size:clamp(26px,4vw,42px);font-weight:820;line-height:1.02}.lede{max-width:520px;color:var(--ink-2);margin:14px 0 0;font-size:18px;line-height:1.55}.app-store-link{border-radius:9px;justify-content:center;align-items:center;margin-top:24px;text-decoration:none;transition:transform .16s;display:inline-flex}.app-store-link:hover{transform:translateY(-1px)}.app-store-link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:5px}.app-store-badge{width:156px;height:auto;display:block}.app-store-badge-dark,[data-theme=dark] .app-store-badge-light{display:none}[data-theme=dark] .app-store-badge-dark{display:block}.examples{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(100% - 40px,930px);margin:0 auto;display:grid}.example-card{min-height:84px;color:var(--ink-2);background:var(--card-background);border:1px solid var(--card-border);box-shadow:0 20px 70px var(--card-shadow);border-radius:8px;padding:20px;font-size:16px;line-height:1.45}.site-footer{color:var(--ink-3);text-align:center;justify-items:center;gap:12px;padding:38px 20px 42px;font-size:14px;font-weight:650;display:grid}.site-footer p{margin:0}.site-footer nav{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.site-footer a{color:var(--ink-2);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}.legal-page{--site-header-inline:clamp(20px, 4vw, 56px);--site-header-top:28px;min-height:100svh;padding:calc(var(--site-header-top) + var(--site-header-height)) var(--site-header-inline) 72px}.legal-nav{align-self:auto}.legal-document{width:min(100%,760px);margin:70px auto 0}.legal-header{gap:12px;margin-bottom:26px;display:grid}.legal-header p,.legal-section p,.legal-section ul,.legal-section h2{margin:0}.legal-header>p:first-child{color:var(--ink-3);text-transform:uppercase;letter-spacing:.08em;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:800}.legal-header h1{margin:0;font-size:clamp(42px,7vw,72px);line-height:.95}.legal-header p:not(:first-child){max-width:620px;color:var(--ink-2);font-size:17px;line-height:1.55}.legal-surface{background:var(--legal-surface-background);border:1px solid var(--legal-surface-border);box-shadow:0 28px 90px var(--card-shadow);border-radius:18px;overflow:hidden}.legal-section{border-bottom:1px solid var(--legal-section-border);gap:12px;padding:22px;display:grid}.legal-section:last-child{border-bottom:0}.legal-section h2{font-size:20px;line-height:1.2}.legal-section p,.legal-section li{color:var(--ink-2);font-size:15px;line-height:1.58}.legal-section ul{gap:8px;padding-left:20px;display:grid}.sr-only{white-space:nowrap;clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes orb-stage-breathe{0%,to{transform:scale(.955)}50%{transform:scale(1.07)}}@keyframes orb-soft-glow{0%,to{opacity:.28;transform:translate(-50%,-50%)translate(-5px,3px)scale(1.02)}33%{opacity:.42;transform:translate(-50%,-50%)translate(6px,-4px)scale(1.18)}66%{opacity:.24;transform:translate(-50%,-50%)translate(3px,6px)scale(.98)}}@keyframes orb-outer-drift{0%,to{border-radius:49% 51% 48% 52%/47% 52% 48% 53%;transform:translate(-50%,-50%)translate(0,0)rotate(0)scale(1)}33%{border-radius:53% 47% 51% 49%/50% 46% 54% 50%;transform:translate(-50%,-50%)translate(-9px,6px)rotate(22deg)scale(1.08)}66%{border-radius:54% 46% 51% 49%/50% 46% 54% 50%;transform:translate(-50%,-50%)translate(8px,-5px)rotate(-18deg)scale(.94)}}@keyframes orb-middle-drift{0%,to{border-radius:52% 48% 55% 45%/47% 55% 45% 53%;transform:translate(-50%,-50%)translate(0,0)rotate(0)scale(1)}50%{border-radius:48% 52% 46% 54%/54% 48% 52% 46%;transform:translate(-50%,-50%)translate(8px,7px)rotate(28deg)scale(1.12)}}@keyframes orb-highlight-drift{0%,to{border-radius:46% 54% 50% 50%/54% 44% 56% 46%;transform:translate(-50%,-50%)translate(0,0)rotate(0)scale(1)}33%{border-radius:51% 49% 46% 54%/50% 56% 44% 50%;transform:translate(-50%,-50%)translate(-8px,5px)rotate(24deg)scale(1.1)}66%{border-radius:47% 53% 55% 45%/56% 48% 52% 44%;transform:translate(-50%,-50%)translate(7px,-6px)rotate(-18deg)scale(.93)}}@keyframes orb-core-drift{0%,to{border-radius:51% 49% 47% 53%/46% 53% 47% 54%;transform:translate(-50%,-50%)translate(0,0)rotate(0)scale(1)}33%{border-radius:48% 52% 53% 47%/54% 46% 53% 47%;transform:translate(-50%,-50%)translate(-6px,4px)rotate(18deg)scale(1.08)}66%{border-radius:47% 53% 52% 48%/54% 46% 53% 47%;transform:translate(-50%,-50%)translate(5px,-4px)rotate(-15deg)scale(.94)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}@media (max-width:760px){.hero{--site-header-inline:20px;--site-header-top:22px;min-height:auto;padding-bottom:80px}.hero-content{align-self:start;padding:18px 0 0}.orb-figure{min-height:134px}.orb-energy{width:112px;height:112px}.orb{width:112px;height:112px;margin-bottom:14px}.orb-glow{width:134px;height:134px}.orb-outer{width:100px;height:100px}.orb-middle{width:78px;height:78px}.orb-highlight{width:58px;height:58px}.orb-core{width:46px;height:46px}.lede{font-size:16px}.examples{grid-template-columns:1fr;width:min(100% - 32px,420px);margin-top:0}.example-card{min-height:auto}}@media (min-width:761px) and (max-width:980px){.examples{grid-template-columns:repeat(2,minmax(0,1fr))}}
