:root{--bg: #0f0f10;--card: #1a1b1e;--text: #f1f1f1;--muted: #b0b0b0;--accent: #7c3aed}html,body{height:100%;margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,sans-serif}.layout.svelte-1jguvmz{min-height:100vh;display:flex;flex-direction:column}header.svelte-1jguvmz{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #222;background:#0f0f10e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}header.svelte-1jguvmz h1:where(.svelte-1jguvmz){font-weight:700;font-size:1.3rem;line-height:1}header.svelte-1jguvmz a:where(.svelte-1jguvmz) svg:where(.svelte-1jguvmz){width:1.6rem;height:1.6rem;display:block}main.svelte-1jguvmz{flex:1;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.hero.svelte-1jguvmz h2:where(.svelte-1jguvmz){font-size:2rem;font-weight:700}.hero.svelte-1jguvmz p:where(.svelte-1jguvmz){margin-top:.5rem;color:var(--muted);max-width:600px}.grid.svelte-1jguvmz{display:grid;grid-template-columns:1fr;gap:1.25rem;width:100%;max-width:900px}.card.svelte-1jguvmz{background:var(--card);padding:1.25rem;border-radius:1rem;box-shadow:0 0 15px #0003;transition:transform .3s,box-shadow .3s;text-align:left}.card.svelte-1jguvmz:hover{transform:translateY(-4px);box-shadow:0 0 20px #00000059}.card.svelte-1jguvmz h3:where(.svelte-1jguvmz){font-size:1.15rem;font-weight:600}.card.svelte-1jguvmz p:where(.svelte-1jguvmz){margin-top:.4rem;color:var(--muted);font-size:.95rem}.cta.svelte-1jguvmz{margin-top:1rem}.cta.svelte-1jguvmz a:where(.svelte-1jguvmz){display:inline-block;background:var(--accent);color:#fff;font-weight:600;padding:.8rem 1.4rem;border-radius:.75rem;text-decoration:none;transition:transform .2s}.cta.svelte-1jguvmz a:where(.svelte-1jguvmz):hover{transform:scale(1.05)}footer.svelte-1jguvmz{text-align:center;padding:1rem;border-top:1px solid #222;color:var(--muted);font-size:.85rem}footer.svelte-1jguvmz a:where(.svelte-1jguvmz){color:var(--accent);font-weight:600;text-decoration:none;text-shadow:0 0 6px rgba(124,58,237,.9)}.fade-up{opacity:0;transform:translateY(20px)}.fade-up.visible{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}@media (min-width: 640px){.grid.svelte-1jguvmz{grid-template-columns:repeat(3,1fr)}.hero.svelte-1jguvmz h2:where(.svelte-1jguvmz){font-size:2.4rem}}
