:root {
  color-scheme: light dark;
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --radius-pill: 10px;
  --font-heading: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --page-gutter: 1rem;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  min-width: 320px;
  background: var(--void-black);
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(112deg, var(--color-voidreel-runtime-rgb-89214214-12) 0 1px, transparent 1px 58%),
    linear-gradient(180deg, var(--void-black) 0%, var(--color-voidreel-runtime-hex-070605) 52%, var(--void-black) 100%);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.45;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}

body::before {
  opacity: .14;
  background-image:
    linear-gradient(90deg, var(--color-voidreel-runtime-rgb-255255255-16) 1px, transparent 1px),
    linear-gradient(180deg, var(--color-voidreel-runtime-rgb-25514066-14) 1px, transparent 1px);
  background-size: 23px 23px, 23px 23px;
}

body::after {
  opacity: .12;
  background: repeating-linear-gradient(180deg, transparent 0 3px, var(--color-voidreel-runtime-rgb-255255255-10) 3px 4px);
}

a,
button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.voidreel-age-gate {
  background:
    repeating-linear-gradient(90deg, var(--color-voidreel-runtime-rgb-255255255-7) 0 1px, transparent 1px 26px),
    radial-gradient(circle at top left, var(--color-voidreel-runtime-rgb-25514066-20), transparent 34%),
    linear-gradient(180deg, var(--color-voidreel-runtime-rgb-555-96), var(--color-voidreel-runtime-rgb-876-98)) !important;
  color: var(--paper) !important;
  font-family: var(--font-body) !important;
}

.voidreel-age-gate__content {
  position: relative !important;
  max-width: 440px !important;
  overflow: hidden !important;
  border: 1px solid var(--border-warm) !important;
  border-radius: var(--radius-md) !important;
  background:
    linear-gradient(135deg, var(--color-voidreel-runtime-rgb-25514066-12), transparent 42%),
    linear-gradient(180deg, var(--surface-raised), var(--color-voidreel-runtime-hex-070605)) !important;
  box-shadow: 0 24px 70px var(--color-voidreel-runtime-rgb-000-68), inset 0 0 0 1px var(--color-voidreel-runtime-rgb-255255255-5) !important;
}

.voidreel-age-gate__content::before {
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px dashed var(--color-voidreel-runtime-rgb-25514066-38);
  border-radius: var(--radius-sm);
  content: "";
}

.voidreel-age-gate__badge {
  border-color: var(--projector-orange) !important;
  color: var(--projector-orange) !important;
  font-family: var(--font-heading) !important;
  text-shadow: 0 0 18px var(--color-voidreel-runtime-rgb-25514066-44) !important;
  box-shadow: 0 0 0 5px var(--color-voidreel-runtime-rgb-25514066-9), 0 0 24px var(--color-voidreel-runtime-rgb-25514066-16) !important;
}

.voidreel-age-gate__title {
  color: var(--paper-bright) !important;
  font-family: var(--font-heading) !important;
  font-size: 1.9rem !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
}

.voidreel-age-gate__desc {
  color: var(--body-muted) !important;
  font-family: var(--font-mono) !important;
  font-size: .84rem !important;
}

.voidreel-age-gate__btn {
  border: 1px solid var(--color-voidreel-runtime-rgb-255255255-12) !important;
  border-radius: var(--radius-pill) !important;
  background:
    linear-gradient(135deg, var(--projector-orange), var(--color-voidreel-runtime-hex-ffb16f)) !important;
  color: var(--text-on-theme) !important;
  font-family: var(--font-mono) !important;
  font-size: .9rem !important;
  text-transform: uppercase !important;
  box-shadow: 0 12px 28px var(--color-voidreel-runtime-rgb-25514066-28) !important;
}

.voidreel-age-gate__btn:hover {
  background:
    linear-gradient(135deg, var(--color-voidreel-runtime-hex-ffb16f), var(--projector-orange)) !important;
  box-shadow: 0 16px 34px var(--color-voidreel-runtime-rgb-25514066-38) !important;
}

.voidreel-age-gate--active .voidreel-age-gate__content {
  opacity: 1 !important;
}

img {
  max-width: 100%;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.wordmark,
h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: .015em;
}

