:root{--color-bg: #0a0a0a;--color-bg-elevated: #111111;--color-bg-subtle: #1a1a1a;--color-text: #f0f0f0;--color-text-muted: #888888;--color-forge-start: #ff4500;--color-forge-end: #ff6b35;--color-copper: #b87333;--color-gold: #d4a853;--gradient-forge: linear-gradient(135deg, var(--color-forge-start), var(--color-forge-end));--gradient-copper: linear-gradient(135deg, var(--color-copper), var(--color-gold));--gradient-cosmic: radial-gradient(ellipse at 50% 0%, #1a0a00 0%, var(--color-bg) 70%);--font-sans: system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.25rem;--text-xl: 1.5rem;--text-2xl: 2rem;--text-3xl: clamp(2rem, 5vw, 3.5rem);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--bp-sm: 640px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.6;color:var(--color-text);background-color:var(--color-bg);min-height:100vh;overflow-x:hidden;padding-bottom:5rem}a{color:var(--color-copper);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-gold)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-6)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:100;padding:var(--space-4) 0;transition:background var(--transition-base),backdrop-filter var(--transition-base)}.nav[data-astro-cid-dmqpwcec].scrolled{background:#0a0a0acc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav[data-astro-cid-dmqpwcec]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,100,20,.4) 20%,rgba(255,160,40,.7) 40%,rgba(255,69,0,.5) 60%,rgba(255,140,30,.6) 80%,transparent);background-size:200% 100%;animation:fire-glow 8s ease-in-out infinite;filter:blur(1px);opacity:.8}@keyframes fire-glow{0%{background-position:0% 50%;opacity:.6}50%{background-position:100% 50%;opacity:1}to{background-position:0% 50%;opacity:.6}}.nav__inner[data-astro-cid-dmqpwcec]{max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-6);display:flex;align-items:center;justify-content:space-between}.nav__logo[data-astro-cid-dmqpwcec]{font-size:var(--text-lg);font-weight:600;color:var(--color-text);letter-spacing:.05em}.nav__logo[data-astro-cid-dmqpwcec]:hover{color:var(--color-gold)}.nav__links[data-astro-cid-dmqpwcec]{display:flex;gap:var(--space-8)}.nav__links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{color:var(--color-text-muted);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;transition:color var(--transition-fast)}.nav__links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--color-text)}.nav__locale[data-astro-cid-dmqpwcec]{display:flex;gap:var(--space-3);font-size:var(--text-xs)}.nav__locale-active[data-astro-cid-dmqpwcec]{color:var(--color-gold)}.nav__locale-link[data-astro-cid-dmqpwcec]{color:var(--color-text-muted)}.nav__locale-link[data-astro-cid-dmqpwcec]:hover{color:var(--color-text)}@media(max-width:640px){.nav__links[data-astro-cid-dmqpwcec]{gap:var(--space-4)}}@media(prefers-reduced-motion:reduce){.nav[data-astro-cid-dmqpwcec]:after{animation:none;opacity:.6}}.star-field[data-astro-cid-ra7sfcwn]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.star-field__nebula[data-astro-cid-ra7sfcwn]{position:absolute;inset:0;background:radial-gradient(ellipse 600px 400px at 20% 30%,rgba(255,69,0,.03),transparent),radial-gradient(ellipse 500px 500px at 80% 60%,rgba(184,115,51,.04),transparent),radial-gradient(ellipse 400px 300px at 50% 80%,rgba(212,168,83,.02),transparent);animation:nebula-drift 30s ease-in-out infinite alternate}@keyframes nebula-drift{0%{transform:translate(0) scale(1);opacity:.6}50%{transform:translate(-10px,5px) scale(1.02);opacity:.8}to{transform:translate(5px,-5px) scale(.98);opacity:.7}}.star-field__glow[data-astro-cid-ra7sfcwn]{position:absolute;inset:0;background:var(--gradient-cosmic);opacity:.7}.star-field__layer[data-astro-cid-ra7sfcwn]{position:absolute;inset:0;background-repeat:repeat;will-change:transform}.star-field__layer--small[data-astro-cid-ra7sfcwn]{background-image:radial-gradient(1px 1px at 50px 80px,rgba(255,255,255,.9),transparent),radial-gradient(1px 1px at 150px 200px,rgba(255,255,255,.7),transparent),radial-gradient(1px 1px at 300px 50px,rgba(255,255,255,.8),transparent),radial-gradient(1px 1px at 400px 300px,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 100px 400px,rgba(255,255,255,.7),transparent),radial-gradient(1px 1px at 500px 150px,rgba(255,255,255,.5),transparent),radial-gradient(1px 1px at 250px 350px,rgba(255,255,255,.8),transparent),radial-gradient(1px 1px at 600px 250px,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 700px 100px,rgba(255,255,255,.7),transparent),radial-gradient(1px 1px at 550px 420px,rgba(255,255,255,.5),transparent);background-size:750px 500px;animation:twinkle 5s ease-in-out infinite alternate}.star-field__layer--medium[data-astro-cid-ra7sfcwn]{background-image:radial-gradient(1.5px 1.5px at 80px 120px,rgba(255,255,255,.6),transparent),radial-gradient(1.5px 1.5px at 220px 280px,rgba(255,255,255,.5),transparent),radial-gradient(1.5px 1.5px at 380px 90px,rgba(255,255,255,.4),transparent),radial-gradient(1.5px 1.5px at 480px 350px,rgba(255,255,255,.6),transparent),radial-gradient(1.5px 1.5px at 160px 420px,rgba(255,255,255,.35),transparent),radial-gradient(1.5px 1.5px at 620px 180px,rgba(255,255,255,.5),transparent),radial-gradient(1.5px 1.5px at 340px 480px,rgba(255,255,255,.4),transparent);background-size:700px 550px;animation:twinkle 7s ease-in-out infinite alternate-reverse}.star-field__layer--accent[data-astro-cid-ra7sfcwn]{background-image:radial-gradient(2px 2px at 120px 180px,rgba(212,168,83,.5),transparent),radial-gradient(2px 2px at 350px 60px,rgba(184,115,51,.4),transparent),radial-gradient(2.5px 2.5px at 500px 400px,rgba(255,107,53,.35),transparent),radial-gradient(2px 2px at 650px 300px,rgba(212,168,83,.3),transparent),radial-gradient(1.5px 1.5px at 50px 450px,rgba(255,69,0,.25),transparent);background-size:750px 550px;animation:twinkle 9s ease-in-out infinite alternate}@keyframes twinkle{0%{opacity:.5}to{opacity:1}}.star-field__blinkers[data-astro-cid-ra7sfcwn]{position:absolute;inset:0;pointer-events:none}.blink-star[data-astro-cid-ra7sfcwn]{position:absolute;width:var(--star-size, 2px);height:var(--star-size, 2px);border-radius:50%;background:#fff;box-shadow:0 0 var(--star-size, 2px) #ffffff80;opacity:.3;animation:star-blink var(--blink-duration, 3s) ease-in-out infinite;animation-delay:var(--blink-delay, 0s)}.blink-star--1[data-astro-cid-ra7sfcwn]{top:12%;left:18%;--star-size: 2px;--blink-duration: 3.2s;--blink-delay: 0s}.blink-star--2[data-astro-cid-ra7sfcwn]{top:14%;left:22%;--star-size: 3px;--blink-duration: 4.1s;--blink-delay: 1.5s}.blink-star--3[data-astro-cid-ra7sfcwn]{top:10%;left:24%;--star-size: 2px;--blink-duration: 3.8s;--blink-delay: .7s}.blink-star--4[data-astro-cid-ra7sfcwn]{top:35%;left:72%;--star-size: 3px;--blink-duration: 4.5s;--blink-delay: 2s}.blink-star--5[data-astro-cid-ra7sfcwn]{top:33%;left:76%;--star-size: 2px;--blink-duration: 3.4s;--blink-delay: .3s}.blink-star--6[data-astro-cid-ra7sfcwn]{top:38%;left:74%;--star-size: 2px;--blink-duration: 5s;--blink-delay: 3.2s}.blink-star--7[data-astro-cid-ra7sfcwn]{top:36%;left:79%;--star-size: 3px;--blink-duration: 3.9s;--blink-delay: 1.1s}.blink-star--8[data-astro-cid-ra7sfcwn]{top:65%;left:12%;--star-size: 2px;--blink-duration: 4.3s;--blink-delay: 2.5s}.blink-star--9[data-astro-cid-ra7sfcwn]{top:68%;left:16%;--star-size: 3px;--blink-duration: 3.6s;--blink-delay: .9s}.blink-star--10[data-astro-cid-ra7sfcwn]{top:63%;left:19%;--star-size: 2px;--blink-duration: 5.2s;--blink-delay: 4s}.blink-star--11[data-astro-cid-ra7sfcwn]{top:22%;left:55%;--star-size: 2px;--blink-duration: 4.8s;--blink-delay: 1.8s}.blink-star--12[data-astro-cid-ra7sfcwn]{top:50%;left:35%;--star-size: 3px;--blink-duration: 3.5s;--blink-delay: 3.7s}.blink-star--13[data-astro-cid-ra7sfcwn]{top:78%;left:60%;--star-size: 2px;--blink-duration: 4.2s;--blink-delay: .5s}.blink-star--14[data-astro-cid-ra7sfcwn]{top:45%;left:90%;--star-size: 2px;--blink-duration: 5.5s;--blink-delay: 2.8s}@keyframes star-blink{0%,to{opacity:.2}50%{opacity:1;box-shadow:0 0 4px #fffc}}.star-field__sparks[data-astro-cid-ra7sfcwn]{position:absolute;inset:0;overflow:hidden;pointer-events:none}.spark[data-astro-cid-ra7sfcwn]{position:absolute;width:4px;height:4px;border-radius:50%;background:radial-gradient(circle,rgba(255,120,20,.9),rgba(200,50,0,.4),transparent);box-shadow:0 0 3px #ff500066;opacity:0;animation:spark-float var(--spark-duration, 8s) ease-in-out infinite;animation-delay:var(--spark-delay, 0s)}.spark--1[data-astro-cid-ra7sfcwn]{left:3%;bottom:0%;--spark-duration: 7s;--spark-delay: 0s;width:3px;height:3px}.spark--2[data-astro-cid-ra7sfcwn]{left:10%;bottom:2%;--spark-duration: 9s;--spark-delay: 1.2s;width:4px;height:4px}.spark--3[data-astro-cid-ra7sfcwn]{left:17%;bottom:1%;--spark-duration: 8s;--spark-delay: 3.8s;width:3px;height:3px}.spark--4[data-astro-cid-ra7sfcwn]{left:22%;bottom:3%;--spark-duration: 10s;--spark-delay: .5s;width:5px;height:5px}.spark--5[data-astro-cid-ra7sfcwn]{left:28%;bottom:0%;--spark-duration: 7.5s;--spark-delay: 5.2s;width:3px;height:3px}.spark--6[data-astro-cid-ra7sfcwn]{left:35%;bottom:2%;--spark-duration: 9.5s;--spark-delay: 2.1s;width:4px;height:4px}.spark--7[data-astro-cid-ra7sfcwn]{left:41%;bottom:1%;--spark-duration: 8.5s;--spark-delay: 7s;width:3px;height:3px}.spark--8[data-astro-cid-ra7sfcwn]{left:47%;bottom:0%;--spark-duration: 11s;--spark-delay: 1.8s;width:5px;height:5px}.spark--9[data-astro-cid-ra7sfcwn]{left:53%;bottom:3%;--spark-duration: 7.8s;--spark-delay: 4.5s;width:3px;height:3px}.spark--10[data-astro-cid-ra7sfcwn]{left:59%;bottom:1%;--spark-duration: 9.2s;--spark-delay: .3s;width:4px;height:4px}.spark--11[data-astro-cid-ra7sfcwn]{left:64%;bottom:0%;--spark-duration: 10.5s;--spark-delay: 6.2s;width:3px;height:3px}.spark--12[data-astro-cid-ra7sfcwn]{left:70%;bottom:2%;--spark-duration: 8.2s;--spark-delay: 3s;width:5px;height:5px}.spark--13[data-astro-cid-ra7sfcwn]{left:75%;bottom:1%;--spark-duration: 7.2s;--spark-delay: 8.5s;width:3px;height:3px}.spark--14[data-astro-cid-ra7sfcwn]{left:80%;bottom:0%;--spark-duration: 9.8s;--spark-delay: 2.7s;width:4px;height:4px}.spark--15[data-astro-cid-ra7sfcwn]{left:85%;bottom:3%;--spark-duration: 8.8s;--spark-delay: 5.8s;width:3px;height:3px}.spark--16[data-astro-cid-ra7sfcwn]{left:90%;bottom:1%;--spark-duration: 10.2s;--spark-delay: 1s;width:4px;height:4px}.spark--17[data-astro-cid-ra7sfcwn]{left:95%;bottom:0%;--spark-duration: 7.6s;--spark-delay: 4s;width:3px;height:3px}.spark--18[data-astro-cid-ra7sfcwn]{left:6%;bottom:1%;--spark-duration: 11.5s;--spark-delay: 6.8s;width:4px;height:4px}.spark--19[data-astro-cid-ra7sfcwn]{left:44%;bottom:2%;--spark-duration: 8.1s;--spark-delay: 9s;width:5px;height:5px}.spark--20[data-astro-cid-ra7sfcwn]{left:56%;bottom:0%;--spark-duration: 9.6s;--spark-delay: 3.3s;width:3px;height:3px}@keyframes spark-float{0%{opacity:0;transform:translate(0) scale(1)}5%{opacity:.9;background:radial-gradient(circle,rgba(255,140,20,.9),rgba(220,60,0,.5),transparent)}30%{opacity:.7;transform:translate(30px,-80px) scale(.9)}60%{opacity:.4;transform:translate(-10px,-200px) scale(.7);background:radial-gradient(circle,rgba(200,40,0,.7),rgba(100,20,0,.3),transparent)}to{opacity:0;transform:translate(40px,-350px) scale(.3);background:radial-gradient(circle,rgba(80,10,0,.3),transparent,transparent)}}.star-field__coals[data-astro-cid-ra7sfcwn]{position:absolute;bottom:0;left:0;right:0;height:120px;pointer-events:none;overflow:hidden}.star-field__coals-base[data-astro-cid-ra7sfcwn]{position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(to top,rgba(255,60,0,.2),rgba(255,80,10,.12) 30%,rgba(200,40,0,.05) 60%,transparent 100%);animation:base-glow-breathe 6s ease-in-out infinite}@keyframes base-glow-breathe{0%,to{opacity:.7}30%{opacity:.9}60%{opacity:.65}80%{opacity:.85}}.coal[data-astro-cid-ra7sfcwn]{position:absolute;bottom:var(--coal-y, 0);left:var(--coal-x, 50%);width:var(--coal-w, 150px);height:var(--coal-h, 60px);border-radius:50%;background:radial-gradient(ellipse at center,var(--coal-color-inner, rgba(255, 80, 0, .25)),var(--coal-color-outer, rgba(180, 40, 0, .08)),transparent 70%);filter:blur(var(--coal-blur, 12px));opacity:.7;animation:coal-pulse var(--coal-speed, 4s) ease-in-out infinite;animation-delay:var(--coal-delay, 0s)}.coal--1[data-astro-cid-ra7sfcwn]{--coal-x: 10%;--coal-y: -15px;--coal-w: 180px;--coal-h: 70px;--coal-blur: 15px;--coal-color-inner: rgba(255, 60, 0, .3);--coal-color-outer: rgba(200, 30, 0, .1);--coal-speed: 3.5s;--coal-delay: 0s}.coal--2[data-astro-cid-ra7sfcwn]{--coal-x: 30%;--coal-y: -5px;--coal-w: 200px;--coal-h: 80px;--coal-blur: 18px;--coal-color-inner: rgba(255, 100, 10, .28);--coal-color-outer: rgba(180, 50, 0, .08);--coal-speed: 4.5s;--coal-delay: 1.2s}.coal--3[data-astro-cid-ra7sfcwn]{--coal-x: 50%;--coal-y: -10px;--coal-w: 160px;--coal-h: 65px;--coal-blur: 14px;--coal-color-inner: rgba(255, 120, 20, .32);--coal-color-outer: rgba(200, 60, 0, .1);--coal-speed: 3.8s;--coal-delay: 2.5s}.coal--4[data-astro-cid-ra7sfcwn]{--coal-x: 70%;--coal-y: -8px;--coal-w: 220px;--coal-h: 75px;--coal-blur: 20px;--coal-color-inner: rgba(255, 70, 0, .26);--coal-color-outer: rgba(160, 40, 0, .08);--coal-speed: 5s;--coal-delay: .8s}.coal--5[data-astro-cid-ra7sfcwn]{--coal-x: 88%;--coal-y: -12px;--coal-w: 170px;--coal-h: 60px;--coal-blur: 16px;--coal-color-inner: rgba(255, 90, 5, .3);--coal-color-outer: rgba(190, 45, 0, .09);--coal-speed: 4.2s;--coal-delay: 3s}.coal--6[data-astro-cid-ra7sfcwn]{--coal-x: 20%;--coal-y: -20px;--coal-w: 130px;--coal-h: 50px;--coal-blur: 12px;--coal-color-inner: rgba(255, 140, 30, .22);--coal-color-outer: rgba(200, 60, 0, .06);--coal-speed: 3.2s;--coal-delay: 1.8s}.coal--7[data-astro-cid-ra7sfcwn]{--coal-x: 60%;--coal-y: -3px;--coal-w: 140px;--coal-h: 55px;--coal-blur: 13px;--coal-color-inner: rgba(255, 80, 0, .2);--coal-color-outer: rgba(170, 35, 0, .07);--coal-speed: 4.8s;--coal-delay: 2s}@keyframes coal-pulse{0%,to{opacity:.5;transform:scale(1)}30%{opacity:.9;transform:scale(1.05)}60%{opacity:.6;transform:scale(.97)}80%{opacity:.85;transform:scale(1.03)}}@media(prefers-reduced-motion:reduce){.star-field__nebula[data-astro-cid-ra7sfcwn]{animation:none;opacity:.7}.star-field__layer[data-astro-cid-ra7sfcwn]{animation:none}.blink-star[data-astro-cid-ra7sfcwn]{animation:none;opacity:.5}.spark[data-astro-cid-ra7sfcwn]{display:none}.star-field__coals-base[data-astro-cid-ra7sfcwn]{animation:none;opacity:.7}.coal[data-astro-cid-ra7sfcwn]{animation:none;opacity:.6}.star-field__layer--small[data-astro-cid-ra7sfcwn]{opacity:.8}.star-field__layer--medium[data-astro-cid-ra7sfcwn]{opacity:.7}.star-field__layer--accent[data-astro-cid-ra7sfcwn]{opacity:.6}}.footer[data-astro-cid-sz7xmlte]{padding:var(--space-6) 0;border-top:1px solid rgba(184,115,51,.1);position:fixed;bottom:0;left:0;right:0;z-index:90;background:#0a0a0ad9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.footer[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:120px;height:1px;background:var(--gradient-forge);opacity:.6;filter:blur(1px);animation:footer-glow 4s ease-in-out infinite alternate}@keyframes footer-glow{0%{width:80px;opacity:.4}to{width:160px;opacity:.7}}.footer__inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);text-align:center}.footer__tagline[data-astro-cid-sz7xmlte]{font-size:var(--text-sm);color:var(--color-copper);font-style:italic;letter-spacing:.05em}.footer__copyright[data-astro-cid-sz7xmlte]{font-size:var(--text-xs);color:var(--color-text-muted)}@media(prefers-reduced-motion:reduce){.footer[data-astro-cid-sz7xmlte]:before{animation:none;width:120px;opacity:.5}}
