:root{--bg:#ffffff;--bg-2:#f8f9fa;--bg-3:#f1f3f5;--fg:#212529;--fg-light:#495057;--muted:#6c757d;--subtle:#adb5bd;--gold:#f59e0b;--gold-dark:#d97706;--gold-light:#fef3c7;--accent:#3b82f6;--accent-light:#dbeafe;--line:#e9ecef;--line-dark:#dee2e6;--shadow-sm:0 1px 3px 0 rgb(0 0 0/0.1);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1);--radius:0.75rem;--max:72rem;--sans:var(--font-sans),ui-sans-serif,system-ui,-apple-system,sans-serif;--display:var(--font-display),ui-sans-serif,system-ui,-apple-system,sans-serif;--mono:var(--font-mono),ui-monospace,Menlo,Consolas,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--bg)}body,html{margin:0;padding:0;color:var(--fg);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body{background:var(--bg)}a{color:var(--accent);transition:color .2s ease}a,a:hover{text-decoration:none}a:hover{color:var(--gold)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}img{max-width:100%;height:auto;display:block}h1,h2,h3{font-family:var(--display);font-weight:600;letter-spacing:-.03em;line-height:1.12;text-wrap:balance;margin:0}p{margin:0 0 1.05em;text-wrap:pretty}p:last-child{margin-bottom:0}.skip{position:absolute;left:.75rem;top:-3rem;background:var(--gold);color:var(--gold-ink);padding:.4rem .7rem;z-index:50}.skip:focus{top:.75rem}.kicker{font-family:var(--mono);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.page{width:min(var(--max),calc(100% - 2.4rem));margin-inline:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:var(--bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm)}.header-inner{gap:2rem;height:4rem;width:min(88rem,calc(100% - 2.4rem));margin-inline:auto}.header-inner,.header-logo{display:flex;align-items:center}.header-logo{gap:.625rem;text-decoration:none;flex-shrink:0}.header-logo img{width:28px;height:28px;border-radius:50%;object-fit:cover}.header-logo strong{font-family:var(--display);font-size:1.0625rem;font-weight:700;letter-spacing:-.01em;color:var(--fg)}.header-nav{display:flex;align-items:center;gap:1.5rem;font-size:.9375rem;font-weight:500}.header-nav>a{color:var(--fg-light);text-decoration:none;transition:color .2s ease;white-space:nowrap}.header-nav>a.active,.header-nav>a:hover{color:var(--fg)}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:.375rem;background:transparent;border:0;color:var(--fg-light);font-family:var(--sans);font-size:.9375rem;font-weight:500;cursor:pointer;padding:0;transition:color .2s ease;white-space:nowrap}.nav-dropdown-trigger:hover{color:var(--fg)}.nav-dropdown-trigger svg{transition:transform .2s ease}.nav-dropdown-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.nav-dropdown-backdrop{position:fixed;inset:0;z-index:31}.nav-dropdown-panel{position:absolute;top:calc(100% + 1rem);left:50%;transform:translateX(-50%);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.5rem;z-index:32;min-width:640px;animation:dropdown-in .2s ease}@keyframes dropdown-in{0%{opacity:0;transform:translateX(-50%) translateY(-8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.nav-dropdown-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.nav-dropdown-item{display:flex;gap:.875rem;padding:.875rem;border-radius:.5rem;text-decoration:none;transition:background .2s ease}.nav-dropdown-icon,.nav-dropdown-item:hover{background:var(--bg-2)}.nav-dropdown-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border-radius:.5rem}.nav-dropdown-content h3{font-family:var(--display);font-size:.9375rem;font-weight:600;color:var(--fg);margin:0 0 .25rem}.nav-dropdown-content p{font-size:.8125rem;color:var(--fg-light);margin:0;line-height:1.4}.header-search{display:flex;align-items:center;gap:.5rem;background:var(--bg-2);border:1px solid var(--line);border-radius:2rem;padding:.5rem .875rem;margin-left:auto;min-width:280px;transition:all .2s ease}.header-search:focus-within{background:var(--bg);border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-light)}.header-search-icon{color:var(--muted);flex-shrink:0}.header-search-input{flex:1 1;border:0;background:transparent;font-family:var(--sans);font-size:.875rem;color:var(--fg);outline:none;min-width:0}.header-search-input::placeholder{color:var(--muted)}.header-search-kbd{flex-shrink:0;padding:.125rem .375rem;background:var(--bg-3);border:1px solid var(--line);border-radius:.25rem;font-family:var(--mono);font-size:.6875rem;color:var(--muted);font-weight:500}.header-actions{display:flex;align-items:center;gap:.75rem}.header-action-link{color:var(--fg-light);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease;white-space:nowrap}.header-action-link:hover{color:var(--gold)}.header-action-cta{display:inline-flex;align-items:center;padding:.5rem 1rem;background:var(--gold);color:white;border-radius:2rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s ease;white-space:nowrap}.header-action-cta:hover{background:var(--gold-dark);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.header-mobile-menu{display:none;flex-direction:column;gap:.25rem;background:transparent;border:0;padding:.5rem;cursor:pointer;margin-left:auto}.header-mobile-menu span{width:20px;height:2px;background:var(--fg);border-radius:2px;transition:all .2s ease}.header-mobile-panel{display:none;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--line);background:var(--bg)}.header-mobile-panel a{padding:.625rem 0;color:var(--fg);text-decoration:none;font-weight:500}@media (max-width:980px){.header-actions,.header-nav,.header-search{display:none}.header-mobile-menu,.header-mobile-panel{display:flex}}.site-footer{margin-top:5rem;padding:2.6rem 0 6.5rem;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:2.2rem;gap:2.2rem;width:min(88rem,calc(100% - 2.4rem));margin-inline:auto}.site-footer h2{font-family:var(--mono);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin:.28rem 0}.site-footer a{text-decoration:none}.masthead{padding:3.2rem 0 1.2rem;position:relative}.masthead h1{font-size:clamp(3.1rem,9vw,7rem);max-width:11ch;margin:.4rem 0 1rem;font-weight:800;background:linear-gradient(135deg,var(--fg) 0,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.lede{font-size:1.2rem;line-height:1.55;max-width:40rem;color:var(--muted)}.hero-bleed{width:100%;margin:1.4rem 0 2.8rem}.hero-bleed img{width:100%;height:min(56vh,480px);object-fit:cover}.hero-cap{width:min(var(--max),calc(100% - 2.4rem));margin:.55rem auto 0;display:flex;justify-content:space-between;gap:1rem;font-family:var(--mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--subtle)}.triptych{display:grid;grid-template-columns:1.15fr 1fr 1fr;grid-gap:2.4rem;gap:2.4rem;margin:2.4rem 0;perspective:1000px}.panel{padding-top:.9rem;border-top:1px solid var(--line);transition:transform .3s ease}.panel:hover{transform:translateZ(10px)}.panel h2{font-size:1.55rem;margin-bottom:.85rem;position:relative;display:inline-block}.panel h2:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gold);transition:width .3s ease}.panel:hover h2:after{width:100%}.item-row{display:block;padding:.75rem 0;border-bottom:1px solid var(--line);text-decoration:none;position:relative;transition:all .25s cubic-bezier(.34,1.56,.64,1)}.item-row:before{content:"→";position:absolute;left:-1.5rem;opacity:0;color:var(--gold);transition:all .3s ease}.item-row:hover:before{opacity:1;left:-1rem}.item-row:hover{transform:translateX(6px);border-bottom-color:var(--gold)}.item-row strong{display:block;font-family:var(--display);font-size:1.12rem;font-weight:600;transition:color .2s ease}.item-row:hover strong{color:var(--gold)}.item-row span{color:var(--muted);font-size:.92rem;transition:color .2s ease}.item-row:hover span{color:var(--fg)}.masonry{column-count:3;column-gap:1.4rem;margin:1rem 0 2.5rem}.tile{page-break-inside:avoid;break-inside:avoid;margin:0 0 1.4rem;display:block;text-decoration:none}.tile img{width:100%}.tile figcaption{padding:.55rem 0 0}.tile strong{display:block;font-family:var(--display);font-size:1.15rem}.tile em{font-style:normal;font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.crumb,.tile em{color:var(--subtle)}.crumb{font-size:.78rem;margin:1.4rem 0 .9rem}.crumb ol{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;padding:0;margin:0}.crumb li:not(:last-child):after{content:"/";margin-left:.35rem;color:var(--subtle)}.article-head{margin-bottom:1.8rem;padding-bottom:1.2rem;border-bottom:1px solid var(--line)}.article-head h1{font-size:clamp(2.4rem,6vw,4.4rem);max-width:18ch;margin:.25rem 0 .55rem;font-weight:800}.dek{font-size:1.18rem;color:var(--muted);max-width:40rem}.meta-line{gap:.9rem;margin-top:.9rem;font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--subtle)}.facts,.meta-line{display:flex;flex-wrap:wrap}.facts{gap:1.1rem 1.8rem;margin:1.15rem 0 0}.facts div{min-width:8rem}.facts dt{font-family:var(--mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.facts dd{margin:.12rem 0 0}.story-photo{margin:0 0 1.6rem}.story-photo img{width:100%;max-height:22rem;object-fit:cover;filter:saturate(.86) contrast(1.05)}.story-toc{display:flex;flex-wrap:wrap;gap:.35rem 1.15rem;margin:0 0 2rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.story-toc a{text-decoration:none;color:var(--muted);font-size:.92rem}.story-toc a:hover{color:var(--gold)}.prose{max-width:42rem}.story-body{margin-bottom:2.4rem}.source-lead{color:var(--muted);font-size:.95rem}.prose h2{font-size:1.65rem;margin:2.1rem 0 .7rem}.prose h3{font-size:1.18rem;margin:1.4rem 0 .45rem}.prose ol,.prose ul{padding-left:1.15rem;margin:0 0 1.1em}.prose blockquote{margin:1.3rem 0;padding:0;border:0;color:var(--cream);font-family:var(--display);font-size:1.35rem;line-height:1.35}.note{color:var(--muted);margin:1.1rem 0;padding-left:.9rem;border-left:2px solid var(--gold)}.codeblock{margin:1.1rem 0 1.3rem;color:var(--cream);font-family:var(--mono);font-size:.82rem;line-height:1.55;overflow:auto}.codeblock figcaption{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}table{width:100%;border-collapse:collapse;font-size:.92rem}td,th{text-align:left;padding:.45rem .2rem;border-bottom:1px solid var(--line)}th{font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--subtle);font-weight:500}.related{margin-top:1.2rem}.related a{display:block;padding:.4rem 0;border-bottom:1px solid var(--line);text-decoration:none;font-family:var(--display)}.keep-reading{margin:2.4rem 0 1rem;padding-top:1.4rem;border-top:1px solid var(--line);max-width:42rem}.keep-reading h2{font-size:1.9rem;margin:.25rem 0 .85rem}.keep-reading a{display:block;padding:.7rem 0;border-bottom:1px solid var(--line);text-decoration:none}.keep-reading strong{display:block;font-family:var(--display);font-size:1.15rem}.keep-reading span{color:var(--muted);font-size:.92rem}.faq details{border-bottom:1px solid var(--line);padding:.75rem 0}.faq summary{cursor:pointer;font-family:var(--display);font-size:1.12rem}.faq p{margin-top:.5rem;color:var(--muted)}.hub-list{max-width:44rem}.source{display:block;padding:1.15rem 0;border-bottom:1px solid var(--line);text-decoration:none}.source b{display:block;font-family:var(--mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:500}.source strong{display:block;font-family:var(--display);font-size:1.35rem;margin:.15rem 0 .25rem}.source span{color:var(--muted)}.timeline{list-style:none;margin:0;padding:0}.timeline li{border-left:1px solid var(--line);margin-left:.3rem;padding:0 0 1.7rem 1.1rem}.timeline time{font-family:var(--mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.timeline h3{font-size:1.28rem;margin:.15rem 0 .3rem}.glossary dt{font-family:var(--display);font-size:1.45rem;margin-top:1.5rem}.glossary dd{margin:.25rem 0 0;max-width:42rem;color:var(--muted)}.thread{border-top:1px solid var(--line);padding:1.1rem 0 1.2rem}.thread-meta{font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--subtle)}.score{color:var(--gold)}.post{margin:1rem 0 1rem .1rem;padding:.2rem 0 .2rem .9rem;border-left:1px solid var(--line)}.post header{font-size:.78rem;color:var(--subtle);margin-bottom:.3rem}.search-modal{position:fixed;inset:0;z-index:80;background:rgb(7 6 5/.72);display:flex;justify-content:center;padding:14vh 1rem 1rem}.search-panel{width:min(42rem,100%);max-height:72vh;overflow:auto}.search-panel input{width:100%;border:0;background:transparent;color:var(--fg);padding:.95rem 1rem;font-family:var(--display);font-size:1.25rem}.search-hit,.search-panel input{border-bottom:1px solid var(--line)}.search-hit{display:block;padding:.85rem 1rem;text-decoration:none}.search-hit b{font-family:var(--mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:500}.cta-orbit{margin:3rem 0 1rem;padding:1.4rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-orbit h2{font-size:1.8rem;margin:.3rem 0 .5rem}.cta-orbit p{color:var(--muted);max-width:38rem}.cta-orbit a.go{display:inline-block;margin-top:.8rem;color:var(--gold);background:none;text-decoration:none;padding:0;font-family:var(--display);font-weight:700;font-size:1.2rem}.two-col{display:grid;grid-template-columns:1.35fr .75fr;grid-gap:2.4rem;gap:2.4rem}.doge-dock{position:fixed;right:1rem;bottom:1rem;z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:.55rem}.doge-face{width:138px;height:138px;border:0;padding:0;background:transparent;cursor:pointer;filter:drop-shadow(0 10px 18px rgb(0 0 0/.45));transition:transform .3s cubic-bezier(.34,1.56,.64,1);animation:bob 3s ease-in-out infinite}.doge-face:hover{transform:scale(1.08) rotate(5deg);animation:wiggle-bob .5s ease-in-out}@keyframes bob{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(-2deg)}}@keyframes wiggle-bob{0%,to{transform:scale(1.08) rotate(0deg)}25%{transform:scale(1.08) rotate(-8deg)}75%{transform:scale(1.08) rotate(8deg)}}.doge-face canvas,.doge-fallback{width:100%;height:100%;background:transparent}.doge-bubble{position:relative;width:min(22rem,calc(100vw - 2rem));background:linear-gradient(135deg,var(--bg-2) 0,rgb(20 18 15) 100%);padding:.95rem 1.05rem 1.05rem;border-radius:1.35rem;border:1px solid rgb(244 160 28/.2);box-shadow:0 12px 40px rgb(0 0 0/.5),0 4px 12px rgb(244 160 28/.1);animation:bubble-pop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes bubble-pop{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.doge-bubble:after{content:"";position:absolute;right:2.4rem;bottom:-8px;border:8px solid transparent;border-top-color:rgb(20 18 15)}.doge-close{float:right;background:none;border:0;color:var(--subtle);cursor:pointer;letter-spacing:.12em}.doge-close,.doge-kicker{font-family:var(--mono);font-size:.66rem;text-transform:uppercase}.doge-kicker{letter-spacing:.16em;color:var(--gold);margin-bottom:.35rem}.doge-line{font-family:var(--display);font-size:1.02rem;line-height:1.35;margin-bottom:.7rem}.doge-ask{display:flex;align-items:center;gap:.6rem}.doge-ask input{width:100%;background:transparent;border:0;border-bottom:1px solid var(--line);color:var(--fg);padding:.4rem 0;font-family:var(--sans);transition:border-color .3s ease}.doge-ask input:focus{border-bottom-color:var(--gold);outline:none}.doge-ask button{background:none;border:0;color:var(--gold);cursor:pointer;font-family:var(--display);font-weight:700;padding:0;transition:transform .2s ease}.doge-ask button:hover{transform:scale(1.1);text-shadow:0 0 8px rgb(244 160 28/.5)}.doge-cite{display:block;margin:.55rem 0 .3rem;color:var(--gold);text-decoration:none;font-size:.88rem}.doge-orbit{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.55rem}.doge-orbit button{background:transparent;border:0;color:var(--muted);cursor:pointer;font-size:.75rem;padding:.15rem .2rem}.doge-go,.doge-orbit button:hover{color:var(--gold)}.doge-go{display:inline-block;margin-top:.65rem;background:none;text-decoration:none;padding:0;font-family:var(--display);font-weight:700;font-size:.95rem}@media (max-width:980px){.footer-grid,.triptych,.two-col{grid-template-columns:1fr}.masonry{column-count:2}.nav,.search-btn{display:none}.menu-btn{display:inline-block}.header-inner.open .nav{display:flex;flex-direction:column;position:absolute;top:3.6rem;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);padding:.9rem 1.2rem 1.1rem;gap:.7rem}}@media (max-width:640px){.masonry{column-count:1}.doge-face{width:96px;height:96px}}@media (min-width:1100px){.mark span{display:inline}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.floating-card{transition:none!important}.floating-card,.playground-section{transform:none!important}}.home-search input{width:min(42rem,100%);background:transparent;border:0;border-bottom:1px solid var(--line);color:var(--fg);padding:.7rem 0;font-family:var(--display);font-size:1.35rem}.floating-card{position:relative;transform:rotate(var(--card-angle,0deg));transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease;animation:float-in .6s ease-out both;animation-delay:var(--card-delay,0s);will-change:transform;background:var(--bg-2);border:1px solid rgb(244 160 28/.15);border-radius:1.2rem;padding:1.8rem;box-shadow:0 8px 32px rgb(0 0 0/.3),0 2px 8px rgb(244 160 28/.08)}.floating-card:hover{transform:rotate(var(--card-angle,0deg)) translateY(-8px) scale(1.02);box-shadow:0 16px 48px rgb(0 0 0/.4),0 4px 16px rgb(244 160 28/.15);border-color:rgb(244 160 28/.35)}@keyframes float-in{0%{opacity:0;transform:rotate(var(--card-angle,0deg)) translateY(20px)}to{opacity:1;transform:rotate(var(--card-angle,0deg)) translateY(0)}}.playground-section{position:relative;transform-style:preserve-3d;perspective:1000px}.playful-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin:2rem 0}.tilted-panel{transform:rotate(-1.5deg)}.tilted-panel:nth-child(2n){transform:rotate(1.2deg)}.tilted-panel:nth-child(3n){transform:rotate(-.8deg)}.parallax-wrapper{position:relative;overflow:hidden}.hover-lift{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hover-lift:hover{transform:translateY(-4px)}.wiggle{animation:wiggle .6s ease-in-out}@keyframes wiggle{0%,to{transform:rotate(0deg)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px rgb(244 160 28/.2)}50%{box-shadow:0 0 20px rgb(244 160 28/.4),0 0 40px rgb(244 160 28/.2)}}.story-card{position:relative;display:block;background:linear-gradient(135deg,var(--bg-2) 0,rgb(14 12 10/.8) 100%);border:1px solid rgb(244 160 28/.12);border-radius:1rem;padding:1.4rem;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.story-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(244 160 28/.08),transparent);transition:left .5s ease}.story-card:hover:before{left:100%}.story-card:hover{transform:translateY(-6px) rotate(-.5deg);border-color:rgb(244 160 28/.3);box-shadow:0 12px 40px rgb(0 0 0/.4),0 4px 12px rgb(244 160 28/.15)}.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.section-kicker{font-family:var(--mono);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin:0 0 .5rem;font-weight:500}.section-title{font-size:1.875rem;font-weight:700;color:var(--fg);margin:0 0 .75rem;letter-spacing:-.02em}.section-description{font-size:1.0625rem;color:var(--fg-light);line-height:1.6;max-width:48rem;margin:0}.section-cta{flex-shrink:0;display:inline-flex;align-items:center;padding:.625rem 1.25rem;background:var(--gold);color:white;border-radius:2rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s ease;white-space:nowrap}.section-cta:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.category-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.category-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--bg);border:1px solid var(--line);border-radius:2rem;text-decoration:none;transition:all .2s ease;box-shadow:var(--shadow-sm)}.category-chip:hover{border-color:var(--gold);background:var(--gold-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.category-chip-label{font-size:.9375rem;font-weight:600;color:var(--fg)}.category-chip-count{font-size:.8125rem;color:var(--fg-light);padding:.125rem .5rem;background:var(--bg-2);border-radius:1rem;font-weight:500}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.featured-card{position:relative;display:block;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;text-decoration:none;transition:all .2s ease;box-shadow:var(--shadow-sm);overflow:hidden}.featured-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(244 160 28/.05),transparent);transition:left .5s ease}.featured-card:hover:before{left:100%}.featured-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.featured-card-badge{display:inline-block;padding:.25rem .625rem;background:var(--gold-light);color:var(--gold-dark);border-radius:.375rem;font-size:.75rem;font-weight:600;margin-bottom:1rem;letter-spacing:.02em}.featured-card-title{font-family:var(--display);font-size:1.125rem;font-weight:600;color:var(--fg);margin:0 0 .75rem;line-height:1.4}.featured-card-excerpt{font-size:.9375rem;color:var(--fg-light);line-height:1.6;margin:0}.featured-card-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.featured-card-tag{display:inline-block;padding:.25rem .625rem;background:var(--bg-2);color:var(--fg-light);border-radius:.375rem;font-size:.8125rem;font-weight:500}.tag-cloud{display:flex;flex-wrap:wrap;gap:.625rem;margin:2rem 0 3rem}.tag-pill{display:inline-flex;align-items:center;padding:.5rem .875rem;background:var(--bg-2);border:1px solid var(--line);border-radius:2rem;font-size:.875rem;font-weight:500;color:var(--fg);text-decoration:none;transition:all .2s ease}.tag-pill:hover{background:var(--gold-light);border-color:var(--gold);color:var(--gold-dark);transform:translateY(-1px)}.activity-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.activity-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-2);border:1px solid var(--line);border-radius:2rem;font-size:.875rem;font-weight:600;color:var(--fg)}.activity-badge-dot{width:8px;height:8px;background:var(--gold);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.activity-feed{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.activity-item{padding:1.25rem 0;border-bottom:1px solid var(--line)}.activity-item:last-child{border-bottom:none;padding-bottom:0}.activity-item:first-child{padding-top:0}.activity-item-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.activity-item-badge{display:inline-block;padding:.25rem .625rem;background:var(--accent-light);color:var(--accent);border-radius:.375rem;font-size:.75rem;font-weight:600;letter-spacing:.02em}.activity-item-date{font-size:.875rem;color:var(--muted)}.activity-item-title{font-family:var(--display);font-size:1.0625rem;font-weight:600;color:var(--fg);margin:0 0 .5rem}.activity-item-title a{color:var(--fg);text-decoration:none;transition:color .2s ease}.activity-item-title a:hover{color:var(--gold)}.activity-item-text{font-size:.9375rem;color:var(--fg-light);line-height:1.6;margin:0}.activity-cta{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:var(--accent);color:white;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s ease}.activity-cta:hover{background:var(--gold);transform:translateY(-2px);box-shadow:var(--shadow-md)}.final-cta{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);padding:3rem 2rem;text-align:center;box-shadow:var(--shadow-sm)}.final-cta h2{font-size:2rem;font-weight:700;color:var(--fg);margin:0 0 1rem;letter-spacing:-.02em}.final-cta p{font-size:1.125rem;color:var(--fg-light);max-width:42rem;margin:0 auto 1.5rem;line-height:1.6}.final-cta-motto{font-size:1rem;color:var(--muted);margin-bottom:2rem!important;font-style:italic}.final-cta-button{display:inline-flex;align-items:center;padding:1rem 2rem;background:var(--gold);color:white;border-radius:.5rem;font-weight:600;font-size:1.0625rem;text-decoration:none;transition:all .2s ease}.final-cta-button:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (max-width:768px){.section-header{flex-direction:column;gap:1rem}.section-cta{align-self:flex-start}.featured-grid{grid-template-columns:1fr}.activity-header{flex-direction:column;gap:1rem}}.wiki-hero{text-align:center;padding:5rem 1.5rem 4rem;max-width:64rem;margin:0 auto;position:relative}.wiki-hero:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:800px;height:100%;background-image:radial-gradient(circle at 20% 30%,var(--gold-light) 0,transparent 50%),radial-gradient(circle at 80% 70%,var(--accent-light) 0,transparent 50%);opacity:.3;z-index:-1;pointer-events:none;filter:blur(60px)}.wiki-hero h1{font-size:clamp(2.75rem,7vw,4.5rem);font-weight:700;color:var(--fg);margin:0 0 1.5rem;letter-spacing:-.03em;line-height:1.15}.hero-highlight{color:var(--gold);font-weight:800}.wiki-hero-lead{font-size:1.125rem;line-height:1.7;color:var(--fg-light);margin:0 auto 2.5rem;max-width:46rem}.hero-search-wrapper{max-width:42rem;margin:0 auto 2rem}.hero-search-form{position:relative;display:flex;align-items:center;background:var(--bg);border:2px solid var(--line);border-radius:3rem;padding:.75rem 1.5rem;transition:all .3s ease;box-shadow:var(--shadow-sm)}.hero-search-form:focus-within{border-color:var(--gold);box-shadow:0 0 0 4px var(--gold-light),var(--shadow-md)}.hero-search-icon{color:var(--muted);margin-right:.75rem;flex-shrink:0}.hero-search-input{flex:1 1;border:0;background:transparent;font-family:var(--sans);font-size:1.0625rem;color:var(--fg);outline:none}.hero-search-input::placeholder{color:var(--muted)}.hero-pills{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem}.hero-pills-label{font-family:var(--mono);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:500}.hero-pill{display:inline-flex;align-items:center;padding:.5rem 1rem;background:var(--bg-2);color:var(--fg);border:1px solid var(--line);border-radius:2rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s ease}.hero-pill:hover{background:var(--gold-light);border-color:var(--gold);color:var(--gold-dark);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.wiki-section-title{font-size:1.875rem;font-weight:700;color:var(--fg);margin:3rem 0 1.5rem;letter-spacing:-.01em}.wiki-activity-item{border-bottom:1px solid var(--line);padding:1.25rem 0}.wiki-activity-item:last-child{border-bottom:none}.wiki-activity-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.875rem;color:var(--muted)}.wiki-activity-badge{display:inline-block;padding:.25rem .625rem;background:var(--accent-light);color:var(--accent);border-radius:.375rem;font-size:.8125rem;font-weight:500}.wiki-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem;margin:2rem 0}.wiki-category-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:all .2s ease;box-shadow:var(--shadow-sm)}.wiki-category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.wiki-category-icon{width:100%;height:120px;background:linear-gradient(135deg,var(--gold-light) 0,var(--accent-light) 100%);display:flex;align-items:center;justify-content:center;font-size:2.5rem}.wiki-category-content{padding:1rem}.wiki-tag{display:inline-block;padding:.375rem .75rem;background:var(--bg-2);color:var(--fg-light);border-radius:.5rem;font-size:.875rem;font-weight:500;margin-right:.5rem;margin-bottom:.5rem;transition:all .2s ease}.wiki-tag:hover{background:var(--gold-light);color:var(--gold-dark)}.wiki-article-layout{display:grid;grid-template-columns:240px 1fr 280px;grid-gap:3rem;gap:3rem;max-width:88rem;margin:2rem auto 0;padding:0 1.2rem}.wiki-article-toc{position:relative}.wiki-article-toc-inner{position:-webkit-sticky;position:sticky;top:5rem;max-height:calc(100vh - 6rem);overflow-y:auto;padding-right:1rem}.wiki-article-main{min-width:0}.wiki-article-sidebar{position:relative}.wiki-article-sidebar-inner{position:-webkit-sticky;position:sticky;top:5rem;max-height:calc(100vh - 6rem);overflow-y:auto}.wiki-info-box{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem}@media (max-width:1200px){.wiki-article-layout{grid-template-columns:1fr 280px;gap:2rem}.wiki-article-toc{display:none}}@media (max-width:768px){.wiki-article-layout{grid-template-columns:1fr}.wiki-article-sidebar{display:none}}.doge-orbit-link:hover{border-color:var(--gold)!important;transform:translateY(-2px)!important;box-shadow:var(--shadow-md)}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_b51245{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_b51245{--font-display:"Bricolage Grotesque","Bricolage Grotesque Fallback"}@font-face{font-family:Atkinson Hyperlegible;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d57a24ec54448a8e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Atkinson Hyperlegible;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bc08e10e1c60a660-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Atkinson Hyperlegible;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7c309a1f4c99f6b1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Atkinson Hyperlegible;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9816a0e0ed309b6c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Atkinson Hyperlegible Fallback;src:local("Arial");ascent-override:95.60%;descent-override:29.18%;line-gap-override:0.00%;size-adjust:99.37%}.__className_de0309{font-family:Atkinson Hyperlegible,Atkinson Hyperlegible Fallback;font-style:normal}.__variable_de0309{--font-sans:"Atkinson Hyperlegible","Atkinson Hyperlegible Fallback"}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono Fallback;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_46fe82{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.__variable_46fe82{--font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}