:root{--background:#0f172a;--foreground:#e2e8f0;--primary:#38bdf8;--secondary:#818cf8;--accent:#f472b6;--card-bg:#1e293b;--border:#334155;--text-muted:#94a3b8;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);background-image:url(/images/dashboard-bg.png);background-size:cover;background-attachment:fixed;background-position:top;color:var(--foreground);font-family:var(--font-family);line-height:1.5}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(15,23,42,.5)}::-webkit-scrollbar-thumb{background:rgba(148,163,184,.3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}