@font-face { font-family: Onest; src: url('/assets/Onest.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: Bricolage; src: url('/assets/BricolageGrotesque.ttf') format('truetype'); font-display: swap; }
:root { color-scheme: dark; --ink:#030a07; --surface:#07130f; --line:#204235; --paper:#f4f8f4; --muted:#a3b9ae; --life:#62f47a; }
* { box-sizing:border-box; }
body { margin:0; min-width:320px; color:var(--paper); background:var(--ink); font-family:Onest,system-ui,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; } a:focus-visible { outline:2px solid var(--life); outline-offset:4px; }
.legal-header { width:min(920px,calc(100% - 40px)); min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:20px; margin:auto; border-bottom:1px solid var(--line); }
.legal-brand { color:var(--paper); font-family:Bricolage,Onest,sans-serif; font-size:1.15rem; font-weight:730; letter-spacing:-.03em; text-decoration:none; }
.legal-header nav { display:flex; gap:16px; }
.legal-header nav a { color:var(--muted); font-size:.77rem; text-underline-offset:4px; }
.legal-main { width:min(760px,calc(100% - 40px)); margin:0 auto; padding:80px 0 120px; }
.legal-main > p:first-child { margin:0 0 18px; color:var(--life); font-size:.76rem; font-weight:780; }
h1,h2 { font-family:Bricolage,Onest,sans-serif; letter-spacing:-.035em; text-wrap:balance; }
h1 { max-width:700px; margin:0; font-size:clamp(3rem,8vw,5.6rem); line-height:.93; }
.legal-lead { max-width:64ch; margin:26px 0 66px; color:var(--muted); font-size:1.02rem; line-height:1.7; }
.legal-section { padding:28px 0; border-top:1px solid var(--line); }
.legal-section:last-of-type { border-bottom:1px solid var(--line); }
h2 { margin:0; font-size:1.45rem; }
.legal-section p,.legal-section li { color:var(--muted); line-height:1.68; }
.legal-section ul { padding-left:20px; }
.legal-section strong { color:var(--paper); }
.legal-section code { color:#b9ffc1; font-family:ui-monospace,Consolas,monospace; }
.warning { padding:18px; color:#dce7df; background:var(--surface); border-radius:12px; }
.legal-cta { display:inline-flex; min-height:48px; align-items:center; margin-top:34px; padding:0 17px; color:#031006; background:var(--life); border-radius:10px; font-weight:800; text-decoration:none; }
.error-page { width:min(720px,calc(100% - 40px)); min-height:100svh; display:flex; justify-content:center; align-items:flex-start; flex-direction:column; margin:auto; }
.error-page > p { margin:30px 0 0; color:var(--life); }
.error-page h1 { margin-top:10px; }
@media(max-width:600px){.legal-header nav a:not(:last-child){display:none}.legal-main{padding-top:56px}.legal-lead{margin-bottom:48px}}
