@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--font-sans: "Inter", sans-serif;--bg-primary: #f3f4f6;--bg-secondary: #ffffff;--text-primary: #111827;--text-secondary: #4b5563;--primary: #000000;--primary-hover: #333333;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .5);--glass-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-header.svelte-hv3zzy{height:64px;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:40;width:100%}.hamburger.svelte-hv3zzy{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;color:#444;display:flex;align-items:center;justify-content:center;transition:background .2s}.hamburger.svelte-hv3zzy:hover{background:#0000000d;color:#000}.right.svelte-hv3zzy{display:flex;align-items:center;gap:1rem}.icon-btn.svelte-hv3zzy{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:50%;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-btn.svelte-hv3zzy:hover{background:#0000000d;color:#000}.user-menu.svelte-hv3zzy{position:relative}.avatar-btn.svelte-hv3zzy{background:transparent;border:none;cursor:pointer;padding:0}.avatar-placeholder.svelte-hv3zzy{width:32px;height:32px;background:linear-gradient(135deg,#b42839,#8b1f2d);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.user-dropdown.svelte-hv3zzy{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:160px;padding:.5rem;z-index:50}.dropdown-item.svelte-hv3zzy{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem;border:none;background:transparent;color:#ef4444;font-size:.875rem;font-weight:500;cursor:pointer;border-radius:.25rem;transition:background .2s}.dropdown-item.svelte-hv3zzy:hover{background:#fef2f2}.app-footer.svelte-7lfk2o{padding:2rem;background:#f9fafb;border-top:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:auto}.links.svelte-7lfk2o{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}a.svelte-7lfk2o{color:#666;text-decoration:none;font-size:.875rem;transition:color .2s}a.svelte-7lfk2o:hover{color:#000}.copyright.svelte-7lfk2o{font-size:.75rem;color:#999}.loading-screen.svelte-12qhfyh{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;font-family:var(--font-sans);color:#666}.app-container.svelte-12qhfyh{display:flex;min-height:100vh}.content-area.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;transition:margin-left .3s ease;width:100%}.content-area.sidebar-open.svelte-12qhfyh{margin-left:280px}.content-area.sidebar-closed.svelte-12qhfyh{margin-left:0}.main-content.svelte-12qhfyh{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}@media(max-width:768px){.content-area.sidebar-open.svelte-12qhfyh{margin-left:0}}
