:root{--bg:#0f0f1a;--card:#1a1a2e;--border:#2a2a4a;--accent:#6c5ce7;--accent2:#00cec9;--text:#e0e0e0;--muted:#888;--green:#00b894;--red:#ff7675;--orange:#fdcb6e;--pink:#e84393}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.app.svelte-12qhfyh{min-height:100vh}
