:root{--bg:#0f172a;--surface:#1e293b;--surface-hover:#334155;--accent:#10b981;--accent-light:#34d399;--text:#ffffff;--text-dim:#94a3b8;--text-muted:#64748b;--border:#334155;--danger:#ef4444;--shadow:0 4px 24px rgba(0,0,0,0.4);--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh}.page-blur{filter:blur(4px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes animate-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.anim-fade-in-up{animation:animate-fade-in-up .5s ease-out forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}