:root{--bg:#0b1020;--fg:#e8ecf5;--muted:#a6b0c8;--accent:#6ea8fe;--glass:rgba(17,25,58,.55);--glassL:rgba(250,252,255,.78);--cardR:14px}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
img{max-width:100%;display:block}
a{color:#aad0ff}
@media (max-width:768px){ .desktop-scene{display:none!important} }