:root{--color-bg: #08090a;--color-bg-soft: #0f1011;--color-surface: #151617;--color-surface-2: #1b1c1e;--color-card: rgba(255,255,255,.035);--color-text: #f7f4ef;--color-text-muted: rgba(247,244,239,.7);--color-text-faint: rgba(247,244,239,.46);--color-border: rgba(255,255,255,.08);--color-accent: #e86f3a;--color-accent-2: #f4b15f;--color-accent-3: #b5524a;--color-purple: #6f456d;--color-indigo: #33324f;--font-sans: Geist, "Geist Fallback", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "Geist Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--radius-lg: 18px;--radius-md: 12px;--shadow-glow: 0 20px 70px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.06);--max-page: 1320px}@font-face{font-family:Geist Fallback;src:local("Arial");size-adjust:102%;ascent-override:95%;descent-override:24%;line-gap-override:0%}@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:.22s}@property --spot{syntax: "<number>"; inherits: false; initial-value: 0;}*{box-sizing:border-box}html{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);scroll-behavior:smooth;font-feature-settings:"liga","kern";scrollbar-gutter:stable;scrollbar-color:rgba(244,177,95,.28) rgba(255,255,255,.04);overflow-x:clip}::selection{background:#f4b15f4d;color:#fff7ec}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#ffffff08}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f4b15f59,#e86f3a47);border-radius:8px;border:3px solid #0a0b0c}body{margin:0;min-height:100vh;overflow-x:clip;background:radial-gradient(circle at 78% -4%,rgba(244,177,95,.14),transparent 25rem),radial-gradient(circle at 92% 18%,rgba(232,111,58,.08),transparent 30rem),radial-gradient(circle at 8% 10%,rgba(111,69,109,.12),transparent 32rem),linear-gradient(180deg,#08090a,#120f0d 24%,#0d0d10 58%,#08090a)}a{color:inherit}img{max-width:100%}.container{width:min(var(--max-page),calc(100% - 40px));margin:0 auto}.pill{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.45rem .75rem;color:var(--color-text-muted);background:#ffffff09;font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:10px;padding:.82rem 1.05rem;text-decoration:none;font-weight:600;border:1px solid rgba(255,255,255,.1);background:#ffffff06;transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s ease,background .22s ease,box-shadow .22s ease;min-height:44px;position:relative;overflow:hidden}.btn:after{content:"";position:absolute;inset:-120% auto -120% -60%;width:48%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);opacity:0;transition:opacity .22s ease,translate .48s ease;pointer-events:none}.btn:hover{transform:translateY(-2px);border-color:#f4b15f52;background:#ffffff0d;box-shadow:0 16px 50px #00000038}.btn:hover:after{opacity:1;translate:260% 0}.btn.primary{background:linear-gradient(135deg,#f7c98b,#f4b15f 45%,#ef9450);color:#120d08;border-color:transparent;box-shadow:0 8px 28px #f4b15f38,inset 0 1px #ffffff59}.btn.primary:hover{box-shadow:0 14px 44px #f4b15f52,inset 0 1px #fff6}.card{border:0;position:relative;background:radial-gradient(560px circle at var(--mx, 50%) var(--my, -30%),rgba(244,177,95,calc(var(--spot, 0) * .09)),transparent 42%),linear-gradient(180deg,#ffffff0e,#ffffff06);border-radius:var(--radius-lg);box-shadow:var(--shadow-glow);transition:--spot .45s ease}.card:hover{--spot: 1}.glass{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.muted{color:var(--color-text-muted)}.eyebrow{color:var(--color-accent-2);text-transform:uppercase;letter-spacing:.13em;font-size:.74rem;font-weight:700;font-family:var(--font-mono)}.reveal-card{transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background .28s ease}.reveal-card:hover{transform:translateY(-6px);background:radial-gradient(560px circle at var(--mx, 50%) var(--my, 0%),rgba(244,177,95,.11),transparent 42%),linear-gradient(180deg,#ffffff13,#ffffff09);box-shadow:0 34px 92px #0000006b,0 0 0 1px #f4b15f29,0 0 44px #e86f3a14}.cursor-light{position:fixed;z-index:0;inset:0;pointer-events:none;background:radial-gradient(520px circle at var(--cursor-x, 50%) var(--cursor-y, 12%),rgba(244,177,95,.1),rgba(232,111,58,.035) 30%,transparent 62%);transition:opacity .2s ease}body>header,body>main,body>footer{position:relative;z-index:1}.motion-ready body:before{content:"";position:fixed;z-index:0;inset:-20% -10% auto;height:52vh;pointer-events:none;background:linear-gradient(105deg,transparent 0%,rgba(244,177,95,.055) 34%,rgba(232,111,58,.045) 52%,transparent 74%);filter:blur(18px);transform:translate3d(-18%,0,0);animation:horizon-drift 18s ease-in-out infinite alternate}.motion-ready .hero-copy{animation:hero-rise .78s cubic-bezier(.16,1,.3,1) both}.motion-ready .signal{animation:premium-float 7.5s ease-in-out infinite}.motion-ready .reveal-on-scroll{opacity:0;transform:translate3d(0,24px,0);transition:opacity .72s ease,transform .72s cubic-bezier(.16,1,.3,1),box-shadow .28s ease,background .28s ease;transition-delay:var(--reveal-delay, 0ms)}.motion-ready .reveal-on-scroll.is-visible{opacity:1;transform:translateZ(0)}@keyframes hero-rise{0%{opacity:0;transform:translate3d(0,18px,0);filter:blur(6px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes premium-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes horizon-drift{0%{transform:translate3d(-18%,0,0);opacity:.5}to{transform:translate3d(18%,4%,0);opacity:.9}}@keyframes sunset-pulse{0%,to{box-shadow:0 0 28px #e86f3a38;transform:translateZ(0) scale(1)}50%{box-shadow:0 0 42px #f4b15f5c;transform:translateZ(0) scale(1.035)}}.full-bleed{width:min(1500px,calc(100% - 40px));margin-inline:auto}h1,h2,h3{text-wrap:balance}a:focus-visible,button:focus-visible{outline:2px solid var(--color-accent-2);outline-offset:3px;border-radius:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ch-line{display:block}.ch{display:inline-block}.motion-ready .ch{opacity:0;animation:ch-resolve .85s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--ci) * 26ms + 60ms)}.motion-ready .ch:nth-child(2n){animation-name:ch-resolve-alt}@keyframes ch-resolve{0%{opacity:0;transform:translate(-.08em,.28em) rotate(-2.5deg);filter:blur(7px)}60%{opacity:1}to{opacity:1;transform:none;filter:blur(0)}}@keyframes ch-resolve-alt{0%{opacity:0;transform:translate(.09em,-.2em) rotate(2deg);filter:blur(9px)}60%{opacity:1}to{opacity:1;transform:none;filter:blur(0)}}.journey-sun{display:none;position:fixed;right:calc(1vw + 4px);top:0;width:clamp(64px,5.5vw,92px);aspect-ratio:1;border-radius:50%;z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 38%,rgba(247,201,139,.5),rgba(232,111,58,.26) 52%,rgba(181,82,74,.1) 68%,transparent 76%);filter:blur(7px) saturate(1.05)}@supports (animation-timeline: scroll()){.motion-ready .journey-sun{display:block;animation:sun-journey linear both;animation-timeline:scroll(root)}}@keyframes sun-journey{0%{transform:translateY(16vh) scale(.9);opacity:.35;filter:blur(7px) saturate(1.05) hue-rotate(0deg)}to{transform:translateY(76vh) scale(1.15);opacity:.5;filter:blur(9px) saturate(1.2) hue-rotate(-14deg)}}@media(max-width:1280px),(prefers-reduced-motion:reduce){.journey-sun{display:none!important}}html.reading-light .journey-sun{opacity:.35}.signal-field{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.4}.progress-sun{display:none;position:fixed;top:-4px;left:0;width:11px;height:11px;border-radius:50%;z-index:81;pointer-events:none;background:radial-gradient(circle at 50% 35%,#f7c98b,#e86f3a 72%);box-shadow:0 0 12px #f4b15fd9}@supports (animation-timeline: scroll()){.motion-ready .progress-sun{display:block;animation:progress-sun-move linear both;animation-timeline:scroll(root)}}@keyframes progress-sun-move{0%{transform:translate(-12px)}to{transform:translate(calc(100vw - 2px))}}.word-reveal .w{display:inline-block}.motion-ready .word-reveal .w{opacity:0;transform:translateY(.5em);animation:word-rise .7s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--wi) * 55ms + 60ms)}@keyframes word-rise{to{opacity:1;transform:none}}.reveal-line{display:block;overflow:hidden;padding-bottom:.08em;margin-bottom:-.08em}.reveal-line>span{display:inline-block}.motion-ready .reveal-line>span{animation:line-rise .95s cubic-bezier(.16,1,.3,1) both}.motion-ready .reveal-line-2>span{animation-delay:.14s}@keyframes line-rise{0%{transform:translateY(108%)}to{transform:none}}.section-head{position:relative}.section-head:after{content:"";position:absolute;left:0;right:0;bottom:-.6rem;height:1px;background:linear-gradient(90deg,rgba(244,177,95,.45),rgba(255,255,255,.07) 55%,transparent);transform:scaleX(1);transform-origin:0 50%}.motion-ready .section .section-head:after{transform:scaleX(0);transition:transform 1.1s cubic-bezier(.16,1,.3,1) .18s}.motion-ready .section.is-visible .section-head:after{transform:scaleX(1)}html.reading-light .section-head:after{background:linear-gradient(90deg,rgba(178,90,29,.4),rgba(34,26,18,.08) 55%,transparent)}.section-rail{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:55;display:flex;flex-direction:column;gap:.7rem}.section-rail a{position:relative;width:9px;height:9px;border-radius:50%;background:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff24;transition:background .3s ease,transform .3s ease}.section-rail a:hover{background:#f4b15f80;transform:scale(1.25)}.section-rail a.active{background:var(--color-accent-2);box-shadow:0 0 12px #f4b15f8c;transform:scale(1.25)}.section-rail a:before{content:attr(data-label);position:absolute;right:20px;top:50%;transform:translateY(-50%);white-space:nowrap;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);background:#08090ac7;padding:.3rem .55rem;border-radius:8px;box-shadow:inset 0 0 0 1px #ffffff1a;opacity:0;pointer-events:none;transition:opacity .2s ease}.section-rail a:hover:before,.section-rail a.active:focus-visible:before{opacity:1}@media(max-width:1180px),(pointer:coarse){.section-rail{display:none}}.grad-text{background:linear-gradient(92deg,#f7c98b 0%,var(--color-accent-2) 28%,var(--color-accent) 58%,var(--color-accent-3) 92%);-webkit-background-clip:text;background-clip:text;color:transparent}.motion-ready .grad-text{background-size:220% 100%;animation:grad-sweep 10s ease-in-out infinite}@keyframes grad-sweep{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}body:after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.045;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");background-size:180px 180px}html.reading-light{--color-bg:#f7f1e7;--color-text:#221a12;--color-text-muted:rgba(34,26,18,.74);--color-text-faint:rgba(34,26,18,.52);--color-border:rgba(34,26,18,.12);--color-accent:#b3480e;--color-accent-2:#9c4a0a;--shadow-glow:0 16px 50px rgba(90,55,20,.1), 0 0 0 1px rgba(34,26,18,.06);background:#f7f1e7;scrollbar-color:rgba(178,90,29,.4) rgba(34,26,18,.06)}html.reading-light body{background:radial-gradient(circle at 78% -4%,rgba(232,111,58,.1),transparent 25rem),radial-gradient(circle at 8% 10%,rgba(181,82,74,.06),transparent 30rem),linear-gradient(180deg,#faf5ec,#f7f1e7 40%,#f3ebdd)}html.reading-light body:after{opacity:.05;mix-blend-mode:multiply}html.reading-light .cursor-light{background:radial-gradient(520px circle at var(--cursor-x, 50%) var(--cursor-y, 12%),rgba(232,111,58,.07),transparent 62%)}html.reading-light .card{background:radial-gradient(560px circle at var(--mx, 50%) var(--my, -30%),rgba(232,111,58,calc(var(--spot, 0) * .06)),transparent 42%),linear-gradient(180deg,#ffffffb8,#ffffff80)}html.reading-light ::selection{background:#e86f3a40;color:#221a12}html.reading-light .btn{border-color:#221a1229;background:#ffffff80}html.reading-light .btn:hover{border-color:#b25a1d73;background:#ffffffbf}html.reading-light .btn.primary{background:linear-gradient(135deg,#e2801f,#cf5f14);color:#fff8ef;box-shadow:0 8px 26px #cf5f1440}html.reading-light .site-header.is-scrolled{background:#faf5ecc7;box-shadow:0 1px #221a1214,0 14px 40px #5a37141a}html.reading-light .site-header nav a:hover{background:#221a120d}html.reading-light .site-header nav a[aria-current=page]{background:#cf5f141a;box-shadow:inset 0 0 0 1px #cf5f1447}html.reading-light .footer{border-top-color:#221a121a}html.reading-light .footer-copy{background:linear-gradient(180deg,#faf5ecd9,#faf5ec99);box-shadow:inset 0 0 0 1px #221a1214}html.reading-light .footer-links a{background:#221a120d;box-shadow:inset 0 0 0 1px #221a1214}html.reading-light .article-meta span:not(.eyebrow),html.reading-light .topic-list a,html.reading-light .topic-list span,html.reading-light .status,html.reading-light .topic,html.reading-light .pill{background:#221a120f;box-shadow:inset 0 0 0 1px #221a121a;color:var(--color-text-muted)}html.reading-light .status.published{color:#8a4108;background:#cf5f141a;box-shadow:inset 0 0 0 1px #cf5f1440}html.reading-light .content table th,html.reading-light .content table td{border-bottom-color:#221a1224}html.reading-light .sources,html.reading-light .answer{background:#fff9;box-shadow:inset 0 0 0 1px #221a1214}html.reading-light .grad-text{background:linear-gradient(92deg,#b3480e,#9c4a0a 55%,#8a3d2e);-webkit-background-clip:text;background-clip:text}html.reading-light .reading-toggle{border-color:#b25a1d66;background:#ffffff8c}html.reading-light .reveal-card:hover{background:radial-gradient(560px circle at var(--mx, 50%) var(--my, 0%),rgba(232,111,58,.08),transparent 42%),linear-gradient(180deg,#ffffffd9,#fff9);box-shadow:0 30px 70px #5a371424,0 0 0 1px #cf5f1433}.reading-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:80;transform-origin:0 50%;transform:scaleX(0);background:linear-gradient(90deg,var(--color-accent-2),var(--color-accent),var(--color-accent-3));pointer-events:none;display:none}@supports (animation-timeline: scroll()){.motion-ready .reading-progress{display:block;animation:progress-grow linear both;animation-timeline:scroll(root)}}@keyframes progress-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.sun-glyph{position:relative;width:44px;height:44px;border-radius:12px;background:#ffffff0a;box-shadow:inset 0 0 0 1px #ffffff17;overflow:hidden;flex:0 0 auto}.sun-glyph:before{content:"";position:absolute;left:50%;top:calc(12% + (1 - var(--elev, .5)) * 52%);width:16px;height:16px;margin-left:-8px;border-radius:50%;background:linear-gradient(180deg,#f7c98b,#e86f3a 70%,#b5524a);box-shadow:0 0 14px #f4b15f8c}.sun-glyph:after{content:"";position:absolute;left:14%;right:14%;bottom:26%;height:1px;background:linear-gradient(90deg,transparent,rgba(244,177,95,.55),transparent)}.marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.marquee-track{display:flex;gap:2.6rem;width:max-content;padding:.9rem 0}.motion-ready .marquee-track{animation:marquee-scroll 36s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-track a{display:inline-flex;align-items:center;gap:.7rem;white-space:nowrap;text-decoration:none;font-family:var(--font-mono);font-size:.86rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-faint)}.marquee-track a:hover{color:var(--color-accent-2)}.marquee-track a:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(180deg,#f4b15f,#e86f3a);box-shadow:0 0 8px #f4b15f80}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@supports (animation-timeline: view()){.motion-ready .parallax-img img{scale:1.14;animation:parallax-drift linear both;animation-timeline:view();animation-range:entry 0% exit 100%}}@keyframes parallax-drift{0%{transform:translateY(-4%)}to{transform:translateY(4%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.cursor-light{display:none}}@media(pointer:coarse){.cursor-light{display:none}}@media(max-width:900px){.bento{grid-template-columns:1fr}}@media(max-width:720px){.container,.full-bleed{width:min(100% - 28px,var(--max-page))}.btn{width:100%;min-height:48px}.pill{font-size:.84rem}}.site-header[data-astro-cid-37fxchfa]{position:sticky;top:0;z-index:60;width:100%;transition:background .3s ease,box-shadow .3s ease}.site-header[data-astro-cid-37fxchfa].is-scrolled{background:#08090aad;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px #ffffff12,0 18px 48px #00000057}.header-inner[data-astro-cid-37fxchfa]{width:min(var(--max-page),calc(100% - 40px));margin:0 auto;padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:.7rem;font-weight:700;text-decoration:none;min-height:44px}.brand-text[data-astro-cid-37fxchfa]{font-size:1rem;letter-spacing:-.02em}.mark[data-astro-cid-37fxchfa]{width:34px;height:34px;border-radius:50%;background:linear-gradient(180deg,#f4b15f,#e86f3a 38%,#b5524a 62%,#33324f);box-shadow:0 0 28px #e86f3a38;position:relative;overflow:hidden;flex:0 0 auto}.mark[data-astro-cid-37fxchfa]:before{content:"";position:absolute;inset:8px 0 auto;height:4px;background:#08090a;box-shadow:0 8px #08090a,0 16px #08090a;opacity:.88}.motion-ready[data-astro-cid-37fxchfa] .mark[data-astro-cid-37fxchfa]{animation:sunset-pulse 6.5s ease-in-out infinite}nav[data-astro-cid-37fxchfa]{display:flex;gap:.28rem;flex-wrap:wrap;color:var(--color-text-muted);font-size:.92rem;font-weight:500}nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{min-width:44px;min-height:44px;padding:0 .55rem;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:10px}nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--color-text);background:#ffffff0b}nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa][aria-current=page]{color:var(--color-text);background:#f4b15f1a;box-shadow:inset 0 0 0 1px #f4b15f33}.footer[data-astro-cid-37fxchfa]{min-height:460px;padding:130px clamp(1.25rem,5vw,4rem) 90px;border-top:1px solid rgba(255,255,255,.08);margin-top:72px;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.footer[data-astro-cid-37fxchfa]:before{content:"";position:absolute;inset:8% 0 auto;height:42%;background:radial-gradient(circle at 50% 100%,rgba(244,177,95,.16),transparent 62%);pointer-events:none}.footer-sunset-backdrop[data-astro-cid-37fxchfa]{position:absolute;inset:0;pointer-events:none;opacity:.92}.footer-horizon[data-astro-cid-37fxchfa]{position:absolute;left:12%;right:12%;bottom:164px;height:1px;background:linear-gradient(90deg,transparent,rgba(244,177,95,.42),transparent)}.footer-mark[data-astro-cid-37fxchfa]{position:absolute;left:50%;bottom:86px;width:clamp(260px,34vw,460px);height:clamp(260px,34vw,460px);transform:translate(-50%,-112px);border-radius:50%;background:linear-gradient(180deg,#f4b15f,#e86f3a 38%,#b5524a 62%,#33324f);box-shadow:0 0 95px #e86f3a3d;overflow:hidden;opacity:.4;transition:transform 5.2s cubic-bezier(.12,.72,.18,1);will-change:transform}.footer[data-astro-cid-37fxchfa].is-setting .footer-mark[data-astro-cid-37fxchfa]{transform:translate(-50%,34px)}.footer-mark[data-astro-cid-37fxchfa]:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,#08090a 20%,#08090a 26.5%,transparent 26.5%,transparent 38.5%,#08090a 38.5%,#08090a 45%,transparent 45%,transparent 57%,#08090a 57%,#08090a 63.5%,transparent 63.5%);opacity:.92}.motion-ready[data-astro-cid-37fxchfa] .footer[data-astro-cid-37fxchfa]{animation:footer-glow-breathe 11s ease-in-out infinite}.footer-copy[data-astro-cid-37fxchfa]{position:relative;z-index:1;max-width:860px;padding:1.2rem 1.4rem;border-radius:20px;background:linear-gradient(180deg,#08090a9e,#08090a61);backdrop-filter:blur(12px);box-shadow:inset 0 0 0 1px #ffffff14}.footer-copy[data-astro-cid-37fxchfa] p[data-astro-cid-37fxchfa]:first-child{font-size:clamp(1.35rem,3.2vw,3rem);line-height:1.02;letter-spacing:-.055em;margin:.2rem auto .85rem;max-width:820px}.footer-copy[data-astro-cid-37fxchfa] .muted[data-astro-cid-37fxchfa]{max-width:680px;margin:0 auto}.footer-links[data-astro-cid-37fxchfa]{margin:1rem auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:.3rem;font-size:.86rem}.footer-links[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{min-height:44px;padding:.55rem .7rem;border-radius:999px;color:var(--color-text-muted);text-decoration:none;background:#ffffff09;box-shadow:inset 0 0 0 1px #ffffff12;display:inline-flex;align-items:center;justify-content:center}.footer-links[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--color-text);background:#ffffff12}@keyframes footer-glow-breathe{0%,to{filter:saturate(.95)}50%{filter:saturate(1.08)}}@media(max-width:720px){.site-header[data-astro-cid-37fxchfa]{position:static}.header-inner[data-astro-cid-37fxchfa]{align-items:stretch;flex-direction:column;gap:.15rem;padding:12px 0 8px}nav[data-astro-cid-37fxchfa]{gap:.3rem .45rem}nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{white-space:nowrap}.footer[data-astro-cid-37fxchfa]{min-height:380px;padding:96px 1rem 72px}.footer-horizon[data-astro-cid-37fxchfa]{bottom:126px}.footer-mark[data-astro-cid-37fxchfa]{bottom:54px;opacity:.34}}
