*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--bg-primary:#0f0f0f;--bg-secondary:#161616;--bg-tertiary:#1e1e1e;--text-primary:#f0f0f0;--text-secondary:#a0a0a0;--text-tertiary:#606060;--border:#2a2a2a}[data-theme=light]{--bg-primary:#ffffff;--bg-secondary:#fafafa;--bg-tertiary:#f4f4f5;--text-primary:#111111;--text-secondary:#555555;--text-tertiary:#999999;--border:#e5e5e5}html{-webkit-text-size-adjust:100%}body,html{font-size:16px}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.7;background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{color:var(--text-primary)}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.3}p{line-height:1.7}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}:focus-visible{outline:2px solid #534AB7;outline-offset:2px}.dashboard-shell{display:flex;min-height:100vh;background:var(--bg-primary)}.dashboard-main{flex:1;display:flex;flex-direction:column;min-width:0;height:100vh;overflow:hidden}.dashboard-content{flex:1;padding:28px 32px;overflow-y:auto}@media (max-width:768px){.dashboard-content{padding:16px}}