.eyebrow,
.brand-caption,
.button-label,
.status-meter,
.token-code,
.metric,
.card__badge,
.card__rank {
  font-family: var(--font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.command-rail {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: .75rem var(--page-gutter);
}

.command-inner {
  position: relative;
  width: min(100%, 1372px);
  min-height: 64px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  column-gap: .75rem;
  row-gap: 0;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-md);
  background: var(--color-voidreel-runtime-rgb-876-100);
  box-shadow: var(--shadow-panel);
  padding: .75rem;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  min-width: 0;
}

.brand-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.wordmark {
  color: var(--projector-orange);
  text-shadow: 0 0 8px var(--color-voidreel-runtime-rgb-25514066-45);
  font-size: clamp(1.45rem, 5vw, 1.875rem);
  line-height: .9;
}

.brand-caption {
  max-width: min(68vw, 30rem);
  overflow: hidden;
  color: var(--caption);
  font-size: .625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-toggle {
  width: 42px;
  height: 42px;
  margin-left: auto;
  display: grid;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-sm);
  background: var(--surface-raised);
}

.menu-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  background: var(--icon-on-surface);
}

.site-nav {
  flex-basis: 100%;
  max-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  overflow: hidden;
  border-top: 1px solid transparent;
  opacity: 0;
  padding: 0;
  flex-wrap: wrap;
  transition: max-height 240ms ease, opacity 180ms ease, padding 240ms ease, border-color 240ms ease, margin 240ms ease;
}

.site-nav.is-open,
.menu-toggle[aria-expanded="true"]~.site-nav {
  max-height: 180px;
  margin-top: .25rem;
  border-top-color: var(--border-warm);
  opacity: 1;
  padding-top: .75rem;
}

.site-nav__link {
  min-height: 34px;
  display: flex;
  align-items: center;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-pill);
  background: var(--surface-raised);
  color: var(--body-muted);
  padding: .45rem .75rem;
  font-family: var(--font-mono);
  font-size: .68rem;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, background 160ms ease;
}

.site-nav__link:hover {
  border-color: var(--color-voidreel-runtime-rgb-25514066-68);
  background: var(--color-voidreel-runtime-rgb-25514066-12);
  color: var(--paper-bright);
  transform: translateY(-1px);
}

.site-nav__link.is-active {
  border-color: var(--color-voidreel-runtime-rgb-25514066-82);
  background: var(--color-voidreel-runtime-rgb-25514066-18);
  color: var(--paper-bright);
  box-shadow: inset 0 -2px 0 var(--projector-orange), 0 0 0 1px var(--color-voidreel-runtime-rgb-255255255-8);
}

.control-button,
.reveal-button,
.player__server-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: var(--radius-pill);
  background: var(--projector-orange);
  color: var(--text-on-theme);
  padding: .625rem 1rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.control-button:hover,
.reveal-button:hover,
.player__server-btn:hover,
.player__server-btn.is-active {
  transform: translateY(-1px);
  filter: saturate(1.1) brightness(1.05);
  box-shadow: 0 0 0 1px var(--color-voidreel-runtime-rgb-255255255-18), 0 18px 34px var(--color-voidreel-runtime-rgb-25514066-22);
}

.page-shell {
  width: min(calc(100% - (var(--page-gutter) * 2)), 1372px);
  margin-inline: auto;
  padding-block: 0 2rem;
  display: grid;
  gap: 1rem;
}

.voidreel-banner {
  width: min(calc(100% - (var(--page-gutter) * 2)), 1372px);
  min-height: 0;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.voidreel-banner--footer {
  margin-block: 1rem;
}

.voidreel-banner>* {
  max-width: 100%;
}

.tokens,
.section-panel,
.watch-stage,
.workflow-band,
.archive-header,
.error-panel,
.footer-panel {
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.eyebrow {
  margin: 0;
  margin-bottom: 0.75rem;
  color: var(--cyan);
  font-size: .6875rem;
  line-height: 1;
}

.single-meta,
.card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  justify-content: center;
}

.meta-icon {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  margin-right: 4px;
  flex-shrink: 0;
}

.single-meta > span,
.card__meta > span,
.single-meta > button,
.card__meta > button {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  background: var(--color-voidreel-runtime-rgb-555-48);
  color: var(--body-muted);
  padding: .25rem .5rem;
  font-family: var(--font-mono);
  font-size: .65rem;
  text-transform: uppercase;
}

button.fv-video-likes {
  cursor: pointer;
  outline: none;
  transition: all .2s ease;
  -webkit-tap-highlight-color: transparent;
}

button.fv-video-likes:hover {
  color: var(--projector-orange);
  border-color: var(--projector-orange);
  background: var(--color-voidreel-runtime-rgb-25514066-8);
}

button.fv-video-likes.is-liked {
  color: var(--color-voidreel-runtime-hex-ff4a5a);
  border-color: var(--color-voidreel-runtime-hex-ff4a5a);
  background: var(--color-voidreel-runtime-rgb-2557490-10);
}

button.fv-video-likes.is-liked svg {
  fill: currentColor;
}

.single-links,
.card__genres,
.card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.card__genre,
.card__tag {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-voidreel-runtime-rgb-89214214-26);
  border-radius: var(--radius-pill);
  color: var(--orange-soft);
  padding: .2rem .5rem;
  font-family: var(--font-mono);
  font-size: .62rem;
  text-transform: uppercase;
}

