@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-primary:#080f1e;--bg-secondary:#0f1a2e;--bg-card:#111b2f;--text-primary:#f1f5f9;--text-secondary:#b4c6d8;--text-muted:#7a95b0;--brand:#6366f1;--brand-hover:#4f46e5;--brand-glow:#6366f11f;--brand-glow-strong:#6366f147;--border:#1e2d45;--border-hover:#2d3f5a;--accent:#38bdf8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--font-sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-display:"Outfit", sans-serif;--font-mono:"JetBrains Mono", monospace;--radius:12px;--radius-lg:20px;--shadow:0 8px 40px #00000080;--shadow-brand:0 0 32px #6366f133;--transition:all .22s cubic-bezier(.4,0,.2,1)}@media (prefers-color-scheme:light){:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-card:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--brand:#4f46e5;--brand-hover:#3730a3;--brand-glow:#4f46e514;--brand-glow-strong:#4f46e533;--border:#e2e8f0;--accent:#0284c7;--success:#059669;--shadow:0 4px 24px #00000014}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-secondary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.7}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:var(--font-display);letter-spacing:-.025em;margin:0 0 1rem;font-weight:700;line-height:1.25}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin:0 0 1.25rem}a{color:var(--brand);transition:var(--transition);font-weight:500;text-decoration:none}a:hover{color:var(--accent)}img,video{max-width:100%;display:block}.btn{font-family:var(--font-display);cursor:pointer;transition:var(--transition);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-hover);color:#fff;transform:translateY(-1px);box-shadow:0 0 32px #6366f159}.btn-outline{color:var(--brand);border:1.5px solid var(--brand);background:0 0}.btn-outline:hover{background:var(--brand-glow);color:var(--brand);transform:translateY(-1px)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover{background:var(--brand-glow);color:var(--brand)}.btn-danger{background:var(--danger);color:#fff}.btn-success{background:var(--success);color:#fff}.btn-sm{padding:.4rem .9rem;font-size:.85rem}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.btn-xl{padding:1rem 2.25rem;font-size:1.05rem}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:2rem;box-shadow:0 4px 24px #00000040}.card-hover{transition:var(--transition)}.card-hover:hover{border-color:var(--brand);box-shadow:0 0 0 1px #6366f14d, var(--shadow-brand);transform:translateY(-3px)}.field{margin-bottom:1.25rem}.label{color:var(--text-primary);margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.input,.select,.textarea{background:var(--bg-primary);border:1.5px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-primary);transition:var(--transition);font-size:.95rem;font-family:var(--font-sans);outline:none;padding:.65rem .875rem}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow)}.textarea{resize:vertical;min-height:120px}.badge{border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-success{color:var(--success);background:#10b98126;border:1px solid #10b98133}.badge-warning{color:var(--warning);background:#f59e0b26;border:1px solid #f59e0b33}.badge-danger{color:var(--danger);background:#ef444426;border:1px solid #ef444433}.badge-info{color:var(--accent);background:#38bdf826;border:1px solid #38bdf833}.badge-brand{background:var(--brand-glow);color:var(--brand);border:1px solid #6366f133}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.container-wide{max-width:1440px;margin:0 auto;padding:0 2rem}@media (width<=560px){.container,.container-wide{padding:0 1rem}}.section{padding:7rem 0}.section-sm{padding:3rem 0}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (width>=769px) and (width<=1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--brand)}.puzzle-bg,.puzzle-bg-subtle,.puzzle-grid-bg{isolation:isolate;position:relative}.puzzle-bg:before,.puzzle-bg-subtle:before,.puzzle-grid-bg:before{content:"";z-index:0;pointer-events:none;position:absolute;inset:0}.puzzle-bg>*,.puzzle-bg-subtle>*,.puzzle-grid-bg>*{z-index:1;position:relative}.puzzle-bg:before{background-image:radial-gradient(circle,#6366f121 1.5px,#0000 1.5px);background-size:32px 32px}.puzzle-bg-subtle:before{background-image:radial-gradient(circle,#6366f111 1.5px,#0000 1.5px);background-size:32px 32px}.puzzle-grid-bg:before{background-image:linear-gradient(#6366f10d 1px,#0000 1px),linear-gradient(90deg,#6366f10d 1px,#0000 1px);background-size:40px 40px}.site-header.svelte-12qhfyh{--header-fg:var(--text-primary);--header-bg:transparent;z-index:200;color:var(--header-fg);background:var(--header-bg);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;transition:background .35s,box-shadow .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s,color .35s;position:sticky;top:0}.site-header.scrolled.svelte-12qhfyh{--header-fg:var(--bg-primary);--header-bg:var(--text-primary);background:var(--header-bg);-webkit-backdrop-filter:blur(20px)saturate(1.8);backdrop-filter:blur(20px)saturate(1.8);box-shadow:0 1px #6366f126,0 4px 24px #00000059}.nav-inner.svelte-12qhfyh{justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;display:flex}.logo.svelte-12qhfyh{font-family:var(--font-display);color:var(--header-fg);letter-spacing:-.03em;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:800;text-decoration:none;transition:opacity .25s;display:flex}.logo.svelte-12qhfyh:hover{opacity:.82;color:var(--header-fg)}.logo-accent.svelte-12qhfyh{color:#a5b4fc;text-shadow:none}.site-header.scrolled.svelte-12qhfyh .logo-accent:where(.svelte-12qhfyh){color:var(--brand-hover)}.nav-links.svelte-12qhfyh{align-items:center;gap:.25rem;display:flex}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.btn){color:var(--header-fg);opacity:.88;border-radius:var(--radius);padding:.5rem .875rem;font-size:.9rem;font-weight:500;transition:color .2s,background .2s;position:relative}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.btn):after{content:"";background:var(--brand);border-radius:1px;height:2px;transition:left .2s,right .2s;position:absolute;bottom:4px;left:50%;right:50%}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.btn):hover{color:var(--header-fg);opacity:1;background:#6366f114}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.btn):hover:after{left:12px;right:12px}.nav-cta.svelte-12qhfyh{margin-left:.75rem!important}.hamburger.svelte-12qhfyh{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.bar.svelte-12qhfyh{background:var(--header-fg);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.bar:first-child.open.svelte-12qhfyh{transform:translateY(7px)rotate(45deg)}.bar:nth-child(2).open.svelte-12qhfyh{opacity:0;transform:scaleX(0)}.bar:nth-child(3).open.svelte-12qhfyh{transform:translateY(-7px)rotate(-45deg)}.mobile-backdrop.svelte-12qhfyh{z-index:150;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;position:fixed;inset:0}@media (width<=768px){.hamburger.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh{background:var(--bg-secondary);z-index:160;border-left:1px solid var(--border);flex-direction:column;align-items:stretch;gap:0;width:min(300px,80vw);padding:5rem 1.5rem 2rem;display:none;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 40px #0006}.nav-links.open.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.btn){border-bottom:1px solid var(--border);border-radius:0;padding:.875rem 0;font-size:1.1rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.btn):after{display:none}.nav-cta.svelte-12qhfyh{justify-content:center;width:100%;margin:1.5rem 0 0!important}}.site-footer.svelte-12qhfyh{background:var(--bg-secondary);border-top:1px solid var(--border);padding:5rem 0 2.5rem}.footer-grid.svelte-12qhfyh{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-logo.svelte-12qhfyh{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.05rem;font-weight:800;display:flex}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-muted);max-width:260px;font-size:.875rem;line-height:1.6}.footer-socials.svelte-12qhfyh{gap:.5rem;margin-top:1.25rem;display:flex}.footer-socials.svelte-12qhfyh a:where(.svelte-12qhfyh){width:38px;height:38px;color:var(--text-muted);background:#6366f11a;border:1px solid #6366f126;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.footer-socials.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--brand);background:#6366f133;border-color:#6366f159}.footer-grid.svelte-12qhfyh h4:where(.svelte-12qhfyh){text-transform:uppercase;letter-spacing:.1em;color:var(--brand);margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer-grid.svelte-12qhfyh ul:where(.svelte-12qhfyh){margin:0;padding:0;list-style:none}.footer-grid.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-bottom:.6rem}.footer-grid.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted);font-size:.875rem;transition:color .2s}.footer-grid.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-primary)}.footer-bottom.svelte-12qhfyh{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:2rem;display:flex}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-muted);margin:0;font-size:.8rem}.footer-tagline.svelte-12qhfyh{color:var(--brand)!important}@media (width<=768px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom.svelte-12qhfyh{text-align:center;flex-direction:column}}@media (width<=480px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr}}
