@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg-rail:#1e1f22;--bg-sidebar:#2b2d31;--bg-main:#fff;--bg-header:#fff;--bg-hover:#f1f5f9;--bg-sidebar-hover:#ffffff14;--bg-sidebar-active:#ffffff1f;--text-primary:#1e293b;--text-secondary:#475569;--text-inverse:#fff;--text-inverse-sec:#94a3b8;--border-color:#e2e8f0;--border-sidebar:#1e1f22;--accent-primary:#5865f2;--accent-hover:#4752c4;--alert-red:#ef4444;--alert-red-light:#fee2e2;--alert-yellow:#f59e0b;--alert-yellow-light:#fef3c7;--alert-green:#10b981;--alert-green-light:#d1fae5;--bg-card:#fff;--rail-width:72px;--sidebar-width:260px;--header-height:60px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);overscroll-behavior-y:none;height:100dvh;max-height:100dvh;font-family:Inter,sans-serif;overflow:hidden}.app-container{width:100vw;height:100dvh;display:flex;overflow:hidden}.app-content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.avatar{object-fit:cover;background-color:var(--accent-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
.Sidebar-module__WZVnLW__rail{width:var(--rail-width);background-color:var(--bg-rail);z-index:50;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.Sidebar-module__WZVnLW__brand{background:linear-gradient(135deg, var(--accent-primary), var(--accent-hover));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;display:flex;box-shadow:0 4px 12px #5865f24d}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;gap:1rem;display:flex}.Sidebar-module__WZVnLW__navItem{width:48px;height:48px;color:var(--text-inverse-sec);cursor:pointer;background-color:#0000;border-radius:24px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.Sidebar-module__WZVnLW__navItem:hover,.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{background-color:var(--accent-primary);color:#fff;border-radius:16px}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active:before{content:"";background-color:#fff;border-radius:0 4px 4px 0;width:4px;height:24px;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.Sidebar-module__WZVnLW__footer{margin-top:auto}.Sidebar-module__WZVnLW__userBtn{color:#fff;cursor:pointer;background-color:#4752c4;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__userBtn:hover{border-color:#ffffff80;border-radius:16px}@media (max-width:768px){.Sidebar-module__WZVnLW__rail{width:100%;height:var(--bottom-nav-height,65px);z-index:1000;flex-direction:row;justify-content:space-around;align-items:center;gap:0;padding:0 1rem;position:fixed;bottom:0;left:0;box-shadow:0 -4px 12px #0003}.Sidebar-module__WZVnLW__brand{display:none}.Sidebar-module__WZVnLW__nav{flex-direction:row;flex:1;justify-content:space-evenly;gap:0}.Sidebar-module__WZVnLW__navItem{width:44px;height:44px}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active:before{border-radius:4px 4px 0 0;width:24px;height:4px;top:auto;bottom:-10px;left:50%;transform:translate(-50%)}.Sidebar-module__WZVnLW__footer{margin-top:0;margin-left:auto}.Sidebar-module__WZVnLW__userBtn{width:40px;height:40px}}
.layout-module__L5FxyW__mainContent{background-color:var(--bg-main);flex:1;min-width:0;min-height:0;display:flex;position:relative}.layout-module__L5FxyW__pageContainer{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}@media (max-width:768px){.layout-module__L5FxyW__mainContent{padding-bottom:var(--bottom-nav-height,65px)}}