.card__tag {
  border-color: var(--color-voidreel-runtime-rgb-19271125-34);
  color: var(--color-voidreel-runtime-hex-d9bdd0);
}

.workflow-band {
  min-height: 76px;
  display: grid;
  gap: 1rem;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-sm);
  background: var(--color-voidreel-runtime-rgb-555-60);
  padding: .875rem 1.125rem;
}

.workflow-search__label {
  color: var(--body-muted);
  font-size: .85rem;
}

.workflow-search__field {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: .6rem;
}

.workflow-search__input {
  min-width: 0;
  min-height: 44px;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-pill);
  background: var(--color-voidreel-runtime-rgb-555-72);
  color: var(--paper);
  padding: .65rem .9rem;
  font-family: var(--font-mono);
  font-size: .76rem;
}

.workflow-search__input::placeholder {
  color: var(--caption);
  text-transform: uppercase;
}

.workflow-search__button {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.workflow-suggest {
  position: absolute;
  top: calc(100% + .4rem);
  left: 0;
  right: 0;
  z-index: 25;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-sm);
  background: var(--booth-black);
  box-shadow: var(--shadow-panel);
}

.workflow-suggest[hidden] {
  display: none;
}

.workflow-suggest__item {
  min-height: 38px;
  border-bottom: 1px solid var(--border-soft);
  background: transparent;
  color: var(--paper);
  padding: .625rem .75rem;
  text-align: left;
}

.workflow-suggest__item:last-child {
  border-bottom: 0;
}

.workflow-suggest__item:hover,
.workflow-suggest__item:focus {
  background: var(--color-voidreel-runtime-rgb-25514066-14);
  outline: none;
}

.tokens {
  border-color: var(--border-soft);
  background: var(--color-voidreel-runtime-hex-060606);
  padding: 1.125rem;
  display: grid;
  gap: .8rem;
}

.tokens-title {
  color: var(--paper);
  font-size: clamp(1.8rem, 6vw, 2.5rem);
  line-height: 1;
  text-transform: none;
}

.token-rack {
  --token-rack-collapsed-height: 300px;
  --token-rack-open-height: 300px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .375rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--color-voidreel-runtime-hex-0d0e10);
  padding: .625rem;
  transition: max-height 260ms ease;
  will-change: max-height;
}

.token-rack.is-collapsed {
  max-height: var(--token-rack-collapsed-height);
  overflow: hidden;
}

.token-rack.is-expanded {
  max-height: var(--token-rack-open-height);
  overflow: hidden;
}

.token-rack-toggle {
  justify-self: center;
  min-height: 36px;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-pill);
  background: var(--surface-raised);
  color: var(--paper);
  padding: .55rem .9rem;
  font-family: var(--font-mono);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, background 160ms ease;
}

.token-rack-toggle[hidden] {
  display: none;
}

.token-rack-toggle:hover {
  border-color: var(--color-voidreel-runtime-rgb-25514066-68);
  background: var(--color-voidreel-runtime-rgb-25514066-12);
  color: var(--paper-bright);
  transform: translateY(-1px);
}

.token-row {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  padding: .65rem;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.token-row:hover {
  border-color: var(--color-voidreel-runtime-rgb-89214214-36);
  background: var(--color-voidreel-runtime-rgb-89214214-8);
  transform: translateX(2px);
}

.token-row__image,
.token-row__overlay {
  position: absolute;
  inset: 0;
}

.token-row__image {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.08);
  transition: transform 180ms ease, filter 180ms ease;
}

