@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:wght@200..800&family=Space+Grotesk:wght@300..700&display=swap";:root{--color-bg: #030712;--color-surface-1: #0f172a;--color-surface-2: #1e293b;--color-surface-3: #334155;--color-text: #f8fafc;--color-text-muted: #94a3b8;--color-text-dim: #64748b;--color-accent: #8b5cf6;--color-accent-vibrant: #a78bfa;--color-accent-deep: #6d28d9;--color-accent-glow: rgba(139, 92, 246, .4);--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--grad-primary: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);--grad-surface: linear-gradient(180deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, 0) 100%);--grad-text: linear-gradient(to bottom right, #ffffff 30%, #94a3b8 100%);--container: 1280px;--header-h: 72px;--radius-sm: 8px;--radius: 16px;--radius-lg: 24px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -4px rgba(0, 0, 0, .2);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .4), 0 8px 10px -6px rgba(0, 0, 0, .3);--shadow-accent: 0 0 20px var(--color-accent-glow);--font-main: "Plus Jakarta Sans", system-ui, sans-serif;--font-head: "Space Grotesk", "Outfit", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;background-color:var(--color-bg)}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);font-style:normal;line-height:1.6;overflow-x:hidden;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-head);font-weight:700;font-style:normal;letter-spacing:-.03em;line-height:1.1;color:var(--color-text)}a{color:inherit;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:none;font-family:inherit;background:none;-webkit-tap-highlight-color:transparent}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}@media(max-width:640px){.container{padding:0 1.5rem}}.text-gradient{background:var(--grad-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:#0f172a99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-lg)}.glass-light{background:#ffffff08;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.05)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;border-radius:var(--radius);font-weight:600;font-family:var(--font-head);transition:all .3s cubic-bezier(.4,0,.2,1);gap:.5rem;font-size:.95rem;font-style:normal}.btn-primary{background:var(--grad-primary);color:#fff;box-shadow:var(--shadow-accent)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px var(--color-accent-glow);filter:brightness(1.1)}.btn-secondary{background:var(--color-surface-2);color:var(--color-text);border:1px solid rgba(255,255,255,.1)}.btn-secondary:hover{background:var(--color-surface-3);border-color:#fff3}.btn-outline{background:transparent;color:var(--color-text);border:1px solid rgba(255,255,255,.2)}.btn-outline:hover{background:#ffffff0d;border-color:#ffffff4d}.badge{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#8b5cf61a;color:var(--color-accent-vibrant);border:1px solid rgba(139,92,246,.2)}@keyframes reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:reveal .8s cubic-bezier(.2,.8,.2,1) forwards}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-surface-3);border-radius:5px;border:2px solid var(--color-bg)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-dim)}.main-header.svelte-rfuq4y{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);z-index:1000;width:calc(100% - 3rem);max-width:var(--container);transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:var(--radius)}.main-header.scrolled.svelte-rfuq4y{background:#030712e6;border-color:#ffffff1a;box-shadow:var(--shadow-lg);top:0;width:100%;border-radius:0;border-top:none;border-left:none;border-right:none}.header-content.svelte-rfuq4y{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;width:100%}.logo.svelte-rfuq4y{font-family:var(--font-head);font-size:1.5rem;font-weight:900;letter-spacing:-.05em;z-index:101;display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-style:normal}.logo-img.svelte-rfuq4y{height:56px;width:auto;display:block;margin-top:-4px;margin-bottom:-4px}.desktop-nav.svelte-rfuq4y{display:flex;gap:2.5rem;position:relative}.desktop-nav.svelte-rfuq4y a:where(.svelte-rfuq4y){font-weight:500;position:relative;font-size:.95rem;color:var(--color-text-muted);padding:.5rem 0;text-decoration:none;transition:color .3s ease;-webkit-tap-highlight-color:transparent;font-style:normal}.desktop-nav.svelte-rfuq4y a:where(.svelte-rfuq4y):hover,.desktop-nav.svelte-rfuq4y a.active:where(.svelte-rfuq4y){color:var(--color-text)}.nav-indicator.svelte-rfuq4y{position:absolute;bottom:0;height:2px;background:var(--color-accent);transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none;box-shadow:0 0 10px var(--color-accent-glow)}.header-actions.svelte-rfuq4y{display:flex;align-items:center;gap:1.5rem}.btn-sm.svelte-rfuq4y{padding:.5rem 1.25rem;font-size:.9rem}.user-profile-nav.svelte-rfuq4y{display:flex;align-items:center;gap:.75rem}.btn-logout-minimal.svelte-rfuq4y{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--color-text-muted);width:36px;height:36px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-logout-minimal.svelte-rfuq4y:hover{background:var(--color-error, #ef4444);color:#fff;border-color:transparent}.auth-skeleton.svelte-rfuq4y{width:100px;height:36px;background:#ffffff0d;border-radius:100px;animation:svelte-rfuq4y-pulse 1.5s infinite ease-in-out}@keyframes svelte-rfuq4y-pulse{0%,to{opacity:.5}50%{opacity:.8}}.mobile-toggle.svelte-rfuq4y{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:transparent;z-index:1200}.bar.svelte-rfuq4y{width:100%;height:2px;background-color:var(--color-text);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:left center}.mobile-toggle.open.svelte-rfuq4y .bar:where(.svelte-rfuq4y):nth-child(1){transform:rotate(45deg)}.mobile-toggle.open.svelte-rfuq4y .bar:where(.svelte-rfuq4y):nth-child(2){width:0;opacity:0}.mobile-toggle.open.svelte-rfuq4y .bar:where(.svelte-rfuq4y):nth-child(3){transform:rotate(-45deg)}.mobile-nav-overlay.svelte-rfuq4y{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1100;display:flex;align-items:flex-start;justify-content:center;padding-top:6rem}.mobile-nav-content.svelte-rfuq4y{width:calc(100% - 2rem);max-width:400px;padding:2rem;box-shadow:0 20px 25px -5px #00000080}.mobile-links.svelte-rfuq4y{display:flex;flex-direction:column;gap:.5rem;position:relative}.mobile-indicator.svelte-rfuq4y{position:absolute;left:-2rem;width:4px;height:3rem;background:var(--color-accent);border-radius:0 4px 4px 0;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 15px var(--color-accent-glow)}.mobile-links.svelte-rfuq4y a:where(.svelte-rfuq4y){display:flex;align-items:center;height:3rem;padding:0 1.25rem;font-size:1.25rem;font-weight:600;color:var(--color-text-muted);font-family:var(--font-head);font-style:normal;border-radius:var(--radius);transition:all .2s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.mobile-links.svelte-rfuq4y a:where(.svelte-rfuq4y):hover{background:#ffffff0d;color:var(--color-text)}.mobile-links.svelte-rfuq4y a.active:where(.svelte-rfuq4y){color:var(--color-accent);background:#8b5cf61a}.divider.svelte-rfuq4y{border:0;height:1px;background:#ffffff1a;margin:1rem 0}.btn-full.svelte-rfuq4y{justify-content:center;width:100%;-webkit-tap-highlight-color:transparent}.logo.svelte-rfuq4y,.mobile-toggle.svelte-rfuq4y{-webkit-tap-highlight-color:transparent}@media(max-width:768px){.main-header.svelte-rfuq4y{top:.75rem;width:calc(100% - 1.5rem)}.main-header.scrolled.svelte-rfuq4y{top:0;width:100%}.header-content.svelte-rfuq4y{padding:0 1rem;height:64px}.logo.svelte-rfuq4y{font-size:1.25rem;gap:.5rem}.logo-img.svelte-rfuq4y{height:24px}.desktop-nav.svelte-rfuq4y,.desktop-only.svelte-rfuq4y{display:none}.mobile-toggle.svelte-rfuq4y{display:flex}.mobile-user-actions.svelte-rfuq4y{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.25rem}.mobile-btn-group.svelte-rfuq4y{display:flex;flex-direction:column;gap:.75rem;width:100%}.btn-outline.svelte-rfuq4y{background:transparent;border:1px solid rgba(255,255,255,.1)}}@media(max-width:480px){.logo-img.svelte-rfuq4y{height:48px}.header-actions.svelte-rfuq4y{gap:1rem}}.gdpr-banner.svelte-8bli2d{position:fixed;bottom:2rem;left:2rem;right:2rem;z-index:2000;display:flex;justify-content:center;pointer-events:none}.banner-content.svelte-8bli2d{max-width:720px;width:100%;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;pointer-events:auto;border-radius:var(--radius)}.text-content.svelte-8bli2d h3:where(.svelte-8bli2d){font-size:1rem;margin-bottom:.15rem;color:var(--color-text);font-family:var(--font-head)}.text-content.svelte-8bli2d p:where(.svelte-8bli2d){font-size:.85rem;color:var(--color-text-muted);line-height:1.4}.text-content.svelte-8bli2d a:where(.svelte-8bli2d){color:var(--color-accent-vibrant);text-decoration:none;font-weight:700}.actions.svelte-8bli2d{display:flex;gap:.75rem;flex-shrink:0}.btn-sm.svelte-8bli2d{padding:.5rem 1rem;font-size:.8rem;border-radius:var(--radius-sm)}@media(max-width:768px){.gdpr-banner.svelte-8bli2d{bottom:1rem;left:1rem;right:1rem}.banner-content.svelte-8bli2d{flex-direction:column;text-align:center;padding:1.5rem;gap:1.25rem}.actions.svelte-8bli2d{width:100%}.actions.svelte-8bli2d .btn:where(.svelte-8bli2d){flex:1}}.app-shell.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}main.svelte-12qhfyh{flex:1;padding-top:var(--header-h);min-height:80vh}.site-footer.svelte-12qhfyh{background:var(--color-surface-1);border-top:1px solid rgba(255,255,255,.05);padding-top:6rem;margin-top:8rem;position:relative;overflow:hidden}.site-footer.svelte-12qhfyh:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--container);height:1px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:.3}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:1.5fr 3fr;gap:4rem;margin-bottom:6rem}.footer-logo.svelte-12qhfyh{font-family:var(--font-head);font-size:1.75rem;font-weight:900;letter-spacing:-.05em;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#fff;text-decoration:none}.footer-logo-img.svelte-12qhfyh{height:64px;width:auto;display:block}.footer-tagline.svelte-12qhfyh{color:var(--color-text-muted);font-size:.95rem;max-width:320px;line-height:1.5}.footer-nav-groups.svelte-12qhfyh{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.nav-group.svelte-12qhfyh h5:where(.svelte-12qhfyh){font-size:1rem;margin-bottom:1.5rem;color:var(--color-text);font-weight:700}.nav-group.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;color:var(--color-text-muted);font-size:.9rem;margin-bottom:.75rem;transition:color .2s ease}.nav-group.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-accent-vibrant)}.footer-bottom.svelte-12qhfyh{border-top:1px solid rgba(255,255,255,.05);padding:2rem 0;background:#0003}.footer-bottom-inner.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;color:var(--color-text-dim);font-size:.85rem}.status-indicator.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.dot.svelte-12qhfyh{width:8px;height:8px;background:var(--color-success);border-radius:50%;box-shadow:0 0 8px var(--color-success)}@media(max-width:1024px){.footer-content.svelte-12qhfyh{grid-template-columns:1fr;gap:4rem}}@media(max-width:640px){.footer-nav-groups.svelte-12qhfyh{grid-template-columns:1fr 1fr}.footer-bottom-inner.svelte-12qhfyh{flex-direction:column;gap:1.5rem;text-align:center}}
