:root{--void: #030014;--deep: #0a0520;--surface: #120a30;--purple: #7C3AED;--purple-bright: #A78BFA;--pink: #EC4899;--cyan: #22D3EE;--orange: #F97316;--text: #E2E8F0;--text-dim: #94A3B8;--text-muted: #64748B;--font-display: "Anybody", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif}[data-astro-cid-5hce7sga],[data-astro-cid-5hce7sga]:before,[data-astro-cid-5hce7sga]:after{margin:0;padding:0;box-sizing:border-box}html{font-size:17px}body{font-family:var(--font-body);font-size:1rem;line-height:1.75;color:var(--text);background:var(--void);min-height:100vh;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.8),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.5),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.6),transparent),radial-gradient(2px 2px at 130px 80px,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 160px 120px,rgba(255,255,255,.7),transparent),radial-gradient(2px 2px at 200px 50px,rgba(255,255,255,.3),transparent),radial-gradient(1px 1px at 250px 160px,rgba(255,255,255,.5),transparent),radial-gradient(2px 2px at 300px 90px,rgba(255,255,255,.4),transparent);background-size:350px 200px;animation:twinkle 8s ease-in-out infinite alternate;pointer-events:none;z-index:0}@keyframes twinkle{0%{opacity:.4}to{opacity:.7}}body:after{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse 40% 30% at 30% 20%,rgba(124,58,237,.15) 0%,transparent 50%),radial-gradient(ellipse 50% 40% at 70% 60%,rgba(236,72,153,.08) 0%,transparent 50%),radial-gradient(ellipse 60% 50% at 20% 80%,rgba(34,211,238,.06) 0%,transparent 50%);animation:aurora 20s ease-in-out infinite alternate;pointer-events:none;z-index:0}@keyframes aurora{0%{transform:translate(0) rotate(0)}to{transform:translate(2%,1%) rotate(3deg)}}.site-header[data-astro-cid-5hce7sga]{position:relative;z-index:100;background:#030014cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(124,58,237,.2)}.nav-container[data-astro-cid-5hce7sga]{max-width:1000px;margin:0 auto;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between}.site-logo[data-astro-cid-5hce7sga]{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text);text-decoration:none;letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem}.site-logo[data-astro-cid-5hce7sga]:before{content:"";width:10px;height:10px;background:linear-gradient(135deg,var(--purple),var(--pink));border-radius:50%;box-shadow:0 0 15px var(--purple)}.site-nav[data-astro-cid-5hce7sga]{display:flex;gap:2rem}.site-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--text-dim);text-decoration:none;transition:all .2s ease;position:relative}.site-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--purple),var(--pink));transition:width .2s ease}.site-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--text)}.site-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover:after{width:100%}.page-container[data-astro-cid-5hce7sga]{position:relative;z-index:1;max-width:780px;margin:0 auto;padding:4rem 2rem 8rem}.article-tag[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--cyan);background:#22d3ee1a;padding:.5rem 1rem;border-radius:100px;margin-bottom:2rem}.article-tag[data-astro-cid-5hce7sga]:before{content:"●";font-size:.5em;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}h1[data-astro-cid-5hce7sga]{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15;margin-bottom:2.5rem;letter-spacing:-.03em;background:linear-gradient(135deg,var(--text) 0%,var(--purple-bright) 50%,var(--pink) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2[data-astro-cid-5hce7sga]{font-family:var(--font-display);font-size:1.5rem;font-weight:700;line-height:1.3;color:var(--text);margin-top:4rem;margin-bottom:1.5rem;letter-spacing:-.02em;position:relative;padding-left:1.25rem}h2[data-astro-cid-5hce7sga]:before{content:"";position:absolute;left:0;top:.3em;width:4px;height:1em;background:linear-gradient(180deg,var(--purple),var(--pink));border-radius:2px}h3[data-astro-cid-5hce7sga]{font-family:var(--font-display);font-size:1.15rem;font-weight:600;line-height:1.4;color:var(--text);margin-top:2.5rem;margin-bottom:1rem}p[data-astro-cid-5hce7sga]{color:var(--text-dim);margin-bottom:1.5rem;max-width:65ch}strong[data-astro-cid-5hce7sga]{color:var(--text);font-weight:600}a[data-astro-cid-5hce7sga]{color:var(--purple-bright);text-decoration:none;transition:all .2s ease}a[data-astro-cid-5hce7sga]:hover{color:var(--pink)}ul[data-astro-cid-5hce7sga],ol[data-astro-cid-5hce7sga]{color:var(--text-dim);margin-bottom:1.5rem;padding-left:0;list-style:none}li[data-astro-cid-5hce7sga]{margin-bottom:.75rem;padding-left:1.75rem;position:relative}li[data-astro-cid-5hce7sga]:before{content:"→";position:absolute;left:0;color:var(--purple);font-weight:600}ol[data-astro-cid-5hce7sga]{counter-reset:list}ol[data-astro-cid-5hce7sga] li[data-astro-cid-5hce7sga]:before{content:counter(list);counter-increment:list;font-family:var(--font-display);font-size:.8rem;font-weight:700;color:var(--void);background:linear-gradient(135deg,var(--purple),var(--pink));width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.cta-section[data-astro-cid-5hce7sga]{margin-top:5rem;padding:3rem;background:linear-gradient(135deg,#7c3aed26,#ec489914);border:1px solid rgba(124,58,237,.25);border-radius:24px;position:relative;overflow:hidden}.cta-section[data-astro-cid-5hce7sga]:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;border:2px solid rgba(124,58,237,.2);border-radius:50%;animation:orbit 30s linear infinite}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-section[data-astro-cid-5hce7sga]:after{content:"";position:absolute;bottom:-60px;left:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(236,72,153,.15) 0%,transparent 70%);pointer-events:none}.cta-section[data-astro-cid-5hce7sga]>[data-astro-cid-5hce7sga]{position:relative;z-index:1}.cta-section[data-astro-cid-5hce7sga] p[data-astro-cid-5hce7sga]{color:var(--text-dim);max-width:100%}.cta-section[data-astro-cid-5hce7sga] p[data-astro-cid-5hce7sga]:first-child{font-family:var(--font-display);font-size:1.35rem;font-weight:600;color:var(--text);margin-bottom:1rem}.cta-section[data-astro-cid-5hce7sga] strong[data-astro-cid-5hce7sga]{color:var(--orange);font-weight:700}.email-capture[data-astro-cid-5hce7sga]{display:flex;gap:.75rem;margin-top:2rem;max-width:500px}.email-capture[data-astro-cid-5hce7sga] input[data-astro-cid-5hce7sga][type=email]{flex:1;padding:1rem 1.25rem;background:#03001499;border:1px solid rgba(124,58,237,.3);border-radius:12px;color:var(--text);font-family:var(--font-body);font-size:1rem;outline:none;transition:all .2s ease}.email-capture[data-astro-cid-5hce7sga] input[data-astro-cid-5hce7sga][type=email]::placeholder{color:var(--text-muted)}.email-capture[data-astro-cid-5hce7sga] input[data-astro-cid-5hce7sga][type=email]:focus{border-color:var(--purple);box-shadow:0 0 0 4px #7c3aed26}.email-capture[data-astro-cid-5hce7sga] button[data-astro-cid-5hce7sga][type=submit]{padding:1rem 1.75rem;background:linear-gradient(135deg,var(--purple) 0%,var(--pink) 100%);border:none;border-radius:12px;color:#fff;font-family:var(--font-display);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.email-capture[data-astro-cid-5hce7sga] button[data-astro-cid-5hce7sga][type=submit]:hover{transform:translateY(-2px);box-shadow:0 10px 40px #7c3aed66}.email-hint[data-astro-cid-5hce7sga]{font-size:.85rem;color:var(--text-muted);margin-top:1rem}.discord-link[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;font-weight:500;color:var(--cyan);text-decoration:none;padding:.6rem 1rem;border:1px solid rgba(34,211,238,.3);border-radius:8px;transition:all .2s ease}.discord-link[data-astro-cid-5hce7sga]:hover{background:#22d3ee1a;border-color:var(--cyan);color:var(--cyan)}.site-footer[data-astro-cid-5hce7sga]{position:relative;z-index:1;border-top:1px solid rgba(124,58,237,.15);background:#03001480}.footer-container[data-astro-cid-5hce7sga]{max-width:1000px;margin:0 auto;padding:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-muted)}.footer-links[data-astro-cid-5hce7sga]{display:flex;gap:2rem}.footer-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--purple-bright)}@media(max-width:768px){html{font-size:16px}.nav-container[data-astro-cid-5hce7sga]{flex-direction:column;gap:1.25rem;padding:1rem}.site-nav[data-astro-cid-5hce7sga]{gap:1.25rem;flex-wrap:wrap;justify-content:center}.page-container[data-astro-cid-5hce7sga]{padding:2.5rem 1.25rem 5rem}h1[data-astro-cid-5hce7sga]{font-size:1.75rem}.cta-section[data-astro-cid-5hce7sga]{padding:2rem 1.5rem}.cta-section[data-astro-cid-5hce7sga]:before{display:none}.email-capture[data-astro-cid-5hce7sga]{flex-direction:column}.footer-container[data-astro-cid-5hce7sga]{flex-direction:column;gap:1rem;text-align:center}}[data-astro-cid-5hce7sga]:focus-visible{outline:2px solid var(--purple);outline-offset:3px}@media(prefers-reduced-motion:reduce){[data-astro-cid-5hce7sga],[data-astro-cid-5hce7sga]:before,[data-astro-cid-5hce7sga]:after{animation:none!important;transition:none!important}}[data-astro-cid-5hce7sga]::selection{background:var(--purple);color:#fff}
