:root{--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg-body:#f4f6f8;--bg-surface:#fff;--bg-sidebar:#1e293b;--text-main:#0f172a;--text-muted:#64748b;--text-sidebar:#cbd5e1;--text-sidebar-active:#fff;--border-color:#e2e8f0;--primary:#2563eb;--primary-hover:#1d4ed8;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius:8px}[data-theme=dark]{--bg-body:#0f172a;--bg-surface:#1e293b;--bg-sidebar:#020617;--text-main:#f8fafc;--text-muted:#94a3b8;--border-color:#334155}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-family);background-color:var(--bg-body);color:var(--text-main);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}
.layout-module__L5FxyW__appContainer{min-height:100vh;display:flex}.layout-module__L5FxyW__sidebar{background-color:var(--bg-sidebar);width:250px;color:var(--text-sidebar);z-index:100;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.layout-module__L5FxyW__sidebarHeader{border-bottom:1px solid #ffffff1a;padding:1.5rem}.layout-module__L5FxyW__sidebarTitle{color:#fff;letter-spacing:-.5px;font-size:1.25rem;font-weight:700}.layout-module__L5FxyW__nav{flex-direction:column;gap:.5rem;padding:1.5rem 1rem;display:flex}.layout-module__L5FxyW__navItem{border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.layout-module__L5FxyW__navItem:hover{color:#fff;background-color:#ffffff0d}.layout-module__L5FxyW__navItemActive{background-color:var(--primary);color:#fff}.layout-module__L5FxyW__mainContent{flex-direction:column;flex:1;margin-left:250px;display:flex}.layout-module__L5FxyW__topbar{background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);z-index:90;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.layout-module__L5FxyW__userProfile{align-items:center;gap:1rem;font-size:.85rem;font-weight:500;display:flex}.layout-module__L5FxyW__avatar{background-color:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.layout-module__L5FxyW__pageContainer{width:100%;max-width:1600px;margin:0 auto;padding:2rem}
