@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--bg:#09090d;--surface:#12121ce6;--surface-2:#1a1a28cc;--surface-3:#262638cc;--border:#ffffff17;--border-strong:#ffffff2e;--text:#f0f2ff;--text-muted:#c8cde8;--text-dim:#8892b0;--orange:#d05c2e;--orange-light:#f08060;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--shadow-sm:0 1px 4px #00000040;--shadow-md:0 4px 20px #00000059;--shadow-lg:0 8px 40px #00000080;--sidebar-w:240px;--page-px:clamp(16px, 3vw, 36px);--page-py:clamp(16px, 2.5vh, 36px)}[data-theme=light]{--bg:#f0f2f8;--surface:#fff;--surface-2:#f5f7fc;--surface-3:#e8ecf5;--border:#dde3ef;--border-strong:#b0bccf;--text:#0a0f1e;--text-muted:#1e293b;--text-dim:#475569;--orange:#c0521a;--orange-light:#d97240;--shadow-sm:0 1px 4px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 32px #00000024}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:8px}[data-theme=light] ::-webkit-scrollbar-thumb{background:#b0bccf}.page-wrap{padding:var(--page-py) var(--page-px);width:100%}.resp-padding{padding:var(--page-py) var(--page-px)}.resp-grid-2{grid-template-columns:repeat(2,1fr);gap:clamp(10px,1.5vw,18px);display:grid}.resp-grid-3{grid-template-columns:repeat(3,1fr);gap:clamp(10px,1.5vw,18px);display:grid}.resp-grid-4{grid-template-columns:repeat(4,1fr);gap:clamp(10px,1.5vw,16px);display:grid}.resp-grid-auto{grid-template-columns:repeat(auto-fill,minmax(clamp(240px,28vw,340px),1fr));gap:clamp(12px,1.5vw,20px);display:grid}.resp-grid-templates{grid-template-columns:repeat(auto-fill,minmax(clamp(240px,27vw,320px),1fr));gap:clamp(12px,1.5vw,20px);display:grid}@media (max-width:1024px){.resp-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.resp-grid-3,.resp-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){:root{--page-px:14px;--page-py:14px}.resp-grid-2,.resp-grid-3,.resp-grid-4{grid-template-columns:1fr}.resp-padding{padding:14px}}@media (max-width:768px){.modal-backdrop{align-items:flex-end!important}.modal-box{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;width:100%!important;max-width:100%!important;height:92dvh!important;max-height:92dvh!important}}.filter-chips-row{flex-wrap:wrap;gap:8px;display:flex}@media (max-width:640px){.filter-chips-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.filter-chips-row::-webkit-scrollbar{display:none}.filter-chips-row>*{flex-shrink:0}}.stat-pills{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:480px){.stat-pills{gap:7px}.stat-pills>*{flex:calc(50% - 4px)}.topbar-label{display:none!important}}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.35s both fade-in}
