:root{--bg-deep: #0a0a0a;--bg-mid: #0a0a0a;--bg-card: #191919;--bg-soft: #1a1c20;--ink: #ffffff;--ink-muted: #858585;--ink-faint: #545454;--accent: #ffffff;--accent-dim: rgba(255, 255, 255, .08);--line: #212327;--line-strong: rgba(255, 255, 255, .28);--font-display: "Instrument Sans", system-ui, sans-serif;--font-body: "Instrument Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--header-h: 3.5rem;--radius-sm: 8px;--radius-pill: 9999px;--home-stage-ratio: 16 / 9;--ease: cubic-bezier(.22, 1, .36, 1);--asset-rev: 3;--stage-bg: #000000;--error: #ff5f57;--ok: #28c840}*,*:before,*:after{box-sizing:border-box}html{color-scheme:dark;height:100%;overflow:hidden}body{margin:0;height:100%;height:100dvh;overflow:hidden;font-family:var(--font-body);font-weight:400;font-optical-sizing:auto;color:var(--ink);background:var(--bg-deep);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html.route-scroll{height:auto;min-height:100%;min-height:100dvh;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable}html.route-scroll body{height:auto;min-height:100dvh;overflow:visible}#app{height:100%;height:100dvh;overflow:hidden}html.route-scroll #app,html.route-scroll .shell{height:auto;min-height:100dvh;overflow:visible}html.route-scroll .shell__main{overflow:visible}.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}.shell{display:flex;flex-direction:column;height:100%;height:100dvh;overflow:hidden;background:var(--bg-deep)}.shell__header{position:sticky;top:0;flex-shrink:0;height:var(--header-h);display:flex;align-items:center;gap:1rem;padding:0 clamp(1rem,4vw,2.5rem);border-bottom:1px solid var(--line);background:#0a0a0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:3}.shell__brand{margin:0;font-family:var(--font-display);font-weight:400;font-size:1.05rem;letter-spacing:-.04em;line-height:1;color:var(--ink);text-decoration:none;transition:opacity .2s var(--ease)}.shell__brand:hover{opacity:.7}.shell__nav{margin-left:auto;display:flex;align-items:center;gap:.25rem;min-width:0;overflow-x:auto}.shell__nav-link{flex:0 0 auto;padding:.45rem .85rem;font-family:var(--font-body);font-size:.875rem;font-weight:400;letter-spacing:-.01em;text-decoration:none;color:var(--ink-muted);border:1px solid transparent;border-radius:var(--radius-pill);transition:color .2s var(--ease),border-color .2s var(--ease),background .2s var(--ease)}.shell__nav-link:hover{color:var(--ink)}.shell__nav-link.is-active{color:var(--ink);border-color:var(--line-strong);background:transparent}.shell__nav-link:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.shell__main{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.shell--scroll{height:auto;min-height:100dvh;overflow:visible}.shell--scroll .shell__main{overflow:visible}.shell__footer{display:none;flex-shrink:0;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem clamp(1rem,4vw,2.5rem) 1.25rem;border-top:1px solid var(--line)}.shell--scroll .shell__footer{display:flex}.shell__footer-nav{display:flex;align-items:center;gap:.85rem}.shell__footer-link{font-family:var(--font-body);font-size:.8125rem;letter-spacing:-.01em;color:var(--ink-muted);text-decoration:none;transition:color .2s var(--ease)}.shell__footer-link:hover,.shell__footer-link.is-active{color:var(--ink)}.shell__footer-link:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.carousel{position:relative;flex:1;min-height:0;outline:none;touch-action:pan-y}.carousel:focus-visible{box-shadow:inset 0 0 0 1px var(--line-strong)}.carousel__stage{position:relative;width:100%;height:100%;min-height:0;overflow:hidden}.carousel__viewport{width:100%;height:100%;overflow:hidden;background:var(--stage-bg)}.carousel__track{display:flex;height:100%;transition:transform .5s var(--ease);will-change:transform}.carousel__slide{flex:0 0 100%;min-width:100%;height:100%;min-height:0;position:relative;background:var(--stage-bg)}.carousel__mount{position:absolute;inset:0;overflow:hidden;background:var(--stage-bg)}.scene-mount-boundary{position:relative;width:100%;height:100%;overflow:hidden;contain:strict;isolation:isolate}.scene-mount-host{position:absolute!important;inset:0!important;overflow:hidden!important}.carousel__mount>.scene-mount-boundary>.scene-mount-host>canvas{display:block;width:100%;height:100%}.carousel__chrome{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 18%,transparent 82%,rgba(0,0,0,.35) 100%)}.carousel__chrome[hidden]{display:none!important}.carousel__model{position:absolute;top:clamp(.7rem,2vh,1.15rem);left:50%;transform:translate(-50%);z-index:2;margin:0;padding:.4rem .9rem;max-width:min(92%,40rem);text-align:center;font-family:var(--font-display);font-weight:400;font-size:clamp(1rem,3vw,1.35rem);letter-spacing:-.03em;line-height:1.15;color:var(--ink);background:#0a0a0ab3;border:1px solid var(--line);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow-wrap:anywhere;pointer-events:none}.carousel__btn{position:absolute;top:50%;transform:translateY(-50%);pointer-events:auto;appearance:none;border:1px solid var(--line-strong);background:#0a0a0abf;color:var(--ink);width:3rem;height:3rem;min-width:44px;min-height:44px;border-radius:var(--radius-pill);font-size:1.15rem;line-height:1;cursor:pointer;display:grid;place-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s ease,border-color .2s ease,color .2s ease}.carousel__btn:hover{border-color:var(--ink);background:var(--accent-dim)}.carousel__btn:active{transform:translateY(-50%) scale(.97)}.carousel__btn:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.carousel__btn--prev{left:clamp(.55rem,2vw,1rem)}.carousel__btn--next{right:clamp(.55rem,2vw,1rem)}@media(max-width:640px){:root{--header-h: 3rem}.shell__header{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-top:env(safe-area-inset-top);height:calc(var(--header-h) + env(safe-area-inset-top))}.carousel--stack{touch-action:pan-y}.carousel--stack .carousel__viewport{overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:y proximity;background:transparent;padding:.75rem .75rem max(1.25rem,env(safe-area-inset-bottom))}.carousel--stack .carousel__track{display:flex;flex-direction:column;gap:.85rem;height:auto;min-height:100%;transform:none!important;transition:none;will-change:auto}.carousel--stack .carousel__slide{flex:0 0 auto;min-width:0;width:100%;height:auto;min-height:0;position:relative;scroll-snap-align:start;background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.carousel--stack .carousel__model{position:static;transform:none;display:block;width:100%;max-width:none;margin:0;padding:.7rem .85rem .55rem;border:0;border-bottom:1px solid var(--line);border-radius:0;background:#0a0a0aeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:clamp(.95rem,4vw,1.15rem);text-align:left}.carousel--stack .carousel__mount{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:4 / 3;max-height:none}.carousel--stack .carousel__mount:before{content:"Waiting";position:absolute;inset:0;display:grid;place-items:center;font-family:var(--font-mono);font-size:.72rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:22px 22px;background-color:var(--stage-bg)}.carousel--stack .carousel__mount:has(canvas):before,.carousel--stack .carousel__mount:has(.scene-placeholder):before{display:none}.carousel--stack .carousel__slide.is-active{border-color:var(--line-strong)}.carousel--stack .carousel__slide.is-active .carousel__model{color:var(--ink)}}.scene-placeholder{position:absolute;inset:0;display:grid;place-items:center}.scene-placeholder__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:24px 24px}.scene-placeholder__copy{position:relative;z-index:1;text-align:center;padding:1rem}.scene-placeholder__tag{display:inline-block;margin-bottom:.65rem;font-family:var(--font-mono);font-size:.68rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);border:1px solid var(--line);border-radius:var(--radius-pill);padding:.28rem .65rem}.scene-placeholder__copy p{margin:0;font-family:var(--font-display);font-weight:400;font-size:1.05rem;letter-spacing:-.02em}.page{flex:1;min-height:0;display:flex;flex-direction:column}.page--browse{display:block;flex:none;min-height:0;overflow:visible}.page--scroll{min-height:0;overflow:visible}.home-stage{position:relative;width:100%;aspect-ratio:var(--home-stage-ratio);min-height:min(52vh,30rem);height:auto;background:var(--stage-bg);overflow:hidden;border-bottom:1px solid var(--line)}.home-stage__mount{position:absolute;inset:0;overflow:hidden;background:var(--stage-bg)}.home-stage__mount>.scene-mount-boundary>.scene-mount-host>canvas{display:block;width:100%;height:100%}.home-stage__veil{position:absolute;inset:auto 0 0;height:42%;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(10,10,10,.55) 55%,var(--bg-deep) 100%);z-index:2}.home-stage__badge{position:absolute;top:clamp(.75rem,2vw,1.15rem);left:clamp(.85rem,3vw,1.5rem);z-index:3;margin:0;padding:.35rem .7rem;font-family:var(--font-mono);font-size:.68rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);border:1px solid var(--line);border-radius:var(--radius-pill);background:#0a0a0ab8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}.home-content__aside{margin:-.35rem 0 1.35rem;color:var(--ink-faint);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.04em;line-height:1.45;max-width:36rem}@supports (backdrop-filter: blur(8px)){@media(prefers-reduced-transparency:reduce){.shell__header,.carousel__model,.carousel__btn,.vote-arena__bar,.vote-gate,.vote-arena__toast-card,.home-stage__badge{-webkit-backdrop-filter:none;backdrop-filter:none}}}.home-content{position:relative;z-index:1;padding:0 clamp(1rem,4vw,2.5rem) max(4rem,env(safe-area-inset-bottom));background:var(--bg-deep);animation:home-content-in .7s var(--ease) both}.home-band{padding:clamp(2.75rem,7vw,4.75rem) 0;border-bottom:1px solid var(--line);max-width:68rem;margin:0 auto;animation:home-copy-in .85s var(--ease) both}.home-band:last-child{border-bottom:0}.home-band--hero{padding-top:clamp(2rem,5vw,3rem)}.home-band--hero .home-content__actions{margin-bottom:0}.home-band--stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding-top:clamp(2rem,4vw,2.75rem);padding-bottom:clamp(2rem,4vw,2.75rem)}.home-stat{padding:1.15rem 1.25rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-card)}.home-stat__value{margin:0 0 .35rem;font-family:var(--font-display);font-weight:400;font-size:clamp(2rem,4vw,2.75rem);letter-spacing:-.04em;line-height:1}.home-stat__label{margin:0;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);line-height:1.35}.home-content__eyebrow{margin:0 0 1rem;font-family:var(--font-mono);font-size:.75rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted)}.home-content__title{margin:0 0 1rem;font-family:var(--font-display);font-weight:400;font-size:clamp(2.75rem,9vw,5.5rem);letter-spacing:-.045em;line-height:.98}.home-content__lead{margin:0 0 1.5rem;color:var(--ink-muted);font-size:clamp(1rem,2.2vw,1.2rem);line-height:1.5;letter-spacing:-.01em;max-width:36rem}.home-content__lead--tight{margin-bottom:2rem}.home-band__body{margin:0 0 1rem;color:var(--ink-muted);font-size:1rem;line-height:1.6;letter-spacing:-.01em;max-width:36rem}.home-content__actions{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.65rem}.home-content__link{appearance:none;text-align:left;cursor:pointer;text-decoration:none;border:1px solid var(--line-strong);background:transparent;color:var(--ink);padding:.7rem 1.25rem;border-radius:var(--radius-pill);display:inline-flex;align-items:center;gap:.55rem;font:inherit;transition:border-color .2s ease,background .2s ease,color .2s ease}.home-content__link strong{font-family:var(--font-body);font-weight:400;font-size:.9rem;letter-spacing:-.01em;color:var(--ink)}.home-content__link:hover{border-color:var(--ink);background:var(--accent-dim)}.home-content__link:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.home-content__link--primary{background:var(--ink);border-color:var(--ink);color:var(--bg-deep)}.home-content__link--primary strong{color:var(--bg-deep)}.home-content__link--primary:hover{background:#ffffffe0;border-color:#ffffffe0}.home-content__h2{margin:0 0 .85rem;font-family:var(--font-display);font-weight:400;font-size:clamp(1.6rem,3.6vw,2.35rem);letter-spacing:-.035em;line-height:1.1;max-width:22ch}.home-content__foot{margin:2rem 0 0;font-family:var(--font-mono);font-weight:400;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint)}.home-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.home-step{display:flex;flex-direction:column;gap:.85rem;padding:1.25rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-card);min-height:100%}.home-step__index{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;color:var(--ink-faint)}.home-step__title{margin:0 0 .35rem;font-family:var(--font-display);font-weight:400;font-size:1.15rem;letter-spacing:-.025em}.home-step__copy{margin:0;color:var(--ink-muted);font-size:.92rem;line-height:1.5}.home-band--split,.home-band--code{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(1.25rem,3vw,2.5rem);align-items:start}.home-split__copy .home-content__link{margin-top:.75rem}.home-panel{padding:1.25rem 1.35rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-card)}.home-panel__eyebrow{margin:0 0 1rem;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted)}.home-panel__list{margin:0;display:flex;flex-direction:column;gap:.85rem}.home-panel__list>div{display:grid;gap:.2rem;padding-bottom:.85rem;border-bottom:1px solid var(--line)}.home-panel__list>div:last-child{padding-bottom:0;border-bottom:0}.home-panel__list dt{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint)}.home-panel__list dd{margin:0;font-size:.95rem;letter-spacing:-.01em;color:var(--ink)}.home-features{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.home-feature{display:flex;flex-direction:column;gap:.45rem;min-height:100%;padding:1.25rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-card);text-decoration:none;color:inherit;transition:border-color .2s var(--ease),background .2s var(--ease),transform .2s var(--ease)}.home-feature:hover{border-color:var(--line-strong);background:#1c1c1c;transform:translateY(-2px)}.home-feature:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.home-feature__eyebrow{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted)}.home-feature__title{font-family:var(--font-display);font-weight:400;font-size:1.35rem;letter-spacing:-.03em}.home-feature__copy{color:var(--ink-muted);font-size:.92rem;line-height:1.45;flex:1}.home-feature__cta{margin-top:.65rem;font-size:.88rem;letter-spacing:-.01em;color:var(--ink)}.home-code{margin:0;padding:1.25rem 1.35rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#111;overflow-x:auto;font-family:var(--font-mono);font-size:.78rem;line-height:1.55;color:#d5d5d5}.home-code code{font:inherit;white-space:pre}.home-code__muted,.home-code__comment{color:#666}.home-code__key{color:#fff}.home-code__fn{color:#c8c8c8}.home-band--cta{padding-top:clamp(2.75rem,7vw,4.75rem);padding-bottom:clamp(1.5rem,4vw,2.5rem)}.home-band--cta .home-content__lead--tight{margin-bottom:0}.home-band--cta .home-features{margin-top:1.5rem}@keyframes home-content-in{0%{opacity:0;transform:translateY(.55rem)}to{opacity:1;transform:translateY(0)}}@keyframes home-copy-in{0%{opacity:0;transform:translateY(.4rem)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.home-band--stats{grid-template-columns:repeat(2,minmax(0,1fr))}.home-steps,.home-features,.home-band--split,.home-band--code{grid-template-columns:1fr}}@media(max-width:720px){.home-stage{min-height:16rem}.home-content__actions{flex-direction:column;align-items:stretch}.home-content__link{justify-content:center}.home-feature:hover{transform:none}}.page--vote{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.page--ranking,.page--prompts,.page--bench,.page--legal{position:relative;min-height:min(70vh,36rem)}.page--gallery{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.vote-gate--page{position:relative;inset:auto;flex:1;min-height:min(70vh,36rem);background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.vote-gate[hidden],.vote-gate:empty,.vote-arena[hidden]{display:none!important}.vote-orient--ud{display:none}.board__title{margin:0 0 .65rem;font-family:var(--font-display);font-weight:400;font-size:clamp(2rem,5vw,3rem);letter-spacing:-.04em;line-height:1.05}.board__copy{margin:0 0 1.5rem;color:var(--ink-muted);line-height:1.5;font-size:1rem;letter-spacing:-.01em;max-width:36rem}.vote-gate{position:absolute;inset:0;z-index:8;display:grid;place-items:center;padding:clamp(1rem,4vw,2rem);background:#0a0a0ac7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vote-gate__modal{width:min(26rem,100%);display:flex;flex-direction:column;align-items:stretch;gap:1rem;padding:clamp(1.75rem,4vw,2.25rem);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-deep);animation:vote-fade-up .4s var(--ease) both}.vote-gate__eyebrow{margin:0;font-family:var(--font-mono);font-size:.72rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.vote-gate__title{margin:0;font-family:var(--font-display);font-weight:400;font-size:clamp(1.85rem,4.5vw,2.6rem);letter-spacing:-.045em;line-height:1.05}.vote-gate__copy{margin:0;color:var(--ink-muted);font-size:1rem;line-height:1.5;letter-spacing:-.01em;max-width:28rem}.vote-gate__turnstile,.prompt-form__turnstile{min-height:2.5rem;display:flex;justify-content:center;margin-top:.25rem}.vote-gate__bypass,.vote-gate__start{min-width:8rem;align-self:stretch;margin-top:.25rem}.vote-gate__start:disabled{opacity:.4;cursor:not-allowed}.vote-gate__status,.prompt-form__status,.board__meta,.board__error,.vote-arena__error{margin:0;color:var(--ink-muted);font-size:.84rem;text-align:center;line-height:1.4}.vote-gate__status{text-align:left}.board__error,.vote-arena__error{color:var(--error)}.vote-arena{--vote-actions-h: 4.25rem;position:relative;flex:1;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:0;padding:0;padding-bottom:max(0px,env(safe-area-inset-bottom));animation:vote-fade-up .4s var(--ease) both}.vote-arena.is-gated{--vote-actions-h: 0px}.vote-arena.is-gated .vote-arena__actions,.vote-arena.is-gated .vote-arena__divider{display:none}.vote-arena.is-gated .vote-arena__pair{grid-template-columns:1fr 1fr;grid-template-rows:minmax(0,1fr);grid-template-areas:"left right"}.vote-arena.is-gated .vote-pane{filter:saturate(.8) brightness(.72)}.vote-arena__bar{display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem;min-width:0;padding:1rem clamp(1rem,4vw,2.5rem) 1.1rem;border:none;border-bottom:1px solid var(--line);border-radius:0;background:transparent}.vote-arena__bar-copy{min-width:0;flex:1}.vote-arena__eyebrow{margin:0 0 .4rem;font-family:var(--font-mono);font-size:.7rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.vote-arena__text{margin:0;font-family:var(--font-display);font-weight:400;font-size:clamp(1.05rem,2.4vw,1.45rem);letter-spacing:-.03em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vote-arena__meta{margin:0 0 .15rem;flex-shrink:0;color:var(--ink-muted);font-family:var(--font-mono);font-weight:400;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-variant-numeric:tabular-nums}.vote-arena__stage{position:relative;min-height:0;display:grid;place-items:stretch;container-type:size;container-name:vote-stage}.vote-arena__pair{width:100%;height:100%;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);grid-template-rows:minmax(0,1fr) var(--vote-actions-h);grid-template-areas:"left divider right" "actions actions actions";gap:0}.vote-pane[data-pane=left]{grid-area:left}.vote-pane[data-pane=right]{grid-area:right}.vote-arena__divider{grid-area:divider;width:1px;background:var(--line);align-self:stretch}.vote-pane{min-width:0;min-height:0;height:100%;background:transparent}.vote-pane__frame{position:relative;overflow:hidden;border:none;border-radius:0;background:var(--stage-bg);width:100%;height:100%;aspect-ratio:auto}.vote-pane__head{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.85rem 1rem;pointer-events:none;background:transparent}.vote-pane__label{font-family:var(--font-mono);font-weight:400;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#ffffffb8;text-shadow:0 1px 8px rgba(0,0,0,.55)}.vote-pane__badge{font-family:var(--font-mono);font-size:.62rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);padding:.25rem .65rem;border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:#0a0a0ab8}.vote-pane__badge:empty{display:none}.vote-pane__badge[data-ok=true]{color:var(--ok);border-color:#28c84059}.vote-pane__badge[data-ok=false]{color:var(--error);border-color:#ff5f5759}.vote-pane__mount{position:absolute;inset:0;overflow:hidden;background:var(--stage-bg)}.vote-pane__mount>.scene-mount-boundary>.scene-mount-host>canvas{display:block;width:100%;height:100%}.vote-arena.is-busy .vote-pane__frame{opacity:.82}.vote-arena__pair,.vote-arena__actions{opacity:1;transition:opacity .45s var(--ease)}.vote-arena.is-probing .vote-arena__pair,.vote-arena.is-probing .vote-arena__actions{opacity:0;pointer-events:none}@media(prefers-reduced-motion:reduce){.vote-arena__pair,.vote-arena__actions{transition:none}}.vote-arena__actions{grid-area:actions;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.65rem;width:100%;margin-inline:0;padding:.75rem clamp(1rem,4vw,2.5rem);border-top:1px solid var(--line);background:var(--bg-deep);z-index:1}.vote-arena__secondary{display:flex;flex:1 1 0;max-width:14rem;min-width:0;gap:.5rem}.vote-arena__actions .vote-btn--pick{flex:1 1 0;max-width:14rem;min-width:8rem}.vote-arena__actions .vote-btn--ghost{flex:1 1 0;min-width:0}.vote-btn{appearance:none;border:1px solid var(--line-strong);background:transparent;color:var(--ink);min-height:48px;padding:.7rem 1.25rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-weight:400;font-size:.9rem;letter-spacing:-.015em;cursor:pointer;transition:border-color .2s var(--ease),color .2s var(--ease),background .2s var(--ease),opacity .2s var(--ease)}.vote-btn:hover:not(:disabled){border-color:var(--ink);background:var(--accent-dim)}.vote-btn:active:not(:disabled){opacity:.88}.vote-btn:disabled{opacity:.4;cursor:not-allowed}.vote-btn--primary{border-color:var(--ink);background:var(--ink);color:var(--bg-deep)}.vote-btn--primary:hover:not(:disabled){background:#ffffffe6;border-color:#ffffffe6;color:var(--bg-deep)}.vote-btn--ghost{color:var(--ink-muted);font-size:.875rem;letter-spacing:-.01em;min-height:48px;padding:.7rem 1rem}.vote-btn:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.vote-arena__toast,.vote-arena__error{position:absolute;z-index:4}.vote-arena__toast[hidden],.vote-arena__summary[hidden],.vote-arena__error[hidden]{display:none!important}.vote-arena__toast{left:.75rem;right:.75rem;bottom:calc(var(--vote-actions-h) + .85rem);margin-inline:auto;width:min(22rem,100%);animation:vote-fade-up .3s var(--ease) both}.vote-arena__toast-card{padding:.9rem 1.1rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#0a0a0aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vote-arena__toast-card p{margin:0;font-size:.88rem;letter-spacing:-.01em}.vote-arena__reveal-next,.vote-arena__summary-note{color:var(--ink-muted);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.vote-arena__summary{position:absolute;inset:0;z-index:5;display:grid;place-items:center;padding:1rem;background:#0a0a0ac7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:vote-fade-up .3s var(--ease) both}.vote-arena__summary-card{width:min(24rem,100%);padding:1.75rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-deep)}.vote-arena__summary-card h3{margin:0 0 .45rem;font-family:var(--font-display);font-weight:400;font-size:1.1rem;letter-spacing:-.025em}.vote-arena__favorite{margin:0 0 .75rem;font-family:var(--font-display);font-weight:400;font-size:1.5rem;letter-spacing:-.035em;line-height:1.2}.vote-arena__error{left:.75rem;right:.75rem;top:.85rem;margin-inline:auto;width:min(24rem,100%);margin-top:0;margin-bottom:0;padding:.65rem .85rem;border:1px solid rgba(255,95,87,.35);border-radius:var(--radius-sm);background:#140a0af0;text-align:center}@keyframes vote-fade-up{0%{opacity:0;transform:translateY(.45rem)}to{opacity:1;transform:translateY(0)}}.board{width:min(56rem,100%);margin:0 auto;padding:clamp(2rem,5vw,3rem) clamp(1rem,4vw,2.5rem) 3rem}.legal{width:min(40rem,100%);margin:0 auto;padding:clamp(2rem,5vw,3rem) clamp(1rem,4vw,2.5rem) 3.5rem}.legal__eyebrow{margin:0 0 .75rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint)}.legal__title{margin:0 0 .55rem;font-family:var(--font-display);font-weight:400;font-size:clamp(2rem,5vw,3rem);letter-spacing:-.04em;line-height:1.05}.legal__updated{margin:0 0 2rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint)}.legal__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}.legal__list li{color:var(--ink-muted);line-height:1.55;font-size:.95rem;padding-left:1rem;position:relative}.legal__list li:before{content:"·";position:absolute;left:0;color:var(--ink-faint)}.legal__links{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin:1.5rem 0 0;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.04em}.legal__links a{color:var(--ink-muted);text-decoration:none;border-bottom:1px solid var(--line)}.legal__links a:hover{color:var(--ink);border-bottom-color:var(--ink)}.legal__sep{color:var(--ink-faint)}.board__header{margin-bottom:1.5rem}.board__header:before{content:"/ ranking";display:block;margin-bottom:.75rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted)}.page--prompts .board__header:before{content:"/ prompts"}.board--rank .board__header:before,.board--bench .board__header:before{display:none}.ranking-stack{display:flex;flex-direction:column;gap:clamp(2.5rem,6vw,4rem);width:min(72rem,100%);margin:0 auto;padding:clamp(2.5rem,6vw,4rem) clamp(1rem,4vw,2.5rem) 4rem}.ranking-stack .board{width:100%;margin:0;padding:0}.board--rank{width:100%}.board__table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-sm);background:transparent}.rank-table{width:100%;border-collapse:collapse;font-size:.92rem}.rank-table th,.rank-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--line);white-space:nowrap}.rank-table tr:last-child td{border-bottom:0}.rank-table th{font-family:var(--font-mono);font-size:.68rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);background:transparent}.rank-table tbody tr{transition:background .18s var(--ease)}.rank-table tbody tr:hover{background:#ffffff08}.rank-table__model{font-family:var(--font-display);font-weight:400;letter-spacing:-.02em;white-space:normal}.rank-table__sort{appearance:none;border:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;padding:0;cursor:pointer;text-align:left}.rank-table__sort:hover,.rank-table__sort.is-active{color:var(--ink)}.rank-table__sort:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.board--bench{width:min(72rem,100%)}.board--bench .board__header{margin-bottom:.35rem}.board--bench .board__title{font-size:clamp(2.35rem,5.5vw,3.75rem);letter-spacing:-.045em;line-height:1;max-width:12ch}.board--bench .board__meta{text-align:left;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.board--bench .board__copy{max-width:36rem;color:var(--ink-muted);font-size:clamp(1rem,2vw,1.1rem);line-height:1.5}.board--bench .board__copy strong{font-weight:400;color:var(--ink)}.board__eyebrow{margin:0 0 .75rem;font-family:var(--font-mono);font-size:.72rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.bench-toolbar{display:inline-flex;gap:.25rem;margin:1.25rem 0 0;padding:.2rem;border:1px solid var(--line);border-radius:var(--radius-pill);background:transparent}.bench-toolbar__btn{appearance:none;border:0;background:transparent;color:var(--ink-muted);font-family:var(--font-body);font-size:.875rem;letter-spacing:-.01em;padding:.45rem 1rem;border-radius:var(--radius-pill);cursor:pointer;transition:color .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease)}.bench-toolbar__btn:hover{color:var(--ink)}.bench-toolbar__btn.is-active{color:var(--bg-deep);background:var(--ink)}.bench-toolbar__btn:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.bench-chart-wrap{position:relative;margin:1.75rem 0;padding:1rem .75rem .5rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:transparent;overflow:hidden}.bench-chart__copy{position:absolute;top:.65rem;right:.65rem;z-index:1;appearance:none;margin:0;padding:.4rem .85rem;border:1px solid var(--line);border-radius:var(--radius-pill);background:#0a0a0ab8;color:var(--ink-muted);font-family:var(--font-body);font-size:.8rem;letter-spacing:-.01em;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:color .2s var(--ease),border-color .2s var(--ease),background .2s var(--ease)}.bench-chart__copy:hover:not(:disabled){color:var(--ink);border-color:var(--line-strong)}.bench-chart__copy:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.bench-chart__copy:disabled{cursor:default;opacity:.85}.bench-chart__copy.is-done{color:var(--ink);border-color:var(--line-strong)}.bench-chart{display:block;width:100%;height:auto;aspect-ratio:920 / 520}.bench-chart--compact{aspect-ratio:390 / 360}.bench-chart__bg{fill:transparent}.bench-chart__grid{stroke:#ffffff0f;stroke-width:1}.bench-chart__grid--minor{stroke:#ffffff09}.bench-chart__axis{stroke:#ffffff38;stroke-width:1}.bench-chart__tick,.bench-chart__axis-title,.bench-chart__label,.bench-chart__empty{fill:var(--ink-muted);font-family:var(--font-mono);font-size:11px}.bench-chart__axis-title{font-size:12px;letter-spacing:-.01em;text-transform:none;fill:var(--ink-muted)}.bench-chart__label{fill:var(--ink);font-family:var(--font-body);font-size:12px;letter-spacing:-.01em;paint-order:stroke;stroke:#0a0a0ae0;stroke-width:3px}.bench-chart--compact .bench-chart__label{font-size:10px;stroke-width:2.5px}.bench-chart__family{stroke-width:1.25;stroke-opacity:.4}.bench-chart__point{cursor:default}.bench-chart__empty{fill:var(--ink-muted);font-size:13px;letter-spacing:-.01em}.bench-chart__source{fill:var(--ink-faint);font-family:var(--font-mono);font-size:10px;letter-spacing:.02em;pointer-events:none}.bench-chart--compact .bench-chart__source{font-size:9px}.bench-swatch{display:inline-block;width:.5rem;height:.5rem;margin-right:.5rem;border-radius:999px;vertical-align:middle}.bench-footnote{margin:1.35rem 0 0;max-width:42rem;color:var(--ink-faint);font-size:.8rem;line-height:1.5;letter-spacing:-.01em}.bench-footnote code{font-family:var(--font-mono);font-size:.74rem;color:var(--ink-muted)}@media(max-width:720px){.board--bench{padding:1.25rem .85rem 2rem}.board--bench .board__title{font-size:clamp(1.65rem,8vw,2.2rem)}.board--bench .board__copy{font-size:.92rem;margin-bottom:1rem}.board--bench .board__meta{font-size:.78rem;line-height:1.4}.bench-toolbar{width:100%;justify-content:stretch}.bench-toolbar__btn{flex:1;text-align:center;min-height:2.5rem;font-size:.88rem}.bench-chart-wrap{margin-top:1rem;padding:.45rem}.bench-chart__copy{top:.4rem;right:.4rem;padding:.35rem .7rem;font-size:.75rem}.bench-chart__tick,.bench-chart__axis-title,.bench-chart__empty{font-size:10px}.board--bench .board__table-wrap{margin:0 -.15rem;border-radius:var(--radius-sm);-webkit-overflow-scrolling:touch}.bench-table{font-size:.82rem}.bench-table th,.bench-table td{padding:.6rem .55rem}.bench-table th:nth-child(6),.bench-table td:nth-child(6){display:none}.bench-table .rank-table__model{max-width:9.5rem;overflow:hidden;text-overflow:ellipsis}.bench-footnote{font-size:.72rem}}.prompt-form{margin-bottom:1.5rem;padding:1.25rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-card)}.prompt-form__label{display:block;margin-bottom:.5rem;font-family:var(--font-mono);font-weight:400;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted)}.prompt-form__input{width:100%;resize:vertical;min-height:5rem;padding:.75rem .9rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-soft);color:var(--ink);font:inherit;line-height:1.45;letter-spacing:-.01em}.prompt-form__input:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.prompt-form__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.85rem}.prompt-board{display:flex;flex-direction:column;gap:1.75rem}.prompt-section__header{margin-bottom:.75rem}.prompt-section__title{margin:0 0 .25rem;font-family:var(--font-display);font-size:1.05rem;font-weight:500;letter-spacing:-.02em;color:var(--ink)}.prompt-section__copy{margin:0;color:var(--ink-muted);font-size:.88rem;line-height:1.4}.prompt-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.prompt-list__item{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;padding:1rem 1.15rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-card)}.prompt-list__item--closed{opacity:.78;background:transparent}.prompt-go-vote{flex-shrink:0;align-self:center;color:var(--ink-muted);font-family:var(--font-mono);font-size:.72rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid transparent;padding:.2rem 0;transition:color .18s var(--ease),border-color .18s var(--ease)}.prompt-go-vote:hover{color:var(--ink);border-bottom-color:var(--ink)}.prompt-go-vote:focus-visible{outline:1px solid var(--ink);outline-offset:3px}.prompt-list__text{margin:0 0 .4rem;line-height:1.45;letter-spacing:-.01em}.prompt-list__meta{margin:0;color:var(--ink-muted);font-size:.82rem}.prompt-list__status{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:400;color:var(--ink-muted)}.prompt-list__status--proposed{color:var(--ink)}.prompt-list__status--queued{color:var(--ink-muted)}.prompt-list__status--active{color:var(--ink)}.prompt-list__status--retired{color:var(--ink-faint)}.prompt-list__empty{color:var(--ink-muted);padding:.5rem 0}@media(max-width:720px){.vote-orient--lr{display:none}.vote-orient--ud{display:inline}.vote-arena{--vote-actions-h: 3.75rem;gap:0;padding:0;padding-bottom:max(0px,env(safe-area-inset-bottom))}.vote-arena__bar{align-items:flex-start;padding:.85rem 1rem .9rem}.vote-arena__text{font-size:.98rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.vote-arena__pair{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto minmax(0,1fr);grid-template-areas:"left" "actions" "right"}.vote-arena__divider{display:none}.vote-arena.is-gated .vote-arena__pair{grid-template-columns:minmax(0,1fr);grid-template-areas:"left" "right";grid-template-rows:minmax(0,1fr) minmax(0,1fr)}.vote-arena.is-gated .vote-pane[data-pane=right],.vote-pane[data-pane=right]{border-top:1px solid var(--line)}.vote-arena__actions{width:100%;gap:.4rem;padding:.55rem .75rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.vote-arena__secondary{flex:1 1 0;max-width:none;min-width:0}.vote-arena__actions .vote-btn--pick,.vote-arena__actions .vote-btn--ghost{flex:1 1 0;min-width:0;max-width:none}.vote-btn{min-height:44px;padding:.55rem .85rem;font-size:.82rem}.vote-btn--ghost{font-size:.8rem;padding-inline:.65rem}.vote-arena__toast{bottom:calc(50% - .5rem)}.vote-pane__head{padding:.65rem .75rem}.shell__nav-link{padding:.35rem .65rem;font-size:.8rem}}@media(prefers-reduced-motion:reduce){.carousel__track{transition:none}.carousel--stack .carousel__viewport{scroll-snap-type:none}.vote-gate__modal,.vote-arena,.vote-arena__toast,.vote-arena__summary,.home-content,.home-band{animation:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.page--preview{display:flex;flex-direction:column;min-height:0;height:calc(100dvh - var(--header-h));overflow:hidden}.preview-bar{flex:0 0 auto;display:flex;flex-direction:column;gap:.55rem;padding:.75rem 1rem;border-bottom:1px solid var(--line);background:var(--bg-card)}.preview-bar__row{display:flex;align-items:center;gap:.55rem;min-width:0}.preview-bar__label{flex:0 0 3.2rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-faint)}.preview-bar__select,.preview-bar__input{flex:1 1 auto;min-width:0;height:2.1rem;padding:0 .65rem;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#0f1012;color:var(--ink);font-family:var(--font-mono);font-size:.78rem}.preview-bar__btn{flex:0 0 auto;height:2.1rem;padding:0 .85rem;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:transparent;color:var(--ink);font-family:var(--font-mono);font-size:.72rem;letter-spacing:.03em;text-transform:uppercase;cursor:pointer}.preview-bar__btn:hover{border-color:var(--ink-muted)}.preview-bar__btn--primary{background:var(--ink);color:var(--bg-deep);border-color:var(--ink)}.preview-bar__status{margin:0;font-family:var(--font-mono);font-size:.72rem;color:var(--ink-muted);word-break:break-all}.preview-bar__status[data-kind=ok]{color:var(--ok)}.preview-bar__status[data-kind=err]{color:var(--error)}.preview-stage{flex:1 1 auto;min-height:0;background:var(--stage-bg)}.preview-stage__mount{position:relative;width:100%;height:100%;overflow:hidden}.preview-stage__mount>.scene-mount-boundary>.scene-mount-host>canvas{display:block;width:100%!important;height:100%!important}.preview-batch-grid{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:minmax(160px,1fr);gap:.5rem;padding:.5rem;overflow:auto;background:var(--bg-deep)}.preview-batch-cell{display:flex;flex-direction:column;min-height:160px;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;background:var(--stage-bg)}.preview-batch-cell[data-pane-status=error]{border-color:var(--error)}.preview-batch-cell[data-pane-status=ok]{border-color:#28c84073}.preview-batch-cell__label{flex:0 0 auto;padding:.35rem .5rem;font-family:var(--font-mono);font-size:.65rem;color:var(--ink-muted);border-bottom:1px solid var(--line);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:var(--bg-card)}.preview-batch-cell__mount{position:relative;flex:1 1 auto;min-height:120px;overflow:hidden}.preview-batch-cell__mount>.scene-mount-boundary>.scene-mount-host>canvas{display:block;width:100%!important;height:100%!important}@media(max-width:720px){.preview-bar__row{flex-wrap:wrap}.preview-bar__label{flex-basis:100%}.preview-bar__select,.preview-bar__input{flex-basis:calc(100% - 5.5rem)}}.gallery{flex:1;min-height:0;display:grid;grid-template-columns:minmax(22rem,38%) minmax(0,1fr);gap:0;width:100%;animation:vote-fade-up .45s var(--ease) both}.gallery__rail{display:flex;flex-direction:column;gap:0;min-height:0;min-width:0;padding:clamp(1.25rem,3.5vh,2.5rem) clamp(1.1rem,2.5vw,2rem);border-right:1px solid var(--line);overflow:hidden}.gallery__intro{flex:0 0 auto;margin-bottom:clamp(1.1rem,2.8vh,1.75rem)}.gallery__eyebrow{margin:0 0 .75rem;font-family:var(--font-body);font-size:.8rem;font-weight:400;letter-spacing:-.01em;color:var(--ink-muted)}.gallery__title{margin:0;font-family:var(--font-display);font-weight:400;font-size:clamp(2.2rem,5vw,3.4rem);letter-spacing:-.055em;line-height:.98}.gallery__title-lead{color:var(--ink)}.gallery__title-soft{color:var(--ink-muted)}.gallery-evals{display:flex;flex-wrap:wrap;gap:.35rem 1rem;margin:0 0 1rem}.gallery-evals__btn{appearance:none;border:0;background:transparent;padding:0;margin:0;font-family:var(--font-body);font-size:.88rem;font-weight:400;letter-spacing:-.02em;color:var(--ink-faint);cursor:pointer;transition:color .2s var(--ease)}.gallery-evals__btn:hover,.gallery-evals__btn.is-active{color:var(--ink)}.gallery-evals__btn:focus-visible{outline:1px solid var(--ink);outline-offset:3px}.gallery-prompt-pick{display:block;margin:0 0 .75rem}.gallery-prompt-pick__select{appearance:none;width:100%;max-width:100%;padding:.45rem 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink-muted);font-family:var(--font-body);font-size:.88rem;letter-spacing:-.015em}.gallery-prompt-pick__select:focus{outline:none;color:var(--ink);border-bottom-color:var(--line-strong)}.gallery-prompt{flex:0 0 auto;margin:0 0 1rem;padding:.9rem 0 1rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.gallery-prompt__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.gallery-prompt__text{flex:1 1 auto;min-width:0;margin:0;font-size:.95rem;line-height:1.45;letter-spacing:-.015em;color:var(--ink);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.gallery-vote-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:.4rem;margin-top:.05rem;padding:.42rem .9rem;border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:transparent;color:var(--ink);font-family:var(--font-body);font-size:.82rem;font-weight:400;letter-spacing:-.015em;text-decoration:none;white-space:nowrap;transition:border-color .2s var(--ease),background .2s var(--ease),color .2s var(--ease)}.gallery-vote-link:hover{border-color:var(--ink);background:var(--accent-dim)}.gallery-vote-link:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.gallery-vote-link__arrow{color:var(--ink-muted);transition:color .2s var(--ease),transform .2s var(--ease)}.gallery-vote-link:hover .gallery-vote-link__arrow{color:var(--ink);transform:translate(2px)}.gallery-prompt__meta{margin:.65rem 0 0;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.06em;color:var(--ink-faint)}.gallery-prompt__error{margin:.5rem 0 0;color:var(--error);font-size:.88rem}.gallery-rank{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.gallery-table-wrap{flex:1;min-height:0;overflow:auto;scrollbar-gutter:stable}.gallery-table{width:100%;border-collapse:collapse;table-layout:fixed}.gallery-table thead th{position:sticky;top:0;z-index:1;padding:.45rem .4rem .55rem;border-bottom:1px solid var(--line);background:var(--bg-deep);font-family:var(--font-mono);font-size:.66rem;font-weight:400;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-faint);text-align:left}.gallery-table__th--num{width:4.35rem;text-align:right}.gallery-table__sort{appearance:none;display:inline-flex;align-items:center;gap:.28rem;max-width:100%;border:0;background:transparent;padding:0;margin:0;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;white-space:nowrap;cursor:pointer;transition:color .2s var(--ease)}.gallery-table__th--num .gallery-table__sort{width:100%;justify-content:flex-end}.gallery-table__sort:hover,.gallery-table__sort.is-active{color:var(--ink)}.gallery-table__sort.is-active[data-dir=asc]:after{content:"↑";color:var(--ink-muted)}.gallery-table__sort.is-active[data-dir=desc]:after{content:"↓";color:var(--ink-muted)}.gallery-table__sort:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.gallery-table__row{cursor:pointer;transition:background .18s var(--ease)}.gallery-table__row:hover{background:#ffffff08}.gallery-table__row.is-active{background:#ffffff0e}.gallery-table__row:focus-visible{outline:1px solid var(--ink);outline-offset:-1px}.gallery-table td{padding:.68rem .4rem;border-bottom:1px solid var(--line);vertical-align:baseline}.gallery-table__model{min-width:0;font-size:.9rem;font-weight:400;letter-spacing:-.025em;color:var(--ink-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-table__row.is-active .gallery-table__model{color:var(--ink)}.gallery-table__num{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.01em;color:var(--ink-faint);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.gallery-table__row.is-active .gallery-table__num{color:var(--ink-muted)}.gallery__stage{position:relative;min-width:0;min-height:0;display:flex;padding:clamp(.75rem,2vh,1.25rem) clamp(.75rem,2vw,1.5rem) clamp(.75rem,2vh,1.25rem) clamp(.5rem,1.5vw,1rem)}.gallery__stage-glow{position:absolute;inset:8% 6% 12% 4%;border-radius:50%;background:radial-gradient(ellipse at 55% 45%,rgba(255,255,255,.07),transparent 62%),radial-gradient(ellipse at 30% 70%,rgba(120,140,180,.08),transparent 55%);filter:blur(42px);pointer-events:none;z-index:0}.gallery__stage-frame{position:relative;z-index:1;flex:1;min-height:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#050505;box-shadow:0 24px 80px #00000073}.gallery__stage-frame.is-swapping .gallery__stage-mount{animation:gallery-stage-in .45s var(--ease) both}.gallery__stage-frame.is-swapping .gallery__caption{animation:gallery-stage-in .5s var(--ease) .05s both}@keyframes gallery-stage-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.gallery__stage-mount{position:absolute;inset:0;z-index:1}.gallery__stage-mount>canvas{width:100%!important;height:100%!important;display:block}.gallery__stage-veil{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.2) 38%,transparent 62%)}.gallery__caption{position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;flex-direction:column;gap:.25rem;padding:1.35rem 1.4rem 1.25rem;pointer-events:none}.gallery__caption-rank{margin:0;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73}.gallery__caption-model{margin:0;font-family:var(--font-display);font-weight:400;font-size:clamp(1.35rem,2.6vw,1.9rem);letter-spacing:-.04em;line-height:1.1;color:#fff}.gallery__caption-stats{margin:.15rem 0 0;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.03em;color:#ffffff80}@media(max-width:900px){.gallery{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) minmax(12rem,40%)}.gallery__rail{order:2;border-right:0;border-top:1px solid var(--line);padding:.85rem 1rem max(.85rem,env(safe-area-inset-bottom))}.gallery__intro{display:none}.gallery-prompt{margin-bottom:.65rem;padding:.65rem 0 .75rem}.gallery-prompt__text{-webkit-line-clamp:2;font-size:.88rem}.gallery-prompt__top{gap:.75rem;align-items:center}.gallery__stage{order:1;padding:.55rem .55rem 0}.gallery__stage-frame{border-radius:14px}.gallery__caption{padding:1rem}.gallery-table__th--num{width:3.75rem}.gallery-table td{padding:.58rem .3rem}.gallery-table__model{font-size:.84rem}.gallery-table__num{font-size:.66rem}}@media(prefers-reduced-motion:reduce){.gallery-table__row,.gallery__stage-frame.is-swapping .gallery__stage-mount,.gallery__stage-frame.is-swapping .gallery__caption{transition:none;animation:none}}
