:root{--bg:#f6f7fb;--surface:#ffffff;--surface-2:#f0f2f8;--line:#e2e6f0;--text:#171b29;--muted:#6b7280;--blue:#3b6fe0;--blue-soft:#eaf0fe;--violet:#8b5cf6;--violet-soft:#f2edfe;--green:#16a34a;--green-soft:#e9f8ef;--amber:#d97706;--amber-soft:#fdf3e4;--red:#dc2626;--red-soft:#fdebeb;--sidebar-w:220px;--topbar-h:56px;--radius:12px;--radius-sm:8px;--radius-lg:16px;--shadow:0 20px 50px -30px rgba(23,27,41,0.22);--shadow-sm:0 8px 20px -12px rgba(23,27,41,0.18);color-scheme:light}[data-theme=dark]{--bg:#0b0f19;--surface:#151d30;--surface-2:#1b2740;--line:#2a3550;--text:#edf0f8;--muted:#8b96b3;--blue:#5b8dff;--blue-soft:#1e2a4a;--violet:#b79cff;--violet-soft:#2a2145;--green:#3ddc97;--green-soft:#123324;--amber:#f5a623;--amber-soft:#3a2a10;--red:#ff6b6b;--red-soft:#3a1616;--shadow:0 24px 60px -30px rgba(0,0,0,0.6);--shadow-sm:0 8px 20px -12px rgba(0,0,0,0.5);color-scheme:dark}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;transition:background .3s ease,color .3s ease}h1,h2,h3,h4{font-family:Space Grotesk,system-ui,sans-serif;font-weight:600;line-height:1.3}.mono,code{font-family:IBM Plex Mono,ui-monospace,monospace}a{color:var(--blue);text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-in{opacity:0;transform:translateY(12px);animation:fadeInUp .5s ease forwards}.stagger-1{animation-delay:0s}.stagger-2{animation-delay:80ms}.stagger-3{animation-delay:.16s}.stagger-4{animation-delay:.24s}.stagger-5{animation-delay:.32s}.stagger-6{animation-delay:.4s}@keyframes pulse-green{0%,to{box-shadow:0 0 0 0 rgba(22,163,74,.4)}50%{box-shadow:0 0 0 4px rgba(22,163,74,0)}}@keyframes pulse-amber{0%,to{box-shadow:0 0 0 0 rgba(217,119,6,.4)}50%{box-shadow:0 0 0 4px rgba(217,119,6,0)}}@keyframes pulse-red{0%,to{box-shadow:0 0 0 0 rgba(220,38,38,.4)}50%{box-shadow:0 0 0 4px rgba(220,38,38,0)}}@keyframes fillWidth{0%{width:0}}@keyframes countUp{0%{opacity:.4}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes breathe{0%,to{opacity:.6}50%{opacity:1}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.sidebar_sidebar__5oZpV{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:20px 14px;z-index:100;transition:background .3s ease,border-color .3s ease}.sidebar_brand__KKlpA{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;padding:0 10px 20px;color:var(--text)}.sidebar_accent__Lg7DI{color:var(--blue)}.sidebar_nav__fDeVa{display:flex;flex-direction:column;gap:2px}.sidebar_navItem__hTmMU{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;font-size:13.5px;font-weight:500;color:var(--muted);text-decoration:none;transition:background .15s,color .15s}.sidebar_navItem__hTmMU:hover{background:var(--surface-2);color:var(--text)}.sidebar_active__YH8SN{font-weight:600}.sidebar_active__YH8SN,.sidebar_active__YH8SN:hover{background:var(--blue-soft);color:var(--blue)}.sidebar_overlay__4lGhm{display:none}@media (max-width:1024px){.sidebar_sidebar__5oZpV{transform:translateX(-100%);transition:transform .25s ease,background .3s ease,border-color .3s ease}.sidebar_sidebarOpen__q_DL5{transform:translateX(0)}.sidebar_overlay__4lGhm{display:block;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:99}}.notification-bell_bellBtn___stvy,.notification-bell_wrap__Q03cM{position:relative;display:inline-flex}.notification-bell_bellBtn___stvy{align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid var(--line);background:var(--surface-2);color:var(--text);cursor:pointer;transition:background .15s ease,color .15s ease}.notification-bell_bellBtn___stvy:hover{color:var(--blue)}.notification-bell_badge__VlBKt{position:absolute;top:-5px;right:-5px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--red,#e5484d);color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.notification-bell_panel__Jf7S6{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-width:calc(100vw - 32px);background:var(--surface-2);border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.18);overflow:hidden;z-index:50}.notification-bell_head__A9odX{padding:12px 16px;font-weight:600;color:var(--text);border-bottom:1px solid var(--line)}.notification-bell_empty__yDUk_{padding:24px 16px;text-align:center;color:var(--muted);font-size:.9rem}.notification-bell_list__BPtfd{list-style:none;margin:0;padding:0;max-height:360px;overflow-y:auto}.notification-bell_item__2dibi{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line)}.notification-bell_item__2dibi:last-child{border-bottom:none}.notification-bell_itemLabel__xndWR{color:var(--text);font-size:.9rem}.notification-bell_itemTime__xFEOu{color:var(--muted);font-size:.78rem;white-space:nowrap;flex-shrink:0}.topbar_topbar__LyW7r{position:fixed;top:0;left:var(--sidebar-w);right:0;height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:90;transition:background .3s ease,border-color .3s ease}.topbar_left__Z83Aa{display:flex;align-items:center;gap:12px;min-width:0}.topbar_hamburger__Tam6j{display:none;align-items:center;justify-content:center;background:none;border:1px solid var(--line);border-radius:6px;padding:5px 7px;color:var(--muted);flex-shrink:0;transition:color .15s,border-color .15s}.topbar_hamburger__Tam6j:hover{color:var(--text);border-color:var(--muted)}.topbar_hamburger__Tam6j:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.topbar_title__knpiB{font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar_right__MSrXG{display:flex;align-items:center;gap:8px;flex-shrink:0}.topbar_themeToggle__tgeML{display:flex;align-items:center;background:var(--surface-2);border:1px solid var(--line);border-radius:20px;padding:3px;gap:2px}.topbar_opt__nQDi9{width:24px;height:22px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:background .2s ease}.topbar_optActive____Bzv{background:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,.1);color:var(--amber)}.topbar_logoutBtn__MMQEi{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:transparent;border:1px solid transparent;color:var(--muted);transition:background .15s,border-color .15s,color .15s}.topbar_logoutBtn__MMQEi:hover{background:var(--red-soft);border-color:var(--red);color:var(--red)}@media (max-width:1024px){.topbar_topbar__LyW7r{left:0;padding:0 16px}.topbar_hamburger__Tam6j{display:flex}}.app-shell_main__sP2aK{margin-left:var(--sidebar-w);padding-top:var(--topbar-h);min-height:100vh}@media (max-width:1024px){.app-shell_main__sP2aK{margin-left:0}}