@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-bg: #0a0a0f;--color-bg-secondary: #12121a;--color-bg-tertiary: #1a1a25;--color-surface: rgba(255, 255, 255, .03);--color-surface-hover: rgba(255, 255, 255, .06);--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(255, 255, 255, .15);--color-text: #e8e8ed;--color-text-secondary: #8888a0;--color-text-muted: #555570;--color-primary: #6366f1;--color-primary-hover: #818cf8;--color-primary-glow: rgba(99, 102, 241, .3);--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);--gradient-surface: linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.02) 100%);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5);--shadow-glow: 0 0 40px var(--color-primary-glow);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--font-sans: "Space Grotesk", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .4s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(99,102,241,.15) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 50%,rgba(139,92,246,.1) 0%,transparent 50%);pointer-events:none;z-index:-1}::selection{background:var(--color-primary);color:#fff}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-hover)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;letter-spacing:-.02em}button{font-family:var(--font-sans);cursor:pointer;border:none;outline:none}input,textarea{font-family:var(--font-sans)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn var(--transition-slow) ease-out}.animate-slide-in{animation:slideIn var(--transition-slow) ease-out}.glass{background:var(--gradient-surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--color-border)}.glass-hover:hover{background:var(--color-surface-hover);border-color:var(--color-border-hover)}.app.svelte-12qhfyh{display:flex;min-height:100vh}.sidebar.svelte-12qhfyh{width:260px;background:var(--color-bg-secondary);border-right:1px solid var(--color-border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:24px 20px;border-bottom:1px solid var(--color-border)}.logo-icon.svelte-12qhfyh{width:40px;height:40px;background:var(--gradient-primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-glow)}.logo-icon.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:22px;height:22px;color:#fff}.logo-text.svelte-12qhfyh{font-size:1.25rem;font-weight:700;letter-spacing:-.03em;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links.svelte-12qhfyh{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px}.nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:.9rem;font-weight:500;transition:all var(--transition-fast);position:relative;overflow:hidden}.nav-link.svelte-12qhfyh:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:var(--gradient-primary);border-radius:0 2px 2px 0;transition:height var(--transition-fast)}.nav-link.svelte-12qhfyh:hover{background:var(--color-surface-hover);color:var(--color-text)}.nav-link.svelte-12qhfyh:hover:before{height:20px}.nav-link.active.svelte-12qhfyh{background:var(--color-surface);color:var(--color-text)}.nav-link.active.svelte-12qhfyh:before{height:24px}.nav-link.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:20px;height:20px;flex-shrink:0}.nav-footer.svelte-12qhfyh{padding:16px 12px;border-top:1px solid var(--color-border)}.user-info.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:12px;background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border)}.avatar.svelte-12qhfyh{width:36px;height:36px;background:var(--gradient-primary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#fff;flex-shrink:0}.user-details.svelte-12qhfyh{flex:1;min-width:0}.user-email.svelte-12qhfyh{display:block;font-size:.8rem;color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn.svelte-12qhfyh{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:var(--radius-sm);color:var(--color-text-muted);transition:all var(--transition-fast)}.logout-btn.svelte-12qhfyh:hover{background:#ef44441a;color:var(--color-danger)}.logout-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:18px;height:18px}.login-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:var(--gradient-primary);border-radius:var(--radius-md);color:#fff;font-weight:500;font-size:.9rem;transition:all var(--transition-fast);box-shadow:var(--shadow-glow)}.login-btn.svelte-12qhfyh:hover{transform:translateY(-1px);box-shadow:0 0 50px var(--color-primary-glow);color:#fff}.login-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:18px;height:18px}.content.svelte-12qhfyh{flex:1;margin-left:260px;padding:32px 40px;min-height:100vh}@media(max-width:768px){.sidebar.svelte-12qhfyh{width:72px}.logo-text.svelte-12qhfyh,.nav-link.svelte-12qhfyh span:where(.svelte-12qhfyh),.user-details.svelte-12qhfyh,.login-btn.svelte-12qhfyh span:where(.svelte-12qhfyh){display:none}.logo.svelte-12qhfyh{justify-content:center;padding:20px 12px}.nav-link.svelte-12qhfyh{justify-content:center;padding:12px}.nav-link.svelte-12qhfyh:before{left:0;width:3px}.user-info.svelte-12qhfyh{justify-content:center;padding:8px}.logout-btn.svelte-12qhfyh{display:none}.content.svelte-12qhfyh{margin-left:72px;padding:24px 16px}}
