@font-face{font-family:Raleway;src:url(/assets/Raleway-VariableFont_wght-tcJTL8Dy.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:swap}html,body,#root{min-height:100vh;margin:0;font-family:Raleway,Avenir Next,Segoe UI,sans-serif}:root{--base-0:#f5f4f0;--base-1:#ece9e0;--ink:#101010;--ink-soft:#424242;--toggle-bg:#e0ddd4;--toggle-handle:#fff;--toggle-shadow:#0000001a}html[data-theme=dark]{--base-0:#1a1a1a;--base-1:#242424;--ink:#f5f4f0;--ink-soft:#b8b8b8;--toggle-bg:#3a3a3a;--toggle-handle:#1a1a1a;--toggle-shadow:#ffffff1a}*{box-sizing:border-box}body{background:radial-gradient(circle at 20% 20%, var(--base-0) 0%, transparent 28%), radial-gradient(circle at 85% 12%, var(--base-1) 0%, transparent 32%), linear-gradient(145deg, var(--base-0), var(--base-1));color:var(--ink);transition:background-color .6s cubic-bezier(.23,1,.32,1),color .6s cubic-bezier(.23,1,.32,1)}@keyframes theme-transition{0%{filter:brightness()}50%{filter:brightness(1.05)}to{filter:brightness()}}html{animation:.5s cubic-bezier(.23,1,.32,1) theme-transition}.landing{align-content:center;gap:2.75rem;max-width:1120px;min-height:100vh;margin:0 auto;padding:4rem 1.5rem 2.5rem;display:grid;position:relative;overflow:hidden}.hero{gap:1.3rem;animation:.7s ease-out both fade-up;display:grid;position:relative}.eyebrow{letter-spacing:.24em;color:var(--ink-soft);margin:0;font-size:.72rem;font-weight:700}.wordmark{align-items:flex-start;gap:.2em;margin:0;line-height:.9;display:inline-flex}.wordmark-name{letter-spacing:.08em;font-size:clamp(2.4rem,12vw,7.2rem);font-weight:900}.wordmark-number{letter-spacing:.04em;font-size:clamp(1rem,3.2vw,1.9rem);font-weight:800;line-height:1;transform:translateY(-.35em)}.lead{color:#2f2f2f;max-width:64ch;margin:0;font-size:clamp(1rem,2.8vw,1.18rem);line-height:1.55}html[data-theme=dark] .lead{color:#d0d0d0}.legal-links{align-items:center;gap:1rem;display:flex}.legal-link{appearance:none;font:inherit;letter-spacing:.03em;color:var(--ink-soft);cursor:pointer;text-underline-offset:.22em;background:0 0;border:0;padding:0;text-decoration:underline;transition:color .18s}.legal-link:hover{color:var(--ink)}.legal-overlay{opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:20;background:#0006;border:0;padding:0;transition:opacity .22s;position:fixed;inset:0}.legal-overlay.is-open{opacity:1;pointer-events:auto}.legal-panel{z-index:30;background:linear-gradient(#fdfcf8 0%,#f5f1e8 100%);border-left:1px solid #14141422;grid-template-rows:auto 1fr;width:min(42rem,100vw);height:100dvh;transition:transform .32s cubic-bezier(.2,.85,.25,1),background .6s cubic-bezier(.23,1,.32,1),border-color .6s cubic-bezier(.23,1,.32,1);display:grid;position:fixed;top:0;right:0;transform:translate(102%);box-shadow:-24px 0 44px #00000024}html[data-theme=dark] .legal-panel{background:linear-gradient(#242424 0%,#1a1a1a 100%);border-left:1px solid #fff2;box-shadow:-24px 0 44px #0006}.legal-panel.is-open{transform:translate(0)}.legal-close{appearance:none;font:inherit;cursor:pointer;background:#ffffffa8;border:1px solid #15151533;border-radius:50%;place-items:center;width:2rem;height:2rem;padding:0;font-size:1.2rem;line-height:1;transition:background-color .18s,border-color .18s;display:inline-grid}.legal-close:hover{background:#fff;border-color:#111}html[data-theme=dark] .legal-close{color:#f5f4f0;background:#ffffff1a;border:1px solid #fff3}html[data-theme=dark] .legal-close:hover{background:#ffffff2a;border-color:#fff}.legal-content{padding:1.1rem 1.3rem 2rem;overflow:auto}.legal-content article{max-width:62ch}.legal-article-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem;display:flex}.legal-content h2{margin:0;font-size:clamp(1.4rem,4.2vw,2.1rem)}.legal-content h3{letter-spacing:.02em;margin:1.35rem 0 .55rem;font-size:1rem}.legal-content p{color:#262626;margin:0;line-height:1.62}html[data-theme=dark] .legal-content p{color:silver}html[data-theme=dark] .legal-content h2,html[data-theme=dark] .legal-content h3{color:#f5f4f0}html[data-theme=dark] .legal-overlay{background:#0009}.legal-content p+p{margin-top:.75rem}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.landing{padding-top:3.2rem}.legal-panel{border-left:0;width:100vw}}@media (width<=480px){.landing{padding-inline:1rem}.eyebrow{letter-spacing:.15em}.legal-links{flex-wrap:wrap;gap:.65rem 1rem}}.theme-toggle{cursor:pointer;z-index:100;background:0 0;border:none;border-radius:0 0 0 12px;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;right:0}.theme-toggle-switch{background:linear-gradient(135deg,#e8e6df 0%,#d9d5cb 100%);border-radius:14px;justify-content:flex-start;align-items:center;width:50px;height:28px;padding:2px;transition:all .35s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a,inset 0 -2px 4px #ffffff80}.theme-toggle:active .theme-toggle-switch:after{content:"";background:radial-gradient(circle,#ffffff80,#0000);animation:.5s ease-out pulse-ring;position:absolute;inset:0}@keyframes pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}html[data-theme=dark] .theme-toggle-switch{background:linear-gradient(135deg,#3a3a3a 0%,#2d2d2d 100%);justify-content:flex-end;box-shadow:inset 0 2px 4px #0000004d,inset 0 -2px 4px #ffffff0d}.theme-toggle-icon{background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .35s cubic-bezier(.23,1,.32,1);display:flex;position:relative;box-shadow:0 2px 8px #0000001f,0 1px 3px #00000014}html[data-theme=dark] .theme-toggle-icon{background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);box-shadow:0 2px 8px #0006,0 1px 3px #0003}.theme-toggle-icon:before{content:"☀️";opacity:1;font-size:.65rem;transition:opacity .2s .1s,transform .35s cubic-bezier(.23,1,.32,1);position:absolute;transform:scale(1)}html[data-theme=dark] .theme-toggle-icon:before{content:"🌙";opacity:1;transform:scale(1)}.theme-toggle:active .theme-toggle-icon{transform:scale(.95)}@media (width<=640px){.theme-toggle{padding:.75rem;top:0;right:0}.theme-toggle-switch{width:46px;height:26px}.theme-toggle-icon{width:20px;height:20px}.theme-toggle-icon:before{font-size:.6rem}}
