.Sidebar_sidebar__b2u0v{width:220px;height:100vh;background-color:var(--background);border-right:1px solid var(--border);padding:1rem;position:fixed;top:0;left:0;z-index:1000;transition:transform .3s ease}.Sidebar_logo__sx_YE{border-bottom:1px solid var(--border);display:flex;flex-direction:row;align-content:center;justify-content:center;padding:5px}.Sidebar_logo__sx_YE h1{font-size:1.25rem;font-weight:600;color:var(--foreground);margin:0}.Sidebar_nav__SXQyD{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.Sidebar_navLink__BjnJS{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;color:var(--muted-foreground);text-decoration:none;border-radius:4px;font-size:.875rem;font-weight:500;transition:all .15s ease;min-height:36px}.Sidebar_navLink__BjnJS:hover{background-color:var(--accent-2);color:var(--foreground)}.Sidebar_navLink__BjnJS.Sidebar_active__XWlNO{background-color:var(--accent-1);color:var(--foreground)}.Sidebar_icon__vPF2J{color:currentColor;opacity:.8}.Sidebar_menuToggle__CRrcf{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;background:none;border:none;cursor:pointer;padding:.5rem;width:40px;height:40px}.Sidebar_menuIcon__q1z8l{position:relative;display:block;width:24px;height:2px;background-color:var(--foreground);transition:background-color .3s ease}.Sidebar_menuIcon__q1z8l:after,.Sidebar_menuIcon__q1z8l:before{content:"";position:absolute;width:24px;height:2px;background-color:var(--foreground);transition:transform .3s ease}.Sidebar_menuIcon__q1z8l:before{top:-8px}.Sidebar_menuIcon__q1z8l:after{bottom:-8px}.Sidebar_overlay__IiM9g{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999}@media (max-width:1024px){.Sidebar_sidebar__b2u0v{width:200px}}@media (max-width:768px){.Sidebar_menuToggle__CRrcf{display:block}.Sidebar_sidebar__b2u0v{transform:translateX(-100%);box-shadow:2px 0 8px rgba(0,0,0,.1)}.Sidebar_logo__sx_YE{visibility:hidden}.Sidebar_sidebar__b2u0v.Sidebar_open__9Z6VU{transform:translateX(0)}.Sidebar_open__9Z6VU~.Sidebar_overlay__IiM9g,.Sidebar_overlay__IiM9g{display:block}}.Sidebar_label__I1wW9{font-size:.9rem;font-weight:500}.Header_header__L4VD4{height:64px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;background-color:var(--background);border-bottom:1px solid var(--border);position:fixed;top:0;right:0;left:250px;z-index:100}.Header_search__pqM6X{flex:1;max-width:500px;margin-right:2rem}.Header_searchInput__EYqgQ{width:100%;padding:.5rem 1rem;border-radius:6px;border:1px solid var(--border);background-color:var(--background-secondary);color:var(--foreground);font-size:.9rem}.Header_searchInput__EYqgQ:focus{outline:none;border-color:var(--primary)}.Header_actions__l4CG2{display:flex;align-items:center;gap:1rem}.Header_notifications__kodix,.Header_themeToggle__La8PI{background:none;border:none;padding:.5rem;cursor:pointer;font-size:1.25rem;color:var(--foreground-secondary);border-radius:6px}.Header_notifications__kodix:hover,.Header_themeToggle__La8PI:hover{background-color:var(--hover)}.Header_profile__zIdOQ{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:6px;cursor:pointer}.Header_profile__zIdOQ:hover{background-color:var(--hover)}.Header_avatar__jMMmf{width:32px;height:32px;border-radius:50%;background-color:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:500;flex-shrink:0}.Header_userInfo__Sqp3G{display:flex;flex-direction:column}.Header_name__p3I2C{font-size:.9rem;font-weight:500;color:var(--foreground)}.Header_role__kHi_y{font-size:.8rem;color:var(--foreground-secondary)}@media (max-width:1024px){.Header_header__L4VD4{left:200px}.Header_search__pqM6X{max-width:400px}}@media (max-width:768px){.Header_header__L4VD4{left:0;height:56px;padding:0 1rem}.Header_search__pqM6X{max-width:none;margin-right:1rem}.Header_searchInput__EYqgQ{padding:.4rem .75rem;font-size:.875rem}.Header_userInfo__Sqp3G{display:none}.Header_notifications__kodix,.Header_themeToggle__La8PI{padding:.4rem;font-size:1.1rem}.Header_profile__zIdOQ{padding:.25rem}.Header_avatar__jMMmf{width:28px;height:28px;font-size:.75rem}}@media (max-width:480px){.Header_search__pqM6X{display:none}.Header_actions__l4CG2{flex:1;justify-content:flex-end}}.AppLayout_layout___3nCu{min-height:100vh;display:flex;width:100%}.AppLayout_main__Y2glU{flex:1;margin-left:250px;width:calc(100% - 250px);overflow-x:hidden}.AppLayout_content__KhFsy{padding:1.5rem;margin-top:64px;min-height:calc(100vh - 64px);background-color:var(--background);width:100%;overflow-x:hidden}@media (max-width:1024px){.AppLayout_main__Y2glU{margin-left:200px;width:calc(100% - 200px)}.AppLayout_content__KhFsy{padding:1.25rem}}@media (max-width:768px){.AppLayout_layout___3nCu{flex-direction:column}.AppLayout_main__Y2glU{margin-left:0;width:100%}.AppLayout_content__KhFsy{padding:1rem;margin-top:56px;min-height:calc(100vh - 56px)}}