@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-primary: #0a0f18;--bg-secondary: #0f1623;--bg-tertiary: #161f2e;--bg-card: #131c28;--border: #1e2d42;--border-bright: #243044;--text-primary: #f0f4f8;--text-secondary:#b8c4d1;--text-muted: #6b7a8d;--accent: #14b8a6;--accent-dim: #0d9488;--accent-glow: rgba(20, 184, 166, .15);--accent-soft: rgba(20, 184, 166, .08);--danger: #ef4444;--danger-soft: rgba(239, 68, 68, .12);--success: #22c55e;--success-soft: rgba(34, 197, 94, .12);--warning: #f59e0b;--radius: 8px;--radius-lg: 14px;--radius-xl: 20px;--shadow: 0 4px 32px rgba(0,0,0,.5);--shadow-accent: 0 0 40px rgba(20, 184, 166, .2);--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--font-heading: "Sora", var(--font-sans);--font-mono: "JetBrains Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.15;letter-spacing:-.02em}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:var(--accent);color:#0a0f18;font-weight:700;font-family:var(--font-heading);font-size:.95rem;border-radius:var(--radius);border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;letter-spacing:.01em}.btn-primary:hover{background:#0fd6c2;transform:translateY(-1px);box-shadow:0 8px 24px #14b8a659}.btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:transparent;color:var(--text-primary);font-weight:600;font-family:var(--font-heading);font-size:.95rem;border-radius:var(--radius);border:1.5px solid var(--border-bright);cursor:pointer;transition:border-color .2s,color .2s,transform .15s}.btn-outline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.tag{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:var(--accent-soft);color:var(--accent);font-size:.75rem;font-weight:700;font-family:var(--font-mono);border-radius:99px;border:1px solid rgba(20,184,166,.2);letter-spacing:.08em;text-transform:uppercase}section{padding:100px 0}.navbar.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;transition:background .3s,border-color .3s,box-shadow .3s,padding .3s;border-bottom:1px solid transparent}.navbar.scrolled.svelte-12qhfyh{background:#0a0f18eb;border-bottom-color:var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:10px 0;box-shadow:0 4px 32px #0006}.nav-inner.svelte-12qhfyh{display:flex;align-items:center;gap:40px}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand-logo.svelte-12qhfyh{height:44px;width:auto}.nav-links.svelte-12qhfyh{display:flex;list-style:none;gap:4px;flex:1}.nav-link.svelte-12qhfyh{padding:6px 14px;color:var(--text-secondary);font-size:.9rem;font-weight:500;border-radius:var(--radius);transition:color .15s,background .15s}.nav-link.svelte-12qhfyh:hover{color:var(--text-primary);background:var(--accent-soft)}.nav-actions.svelte-12qhfyh{display:flex;gap:10px;align-items:center}.btn-sm.svelte-12qhfyh{padding:8px 18px;font-size:.875rem}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:22px;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .2s,opacity .2s}.mobile-menu.svelte-12qhfyh{background:var(--bg-secondary);border-top:1px solid var(--border);padding:16px 24px 24px}.mobile-menu.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;display:flex;flex-direction:column;gap:4px}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:10px 12px;color:var(--text-secondary);font-weight:500;border-radius:var(--radius);transition:color .15s,background .15s}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-primary);background:var(--accent-soft)}.mobile-actions.svelte-12qhfyh{display:flex;gap:10px;padding-top:12px;border-top:1px solid var(--border);margin-top:8px}main.svelte-12qhfyh{padding-top:72px}main.app-page.svelte-12qhfyh{padding-top:0}footer.svelte-12qhfyh{background:var(--bg-secondary);border-top:1px solid var(--border);padding-top:64px}.footer-inner.svelte-12qhfyh{display:grid;grid-template-columns:1.5fr 1fr;gap:64px;padding-bottom:48px}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-top:12px;color:var(--text-muted);font-size:.9rem;line-height:1.7}.footer-brand.svelte-12qhfyh .brand:where(.svelte-12qhfyh){margin-bottom:4px}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.footer-col.svelte-12qhfyh{display:flex;flex-direction:column;gap:10px}.footer-col.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);font-size:.9rem;transition:color .15s}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}.footer-bottom.svelte-12qhfyh{border-top:1px solid var(--border);padding:20px 0}.footer-bottom.svelte-12qhfyh .container:where(.svelte-12qhfyh){display:flex;align-items:center;justify-content:space-between;gap:16px}.footer-bottom.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--text-muted);font-size:.85rem}.footer-badge.svelte-12qhfyh{color:var(--accent);font-size:.8rem;font-style:italic}@media(max-width:768px){.nav-links.svelte-12qhfyh,.nav-actions.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:flex}.footer-inner.svelte-12qhfyh{grid-template-columns:1fr;gap:40px}.footer-grid.svelte-12qhfyh{grid-template-columns:repeat(2,1fr)}.footer-bottom.svelte-12qhfyh .container:where(.svelte-12qhfyh){flex-direction:column;text-align:center}}
