:root{--background:#f8fafc;--foreground:#0f172a;--primary:#b71c1c;--primary-hover:#8b0000;--accent:#e53935;--muted:#64748b;--border:#e2e8f0;--card:#fff;--card-hover:#f8fafc;--secondary:#f1f5f9;--secondary-foreground:#475569;--sidebar-bg:#fff;--sidebar-width:260px;--input-border:#d1d5db;--badge-bg:#f1f5f9;--badge-text:#475569;--success:#16a34a;--danger:#dc2626;--warning:#d97706}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;max-width:100vw;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}h1{letter-spacing:-.02em;color:var(--foreground);font-size:1.5rem;font-weight:800}h2{color:var(--foreground);font-size:1.2rem;font-weight:700}h3{color:var(--foreground);font-size:1.05rem;font-weight:700}h4{color:var(--secondary-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:600}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover)}.search-form-row{gap:8px;display:flex}.filter-section{flex-wrap:wrap;gap:16px;margin-top:16px;display:flex}.filter-group{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}@media (max-width:768px){.desktop-sidebar{display:none!important}.mobile-menu-btn{display:flex!important}.main-content{width:100%!important;max-width:100vw!important;margin-left:0!important;padding:56px 16px 16px!important;overflow-x:hidden!important}h1{font-size:1.2rem!important}h2{font-size:1rem!important}.search-form-row{flex-direction:column!important}.search-form-row button{justify-content:center!important;width:100%!important}.filter-section{gap:12px!important}.filter-group{gap:4px!important}.stat-grid{grid-template-columns:1fr!important}input[type=text],input[type=search],textarea,select{font-size:16px!important}.main-content>div{overflow-x:hidden;max-width:100%!important}}@media (min-width:769px){.mobile-menu-btn,.mobile-overlay{display:none!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
