:root{--bg: #F8F6F1;--bg-elevated: #f0ede6;--bg-card: #ffffff;--top-bar-bg: #E4E3DA;--text: #1c1917;--text-muted: #57534e;--cta-dark: #3F3F3F;--cta-dark-hover: #2d2d2d;--accent: #3F3F3F;--accent-hover: #2d2d2d;--accent-highlight: #059669;--accent-highlight-soft: rgba(5, 150, 105, .15);--accent-glow: rgba(63, 63, 63, .08);--accent-soft: rgba(63, 63, 63, .1);--accent-faint: rgba(63, 63, 63, .05);--border: #e7e5e4;--header-bg: #F8F6F1;--font-heading: "Source Serif 4", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--space-section: clamp(4rem, 10vw, 7rem);--space-block: clamp(1.5rem, 4vw, 2.5rem);--container: min(1200px, 100% - 2rem);--radius: 6px;--radius-lg: 10px;--radius-pill: 9999px}[data-theme=dark]{--bg: #0a0a0f;--bg-elevated: #12121a;--bg-card: #16161f;--top-bar-bg: #1a1a1a;--text: #e4e4e7;--text-muted: #a1a1aa;--cta-dark: #3F3F3F;--cta-dark-hover: #525252;--accent: #e4e4e7;--accent-hover: #fafafa;--accent-highlight: #00d4aa;--accent-highlight-soft: rgba(0, 212, 170, .2);--accent-glow: rgba(228, 228, 231, .1);--accent-soft: rgba(228, 228, 231, .15);--accent-faint: rgba(228, 228, 231, .06);--border: #27272a;--header-bg: rgba(10, 10, 15, .85)}*,*:before,*:after{box-sizing:border-box}html{font-size:112.5%;scroll-behavior:smooth;transition:background-color .2s ease,color .2s ease}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}.section-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}.section-reveal.visible{opacity:1;transform:translateY(0)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.top-bar.svelte-yic9pk{width:100%;background:var(--top-bar-bg);border-bottom:1px solid var(--border)}.top-bar-inner.svelte-yic9pk{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:var(--container);margin:0 auto;padding:.5rem 1.5rem;flex-wrap:wrap}.message.svelte-yic9pk{margin:0;font-size:.875rem;color:var(--text-muted);font-family:var(--font-body)}.btn-get-notified.svelte-yic9pk{display:inline-block;padding:.35rem .85rem;background:var(--bg-card);color:var(--text);font-size:.875rem;font-weight:500;text-decoration:none;border:1px solid var(--border);border-radius:var(--radius);transition:background .2s,border-color .2s}.btn-get-notified.svelte-yic9pk:hover{background:var(--bg-elevated);border-color:var(--text-muted)}.site-header.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:var(--header-bg);border-bottom:1px solid var(--border)}.nav.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.theme-toggle.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;transition:background .2s,border-color .2s,color .2s}.theme-toggle.svelte-12qhfyh:hover{background:var(--bg-elevated);border-color:var(--accent);color:var(--accent)}.theme-toggle.svelte-12qhfyh .icon:where(.svelte-12qhfyh){flex-shrink:0}.header-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;max-width:var(--container);margin:0 auto;padding:1rem 1.5rem}.logo-pill.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.15rem;font-family:var(--font-heading);font-weight:700;font-size:1.4rem;color:var(--text);text-decoration:none;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--bg-card);transition:border-color .2s,background .2s}.logo-pill.svelte-12qhfyh:hover{border-color:var(--text-muted);background:var(--bg-elevated)}.logo-mark.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;color:var(--accent-highlight)}.logo-mark.svelte-12qhfyh svg:where(.svelte-12qhfyh){display:block}.logo-text.svelte-12qhfyh{font-family:var(--font-heading);font-weight:700;font-size:1.4rem;color:var(--text)}.cta-link.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:var(--cta-dark);color:#fff;font-weight:600;font-size:.9rem;text-decoration:none;border-radius:var(--radius);transition:background .2s;white-space:nowrap}.cta-link.svelte-12qhfyh:hover{background:var(--cta-dark-hover)}@media(max-width:480px){.header-inner.svelte-12qhfyh{padding:.6rem .75rem;gap:.35rem}.logo-pill.svelte-12qhfyh{padding:.35rem .6rem;gap:.35rem}.logo-mark.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:14px;height:14px}.logo-text.svelte-12qhfyh{font-size:.9rem}.nav.svelte-12qhfyh{gap:.4rem}.theme-toggle.svelte-12qhfyh{width:2rem;height:2rem}.theme-toggle.svelte-12qhfyh .icon:where(.svelte-12qhfyh){width:14px;height:14px}.cta-link.svelte-12qhfyh{font-size:.8rem;padding:.4rem .6rem}}main.svelte-12qhfyh{min-height:100vh}