.token-row__overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, var(--color-voidreel-runtime-rgb-555-14), var(--color-voidreel-runtime-rgb-555-76)),
    linear-gradient(90deg, var(--color-voidreel-runtime-rgb-25514066-20), transparent 54%);
}

.token-row:hover .token-row__image {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.12);
}

.token-code {
  max-width: 100%;
  border: 1px solid var(--color-voidreel-runtime-rgb-233225210-18);
  border-radius: var(--radius-sm);
  background: var(--color-voidreel-runtime-rgb-555-62);
  color: var(--paper);
  padding: .35rem .45rem;
  font-size: .7rem;
  overflow-wrap: anywhere;
}

.section-panel {
  background: var(--color-voidreel-runtime-rgb-666-86);
  padding: 1rem;
  display: grid;
  gap: 1rem;
}

.section__header {
  display: grid;
  gap: .4rem;
}

.section__title {
  color: var(--paper-bright);
  font-size: clamp(1.75rem, 7vw, 3rem);
  line-height: .94;
}

.section__subtitle,
.archive-count,
.empty-state {
  margin: 0;
  color: var(--body-muted);
}

.section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .9rem;
}

@media (min-width: 426px) {
  .section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) {
  .section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1025px) {
  .section__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.card {
  position: relative;
  overflow: hidden;
  display: grid;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--color-voidreel-runtime-hex-0d0e10);
  min-width: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.card:hover {
  border-color: var(--color-voidreel-runtime-rgb-25514066-46);
  box-shadow: 0 18px 34px var(--color-voidreel-runtime-rgb-000-36), 0 0 0 1px var(--color-voidreel-runtime-rgb-25514066-12);
  transform: translateY(-2px);
}

.card__media {
  position: relative;
  display: block;
  aspect-ratio: var(--fv-thumb-aspect-ratio, 16 / 9);
  overflow: hidden;
  background: var(--surface-raised);
}

.card__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__poster {
  position: absolute;
  inset: 0;
  filter: saturate(.9) contrast(1.05);
  transition: transform 180ms ease, filter 180ms ease;
}

.card:hover .card__poster {
  transform: scale(1.025);
  filter: saturate(1.05) contrast(1.08);
}

.card__title a,
.site-footer__list a,
.site-footer__links a,
.site-footer__tags a,
.site-footer__social a,
.card__genre,
.card__tag {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.card__title a:hover,
.site-footer__list a:hover,
.site-footer__links a:hover,
.site-footer__tags a:hover,
.site-footer__social a:hover,
.card__genre:hover,
.card__tag:hover {
  border-color: var(--color-voidreel-runtime-rgb-25514066-46);
  color: var(--paper-bright);
}

.card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, var(--color-voidreel-runtime-rgb-555-78));
  pointer-events: none;
  content: "";
}

.card__badge,
.card__rank {
  position: absolute;
  z-index: 2;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: .25rem .5rem;
  font-size: .62rem;
  line-height: 1;
}

.card__badge {
  right: .55rem;
  top: .55rem;
  background: var(--projector-orange);
  color: var(--text-on-theme);
}

.card__rank {
  left: .55rem;
  top: .55rem;
  border: 1px solid var(--color-voidreel-runtime-rgb-89214214-42);
  background: var(--color-voidreel-runtime-rgb-555-72);
  color: var(--cyan);
}

.card__body {
  display: grid;
  gap: .55rem;
  padding: .85rem;
}

.card__title {
  color: var(--paper-bright);
  font-size: 1.15rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  height: calc(1.15rem * 1.3 * 2);
}


.card__overview {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--body-muted);
  font-size: .82rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.card--feature {
  border-color: var(--color-voidreel-runtime-rgb-25514066-42);
}

.card--feature .card__media {
  aspect-ratio: 16 / 10;
}

.card--strip .card__overview {
  display: none;
}

.watch-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, var(--void-black), var(--surface));
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
}

.watch-stage::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.watch-stage::after {
  background:
    linear-gradient(180deg, var(--color-voidreel-runtime-rgb-555-78), var(--color-voidreel-runtime-rgb-555-58) 42%, var(--color-voidreel-runtime-rgb-555-86)),
    linear-gradient(90deg, var(--color-voidreel-runtime-rgb-555-88), var(--color-voidreel-runtime-rgb-555-48) 52%, var(--color-voidreel-runtime-rgb-555-88));
}

