:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--accent: #6366f1;--accent-hover: #818cf8;--border: #475569;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-primary);color:var(--text-primary);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}input,select,textarea,button{font-family:inherit;font-size:inherit}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border)}.loading-screen.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;color:var(--text-secondary)}.spinner.svelte-12qhfyh{width:40px;height:40px;border:3px solid var(--bg-tertiary);border-top-color:var(--accent);border-radius:50%;animation:svelte-12qhfyh-spin .8s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.admin-layout.svelte-12qhfyh{display:flex;min-height:100vh}.hamburger.svelte-12qhfyh{display:none;position:fixed;top:16px;left:16px;z-index:1001;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px;cursor:pointer;flex-direction:column;gap:4px}.hamburger-line.svelte-12qhfyh{display:block;width:20px;height:2px;background:var(--text-primary);transition:transform .3s,opacity .3s}.hamburger-line.open.svelte-12qhfyh:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.hamburger-line.open.svelte-12qhfyh:nth-child(2){opacity:0}.hamburger-line.open.svelte-12qhfyh:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.sidebar-overlay.svelte-12qhfyh{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.sidebar.svelte-12qhfyh{width:250px;background:var(--bg-secondary);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:1000;transition:transform .3s ease}.sidebar-header.svelte-12qhfyh{padding:24px 20px;border-bottom:1px solid var(--border)}.sidebar-header.svelte-12qhfyh h2:where(.svelte-12qhfyh){font-size:1.25rem;font-weight:700;color:var(--accent);letter-spacing:-.5px}.sidebar-nav.svelte-12qhfyh{flex:1;padding:12px 0;display:flex;flex-direction:column;gap:2px}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:10px 20px;color:var(--text-secondary);text-decoration:none;transition:all .15s;font-size:.9rem}.nav-item.svelte-12qhfyh:hover{color:var(--text-primary);background:var(--bg-tertiary)}.nav-item.active.svelte-12qhfyh{color:var(--accent);background:#6366f11a;border-right:3px solid var(--accent)}.nav-icon.svelte-12qhfyh{font-size:1.1rem;width:24px;text-align:center}.sidebar-footer.svelte-12qhfyh{padding:16px 20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.user-info.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px}.user-email.svelte-12qhfyh{font-size:.85rem;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role.svelte-12qhfyh{font-size:.75rem;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.logout-btn.svelte-12qhfyh{background:transparent;border:1px solid var(--border);color:var(--text-secondary);padding:8px 16px;border-radius:var(--radius-sm);cursor:pointer;font-size:.85rem;transition:all .15s}.logout-btn.svelte-12qhfyh:hover{border-color:var(--danger);color:var(--danger)}.main-content.svelte-12qhfyh{flex:1;margin-left:250px;padding:32px;min-height:100vh}@media(max-width:768px){.hamburger.svelte-12qhfyh{display:flex}.sidebar-overlay.svelte-12qhfyh{display:block}.sidebar.svelte-12qhfyh{transform:translate(-100%)}.sidebar.open.svelte-12qhfyh{transform:translate(0)}.main-content.svelte-12qhfyh{margin-left:0;padding:72px 16px 24px}}
