:root{--color-bg: #0a1628;--color-bg-secondary: #132240;--color-accent: #ff4444;--color-accent-hover: #ff6666;--color-text: #e8eef5;--color-text-muted: #8899aa;--color-whale: #3b82f6;--font-heading: "Georgia", serif;--font-body: system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}a{color:var(--color-whale);text-decoration:none;transition:color .2s}a:hover{color:var(--color-accent-hover)}h1,h2,h3{font-family:var(--font-heading);line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;background:var(--color-accent);color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s;border:none;cursor:pointer}.btn:hover{background:var(--color-accent-hover);color:#fff;transform:translateY(-2px)}.btn-secondary{background:transparent;border:2px solid var(--color-whale);color:var(--color-whale)}.btn-secondary:hover{background:var(--color-whale);color:#fff}nav.svelte-12qhfyh{background:var(--color-bg-secondary);padding:1rem 0;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.1)}.nav-inner.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--color-text)}.logo.svelte-12qhfyh:hover{color:var(--color-accent)}.logo-icon.svelte-12qhfyh{font-size:1.5rem}.nav-links.svelte-12qhfyh{display:flex;gap:2rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-muted);font-weight:500}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-accent)}main.svelte-12qhfyh{min-height:calc(100vh - 200px)}footer.svelte-12qhfyh{background:var(--color-bg-secondary);padding:2rem 0;margin-top:4rem;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.disclosure.svelte-12qhfyh{font-size:.85rem;color:var(--color-text-muted);max-width:600px;margin:0 auto 1rem}.copyright.svelte-12qhfyh{color:var(--color-text-muted);font-size:.9rem}.fine-print.svelte-12qhfyh{font-size:.8rem;color:var(--color-whale);margin-top:.5rem;font-style:italic}@media(max-width:640px){.nav-links.svelte-12qhfyh{gap:1rem;font-size:.9rem}.logo-text.svelte-12qhfyh{font-size:1rem}}
