@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg-base:#f4f7fe;--bg-surface:#fff;--bg-glass:#ffffffbf;--border-glass:#fffc;--border-divider:#00000014;--primary:#4318ff;--primary-hover:#3311db;--accent:#00b5d8;--success:#05cd99;--warning:#ffce20;--danger:#ee5d50;--text-primary:#2b3674;--text-secondary:#a3aed0;--text-muted:#a3aed0;--search-bg:#ffffff80;--search-focus-bg:#fffc;--hover-bg:#0000000d;--footer-bg:#00000008;--clip-bg:#e2e8f0;--font-family:"Inter", sans-serif}[data-theme=dark]{--bg-base:#0f1115;--bg-surface:#1a1d24;--bg-glass:#1a1d2499;--border-glass:#ffffff14;--border-divider:#ffffff1a;--primary:#3b82f6;--primary-hover:#2563eb;--accent:#8b5cf6;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--search-bg:#0003;--search-focus-bg:#0000004d;--hover-bg:#ffffff0d;--footer-bg:#0003;--clip-bg:#1e293b}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;transition:background-color .3s,color .3s;overflow-x:hidden}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);border-radius:16px;box-shadow:0 4px 30px #0000000d}.glass-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-glass);border-radius:12px;transition:transform .2s,box-shadow .2s,background-color .3s,border-color .3s}.glass-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 30px #0000001a}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}
.Sidebar-module__chRhja__sidebar{background:var(--bg-surface);flex-direction:column;flex-shrink:0;width:250px;height:calc(100vh - 32px);margin:16px 0 16px 16px;padding:24px 16px;display:flex;overflow-y:auto}.Sidebar-module__chRhja__logoContainer{align-items:center;gap:12px;margin-bottom:40px;padding:0 8px;display:flex}.Sidebar-module__chRhja__logoImage{object-fit:cover;border-radius:8px;box-shadow:0 0 10px #4318ff33}.Sidebar-module__chRhja__logoText{color:var(--success);font-size:.8rem;font-weight:600}.Sidebar-module__chRhja__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:90;background:#00000080;display:none;position:fixed;inset:0}@media (max-width:768px){.Sidebar-module__chRhja__sidebar{z-index:100;border-radius:0 16px 16px 0;height:100vh;margin:0;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:-320px}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__open{left:0}.Sidebar-module__chRhja__showOverlay{display:block}}.Sidebar-module__chRhja__nav{flex:1}.Sidebar-module__chRhja__navList{flex-direction:column;gap:8px;list-style:none;display:flex}.Sidebar-module__chRhja__navItem{display:block}.Sidebar-module__chRhja__navLink{color:var(--text-secondary);border-radius:10px;align-items:center;gap:12px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Sidebar-module__chRhja__navLink:hover{background:var(--hover-bg);color:var(--text-primary)}.Sidebar-module__chRhja__navLink.Sidebar-module__chRhja__active{color:var(--primary);border-left:3px solid var(--primary);background:linear-gradient(90deg,#3b82f626,#0000)}.Sidebar-module__chRhja__icon{opacity:.8;font-size:1.2rem}.Sidebar-module__chRhja__adminSection{border-top:1px dashed var(--border-glass);margin-top:16px;padding-top:16px}.Sidebar-module__chRhja__adminHeader{text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;margin-bottom:8px;padding:0 16px;font-size:.75rem;font-weight:600}.Sidebar-module__chRhja__navLink.Sidebar-module__chRhja__active .Sidebar-module__chRhja__icon{opacity:1}.Sidebar-module__chRhja__footer{border-top:1px solid var(--border-glass);margin-top:auto;padding:16px 8px 0}.Sidebar-module__chRhja__statusIndicator{color:var(--text-muted);align-items:center;gap:8px;font-size:.85rem;display:flex}.Sidebar-module__chRhja__dot{background-color:var(--success);width:8px;height:8px;box-shadow:0 0 8px var(--success);border-radius:50%;animation:2s infinite Sidebar-module__chRhja__pulse}@keyframes Sidebar-module__chRhja__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}
.Header-module__ldgnoG__header{z-index:50;border-radius:16px;flex-shrink:0;justify-content:space-between;align-items:center;height:80px;margin:16px 24px 0;padding:0 24px;display:flex}.Header-module__ldgnoG__left{align-items:center;display:flex}.Header-module__ldgnoG__pageTitle{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.Header-module__ldgnoG__right{align-items:center;gap:24px;display:flex}.Header-module__ldgnoG__searchContainer{align-items:center;display:flex;position:relative}.Header-module__ldgnoG__searchIcon{opacity:.5;font-size:.9rem;position:absolute;left:12px}.Header-module__ldgnoG__searchInput{background:var(--search-bg);border:1px solid var(--border-glass);color:var(--text-primary);border-radius:8px;width:250px;padding:8px 12px 8px 36px;font-family:inherit;font-size:.9rem;transition:all .2s}.Header-module__ldgnoG__searchInput:focus{border-color:var(--primary);background:var(--search-focus-bg);outline:none;box-shadow:0 0 0 2px #4318ff33}.Header-module__ldgnoG__actions{align-items:center;gap:16px;display:flex}.Header-module__ldgnoG__iconButton{border:1px solid var(--border-glass);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:relative}.Header-module__ldgnoG__iconButton:hover{background:var(--hover-bg)}.Header-module__ldgnoG__badge{background:var(--danger);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.Header-module__ldgnoG__profile{border-radius:8px;align-items:center;gap:12px;padding:4px;display:flex}.Header-module__ldgnoG__avatar{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.Header-module__ldgnoG__userInfo{flex-direction:column;display:flex}.Header-module__ldgnoG__userName{color:var(--text-primary);font-size:.9rem;font-weight:500}.Header-module__ldgnoG__logoutBtn{cursor:pointer;color:var(--text-primary);text-align:left;background:0 0;border:none;padding:2px 0 0;font-family:inherit;font-size:.75rem;font-weight:500;text-decoration:underline;transition:all .2s}.Header-module__ldgnoG__logoutBtn:hover{color:var(--danger)}.Header-module__ldgnoG__searchWrapper{position:relative}.Header-module__ldgnoG__searchDropdown{z-index:100;border-radius:12px;flex-direction:column;width:100%;padding:8px 0;display:flex;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 10px 30px #0000001a}.Header-module__ldgnoG__searchItem{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.Header-module__ldgnoG__searchItem:hover{background:var(--hover-bg)}.Header-module__ldgnoG__searchResultIcon{opacity:.8;font-size:1.2rem}.Header-module__ldgnoG__searchResultText{flex-direction:column;display:flex}.Header-module__ldgnoG__searchResultText strong{color:var(--text-primary);font-size:.9rem}.Header-module__ldgnoG__searchResultText span{color:var(--text-muted);font-size:.75rem}.Header-module__ldgnoG__notificationWrapper{position:relative}.Header-module__ldgnoG__notificationDropdown{z-index:100;border-radius:16px;flex-direction:column;width:340px;animation:.2s cubic-bezier(.175,.885,.32,1.275) Header-module__ldgnoG__popIn;display:flex;position:absolute;top:calc(100% + 12px);right:-50px;overflow:hidden;box-shadow:0 10px 40px #00000026}@keyframes Header-module__ldgnoG__popIn{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__ldgnoG__notifHeader{border-bottom:1px solid var(--border-glass);background:#00000005;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Header-module__ldgnoG__notifHeader h4{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.Header-module__ldgnoG__markRead{color:var(--primary);cursor:pointer;font-size:.8rem;font-weight:500}.Header-module__ldgnoG__markRead:hover{text-decoration:underline}.Header-module__ldgnoG__notifList{flex-direction:column;max-height:350px;display:flex;overflow-y:auto}.Header-module__ldgnoG__notifItem{border-bottom:1px solid var(--border-glass);cursor:pointer;gap:12px;padding:16px 20px;transition:background .2s;display:flex}.Header-module__ldgnoG__notifItem:hover{background:var(--hover-bg)}.Header-module__ldgnoG__notifItem:last-child{border-bottom:none}.Header-module__ldgnoG__notifDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.Header-module__ldgnoG__notifContent{flex-direction:column;gap:4px;display:flex}.Header-module__ldgnoG__notifContent p{color:var(--text-primary);margin:0;font-size:.9rem;line-height:1.4}.Header-module__ldgnoG__notifContent span{color:var(--text-muted);font-size:.75rem}.Header-module__ldgnoG__hamburger{color:var(--text-primary);cursor:pointer;background:0 0;border:none;margin-right:16px;padding:4px;display:none}@media (max-width:1024px){.Header-module__ldgnoG__searchContainer{display:none}}@media (max-width:768px){.Header-module__ldgnoG__hamburger{display:block}.Header-module__ldgnoG__header{margin:16px 16px 0;padding:0 16px}.Header-module__ldgnoG__userInfo{display:none}.Header-module__ldgnoG__actions{gap:8px}.Header-module__ldgnoG__notificationDropdown{width:300px;right:-10px}}.Header-module__ldgnoG__profileWrapper{position:relative}.Header-module__ldgnoG__profileDropdown{z-index:100;flex-direction:column;width:180px;padding:8px;animation:.2s cubic-bezier(.175,.885,.32,1.275) Header-module__ldgnoG__popIn;display:flex;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}.Header-module__ldgnoG__dropdownItem{color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px 16px;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Header-module__ldgnoG__dropdownItem:hover{background:var(--hover-bg,#ffffff0f)}.Header-module__ldgnoG__logoutItem:hover{color:var(--danger,#ff4d4f);background:#ef444414!important}
.layout-module__L5FxyW__appContainer{width:100vw;height:100vh;display:flex;overflow:hidden}.layout-module__L5FxyW__mainWrapper{flex-direction:column;flex:1;height:100vh;display:flex;overflow:hidden auto}.layout-module__L5FxyW__mainContent{flex:1;padding:24px;position:relative}@media (max-width:768px){.layout-module__L5FxyW__mainContent{padding:16px}}
