:root{--bg:#f4f5f7;--bg2:#fff;--bg3:#f0f1f3;--border:#e2e4e8;--accent:#e8472a;--accent2:#ff6b50;--text:#1a1d23;--text2:#6b7280;--green:#10b981;--red:#e8472a;--blue:#3b82f6;--purple:#8b5cf6;--gold:#e8472a;--gold2:#ff6b50;--shadow:0 1px 3px #00000014,0 1px 2px #0000000a;--shadow-md:0 4px 6px #00000012,0 2px 4px #0000000d}[data-theme=dark]{--bg:#0a0a0b;--bg2:#111114;--bg3:#18181d;--border:#2a2a32;--accent:#c9a84c;--accent2:#e8c97a;--text:#e8e8ee;--text2:#8888a0;--green:#2dd4a0;--red:#f05454;--blue:#4a9eff;--purple:#a855f7;--gold:#c9a84c;--gold2:#e8c97a;--shadow:0 1px 3px #0000004d;--shadow-md:0 4px 6px #0006}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{color:var(--text);min-height:100vh;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;overflow-x:hidden;background:var(--bg)!important;background-color:var(--bg)!important}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}input,button,select,textarea{font-family:inherit}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);outline-offset:-1px}.sidebar-mobile{display:none!important}@media (max-width:768px){.sidebar-desktop{display:none!important}.sidebar-mobile,.mobile-header{display:flex!important}.main-content{margin-left:0!important;padding:72px 16px 24px!important}}@media (min-width:769px){.mobile-header{display:none!important}}.cards-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:768px){.cards-grid{grid-template-columns:1fr;gap:12px}}@media (min-width:769px) and (max-width:1100px){.cards-grid{grid-template-columns:repeat(2,1fr)}}
