:root{--background:#f9fafb;--foreground:#111827;--card:#fff;--card-foreground:#111827;--popover:#fff;--popover-foreground:#111827;--primary:#6d28d9;--primary-foreground:#f9fafb;--secondary:#f3f4f6;--secondary-foreground:#1f2937;--muted:#f3f4f6;--muted-foreground:#6b7280;--accent:#f3f4f6;--accent-foreground:#1f2937;--destructive:#dc2626;--border:#e5e7eb;--input:#e5e7eb;--ring:#6d28d9;--success:#16a34a;--radius:.625rem;--sidebar:#1e1b4b;--sidebar-foreground:#f3f4f6;--sidebar-primary:#6d28d9;--sidebar-primary-foreground:#f9fafb;--sidebar-accent:#312e81;--sidebar-accent-foreground:#f9fafb;--sidebar-border:#3730a3;--sidebar-ring:#6d28d9;--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif;--font-mono:"Geist Mono", ui-monospace, monospace}.dark{--background:#111827;--foreground:#f9fafb;--card:#1f2937;--card-foreground:#f9fafb;--popover:#1f2937;--popover-foreground:#f9fafb;--primary:#8b5cf6;--primary-foreground:#f9fafb;--secondary:#374151;--secondary-foreground:#f9fafb;--muted:#374151;--muted-foreground:#d1d5db;--accent:#374151;--accent-foreground:#f9fafb;--destructive:#ef4444;--border:#ffffff1a;--input:#ffffff26;--ring:#8b5cf6;--sidebar:#1e1b4b;--sidebar-foreground:#f9fafb;--sidebar-primary:#8b5cf6;--sidebar-primary-foreground:#f9fafb;--sidebar-accent:#312e81;--sidebar-accent-foreground:#f9fafb;--sidebar-border:#ffffff1a;--sidebar-ring:#8b5cf6}.sidebar-toggle{z-index:50;position:fixed;top:.75rem;left:.75rem}@media (max-width:767px){.sidebar-toggle{display:flex}}.sidebar-toggle{background:var(--sidebar);color:var(--sidebar-foreground);border:1px solid var(--sidebar-border);cursor:pointer;border-radius:.625rem;padding:.5rem;display:none}.sidebar-toggle svg{width:1.25rem;height:1.25rem}.sidebar-overlay{z-index:40;background:#0006;position:fixed;inset:0}@media (max-width:767px){.sidebar-overlay{display:block}}.sidebar-overlay{display:none}.sidebar{z-index:40;background:var(--sidebar);width:10rem;height:100%;color:var(--sidebar-foreground);flex-direction:column;transition:transform .15s ease-in-out;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}@media (min-width:1024px){.sidebar{transform:translate(0)}}.sidebar--open{transform:translate(0)}.sidebar__logo{border-bottom:1px solid var(--sidebar-border);padding:1rem}.sidebar__logo a{color:var(--sidebar-foreground);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.sidebar__logo-icon{background:var(--sidebar-primary);width:1.75rem;height:1.75rem;color:var(--sidebar-primary-foreground);border-radius:.625rem;justify-content:center;align-items:center;display:flex}.sidebar__logo-icon svg{width:1rem;height:1rem}.sidebar__add{padding:.5rem}.sidebar__nav{flex:1;padding:.5rem;overflow-y:auto}.sidebar__nav::-webkit-scrollbar{width:6px;height:6px}.sidebar__nav::-webkit-scrollbar-track{background:0 0}.sidebar__nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.sidebar__nav::-webkit-scrollbar-thumb:hover{background:#9ca3af}.sidebar__group{margin-bottom:1rem}.sidebar__group-title{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;padding:0 .5rem;font-size:10px;font-weight:500}.sidebar__group-items{flex-direction:column;gap:.125rem;display:flex}.sidebar__link{color:#ffffffb3;border-radius:.5rem;align-items:center;gap:.625rem;padding:.375rem .625rem;font-size:13px;text-decoration:none;transition:all .15s ease-in-out;display:flex}.sidebar__link:hover{background:var(--sidebar-accent);color:var(--sidebar-accent-foreground)}.sidebar__link--active{background:var(--sidebar-primary);color:var(--sidebar-primary-foreground)}.sidebar__link svg{flex-shrink:0;width:1rem;height:1rem}.sidebar__profile{border-top:1px solid var(--sidebar-border);padding:.5rem}.sidebar__user{align-items:center;gap:.625rem;padding:.625rem;display:flex}.sidebar__avatar{background:var(--sidebar-accent);width:2rem;height:2rem;color:var(--sidebar-foreground);border-radius:9999px;justify-content:center;align-items:center;font-size:.75rem;font-weight:500;display:flex}.sidebar__username{color:var(--sidebar-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.sidebar__logout{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;width:100%;padding:.375rem .625rem;font-size:13px;text-decoration:none;transition:all .15s ease-in-out;display:flex}.sidebar__logout:hover{background:var(--sidebar-accent);color:var(--sidebar-foreground)}.sidebar__logout svg{width:1rem;height:1rem}
