: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}html{overflow-x:hidden}@media (min-width: 1024px){html{font-size:120%}}code{word-break:break-all;overflow-wrap:break-word}img{max-width:100%;height:auto}::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:60px}}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:transparent;border:none;cursor:pointer;padding:12px;z-index:1001;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;user-select:none;-webkit-user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.hamburger.svelte-12qhfyh{display:flex;flex-direction:column;justify-content:center;align-items:center;width:28px;height:28px;position:relative;pointer-events:none}.hamburger-line.svelte-12qhfyh{display:block;width:24px;height:2px;background:var(--color-text-primary);pointer-events:none;border-radius:2px;transition:transform .3s ease,opacity .3s ease;position:absolute}.hamburger-line.svelte-12qhfyh:nth-child(1){top:6px}.hamburger-line.svelte-12qhfyh:nth-child(2){top:13px}.hamburger-line.svelte-12qhfyh:nth-child(3){top:20px}.hamburger.open.svelte-12qhfyh .hamburger-line:where(.svelte-12qhfyh):nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open.svelte-12qhfyh .hamburger-line:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger.open.svelte-12qhfyh .hamburger-line:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-close-btn.svelte-12qhfyh{display:none}.desktop-nav.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-sm)}.desktop-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}.desktop-nav.svelte-12qhfyh a:where(.svelte-12qhfyh) .nav-icon:where(.svelte-12qhfyh){font-size:1rem;opacity:.8}.desktop-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text-primary);background:#ffffff0d}.desktop-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-text-primary);background:#8b5cf626}.desktop-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;overflow-x:hidden}@media (max-width: 600px){main.svelte-12qhfyh{padding-top:calc(128px + var(--space-2xl));padding-left:var(--space-md);padding-right:var(--space-md)}}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);flex-wrap:wrap}.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: 480px){.footer-links.svelte-12qhfyh .divider:where(.svelte-12qhfyh){display:none}.footer-links.svelte-12qhfyh{gap:var(--space-sm) var(--space-md)}}.mobile-nav-overlay.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;height:100dvh;z-index:9999;background:var(--color-bg-primary);display:none;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:80px 20px 40px;padding-top:max(80px,env(safe-area-inset-top,0px) + 60px);padding-bottom:max(40px,env(safe-area-inset-bottom,0px) + 20px);padding-left:max(20px,env(safe-area-inset-left,0px));padding-right:max(20px,env(safe-area-inset-right,0px))}.mobile-nav-overlay.open.svelte-12qhfyh{opacity:1;visibility:visible;pointer-events:auto}.mobile-nav.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:8px}.mobile-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;font-size:1.5rem;padding:16px 32px;width:100%;max-width:300px;text-align:center;justify-content:center;border-radius:var(--radius-lg);-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all var(--transition-fast)}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):active{color:var(--color-text-primary);background:#ffffff14}.mobile-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-text-primary);background:#8b5cf633}.mobile-nav.svelte-12qhfyh .user-pill:where(.svelte-12qhfyh){margin-top:24px;padding:12px 24px 12px 12px;max-width:none;width:auto}.mobile-close-btn.svelte-12qhfyh{display:none;align-items:center;justify-content:center;position:absolute;top:max(20px,env(safe-area-inset-top,0px) + 10px);right:max(20px,env(safe-area-inset-right,0px) + 10px);width:44px;height:44px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:var(--color-text-primary);font-size:20px;cursor:pointer;z-index:10000;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .2s ease,transform .2s ease}.mobile-close-btn.svelte-12qhfyh span:where(.svelte-12qhfyh){pointer-events:none}.mobile-close-btn.svelte-12qhfyh:hover,.mobile-close-btn.svelte-12qhfyh:active{background:#fff3;transform:scale(1.05)}@media (max-width: 768px){.mobile-menu-toggle.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.desktop-nav.svelte-12qhfyh{display:none}.mobile-nav-overlay.svelte-12qhfyh,.mobile-close-btn.svelte-12qhfyh{display:flex}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)}}@media (max-width: 400px){.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:1.25rem;padding:14px 24px}}@media print{header.svelte-12qhfyh,footer.svelte-12qhfyh,.alpha-banner.svelte-12qhfyh,.bg-gradient.svelte-12qhfyh,.bg-grid.svelte-12qhfyh,.bg-glow.svelte-12qhfyh{display:none!important}.app.svelte-12qhfyh{background:#fff!important}main.svelte-12qhfyh{padding:0!important;margin:0!important}body{background:#fff!important;color:#000!important}}