.watch-stage__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.08);
}

.player {
  overflow: hidden;
  border: 1px solid var(--color-voidreel-runtime-rgb-89214214-28);
  border-radius: var(--radius-md);
  background: var(--color-black);
}

.player__iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
  background: var(--color-black);
}

.player__servers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  padding: .75rem;
  background: var(--color-voidreel-runtime-hex-070605);
}

.player__unavailable {
  min-height: 260px;
  display: grid;
  place-items: center;
  color: var(--body-muted);
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.watch-stage__info {
  display: grid;
  gap: .8rem;
  padding: 1rem;
}

.watch-stage__heading {
  display: grid;
  gap: .45rem;
}

.single-title {
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: .9;
}

.single-overview {
  color: var(--body-muted);
}

.related-load {
  display: flex;
  justify-content: center;
}

.related-load__button {
  min-width: min(100%, 12rem);
}

.related-load__button:hover {
  transform: translateY(-1px);
}

.archive-header,
.error-panel {
  background: linear-gradient(135deg, var(--surface), var(--void-black));
  padding: 1.125rem;
}

.archive-title,
.error-panel h1 {
  font-size: clamp(2rem, 9vw, 4rem);
  line-height: .9;
}

.error-panel {
  min-height: 50vh;
  display: grid;
  align-content: center;
  gap: 1rem;
}

.error-panel p {
  max-width: 34rem;
  margin: 0;
  color: var(--body-muted);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--color-voidreel-runtime-rgb-555-64);
  padding: .75rem;
}

.pagination__page {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-pill);
  background: var(--surface-raised);
  color: var(--body-muted);
  padding: .45rem .7rem;
  font-family: var(--font-mono);
  font-size: .7rem;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, background 160ms ease;
}

.pagination__page--arrow {
  padding: .45rem;
}

.pagination__icon {
  width: 18px;
  height: 18px;
}

.pagination__ellipsis {
  min-width: 28px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--caption);
  font-family: var(--font-mono);
  font-size: .7rem;
}

.pagination__page:hover,
.pagination__page.is-active {
  border-color: var(--color-voidreel-runtime-rgb-25514066-62);
  background: var(--color-voidreel-runtime-rgb-25514066-13);
  color: var(--paper-bright);
  transform: translateY(-1px);
}

.pagination__page--disabled,
.pagination__page--disabled:hover {
  border-color: var(--border-soft);
  background: var(--color-voidreel-runtime-rgb-555-40);
  color: var(--caption);
  cursor: default;
  transform: none;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-voidreel-runtime-rgb-25514066-56);
  border-radius: var(--radius-pill);
  background: var(--projector-orange);
  color: var(--text-on-theme);
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  box-shadow: 0 18px 34px var(--color-voidreel-runtime-rgb-25514066-26);
  transform: translateY(-2px);
}

.site-footer {
  border-top: 1px solid var(--border-warm);
  background: var(--void-black);
  padding: 1rem var(--page-gutter) 2rem;
}

