:root{--bg-page: #0a0a0c;--card-bg: #18181b;--text-main: #f4f4f5;--text-muted: #a1a1aa;--accent: #10b981;--accent-gradient: linear-gradient(135deg, #10b981 0%, #34d399 100%);--border: rgba(255, 255, 255, .08);--glow-color: rgba(16, 185, 129, .1);font-family:Inter,system-ui,-apple-system,sans-serif}:global(.light-theme){--bg-page: #f9fafb;--card-bg: #ffffff;--text-main: #111827;--text-muted: #4b5563;--accent: #059669;--accent-gradient: linear-gradient(135deg, #059669 0%, #10b981 100%);--border: rgba(0, 0, 0, .08);--glow-color: rgba(5, 150, 105, .05)}:global(html){background-color:var(--bg-page);height:100%}:global(body){background-color:var(--bg-page);color:var(--text-main);margin:0;min-height:100vh;transition:background-color .4s ease,color .4s ease;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 50% 0%,var(--glow-color) 0%,transparent 70%);z-index:-1;pointer-events:none}.btn-primary{background:var(--accent);color:#fff!important;padding:12px 24px;border-radius:12px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #10b98166}:root{color-scheme:dark}header.svelte-12qhfyh{position:fixed;top:0;left:0;width:100%;height:10vh;background:#09090bd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);z-index:1000;padding:0 20px;display:flex;align-items:center}nav.svelte-12qhfyh{display:flex;align-items:center;gap:2rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;color:#a1a1aa;font-weight:500;font-size:.95rem;transition:color .3s ease}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#f4f4f5}nav.svelte-12qhfyh a.selected:where(.svelte-12qhfyh){color:#10b981;font-weight:700}main.svelte-12qhfyh{padding-top:80px;min-height:80vh}footer.svelte-12qhfyh{text-align:center;padding:2rem;color:#52525b;font-size:.9rem;border-top:1px solid rgba(255,255,255,.05);margin-top:4rem}@media(max-width:768px){nav.svelte-12qhfyh{position:absolute;top:70px;left:0;width:100%;background:#18181b;flex-direction:column;padding:2rem 0;gap:1.5rem;border-bottom:1px solid rgba(255,255,255,.08);display:none}nav.open.svelte-12qhfyh{display:flex}}
