:root{--bg:#020612;--card:#0c1324;--accent:#4ad6c3;--accent-strong:#0ce8a8;--text:#f6f7fb;--text-muted:#aab2d5;--border:hsla(0,0%,100%,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:inherit}button{font:inherit}.dashboardGrid{display:grid;grid-template-columns:clamp(240px,28%,320px) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;width:100%;align-items:start}@media (max-width:960px){.dashboardGrid{grid-template-columns:1fr}}