:root,[data-theme=light]{--bg:#fafaf8;--bg2:#f4f4f0;--bg3:#eeeee9;--surface:#fff;--surface2:#f0f0eb;--border:#e4e4de;--border-mid:#d0d0c8;--accent:#3b5bdb;--accent-soft:#eef1fd;--accent-mid:#4a6ce8;--accent2:#e03131;--accent3:#0c8599;--text:#1a1a18;--text-2:#3d3d38;--text-3:#6b6b63;--text-4:#a8a89e;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014, 0 2px 4px #0000000a;--shadow-lg:0 8px 30px #0000001a, 0 4px 8px #0000000d;--sans:"Plus Jakarta Sans", system-ui, sans-serif;--mono:"DM Mono", "Fira Mono", monospace;--radius:10px;--radius-lg:16px;--radius-xl:24px;--transition:.18s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--bg:#111110;--bg2:#1a1a18;--bg3:#222220;--surface:#1e1e1c;--surface2:#282825;--border:#2e2e2b;--border-mid:#3a3a36;--accent:#4c6ef5;--accent-soft:#1a2040;--accent-mid:#5c7ef5;--accent2:#ff6b6b;--accent3:#22b8cf;--text:#f0f0ec;--text-2:#c8c8c0;--text-3:#888880;--text-4:#555550;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 30px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background var(--transition), color var(--transition);min-height:100vh;font-size:16px;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--sans)}input,select,textarea{font-family:var(--sans)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:3px}.splash.svelte-12qhfyh{z-index:9999;pointer-events:none;background:#fafaf8;justify-content:center;align-items:center;animation:.4s .8s forwards svelte-12qhfyh-splashFade;display:flex;position:fixed;inset:0}[data-theme=dark] .splash.svelte-12qhfyh{background:#111110}@keyframes svelte-12qhfyh-splashFade{to{opacity:0;visibility:hidden}}.splash-logo.svelte-12qhfyh{align-items:center;gap:.85rem;animation:.5s cubic-bezier(.34,1.56,.64,1) both svelte-12qhfyh-splashPop;display:flex}@keyframes svelte-12qhfyh-splashPop{0%{opacity:0;transform:scale(.7)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.splash-icon.svelte-12qhfyh{filter:drop-shadow(0 4px 16px #3b5bdb59)}.wave1.svelte-12qhfyh,.wave2.svelte-12qhfyh{stroke-dasharray:40;stroke-dashoffset:40px;animation:.4s forwards svelte-12qhfyh-drawWave}.wave2.svelte-12qhfyh{animation-delay:.15s}@keyframes svelte-12qhfyh-drawWave{to{stroke-dashoffset:0}}.splash-name.svelte-12qhfyh{letter-spacing:-.03em;color:#1a1a18;font-family:Plus Jakarta Sans,sans-serif;font-size:1.9rem;font-weight:800;animation:.5s cubic-bezier(.34,1.56,.64,1) 80ms both svelte-12qhfyh-splashPop}[data-theme=dark] .splash-name.svelte-12qhfyh{color:#f0f0ec}.app.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.nav.svelte-12qhfyh{z-index:100;background:var(--surface);border-bottom:1px solid var(--border);height:60px;box-shadow:var(--shadow-sm);transition:background var(--transition), border-color var(--transition);align-items:center;gap:1rem;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo.svelte-12qhfyh{color:var(--text);letter-spacing:-.01em;flex-shrink:0;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:700;display:flex}.logo-text.svelte-12qhfyh{color:var(--text)}.nav-center.svelte-12qhfyh{align-items:center;gap:.1rem;margin:0 auto;display:flex}.nav-link.svelte-12qhfyh{color:var(--text-3);transition:color var(--transition), background var(--transition);border-radius:8px;padding:.4rem .9rem;font-size:.9rem;font-weight:500}.nav-link.svelte-12qhfyh:hover{color:var(--text);background:var(--bg2)}.nav-link.active{color:var(--text);background:var(--bg2);font-weight:600}.nav-right.svelte-12qhfyh{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.theme-toggle.svelte-12qhfyh{background:var(--bg2);border:1px solid var(--border);width:36px;height:36px;color:var(--text-3);transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;display:flex}.theme-toggle.svelte-12qhfyh:hover{color:var(--text);border-color:var(--border-mid);background:var(--bg3)}.nav-cta.svelte-12qhfyh{background:var(--accent);color:#fff;transition:var(--transition);white-space:nowrap;border-radius:8px;padding:.45rem 1.1rem;font-size:.875rem;font-weight:600;box-shadow:0 1px 3px #3b5bdb40}.nav-cta.svelte-12qhfyh:hover{background:var(--accent-mid);transform:translateY(-1px);box-shadow:0 4px 12px #3b5bdb4d}main.svelte-12qhfyh{flex:1;padding-top:60px}.footer.svelte-12qhfyh{border-top:1px solid var(--border);background:var(--surface);margin-top:5rem;padding:2rem 2rem 1.5rem}.footer-inner.svelte-12qhfyh{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1000px;margin:0 auto;padding-bottom:1.5rem;display:flex}.footer-left.svelte-12qhfyh{flex-direction:column;gap:.4rem;display:flex}.footer-logo.svelte-12qhfyh{color:var(--text);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;display:flex}.footer-tagline.svelte-12qhfyh{color:var(--text-4);font-size:.82rem;font-family:var(--mono)}.footer-nav.svelte-12qhfyh{flex-wrap:wrap;gap:1.5rem;padding-top:.25rem;display:flex}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-3);transition:color var(--transition);font-size:.875rem}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}.footer-bottom.svelte-12qhfyh{max-width:1000px;color:var(--text-4);font-size:.78rem;font-family:var(--mono);flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin:1.25rem auto 0;display:flex}@media (width<=680px){.nav-center.svelte-12qhfyh{display:none}.footer-inner.svelte-12qhfyh{flex-direction:column;gap:1.25rem}.footer-bottom.svelte-12qhfyh{flex-direction:column}}
