  @font-face{font-family:"Pixel Gamer";src:url("../assets/fonts/PixelGamer-Regular.otf") format("opentype");font-display:swap}
  @font-face{font-family:"Arcade Digits";src:url("../assets/fonts/SuperMario85.ttf") format("truetype");font-display:swap}
  /* Use the arcade face for digits, dollars, and the decorative Pixel Gamer ampersand. */
  @font-face{font-family:"Pixel Gamer";src:url("../assets/fonts/SuperMario85.ttf") format("truetype");unicode-range:U+0024,U+0030-0039,U+0026;font-display:swap}
  /* Neither display face provides a usable percent sign. */
  @font-face{font-family:"Arcade Digits";src:local("Arial"),local("Liberation Sans"),local("DejaVu Sans");unicode-range:U+0025;font-display:swap}
  @font-face{font-family:"Pixel Gamer";src:local("Arial"),local("Liberation Sans"),local("DejaVu Sans");unicode-range:U+0025;font-display:swap}
  /* the backdrop colour must live on <html>, not <body>: the canvas sits at
     z-index:-1, which paints behind body's background box and would be hidden
     by an opaque background there. */
  html{background:#07090c}
  html.no-webgl{background:#07090c}
  body{height:100%;margin:0;overflow:hidden}
  .no-webgl body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:var(--scene-art) center/cover no-repeat;transform:scale(1.09);transform-origin:center}
  /* fixed behind everything, and never intercepts input */
  #gl{position:fixed;inset:0;width:100%;height:100%;display:block;z-index:-1;pointer-events:none}
  .no-webgl #gl{display:none}
  #burn-canvas{position:fixed;inset:0;width:100%;height:100%;z-index:20;display:none;pointer-events:none}
  body{font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;-webkit-font-smoothing:antialiased}

  #preloader{position:fixed;inset:0;z-index:100;display:grid;place-items:center;overflow:hidden;background:#07090c;isolation:isolate}
  #preloader::before,#preloader::after{content:"";position:absolute;inset:0;pointer-events:none}
  #preloader::before{z-index:1;opacity:.22;background:repeating-radial-gradient(circle at 30% 40%,rgba(255,255,255,.13) 0 1px,transparent 1px 3px);mix-blend-mode:soft-light}
  #preloader::after{z-index:1;background:radial-gradient(circle at 50% 55%,rgba(54,140,255,.2),transparent 34%)}
  .preloader-burn{position:absolute;inset:0;width:100%;height:100%;background:#07090c}
  .preloader-mark{visibility:hidden;position:relative;z-index:2;color:#fff;font-size:clamp(96px,23vw,330px);letter-spacing:.01em;line-height:.7;text-shadow:0 0 70px rgba(54,140,255,.18)}
  .font-ready .preloader-mark{visibility:visible}
  #preloader.is-exiting{pointer-events:none}
  #preloader.is-exiting::before,#preloader.is-exiting::after,.is-exiting .preloader-mark{animation:preloader-layer-out .28s linear both}
  @keyframes preloader-layer-out{to{opacity:0}}

  :root{--night:#07090c;--paper:#f4f8ff;--banana:#73b9ff;--ember:#368cff;--line:rgba(255,255,255,.24)}
  #app{position:fixed;inset:0;box-sizing:border-box;height:100vh;height:100dvh;display:grid;grid-template-rows:auto 1fr;padding:28px 34px;color:var(--paper)}
  #site-nav{position:relative;z-index:30;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
  .brand{position:relative;justify-self:end;display:inline-block;font-size:27px;line-height:1;text-decoration:none}
  /* the route's own heading, echoed in the corner */
  .page-label{margin:0;justify-self:start;font-family:"Pixel Gamer",Impact,sans-serif;font-size:15px;letter-spacing:.08em;line-height:1;text-transform:uppercase;color:#ffffff;text-shadow:2px 2px 0 #080d18}
  /* the sweep is a layer of the text's own fill, so it can only ever light the glyphs */
  @keyframes mark-glint{0%,72%,100%{background-position:-150% 0,0 0}82%{background-position:150% 0,0 0}}
  .nav-links{display:flex;gap:7px;padding:6px;border:1px solid var(--line);background:rgba(4,6,9,.42);backdrop-filter:blur(9px)}
  .nav-links a{color:rgba(255,255,255,.62);padding:12px 20px;text-decoration:none;text-transform:uppercase}
  .nav-links a.is-active{color:#080d18}
  .info-button{justify-self:end}
  :where(a,button):focus-visible{outline:3px solid var(--banana);outline-offset:4px}
  #views{position:relative;min-height:0}
  .view{position:absolute;inset:0;display:grid;align-items:end;padding:clamp(48px,8vh,92px) clamp(26px,4vw,64px) clamp(40px,6vh,68px)}
  #view-home{align-items:start;padding-top:clamp(96px,15vh,150px)}
  .view[hidden]{display:none}
  .view.is-entering{z-index:24}
  .view.is-entering h1,.view.is-entering h2,.view.is-entering p,.view.is-entering .primary-action,.view.is-entering button,.view.is-entering .meme-reel,.view.is-entering .model-stage{animation:component-in .72s cubic-bezier(.16,.72,.2,1) both}
  .view.is-entering p,.view.is-entering .meme-reel,.view.is-entering .model-stage{animation-delay:.08s}
  .view.is-entering .primary-action,.view.is-entering button{animation-delay:.16s}
  @keyframes component-in{from{opacity:0;transform:translateY(28px);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}
  @media(prefers-reduced-motion:reduce){
    *,*::before,*::after{scroll-behavior:auto!important}
    .brand::before{animation:none}
    .view.is-entering h1,.view.is-entering h2,.view.is-entering p,.view.is-entering .primary-action,.view.is-entering button,.view.is-entering .meme-reel,.view.is-entering .model-stage{animation:none!important}
    .meme-card,.meme-card__bob{animation:none!important;transition:none!important}
    .model-stage>img{transition:none;transform:none}
  }
  h1,h2{margin:0;text-transform:uppercase}
  .preloader-mark,.brand,.page-title,.dialog-content h2{font-family:"Pixel Gamer",Impact,sans-serif;font-weight:400}
  .page-title,.brand{--title-depth:#080d18;position:relative;z-index:0;display:inline-block;isolation:isolate;color:#ffffff;-webkit-text-fill-color:#ffffff;letter-spacing:.01em;line-height:.86;paint-order:stroke fill;-webkit-text-stroke:.045em var(--title-depth);text-shadow:none}
  .page-title::before,.brand::before{content:attr(data-title);position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#ffffff 0%,#e1edff 58%,#9cc7ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke:0;pointer-events:none}
  .page-title::after,.brand::after{content:attr(data-title);position:absolute;inset:0;z-index:-1;color:var(--title-depth);-webkit-text-fill-color:var(--title-depth);-webkit-text-stroke:.045em var(--title-depth);text-shadow:.0096em .0112em 0 var(--title-depth),.0192em .0224em 0 var(--title-depth),.0288em .0336em 0 var(--title-depth),.0384em .0448em 0 var(--title-depth),.048em .056em 0 var(--title-depth),.0576em .0672em 0 var(--title-depth),.0672em .0784em 0 var(--title-depth),.0768em .0896em 0 var(--title-depth);pointer-events:none}
  h1.page-title{font-size:clamp(72px,13vw,180px)}.view h2.page-title{font-size:clamp(52px,7vw,104px)}
  .brand::before{background-image:linear-gradient(110deg,transparent 42%,rgba(255,255,255,.92) 50%,transparent 58%),linear-gradient(180deg,#ffffff 0%,#e1edff 58%,#9cc7ff 100%);background-size:280% 100%,100% 100%;background-position:-150% 0,0 0;background-repeat:no-repeat;animation:mark-glint 8s ease-in-out infinite}
  .hero-copy{position:relative;z-index:1;display:grid;justify-items:start;gap:18px;text-shadow:0 4px 26px #000}
  .hero-copy{max-width:min(50vw,640px)}
  /* the mint sits above the links, in the same plate the world hint uses */
  .contract{position:relative;display:grid;justify-items:start;margin-top:4px;padding:14px 16px 16px;max-width:100%}
  .contract__value{display:flex;align-items:center;gap:12px;max-width:100%;padding:0;background:none;border:0;color:#ffffff;font-family:"Arcade Digits","Pixel Gamer",monospace;font-size:12px;letter-spacing:.04em;text-align:left;overflow-wrap:anywhere}
  button.contract__value{cursor:pointer}
  .contract__value i{flex:none;font-style:normal;color:#83c5ff}
  .contract__value.is-soon{color:rgba(225,237,255,.55)}
  .socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
  .socials .pixel-button{width:52px;min-width:52px;height:52px;padding:0 0 5px}
  .socials svg{width:22px;height:22px;fill:currentColor}
  .socials .is-brand svg{fill:none}
  /* a link the admin has not filled in yet holds its place instead of popping in later */
  .socials .is-pending{--pixel-top:#354a68;--pixel-face:#202e43;--pixel-lip:#111b2b;--pixel-shine:#8299ba;color:rgba(225,237,255,.45);cursor:default;pointer-events:none}
  /* the chart is the whole page now; z-index 0 keeps it under anything the copy adds later */
  .lore-chart{position:fixed;z-index:0;left:50%;top:50%;translate:-50% -50%;width:clamp(300px,46vw,760px)}
  .lore-chart .pixel-card{padding:10px 10px 16px;cursor:default}
  .lore-chart .pixel-card__media{height:auto;aspect-ratio:16/10}
  .lore-chart iframe{display:block;width:100%;height:100%;border:0;background:#080d18}
  .lore-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0 0}
  .lore-stats .stat{--pixel-cut:9px;--pixel-stroke:3px;--pixel-lip:var(--pixel-face);--pixel-depth-x:4px;--pixel-depth-y:5px;position:relative;display:grid;grid-template-rows:2.3em auto 1.2em;min-height:85px;gap:5px;padding:16px 13px 10px}
  .lore-stats dt{margin:0;padding-top:6px;font-family:"Pixel Gamer",Impact,sans-serif;font-size:11px;line-height:1.15;letter-spacing:.12em;text-align:center;color:#83c5ff}
  .lore-stats dd{align-self:center;translate:0 -3px;margin:0;font-family:"Arcade Digits","Pixel Gamer",monospace;font-size:23px;line-height:1;letter-spacing:.02em;color:#ffffff;text-align:center}
  .lore-stats .delta{align-self:end;min-height:1.2em;font-family:"Arcade Digits","Pixel Gamer",monospace;font-size:10px;line-height:1.2;letter-spacing:.04em;text-align:center}
  .lore-stats .delta.up{color:#8fd694}
  .lore-stats .delta.down{color:#ef8a72}
  .lore-chart .chart-soon{display:grid;place-items:center;width:100%;height:100%;background:#080d18;color:rgba(225,237,255,.55);font-family:"Pixel Gamer",Impact,sans-serif;font-size:14px;letter-spacing:.12em;text-transform:uppercase}
  .view p{max-width:48ch;margin:0;font-size:clamp(15px,1.25vw,18px);line-height:1.6}
  .pixel-button{--pixel-cut:9px;--pixel-stroke:4px;--pixel-edge:#080d18;--pixel-top:#83c5ff;--pixel-face:#2463d4;--pixel-lip:#12367a;--pixel-shine:#e6f3ff;--pixel-depth-x:6px;--pixel-depth-y:7px;position:relative;isolation:isolate;box-sizing:border-box;display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 28px 6px;appearance:none;background:transparent;border:0;color:#ffffff;cursor:pointer;font-family:"Pixel Gamer",Impact,sans-serif;font-size:clamp(15px,1.1vw,18px);font-weight:400;letter-spacing:.015em;line-height:1;text-align:center;text-decoration:none;text-shadow:none;text-transform:uppercase;-webkit-text-stroke:0;paint-order:stroke fill}
  .pixel-button--compact{min-height:42px;padding:0 18px 5px;font-size:14px}
  .pixel-button--square{width:46px;min-width:46px;height:46px;min-height:46px;padding:0 0 5px}
  .pixel-button--danger{--pixel-top:#ff9d76;--pixel-face:#cf3b1c;--pixel-lip:#75190a;--pixel-shine:#ffd7c2;color:#fff3ea}
  .pixel-tab{--pixel-cut:6px;--pixel-stroke:3px;--pixel-edge:#080d18;--pixel-top:#83c5ff;--pixel-face:#2463d4;--pixel-lip:#12367a;--pixel-shine:#e6f3ff;--pixel-depth-x:4px;--pixel-depth-y:5px;position:relative;isolation:isolate;font-family:"Pixel Gamer",Impact,sans-serif;font-size:14px;line-height:1;text-decoration:none}
  /* ponytail: the meme page owns the whole view, so the deck can scatter around the reel instead of sitting in the copy column */
  .meme-copy{position:absolute;inset:0}
  .meme-copy .page-title{position:absolute;z-index:3;left:clamp(26px,4vw,64px);top:clamp(56px,13vh,150px);pointer-events:none}
  .meme-deck{position:absolute;inset:0;z-index:1;perspective:1100px}
  .meme-reel{position:absolute;left:50%;top:53%;z-index:2;width:clamp(300px,44vw,720px);translate:-50% -50%}
  .meme-reel .pixel-card{padding:12px 12px 20px;cursor:default}
  .meme-reel .pixel-card__media{height:auto;aspect-ratio:16/9}
  .meme-reel video{width:100%;height:100%;display:block;object-fit:cover;background:#080d18}
  /* inside the frame, on the reel's own corner, so it reads as part of the player */
  .meme-sound{position:absolute;z-index:2;right:22px;bottom:30px;width:38px;min-width:38px;height:38px;min-height:38px;padding:0 0 4px;--pixel-cut:7px;--pixel-stroke:3px;--pixel-depth-x:4px;--pixel-depth-y:5px}
  .meme-sound svg{width:18px;height:18px;fill:currentColor}
  .meme-card{position:absolute;--meme-slide:0px;--meme-flip:0deg;--meme-scale:1;translate:-50% -50%;transform:translateX(var(--meme-slide)) rotateY(var(--meme-flip)) scale(var(--meme-scale));transform-style:preserve-3d;transition:transform .72s cubic-bezier(.22,.86,.28,1),opacity .72s cubic-bezier(.22,.86,.28,1);will-change:transform,opacity}
  .meme-card__bob{animation:meme-bob var(--meme-dur,9s) ease-in-out infinite;animation-delay:var(--meme-phase,0s)}
  .meme-card .pixel-card{height:auto;padding:6px 6px 12px;rotate:var(--meme-rot,0deg)}
  .meme-card .pixel-card__media{height:auto;aspect-ratio:1/1}
  @keyframes meme-bob{0%,100%{translate:0 calc(var(--meme-amp,9px) * -1)}50%{translate:0 var(--meme-amp,9px)}}
  .meme-controls{position:absolute;z-index:4;left:50%;bottom:clamp(18px,4vh,36px);translate:-50% 0;display:flex;align-items:center;gap:14px}
  .meme-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding-top:18px;line-height:1}
  /* ponytail: the card is the frame around the picture; the modal itself is only a shell,
     so the download sits under the card instead of inside its border */
  dialog.pixel-panel.is-meme{width:fit-content;max-width:none;height:fit-content;max-height:calc(100dvh - 40px);margin:auto;overflow:visible}
  dialog.pixel-panel.is-meme .dialog-content{display:grid;align-content:start;justify-items:center;gap:0;width:auto;height:auto;line-height:1}
  dialog.pixel-panel.is-meme .meme-view{width:auto;padding:10px 10px 16px;cursor:default}
  dialog.pixel-panel.is-meme .meme-view .pixel-card__media{height:auto}
  dialog.pixel-panel.is-meme .dialog-content img{display:block;width:auto;height:auto;max-width:min(84vw,700px);max-height:calc(100dvh - 220px);object-fit:contain}
  /* both controls straddle the card edge by half their own size */
  /* the download rides inside the frame, on the picture own corner */
  dialog.pixel-panel.is-meme .meme-actions{position:absolute;z-index:2;right:24px;bottom:28px;margin:0;padding:0}
  dialog.pixel-panel.is-meme .meme-step{position:absolute;top:50%;translate:0 -50%;margin:0}
  dialog.pixel-panel.is-meme .meme-step--prev{right:calc(100% + 16px)}
  dialog.pixel-panel.is-meme .meme-step--next{left:calc(100% + 16px)}
  dialog.pixel-panel.is-meme .dialog-close{top:-23px;right:-23px}
  .pixel-card{--pixel-cut:12px;--pixel-stroke:4px;--pixel-edge:#080d18;--pixel-top:#83c5ff;--pixel-face:#2463d4;--pixel-lip:#12367a;--pixel-shine:#e6f3ff;--pixel-depth-x:7px;--pixel-depth-y:8px;position:relative;isolation:isolate;box-sizing:border-box;display:block;width:100%;min-height:0;padding:10px 10px 18px;appearance:none;background:transparent;border:0;cursor:pointer;overflow:visible;scroll-snap-align:start}
  .pixel-card__media{position:relative;z-index:1;box-sizing:border-box;display:block;width:100%;height:100%;padding:4px;background:var(--pixel-edge);clip-path:polygon(7px 0,calc(100% - 7px) 0,100% 7px,100% calc(100% - 7px),calc(100% - 7px) 100%,7px 100%,0 calc(100% - 7px),0 7px);overflow:hidden}
  .pixel-card__media img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.9) contrast(1.02);transition:transform .2s ease,filter .2s ease}
  .pixel-card:hover img{transform:scale(1.018);filter:saturate(1.08) contrast(1.04)}
  /* z-index 0 keeps the stage a layer of its own, under the copy the hero owns */
  .model-stage{--model-x:0deg;--model-y:0deg;position:absolute;z-index:0;left:50%;bottom:-2vh;width:min(52vw,700px);height:min(88vh,820px);translate:-50% 18%;scale:1.668;perspective:900px}
  .model-stage>img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 26px 15px rgba(0,0,0,.62))}
  .model-stage>canvas{position:absolute;inset:0;z-index:3;width:100%!important;height:100%!important;filter:drop-shadow(0 26px 15px rgba(0,0,0,.62))}
  .world-stage{--model-x:0deg;--model-y:0deg;position:fixed;inset:0;z-index:0;background:linear-gradient(180deg,#f9d39b 0%,#f0964f 46%,#b8461f 100%)}
  .world-stage>canvas{display:block;width:100%!important;height:100%!important}
  .world-intro{position:absolute;z-index:2;left:clamp(28px,6vw,96px);top:50%;display:grid;justify-items:start;gap:22px;max-width:min(42vw,580px);transform:translateY(-50%);pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s}
  .world-intro h2.page-title{font-size:clamp(52px,6.4vw,96px)}
  .world-lore-card{position:relative;max-width:28ch;padding:18px 22px;color:#ffffff;text-shadow:0 2px 8px #080d18}
  .world-lore-card p{position:relative;z-index:1;margin:0}
  .world-controls{position:absolute;z-index:2;left:clamp(28px,4vw,64px);bottom:clamp(28px,5vh,64px);display:flex;align-items:center;gap:12px;padding:13px 18px;color:#ffffff;text-transform:uppercase;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s}
  .world-controls kbd{position:relative;z-index:1;color:#ffffff;font:24px/1 "Pixel Gamer",Impact,sans-serif;letter-spacing:.08em}
  .world-controls span{position:relative;z-index:1;font-size:13px}
  .world-intro.is-dismissed,.world-controls.is-dismissed{opacity:0;visibility:hidden;transform:translateY(10px)}
  .world-hint{position:absolute;left:50%;bottom:6vh;transform:translateX(-50%);margin:0;padding:12px 18px;color:#ffffff;font-family:"Pixel Gamer",Impact,sans-serif;font-size:14px;letter-spacing:.03em;line-height:1.1;text-transform:uppercase;pointer-events:none}
  dialog{box-sizing:border-box;width:min(900px,calc(100% - 40px));max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow:auto;border:1px solid rgba(255,255,255,.3);padding:48px;background:#090b0f;color:var(--paper);box-shadow:0 30px 100px #000}
  dialog::backdrop{background:rgba(2,3,5,.82);backdrop-filter:blur(11px)}
  dialog img{display:block;width:auto;height:auto;max-width:100%;max-height:calc(100vh - 160px);max-height:calc(100dvh - 160px);margin:auto;object-fit:contain}
  dialog.is-image{width:min(94vw,1100px);height:min(88dvh,820px);max-height:none;padding:0;overflow:hidden;background:transparent;border:0;box-shadow:none}
  dialog.is-image .dialog-content{display:grid;place-items:center;width:100%;height:100%;line-height:0}
  dialog.is-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}
  dialog.is-image .dialog-close{top:10px;right:10px;backdrop-filter:blur(8px)}
  .dialog-close{position:absolute;z-index:2;top:16px;right:16px}
  .pixel-panel{--pixel-cut:12px;--pixel-stroke:4px;--pixel-edge:#080d18;--pixel-top:#294a78;--pixel-face:#111d30;--pixel-lip:#080d18;--pixel-shine:#9cc7ff;--pixel-depth-x:6px;--pixel-depth-y:7px;isolation:isolate}
  /* ponytail: the edge is the element itself and the face is inset on top, so the stroke keeps its width around the cut corners; an inset shadow follows the border box and skips every diagonal */
  :is(.pixel-button,.pixel-tab.is-active,.pixel-card,.pixel-panel:not(.is-image)){--pixel-face-cut:calc(var(--pixel-cut) - var(--pixel-stroke) * .586);background:var(--pixel-edge);border:0;clip-path:polygon(var(--pixel-cut) 0,calc(100% - var(--pixel-cut)) 0,100% var(--pixel-cut),100% calc(100% - var(--pixel-cut)),calc(100% - var(--pixel-cut)) 100%,var(--pixel-cut) 100%,0 calc(100% - var(--pixel-cut)),0 var(--pixel-cut));filter:drop-shadow(var(--pixel-depth-x) var(--pixel-depth-y) 0 var(--pixel-edge))}
  :is(.pixel-button,.pixel-tab.is-active,.pixel-card,.pixel-panel:not(.is-image))::before{content:"";position:absolute;inset:var(--pixel-stroke);z-index:-1;pointer-events:none;clip-path:polygon(var(--pixel-face-cut) 0,calc(100% - var(--pixel-face-cut)) 0,100% var(--pixel-face-cut),100% calc(100% - var(--pixel-face-cut)),calc(100% - var(--pixel-face-cut)) 100%,var(--pixel-face-cut) 100%,0 calc(100% - var(--pixel-face-cut)),0 var(--pixel-face-cut));background:linear-gradient(180deg,var(--pixel-top) 0 10px,var(--pixel-face) 10px calc(100% - 12px),var(--pixel-lip) calc(100% - 12px) 100%)}
  :is(.pixel-button,.pixel-tab.is-active,.pixel-card){transition:translate .12s ease}
  :is(.pixel-button,.pixel-tab.is-active,.pixel-card):hover{translate:-1px -1px}
  :is(.pixel-button,.pixel-tab.is-active,.pixel-card):active{--pixel-depth-x:2px;--pixel-depth-y:2px;translate:4px 5px}
  .pixel-panel--hint{--pixel-cut:8px;--pixel-depth-x:4px;--pixel-depth-y:5px}
  .nav-links{position:relative;isolation:isolate;background:rgba(225,237,255,.24);clip-path:polygon(8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px),0 8px)}
  .nav-links a{position:relative;z-index:1;color:#080d18;transition:transform .12s ease}
  .nav-links a:active{transform:scale(.92);translate:none}
  .nav-links:has(a:active) .nav-indicator{scale:.94}
  .nav-links .nav-indicator{--pixel-top:#e6f3ff;--pixel-face:#83c5ff;--pixel-lip:#438ce5;position:absolute;z-index:0;left:0;top:6px;width:var(--nav-width,0px);height:var(--nav-height,0px);transform:translateX(var(--nav-x,6px));transition:transform .28s cubic-bezier(.22,.86,.28,1),width .28s ease;pointer-events:none}
  .nav-links a.is-active{background:transparent;clip-path:none;filter:none}
  .nav-links a.is-active::before{display:none}
  @media(prefers-reduced-motion:reduce){.nav-links .nav-indicator,.nav-links a{transition:none}}
  dialog.pixel-panel:not(.is-image){box-shadow:none;overflow:hidden}
  dialog.pixel-panel:not(.is-image) .dialog-content{max-height:calc(100dvh - 200px);overflow:auto}
  @media(prefers-reduced-motion:reduce){:is(.pixel-button,.pixel-tab.is-active,.pixel-card){transition:none}}
  @media(min-width:761px) and (max-width:1100px){.lore-chart{width:70vw}}
  @media(max-width:760px){
    #app{padding:18px}
    #site-nav{grid-template-columns:auto 1fr auto;gap:8px}
    .brand{font-size:22px}
    .nav-links a{padding:9px 7px;font-size:10px}
    .view{padding:8vh 1vw 4vh}
    h1.page-title{font-size:clamp(64px,20vw,90px)}
    .view h2.page-title{font-size:clamp(44px,13vw,64px)}
    .hero-copy{max-width:65vw;gap:14px}
    .lore-chart{width:86vw}
    .lore-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
    .meme-copy .page-title{top:clamp(44px,10vh,96px)}
    .meme-reel{width:min(86vw,520px);top:50%}
    .meme-controls{gap:9px}
    .model-stage{left:50%;bottom:4vh;width:min(74vw,300px);height:min(54vh,460px);translate:-50% 10%;scale:1;overflow:hidden}
  }
  .drop{
    position:fixed;inset:0;z-index:20;display:none;place-items:center;
    background:rgba(4,8,12,.78);backdrop-filter:blur(6px);
    border:2px dashed #7fe3ff;font-size:13px;letter-spacing:.24em;
    text-transform:uppercase;color:#7fe3ff
  }
  .drop.on{display:grid}

