@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--background:#f8fafc;--foreground:#0f172a;--card:#fff;--card-foreground:#0f172a;--primary:#4f46e5;--primary-foreground:#fff;--primary-hover:#4338ca;--secondary:#e0e7ff;--secondary-foreground:#3730a3;--accent:#f43f5e;--accent-foreground:#fff;--muted:#f1f5f9;--muted-foreground:#64748b;--border:#e2e8f0;--ring:#4f46e533;--radius:.75rem;--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;--font-sans:"Inter", sans-serif}@media (prefers-color-scheme:dark){:root{--background:#09090b;--foreground:#fafafa;--card:#18181b;--card-foreground:#fafafa;--primary:#6366f1;--primary-foreground:#fff;--primary-hover:#4f46e5;--secondary:#27272a;--secondary-foreground:#fafafa;--accent:#f43f5e;--accent-foreground:#fff;--muted:#27272a;--muted-foreground:#a1a1aa;--border:#27272a;--ring:#6366f14d}}html,body{width:100%;height:100%}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .3s,color .3s}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:600}
.layout-module__L5FxyW__appContainer{background-color:var(--background);width:100vw;height:100vh;display:flex;overflow:hidden}.layout-module__L5FxyW__mainWrapper{flex-direction:column;flex:1;display:flex;overflow:hidden}.layout-module__L5FxyW__mainContent{background-color:var(--background);flex:1;padding:24px;overflow-y:auto}
.Sidebar-module__WZVnLW__sidebar{background-color:var(--card);border-right:1px solid var(--border);z-index:10;flex-direction:column;width:250px;height:100vh;transition:width .2s;display:flex;position:sticky;top:0}.Sidebar-module__WZVnLW__logoContainer{border-bottom:1px solid var(--border);align-items:center;gap:12px;height:64px;padding:0 24px;display:flex}.Sidebar-module__WZVnLW__logoIcon{background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:6px;width:24px;height:24px}.Sidebar-module__WZVnLW__logoText{letter-spacing:-.025em;color:var(--foreground);font-size:1.125rem;font-weight:700}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;gap:4px;padding:24px 12px;display:flex}.Sidebar-module__WZVnLW__navItem{border-radius:var(--radius);color:var(--muted-foreground);align-items:center;padding:10px 12px;transition:all .2s;display:flex;position:relative;overflow:hidden}.Sidebar-module__WZVnLW__navItem:hover{background-color:var(--muted);color:var(--foreground)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{background-color:var(--ring);color:var(--primary);font-weight:500}.Sidebar-module__WZVnLW__icon{flex-shrink:0;margin-right:12px}.Sidebar-module__WZVnLW__label{flex:1}.Sidebar-module__WZVnLW__activeIcon{opacity:.5}.Sidebar-module__WZVnLW__footer{border-top:1px solid var(--border);padding:24px 16px}.Sidebar-module__WZVnLW__userProfile{border-radius:var(--radius);cursor:pointer;align-items:center;gap:12px;padding:8px;transition:background-color .2s;display:flex}.Sidebar-module__WZVnLW__userProfile:hover{background-color:var(--muted)}.Sidebar-module__WZVnLW__avatar{background:var(--primary);width:36px;height:36px;color:var(--primary-foreground);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.Sidebar-module__WZVnLW__userInfo{flex-direction:column;display:flex}.Sidebar-module__WZVnLW__userName{color:var(--foreground);font-size:.875rem;font-weight:600}.Sidebar-module__WZVnLW__userRole{color:var(--muted-foreground);font-size:.75rem}
.Header-module__hBw1pG__header{background-color:var(--card);border-bottom:1px solid var(--border);z-index:5;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.Header-module__hBw1pG__searchContainer{background-color:var(--muted);border-radius:var(--radius);border:1px solid #0000;align-items:center;width:100%;max-width:400px;padding:0 12px;transition:border-color .2s;display:flex}.Header-module__hBw1pG__searchContainer:focus-within{border-color:var(--primary);background-color:var(--background)}.Header-module__hBw1pG__searchIcon{color:var(--muted-foreground)}.Header-module__hBw1pG__searchInput{width:100%;color:var(--foreground);background:0 0;border:none;outline:none;padding:10px 12px;font-family:inherit;font-size:.875rem}.Header-module__hBw1pG__searchInput::placeholder{color:var(--muted-foreground)}.Header-module__hBw1pG__actions{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__syncButton{background-color:var(--secondary);color:var(--secondary-foreground);border-radius:calc(var(--radius) - 4px);cursor:pointer;border:none;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:opacity .2s;display:flex}.Header-module__hBw1pG__syncButton:hover{opacity:.9}.Header-module__hBw1pG__iconButton{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background-color .2s,color .2s;display:flex;position:relative}.Header-module__hBw1pG__iconButton:hover{background-color:var(--muted);color:var(--foreground)}.Header-module__hBw1pG__badge{background-color:var(--accent);color:var(--accent-foreground);border:2px solid var(--card);border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.625rem;font-weight:700;display:flex;position:absolute;top:4px;right:4px}.Header-module__hBw1pG__userEmail{color:var(--muted-foreground);font-size:.8125rem}
