.topbar{z-index:100;height:var(--topbar-height);background:var(--topbar-bg);color:var(--topbar-text);box-shadow:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:14px;align-items:center;gap:12px;margin:0 12px;padding:0 16px;display:flex;position:sticky;top:0}.topbar-title{letter-spacing:.3px;color:#fff;font-size:1.1rem;font-weight:700}.sidebar-toggle{background:var(--topbar-toggle-bg);width:40px;height:40px;color:inherit;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:0;font-size:20px;line-height:1;transition:background .2s,transform .15s;display:flex}.sidebar-toggle:hover{background:var(--topbar-toggle-hover);transform:scale(1.05)}.sidebar-toggle:active{transform:scale(.95)}.topbar .user-chip{cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:4px 8px;transition:background .2s;display:flex}.topbar .user-chip:hover{background:#ffffff26}
.sidebar{background:var(--color-surface);border-radius:18px;flex-direction:column;width:260px;height:100vh;margin:12px .5rem 12px 12px;padding:10px;transition:all .25s;display:flex;position:sticky;top:12px;overflow:hidden;box-shadow:0 20px 50px #1e293b1a}.sidebar.collapsed{align-items:center;width:64px;padding:6px}.userCardWrapper.expanded{border:1px solid var(--color-border);background:linear-gradient(135deg,#6366f126,#6366f10d);border-radius:14px;align-items:center;gap:10px;padding:12px;display:flex}.avatarWrapper{position:relative}.avatar{color:#fff;background:linear-gradient(135deg,#ff8c00,#ff8c00);border-radius:50%;place-items:center;width:42px;height:42px;font-weight:700;display:grid;box-shadow:0 0 0 3px #6366f133}.statusDot{background:#22c55e;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.userMeta .name{font-size:14px;font-weight:600}.userMeta .role{color:var(--color-muted);font-size:11px}.menuContainer{flex:1;overflow-y:auto}.sectionTitle{color:var(--color-muted);letter-spacing:.05em;margin:10px 8px 4px;font-size:10px;font-weight:600}.menu{gap:2px;margin:0;padding:0;list-style:none;display:grid}.menuItem{color:var(--color-text);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:6px 10px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.menuItem.active{color:#ff8c00!important}.menuItem.active,.menuItem.active .label,.menuItem.active .icon,.menuItem.active svg,.menuItem:hover .label,.menuItem:hover .icon,.menuItem:hover svg,.subLabel:active,.subLabel:hover{color:#4f46e5}.menuItem.active svg{fill:#4f46e5;color:#4f46e5}.sidebar.collapsed .menuItem{justify-content:center;padding:8px}.icon{flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.count{background:#6366f11f;border-radius:999px;margin-left:auto;padding:2px 6px;font-size:10px;font-weight:600}.subMenu{flex-direction:column;gap:2px;margin-left:40px;padding-left:8px;display:flex}.subItem{cursor:pointer;color:var(--color-text);border-radius:6px;padding:6px 8px;font-size:12.5px;transition:all .15s}.expand{margin-left:auto;transition:transform .2s}.expand.rotated{transform:rotate(180deg)}.sidebarBottom{flex-direction:column;gap:6px;margin-top:1.5rem;display:flex}.themeToggle{background:var(--sidebar-hover);cursor:pointer;border-radius:999px;justify-content:space-between;align-items:center;padding:6px 10px;font-size:12px;display:flex}.switch{background:#c7d2fe;border-radius:999px;width:36px;height:18px;position:relative}.switch.dark{background:#6366f1}.knob{background:#fff;border-radius:50%;width:14px;height:14px;transition:all .25s;position:absolute;top:2px;left:2px}.switch.dark .knob{left:20px}.logout{cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:8px;display:flex}.logout:hover{color:#ef4444;background:#ef444414}.sidebar.mobile{z-index:999;height:100vh;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.mobile.open{transform:translate(0)}.sidebar-backdrop{z-index:998;background:#00000059;position:fixed;inset:0}.menu,.subMenu{list-style:none}.menuContainer{scrollbar-width:thin;scrollbar-color:#6366f14d transparent}.menuContainer::-webkit-scrollbar-track{background:0 0}.menuContainer::-webkit-scrollbar-thumb{background:#6366f140;border-radius:999px;transition:background .2s}.menuContainer::-webkit-scrollbar-thumb:hover{background:#6366f173}.menuContainer::-webkit-scrollbar{width:0}.menuContainer:hover::-webkit-scrollbar{width:6px}.menuContainer::-webkit-scrollbar-thumb{background:linear-gradient(#ff8c0066,#ff8c0026);border-radius:999px}.sectionDivider{background:linear-gradient(90deg,#0000,#6366f140,#0000);height:1px;margin:10px 6px}.sectionTitle{color:var(--color-muted);letter-spacing:.05em;align-items:center;gap:8px;margin:12px 6px 6px;font-size:10px;font-weight:600;display:flex}.sectionTitle:after{content:"";background:linear-gradient(90deg,#6366f14d,#0000);flex:1;height:1px}
.footer{background:var(--footer-bg);color:gray;height:50px;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;font-size:.9rem;display:flex}
:root{--color-bg:#f9fafb;--color-surface:#fff;--color-text:#1f2937;--color-muted:#6b7280;--color-border:#e5e7eb;--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--bg:#eef2fb;--panel:#fff;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--brand:#4f46e5;--shadow:0 20px 40px #1e293b1a;--topbar-height:56px;--sidebar-width:220px;--sidebar-collapsed-width:64px;--radius:8px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--sidebar-bg:linear-gradient(180deg,#f7f9ff,#fff);--sidebar-card-bg:#fff;--sidebar-hover:#f1f5ff;--sidebar-active:#eef2ff;--sidebar-border:#c7d2fe;--sidebar-icon-bg:#eef2ff;--sidebar-icon-border:#c7d2fe;--topbar-bg:linear-gradient(180deg,#3b5bdb,#5a6ff0 90%);--topbar-text:#fff;--topbar-toggle-bg:#ffffff26;--topbar-toggle-hover:#ffffff40;--dialog-bg:#f4f6f8;--footer-bg:#eff3ff}[data-theme=dark]{--color-bg:#0b1220;--color-surface:#111827;--color-surface-2:#1f2937;--color-text:#f1f5f9;--color-muted:#94a3b8;--color-border:#243041;--color-primary:#6366f1;--color-primary-hover:#818cf8;--sidebar-bg:linear-gradient(180deg,#0b1220,#0f172a);--sidebar-card-bg:#111827;--sidebar-hover:#1f2937;--sidebar-active:#262f3f;--sidebar-border:#243041;--topbar-bg:linear-gradient(180deg,#111827,#0b1220);--topbar-text:#f1f5f9;--dialog-bg:#111827;--footer-bg:#0f172a;--shadow-sm:0 2px 6px #0006;--shadow-md:0 10px 30px #0009}*,:before,:after{box-sizing:border-box}html,body{max-width:100vw;height:100%;overflow-x:hidden}body{background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25}p{color:var(--color-text)}small{color:var(--color-muted)}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{border-radius:var(--radius);cursor:pointer;font-family:inherit}button:disabled{opacity:.6;cursor:not-allowed}.container{padding:1rem}.card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:var(--color-surface);border-radius:var(--radius);border:1px solid var(--color-border);padding:12px}.divider{background-color:var(--color-border);height:1px;margin:1rem 0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:var(--color-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:var(--color-primary)}.priority-emergency{color:#fff;background:#fe0b0f}.priority-critical{color:#fff;background:#ff7a45}.priority-high{color:#fff;background:#fff345}.priority-medium{color:#fff;background:#66d4ff}.priority-low{color:#fff;background:#73d13d}.priority-default{color:#fff;background:#d9d9d9}