.site-footer__inner {
  width: min(100%, 1372px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-panel {
  background: var(--booth-black);
  padding: 1rem;
  flex: 1 1 100%;
}

.site-footer__seo {
  color: var(--body-muted);
}

.site-footer__copy {
  color: var(--body-muted);
  flex-basis: 100%;
}

.site-footer__list,
.site-footer__links,
.site-footer__tags,
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links,
.site-footer__tags {
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
}

.site-footer__links::-webkit-scrollbar,
.site-footer__tags::-webkit-scrollbar {
  width: 4px;
}

.site-footer__links::-webkit-scrollbar-track,
.site-footer__tags::-webkit-scrollbar-track {
  background: transparent;
}

.site-footer__links::-webkit-scrollbar-thumb,
.site-footer__tags::-webkit-scrollbar-thumb {
  background: var(--border-warm);
  border-radius: 2px;
}

.site-footer__links::-webkit-scrollbar-thumb:hover,
.site-footer__tags::-webkit-scrollbar-thumb:hover {
  background: var(--projector-orange);
}

.site-footer__list a,
.site-footer__links a,
.site-footer__tags a,
.site-footer__social a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  padding: .25rem .6rem;
  color: var(--body-muted);
  font-family: var(--font-mono);
  font-size: .68rem;
  text-transform: uppercase;
}

.site-footer__copy {
  margin: 0;
  font-size: .8rem;
}

@media (min-width: 700px) {
  :root {
    --page-gutter: 1.25rem;
  }

  .command-inner {
    flex-wrap: nowrap;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    flex: 0 1 auto;
    flex-basis: auto;
    max-height: none;
    margin-left: auto;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-top: 0;
    opacity: 1;
    overflow: visible;
    background: transparent;
    padding: 0;
    transition: none;
  }

  .workspace {
    grid-template-columns: minmax(220px, .78fr) minmax(0, 1.5fr) minmax(220px, .72fr);
  }

  .workflow-band {
    grid-template-columns: minmax(14rem, .55fr) minmax(0, 1fr);
    align-items: center;
  }

  .workflow-search__field {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .token-rack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }



}

@media (min-width: 1040px) {
  .token-rack {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .5rem;
  }

  .token-row {
    min-height: 104px;
    display: grid;
    grid-template-columns: 1fr;
    align-content: end;
    gap: .45rem;
    padding: .55rem;
  }



  .footer-panel {
    flex: 1 1 300px;
  }
}

/* Categories Dropdown styling */
.site-nav__dropdown-container {
  position: relative;
  display: inline-block;
}

.site-nav__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  background: var(--surface-raised);
  border: 1px solid var(--border-warm);
  border-radius: 8px;
  padding: 0.5rem 0;
  min-width: 160px;
  z-index: 100;
  box-shadow: 0 4px 12px var(--color-voidreel-runtime-rgba-0-0-0-0-500000);
}

.site-nav__dropdown.is-open {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.site-nav__dropdown-item {
  display: block;
  padding: 0.45rem 1rem;
  color: var(--body-muted);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav__dropdown-item:hover {
  background: var(--color-voidreel-runtime-rgb-25514066-12);
  color: var(--paper-bright);
}

@media (max-width: 699.98px) {
  .menu-toggle[aria-expanded="true"] ~ .site-nav {
    max-height: none;
    overflow: visible;
  }
}

/* Time filters for special category archives (Viral/Trend/etc.) */
.archive-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  margin-bottom: 2rem;
  margin-top: -0.5rem;
}

.archive-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-soft);
  background: var(--color-voidreel-runtime-rgb-555-48);
  color: var(--body-muted);
  padding: .4rem 1.15rem;
  font-family: var(--font-mono);
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
  transition: all 160ms ease;
  text-decoration: none;
}

.archive-filter-btn:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  background: var(--color-voidreel-runtime-rgb-89214214-8);
  transform: translateY(-1px);
}

.archive-filter-btn.is-active {
  border-color: var(--projector-orange);
  color: var(--projector-orange);
  background: var(--color-voidreel-runtime-rgb-25514066-8);
  font-weight: 700;
  box-shadow: 0 0 12px var(--color-voidreel-runtime-rgb-25514066-12);
}

.footer-brand {
  margin-bottom: 1.25rem;
}

/* Static policy pages */
.voidreel-policy-shell {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.voidreel-policy-card {
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-md);
  background: var(--color-voidreel-runtime-rgb-876-94);
  box-shadow: var(--shadow-panel);
  padding: clamp(1rem, 3vw, 2.25rem);
}

