:root{--bg: #f8fafc;--bg-card: #ffffff;--bg-dark: #0f172a;--bg-dark-secondary: #1e293b;--text: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--text-on-dark: #f1f5f9;--text-on-dark-muted: #94a3b8;--border: #e2e8f0;--border-light: #f1f5f9;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-dark: #1e40af;--primary-light: #eff6ff;--primary-50: #eff6ff;--primary-100: #dbeafe;--primary-600: #2563eb;--primary-700: #1d4ed8;--primary-800: #1e40af;--primary-900: #1e3a8a;--success: #059669;--success-light: #ecfdf5;--warning: #d97706;--warning-light: #fffbeb;--danger: #dc2626;--danger-light: #fef2f2;--radius: 8px;--radius-sm: 6px;--radius-lg: 12px;--radius-xl: 16px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--gradient-hero: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #1e40af 100%);--gradient-hero-subtle: linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #eff6ff 100%);--gradient-primary: linear-gradient(135deg, #2563eb 0%, #1e40af 100%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text)}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.5rem}h4{font-size:1.25rem;font-weight:600}h5{font-size:1.125rem;font-weight:600}h6{font-size:1rem;font-weight:600}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}p{color:var(--text-secondary);line-height:1.7}a{color:var(--primary);text-decoration:none;transition:color .15s}a:hover{color:var(--primary-hover)}button{cursor:pointer;border:none;font-family:inherit;font-size:inherit}input,select{font-family:inherit;font-size:.9375rem;border:1px solid var(--border);border-radius:var(--radius);padding:.625rem .875rem;background:var(--bg-card);color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}input:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.container{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.container-narrow{max-width:800px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:6rem 0}@media(max-width:768px){.section{padding:3rem 0}.section-sm{padding:2rem 0}.section-lg{padding:4rem 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:var(--radius);font-weight:500;font-size:.9375rem;line-height:1.4;transition:all .15s ease;text-decoration:none;border:1px solid transparent;white-space:nowrap;cursor:pointer}.btn:hover{text-decoration:none}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);color:#fff;box-shadow:var(--shadow-md)}.btn-secondary{background:var(--bg-card);color:var(--text);border-color:var(--border)}.btn-secondary:hover{background:var(--bg);border-color:var(--text-muted)}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-outline-white{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-outline-white:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff}.btn-lg{padding:.875rem 1.75rem;font-size:1.0625rem;border-radius:var(--radius-lg)}.btn-sm{padding:.375rem .875rem;font-size:.8125rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:var(--shadow-md)}.card-interactive:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.03em;display:inline-flex;align-items:center}.badge-blue{background:#f0f9ff;color:#0369a1}.badge-green{background:#f0fdf4;color:#15803d}.badge-purple{background:#fdf4ff;color:#86198f}.badge-amber{background:#fffbeb;color:#92400e}.badge-red{background:#fef2f2;color:#991b1b}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}header.svelte-12qhfyh{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;position:sticky;top:0;z-index:1000;transition:border-color .2s,box-shadow .2s}header.scrolled.svelte-12qhfyh{border-bottom-color:var(--border);box-shadow:var(--shadow-xs)}.header-inner.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo.svelte-12qhfyh,.footer-logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.logo.svelte-12qhfyh:hover{text-decoration:none}.logo-icon.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--gradient-primary);color:#fff;border-radius:var(--radius-sm);font-weight:700;font-size:1rem;letter-spacing:-.02em}.logo-text.svelte-12qhfyh{font-size:1.25rem;font-weight:700;color:var(--text);letter-spacing:-.03em}.desktop-nav.svelte-12qhfyh{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.desktop-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .15s;white-space:nowrap}.desktop-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}.header-actions.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.mobile-toggle.svelte-12qhfyh{display:none;background:none;padding:.5rem;cursor:pointer}.hamburger.svelte-12qhfyh{display:flex;flex-direction:column;gap:5px;width:22px}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;height:2px;background:var(--text);border-radius:2px;transition:all .25s ease;transform-origin:center}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav.svelte-12qhfyh{display:none;flex-direction:column;padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--border);background:var(--bg-card)}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:.75rem 0;color:var(--text-secondary);font-size:1rem;font-weight:500;text-decoration:none;border-bottom:1px solid var(--border-light)}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}.mobile-nav-cta.svelte-12qhfyh{padding-top:1rem}.mobile-nav-cta.svelte-12qhfyh .btn:where(.svelte-12qhfyh){width:100%;text-align:center}@media(max-width:768px){.desktop-nav.svelte-12qhfyh,.header-actions.svelte-12qhfyh{display:none}.mobile-toggle.svelte-12qhfyh{display:block}.mobile-nav.svelte-12qhfyh{display:flex}}main.svelte-12qhfyh{min-height:calc(100vh - 4rem)}footer.svelte-12qhfyh{background:var(--bg-dark);color:var(--text-on-dark);padding:4rem 0 2rem;margin-top:0}.footer-inner.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--bg-dark-secondary)}.footer-brand.svelte-12qhfyh{max-width:280px}.footer-logo.svelte-12qhfyh .logo-text:where(.svelte-12qhfyh){color:#fff}.footer-tagline.svelte-12qhfyh{margin-top:1rem;font-size:.875rem;color:var(--text-on-dark-muted);line-height:1.6}.footer-col.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:#fff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-col.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-on-dark-muted);font-size:.875rem;text-decoration:none;transition:color .15s}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.footer-bottom.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:.5rem}.footer-copyright.svelte-12qhfyh,.footer-source.svelte-12qhfyh{font-size:.8125rem;color:var(--text-on-dark-muted)}@media(max-width:768px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand.svelte-12qhfyh{grid-column:1 / -1;max-width:100%}.footer-bottom.svelte-12qhfyh{flex-direction:column;text-align:center}}@media(max-width:480px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr}}
