:root{--color-bg-primary: #0a0a0f;--color-bg-secondary: #12121a;--color-bg-tertiary: #1a1a25;--color-bg-card: rgba(26, 26, 37, .8);--color-bg-card-hover: rgba(35, 35, 50, .9);--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(255, 255, 255, .15);--color-text-primary: #ffffff;--color-text-secondary: rgba(255, 255, 255, .7);--color-text-muted: rgba(255, 255, 255, .5);--color-accent-primary: #8b5cf6;--color-accent-secondary: #06b6d4;--color-accent-tertiary: #ec4899;--gradient-primary: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 50%, #ec4899 100%);--gradient-secondary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-glass: linear-gradient(135deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,.05) 100%);--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5);--shadow-glow: 0 0 40px rgba(139, 92, 246, .3);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Space Grotesk", "Inter", system-ui, sans-serif}body{margin:0;padding:0;background:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}*{box-sizing:border-box}::selection{background:var(--color-accent-primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-bg-tertiary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:#8b5cf680}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh;position:relative}.bg-gradient.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 0%,rgba(139,92,246,.15) 0%,transparent 50%),radial-gradient(ellipse at 100% 50%,rgba(6,182,212,.1) 0%,transparent 40%),radial-gradient(ellipse at 0% 100%,rgba(236,72,153,.1) 0%,transparent 40%);pointer-events:none;z-index:0}.bg-grid.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}.bg-glow.svelte-12qhfyh{position:fixed;width:600px;height:600px;border-radius:50%;filter:blur(120px);opacity:.4;pointer-events:none;z-index:0;animation:svelte-12qhfyh-float 20s ease-in-out infinite}.glow-1.svelte-12qhfyh{top:-200px;right:-100px;background:var(--color-accent-primary)}.glow-2.svelte-12qhfyh{bottom:-200px;left:-100px;background:var(--color-accent-secondary);animation-delay:-10s}@keyframes svelte-12qhfyh-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.alpha-banner.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-md);background:linear-gradient(90deg,#f59e0b,#ea580c,#f59e0b);background-size:200% 100%;animation:svelte-12qhfyh-shimmer 3s ease-in-out infinite;color:#000;font-size:.85rem;font-weight:600;text-align:center;box-shadow:0 2px 10px #f59e0b66}@keyframes svelte-12qhfyh-shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.alpha-badge.svelte-12qhfyh{display:inline-flex;align-items:center;gap:4px;background:#0003;padding:2px 8px;border-radius:var(--radius-sm);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.alpha-text.svelte-12qhfyh{opacity:.9}@media (max-width: 600px){.alpha-banner.svelte-12qhfyh{flex-direction:column;gap:2px;padding:var(--space-xs)}.alpha-text.svelte-12qhfyh{font-size:.75rem}}header.svelte-12qhfyh{position:fixed;top:32px;left:0;right:0;z-index:100;padding:var(--space-md) var(--space-xl);transition:all var(--transition-base);background:transparent}@media (max-width: 600px){header.svelte-12qhfyh{top:48px}}header.scrolled.svelte-12qhfyh{background:#0a0a0fd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md)}.header-content.svelte-12qhfyh{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;font-family:var(--font-display);font-weight:700;font-size:1.5rem;color:var(--color-text-primary);transition:transform var(--transition-fast)}.logo.svelte-12qhfyh:hover{transform:scale(1.02)}.logo-icon.svelte-12qhfyh{width:32px;height:32px;object-fit:contain;animation:svelte-12qhfyh-pulse 3s ease-in-out infinite}@keyframes svelte-12qhfyh-pulse{0%,to{opacity:1}50%{opacity:.7}}.logo-text.svelte-12qhfyh{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-menu-toggle.svelte-12qhfyh{display:none;background:none;border:none;cursor:pointer;padding:var(--space-sm);z-index:101}.hamburger.svelte-12qhfyh{display:block;width:24px;height:2px;background:var(--color-text-primary);position:relative;transition:all var(--transition-fast)}.hamburger.svelte-12qhfyh:before,.hamburger.svelte-12qhfyh:after{content:"";position:absolute;width:24px;height:2px;background:var(--color-text-primary);transition:all var(--transition-fast)}.hamburger.svelte-12qhfyh:before{top:-8px}.hamburger.svelte-12qhfyh:after{bottom:-8px}.hamburger.open.svelte-12qhfyh{background:transparent}.hamburger.open.svelte-12qhfyh:before{transform:rotate(45deg);top:0}.hamburger.open.svelte-12qhfyh:after{transform:rotate(-45deg);bottom:0}nav.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-sm)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:var(--space-sm);color:var(--color-text-secondary);text-decoration:none;font-weight:500;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);transition:all var(--transition-fast);position:relative}nav.svelte-12qhfyh a:where(.svelte-12qhfyh) .nav-icon:where(.svelte-12qhfyh){font-size:1rem;opacity:.8}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text-primary);background:#ffffff0d}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-text-primary);background:#8b5cf626}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:2px;background:var(--gradient-primary);border-radius:var(--radius-full)}.user-pill.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-md) var(--space-xs) var(--space-xs);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-full);margin-left:var(--space-md);text-decoration:none;transition:all var(--transition-base);cursor:pointer}.user-pill.svelte-12qhfyh:hover{background:var(--color-bg-card-hover);border-color:var(--color-border-hover)}.user-pill.active.svelte-12qhfyh{border-color:var(--color-accent-primary);background:#8b5cf61a}.user-avatar.svelte-12qhfyh{width:32px;height:32px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;overflow:hidden}.user-avatar.svelte-12qhfyh .avatar-img:where(.svelte-12qhfyh){width:100%;height:100%;object-fit:cover}.user-avatar.svelte-12qhfyh .avatar-logo:where(.svelte-12qhfyh){width:20px;height:20px;object-fit:contain}.user-name.svelte-12qhfyh{font-weight:500;font-size:.875rem;color:var(--color-text-secondary)}main.svelte-12qhfyh{flex:1;padding:calc(112px + var(--space-2xl)) var(--space-xl) var(--space-2xl);max-width:1400px;width:100%;margin:0 auto;position:relative;z-index:1}@media (max-width: 600px){main.svelte-12qhfyh{padding-top:calc(128px + var(--space-2xl))}}footer.svelte-12qhfyh{position:relative;z-index:1;border-top:1px solid var(--color-border);background:#0a0a0fcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:var(--space-2xl) var(--space-xl)}.footer-content.svelte-12qhfyh{max-width:1400px;margin:0 auto;text-align:center}.footer-brand.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);font-family:var(--font-display);font-weight:600;font-size:1.25rem;margin-bottom:var(--space-sm)}.footer-brand.svelte-12qhfyh .logo-icon:where(.svelte-12qhfyh){width:24px;height:24px}footer.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--color-text-muted);margin:0 0 var(--space-md);font-size:.875rem}.footer-links.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:var(--space-md)}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-secondary);text-decoration:none;font-size:.875rem;transition:color var(--transition-fast)}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-accent-primary)}.footer-links.svelte-12qhfyh .divider:where(.svelte-12qhfyh){color:var(--color-text-muted)}@media (max-width: 768px){.mobile-menu-toggle.svelte-12qhfyh{display:block}nav.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a0ffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;gap:var(--space-lg);opacity:0;visibility:hidden;transition:all var(--transition-base)}nav.open.svelte-12qhfyh{opacity:1;visibility:visible}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:1.25rem;padding:var(--space-md) var(--space-xl)}.user-pill.svelte-12qhfyh{margin:var(--space-lg) 0 0}main.svelte-12qhfyh{padding:calc(80px + var(--space-xl)) var(--space-md) var(--space-xl)}header.svelte-12qhfyh{padding:var(--space-md)}footer.svelte-12qhfyh{padding:var(--space-xl) var(--space-md)}}