.voidreel-policy-kicker,
.voidreel-policy-table caption,
.voidreel-policy-table th,
.voidreel-policy-stat__label {
  color: var(--caption);
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.voidreel-policy-kicker {
  margin: 0 0 .5rem;
  color: var(--projector-orange);
}

.voidreel-policy-title {
  color: var(--paper-bright);
  font-size: clamp(2.2rem, 7vw, 4.4rem);
  line-height: .95;
}


.voidreel-policy-prose {
  margin-top: 2rem;
  color: var(--body-muted);
}

.voidreel-policy-prose h2,
.voidreel-policy-prose h3 {
  margin: 2rem 0 .65rem;
  color: var(--paper-bright);
  font-size: clamp(1.35rem, 4vw, 2rem);
}

.voidreel-policy-prose h2:first-child,
.voidreel-policy-prose h3:first-child {
  margin-top: 0;
}


.voidreel-policy-prose p {
  margin: 0 0 1rem;
}

.voidreel-policy-prose ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.voidreel-policy-prose li + li {
  margin-top: .45rem;
}

.voidreel-policy-prose a {
  color: var(--orange-soft);
  text-decoration: underline;
  text-decoration-color: var(--color-voidreel-runtime-rgb-25514066-52);
  text-underline-offset: .18em;
}

.voidreel-policy-prose a:hover {
  color: var(--cyan);
}

.voidreel-static-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.voidreel-form-grid {
  display: grid;
  gap: 1rem;
}

.voidreel-form-field {
  display: grid;
  gap: .45rem;
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .03em;
}

.voidreel-form-hint {
  color: var(--caption);
  font-size: .7rem;
  line-height: 1.45;
}

.voidreel-static-form input,
.voidreel-static-form textarea {
  width: 100%;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--paper-bright);
  padding: .75rem .85rem;
  font-family: var(--font-body);
  font-size: 1rem;
}

.voidreel-static-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.voidreel-static-form input:focus-visible,
.voidreel-static-form textarea:focus-visible {
  border-color: var(--cyan);
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

/* Custom dropdown style */
.voidreel-custom-select {
  position: relative;
  width: 100%;
}

.voidreel-select-trigger {
  width: 100%;
  text-align: left;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--paper-bright);
  padding: .75rem 42px .75rem .85rem;
  font-family: var(--font-body);
  font-size: 1rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: var(--voidreel-data-url-1);
  background-position: right 12px center;
  background-size: 16px;
  background-repeat: no-repeat;
  transition: border-color 0.2s ease, outline 0.2s ease;
}

.voidreel-select-trigger:focus-visible {
  border-color: var(--cyan);
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

.voidreel-select-options {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--surface);
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-panel);
  max-height: 250px;
  overflow-y: auto;
  display: none;
  top: 100%;
  margin-top: 4px;
}

.voidreel-select-options.voidreel-open-above {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 4px;
}

.voidreel-select-options.is-open {
  display: block;
}

.voidreel-select-option {
  padding: .75rem .85rem;
  cursor: pointer;
  color: var(--body-muted);
  transition: background 0.15s ease, color 0.15s ease;
}

.voidreel-select-option:hover,
.voidreel-select-option.is-highlighted {
  background: var(--border-warm);
  color: var(--paper-bright);
  outline: none;
}

.voidreel-select-option.is-selected {
  background: var(--border-warm);
  color: var(--cyan);
  font-weight: 700;
}

/* Error state styling */
.voidreel-form-status.is-error {
  border-left-color: var(--red, var(--color-voidreel-runtime-hex-ff4d4d));
  background: var(--color-voidreel-runtime-rgba-255-77-77-0-050000);
}

.voidreel-form-check {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  color: var(--body-muted);
  font-size: .88rem;
}

.voidreel-form-check input {
  width: 1rem;
  min-width: 1rem;
  margin: .15rem 0 0;
}

.voidreel-form-status {
  margin: 0;
  border-left: 3px solid var(--cyan);
  background: var(--color-voidreel-runtime-rgb-89214214-10);
  color: var(--paper-bright);
  padding: .75rem .85rem;
}

.voidreel-policy-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin: 1.5rem 0;
}

.voidreel-policy-stat {
  border: 1px solid var(--border-soft);
  background: var(--surface);
  padding: .9rem;
}

.voidreel-policy-stat__value {
  display: block;
  color: var(--projector-orange);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 7vw, 3rem);
  line-height: 1;
}

.voidreel-policy-stat__label {
  display: block;
  margin-top: .5rem;
}

.voidreel-policy-table-wrap {
  overflow-x: auto;
  margin-top: 1.5rem;
}

.voidreel-policy-table {
  width: 100%;
  min-width: 32rem;
  border-collapse: collapse;
  color: var(--body-muted);
}

.voidreel-policy-table caption {
  padding: 0 0 .75rem;
  text-align: left;
}

.voidreel-policy-table th,
.voidreel-policy-table td {
  border-bottom: 1px solid var(--border-soft);
  padding: .8rem;
  text-align: left;
}

.voidreel-policy-table td:last-child,
.voidreel-policy-table th:last-child {
  text-align: right;
}

@media (min-width: 680px) {
  .voidreel-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voidreel-policy-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
