:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color-scheme:dark light;--bg:#0b0e14;--panel:#151a23;--text:#f5f7fb;--muted:#aab3c2;--line:#293142;--accent:#77f2bf}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.5}a{color:inherit}header,main,footer{max-width:1120px;margin:auto;padding:1rem 1.25rem}header{display:flex;align-items:center;gap:2rem;border-bottom:1px solid var(--line)}header nav{display:flex;gap:1rem;flex:1}.logo{text-decoration:none;font-weight:900;letter-spacing:-.04em;font-size:1.35rem}.locale select,select,input,textarea,button{font:inherit;background:var(--panel);color:var(--text);border:1px solid var(--line);border-radius:.65rem;padding:.75rem}button,.button{background:var(--accent);color:#07120d;font-weight:800;border:0;text-decoration:none;display:inline-block;padding:.8rem 1rem;border-radius:.65rem;cursor:pointer}main{min-height:72vh;padding-bottom:6rem}.hero{padding:5rem 0 3rem}.eyebrow,small{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-weight:800}.hero h1{font-size:clamp(2.8rem,8vw,6.5rem);line-height:.92;letter-spacing:-.065em;margin:.4rem 0 1.5rem;max-width:900px}.hero p{font-size:1.2rem;color:var(--muted);max-width:650px}.search{display:flex;max-width:720px;margin-top:2rem}.search input{flex:1;font-size:1.1rem}.gridcards,.facts,.paths{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin:1rem 0 3rem}.card,.fact,.tool,.notice{background:var(--panel);border:1px solid var(--line);border-radius:1rem;padding:1.25rem}.card{text-decoration:none;min-height:170px}.card h2,.card h3{margin:.35rem 0}.muted,.card p{color:var(--muted)}.tag{display:inline-block;padding:.2rem .5rem;border:1px solid var(--line);border-radius:99px;font-size:.78rem;margin:.15rem}.verified{color:var(--accent)}.formrow{display:flex;gap:1rem;flex-wrap:wrap}.formrow label,form label{display:grid;gap:.4rem;flex:1;min-width:180px}form{display:grid;gap:1rem;max-width:620px}textarea{min-height:100px}.paths article{display:grid;gap:.4rem;border-left:2px solid var(--accent);padding:.75rem}.ghost{position:relative;aspect-ratio:3/4;background:#050608;overflow:hidden;max-width:420px;margin:1rem auto}.ghost video,.ghost img{position:absolute;width:100%;height:100%;object-fit:cover}.ghost.grid{background-image:linear-gradient(#ffffff33 1px,transparent 1px),linear-gradient(90deg,#ffffff33 1px,transparent 1px);background-size:33.33% 33.33%}.ghost.grid:after{content:'';position:absolute;left:0;right:0;top:50%;border-top:2px solid #77f2bf}.source-list{font-size:.9rem}.bottom{display:none}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;color:#000;padding:.5rem;z-index:10}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}footer{color:var(--muted);font-size:.85rem;border-top:1px solid var(--line)}@media(max-width:650px){header nav{display:none}.locale{margin-left:auto}.hero{padding:3rem 0}.bottom{position:fixed;display:flex;bottom:0;left:0;right:0;background:#0b0e14f5;border-top:1px solid var(--line);z-index:9;justify-content:space-around;padding:.65rem .2rem}.bottom a{display:grid;text-align:center;text-decoration:none;font-size:1.2rem}.bottom span{font-size:.68rem}.search{display:grid;gap:.5rem}.formrow{display:grid}}@media(prefers-color-scheme:light){:root{--bg:#f7f8fb;--panel:#fff;--text:#111621;--muted:#596275;--line:#dce1e9;--accent:#087a50}.bottom{background:#fff}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important}}
