:root {
  --bg: #07070b;
  --bg-soft: #0b0b12;
  --panel: rgba(17, 17, 25, .84);
  --panel-strong: #111119;
  --text: #f8f7fb;
  --muted: #9d9aaa;
  --muted-2: #706d7b;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.16);
  --pink: #ff2fa8;
  --violet: #8c52ff;
  --cyan: #20d8ff;
  --green: #36ef84;
  --danger: #ff6b7a;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
::selection { background: rgba(255,47,168,.35); }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: white;
  color: #08080c;
  font-weight: 800;
}
.skip-link:focus { top: 16px; }

.ambient {
  position: fixed;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  filter: blur(140px);
  opacity: .12;
  pointer-events: none;
  z-index: -1;
}
.ambient-a { top: -16vw; left: -10vw; background: var(--pink); }
.ambient-b { top: 18vw; right: -20vw; background: var(--cyan); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(260px, 700px) auto;
  align-items: center;
  gap: 22px;
  width: min(1540px, calc(100% - 40px));
  margin: 0 auto;
  padding: 16px 0;
  backdrop-filter: blur(24px);
}
.topbar::before {
  content: "";
  position: absolute;
  inset: 0 -100vw;
  background: rgba(7,7,11,.78);
  border-bottom: 1px solid var(--line);
  z-index: -1;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 950; letter-spacing: -.045em; }
.brand-mark, .age-logo {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--pink), var(--violet) 55%, var(--cyan));
  box-shadow: 0 8px 30px rgba(255,47,168,.2);
}
.brand-copy span, .footer-brand span { color: var(--pink); }

.search {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  min-width: 0;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  border-radius: 999px;
  padding: 5px;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.search:focus-within { border-color: rgba(255,47,168,.5); background: rgba(255,255,255,.07); box-shadow: 0 0 0 4px rgba(255,47,168,.06); }
.search-icon { padding-left: 12px; color: var(--muted); font-size: 1.2rem; }
.search input { border: 0; outline: 0; background: transparent; padding: 10px 12px; min-width: 0; color: var(--text); }
.search input::placeholder { color: #777483; }
.search button { border: 0; border-radius: 999px; background: var(--text); color: #08080c; padding: 9px 15px; font-size: .84rem; font-weight: 850; cursor: pointer; }
.search-shortcut { border: 1px solid var(--line); border-bottom-color: var(--line-strong); border-radius: 6px; padding: 2px 7px; color: var(--muted); background: #0b0b10; font-size: .72rem; }

.top-actions { display: flex; gap: 8px; }
.ghost-button, .primary-button, .load-more, .chip, .quiet-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255,255,255,.045);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, opacity .18s ease;
}
.ghost-button:hover, .load-more:hover, .chip:hover { transform: translateY(-1px); background: rgba(255,255,255,.09); }
.ghost-button.active { border-color: rgba(255,47,168,.45); background: rgba(255,47,168,.12); }
.primary-button { display: inline-flex; justify-content: center; align-items: center; border-color: transparent; background: linear-gradient(135deg, var(--pink), var(--violet)); font-weight: 850; }
.primary-button:hover { transform: translateY(-1px); filter: brightness(1.08); }
.quiet-button { padding: 7px 10px; border-color: transparent; background: transparent; color: var(--muted); }
.quiet-button:hover { color: var(--text); background: rgba(255,255,255,.05); }
.nav-button { display: flex; align-items: center; gap: 8px; padding: 9px 12px; }
.nav-button b { display: grid; place-items: center; min-width: 23px; height: 23px; padding: 0 6px; border-radius: 999px; background: rgba(255,255,255,.07); font-size: .72rem; }

main, footer { width: min(1540px, calc(100% - 40px)); margin-inline: auto; }
.hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .55fr);
  align-items: end;
  gap: clamp(30px, 5vw, 90px);
  padding: 88px 0 60px;
}
.eyebrow { margin: 0 0 12px; font-size: .72rem; letter-spacing: .2em; font-weight: 900; color: #bbb6c7; }
.hero h1 { margin: 0; max-width: 920px; font-size: clamp(4rem, 9vw, 9.4rem); line-height: .82; letter-spacing: -.08em; }
.hero h1 span { background: linear-gradient(90deg, var(--pink), #cb54ff 48%, var(--cyan)); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-copy { max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: 1.06rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.text-link { color: #c7c4cf; font-size: .9rem; }
.text-link:hover { color: white; }
.status-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(20,20,29,.86), rgba(12,12,18,.8)); box-shadow: var(--shadow); }
.status-row { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.status-row strong, .status-row small { display: block; }
.status-row small { margin-top: 4px; color: var(--muted); }
.status-dot { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.status-dot.offline { background: var(--danger); box-shadow: 0 0 18px rgba(255,107,122,.65); }
.status-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 18px; }
.status-grid div { min-width: 0; }
.status-grid b, .status-grid span { display: block; }
.status-grid b { font-size: .95rem; }
.status-grid span { margin-top: 3px; color: var(--muted); font-size: .74rem; }

.recent-searches { display: flex; align-items: center; gap: 10px; padding: 12px 0 20px; overflow-x: auto; scrollbar-width: none; }
.recent-searches::-webkit-scrollbar { display: none; }
.recent-searches > span { flex: 0 0 auto; color: var(--muted-2); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.recent-list { display: flex; gap: 7px; }
.recent-pill { flex: 0 0 auto; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); color: #c8c5d0; cursor: pointer; font-size: .8rem; }
.recent-pill:hover { border-color: rgba(255,47,168,.3); }

.feed-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 34px 0 18px; border-top: 1px solid var(--line); }
.feed-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.055em; }
.results-meta { color: var(--muted); font-size: .88rem; white-space: nowrap; }
.controls { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0 0 26px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 8px 14px; color: var(--muted); }
.chip.active { color: white; border-color: rgba(255,47,168,.45); background: rgba(255,47,168,.12); }

.error-panel { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 24px; padding: 18px 20px; border: 1px solid rgba(255,107,122,.25); border-radius: 16px; background: rgba(255,107,122,.07); }
.error-panel strong, .error-panel span { display: block; }
.error-panel span { margin-top: 3px; color: #bdb9c5; font-size: .85rem; }

.video-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 16px; min-height: 340px; }
.video-card { min-width: 0; animation: card-in .35s ease both; }
@keyframes card-in { from { opacity: 0; transform: translateY(8px); } }
.thumb-button { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: linear-gradient(135deg, #15151f, #0d0d14); cursor: pointer; }
.thumb { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .32s ease, filter .32s ease, opacity .2s ease; }
.thumb.img-error { opacity: 0; }
.thumb-shade { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.42)); pointer-events: none; }
.thumb-button:hover .thumb { transform: scale(1.04); filter: brightness(.78); }
.play-badge { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%) scale(.86); display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(0,0,0,.64); opacity: 0; transition: .2s ease; backdrop-filter: blur(10px); }
.thumb-button:hover .play-badge, .thumb-button:focus-visible .play-badge { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.duration { position: absolute; right: 8px; bottom: 8px; padding: 4px 7px; border-radius: 7px; background: rgba(0,0,0,.78); font-size: .73rem; font-weight: 850; }
.card-body { padding: 11px 3px 0; }
.title-button { display: -webkit-box; width: 100%; padding: 0; overflow: hidden; border: 0; background: none; color: var(--text); text-align: left; font-weight: 720; line-height: 1.35; cursor: pointer; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.title-button:hover { color: #e9e6ef; }
.card-meta { display: flex; align-items: center; gap: 10px; margin-top: 8px; color: var(--muted); font-size: .76rem; }
.save-button { margin-left: auto; width: 30px; height: 30px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; }
.save-button.saved { color: var(--pink); border-color: rgba(255,47,168,.35); background: rgba(255,47,168,.08); }

.load-zone { min-height: 180px; display: grid; place-items: center; }
.load-more { min-width: 160px; }
.loading-more { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .84rem; }
.loading-more span { width: 14px; height: 14px; border: 2px solid var(--line-strong); border-top-color: var(--pink); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.empty-state { grid-column: 1 / -1; min-height: 340px; display: grid; place-items: center; padding: 30px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: var(--radius); }
.empty-state strong { color: #c9c6d0; font-size: 1.05rem; }
.skeleton { aspect-ratio: 16/9; border-radius: 16px; background: linear-gradient(90deg, #101017, #1a1a24, #101017); background-size: 200% 100%; animation: shimmer 1.3s infinite linear; }
@keyframes shimmer { to { background-position: -200% 0; } }

.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 15; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(12,12,18,.82); backdrop-filter: blur(12px); opacity: 0; transform: translateY(10px); pointer-events: none; cursor: pointer; transition: .2s ease; }
.back-to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 60; transform: translate(-50%, 20px); max-width: min(420px, calc(100vw - 30px)); padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(15,15,22,.95); box-shadow: var(--shadow); color: #d8d4df; font-size: .82rem; opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

footer { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 44px 0 64px; border-top: 1px solid var(--line); color: var(--muted); }
footer small { display: block; margin-top: 7px; color: var(--muted-2); }
footer p { max-width: 760px; margin: 0; font-size: .84rem; line-height: 1.65; text-align: right; }
footer p a { color: #d0ccd7; text-decoration: underline; text-underline-offset: 3px; }

.age-gate, .player-dialog { border: 0; padding: 0; background: transparent; color: var(--text); }
.age-gate::backdrop, .player-dialog::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(14px); }
.age-card { width: min(520px, calc(100vw - 36px)); padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #0d0d13; box-shadow: var(--shadow); }
.age-logo { width: 54px; height: 54px; margin-bottom: 28px; font-size: 1.4rem; font-weight: 900; }
.age-card h2 { margin: 0; font-size: 3rem; letter-spacing: -.06em; }
.age-card p:not(.eyebrow), .age-card small { color: var(--muted); line-height: 1.6; }
.age-actions { display: flex; gap: 10px; margin: 26px 0 14px; }

.player-dialog { width: min(1280px, calc(100vw - 30px)); max-width: none; max-height: calc(100vh - 30px); border: 1px solid var(--line); border-radius: 26px; background: #0b0b10; box-shadow: var(--shadow); overflow: auto; }
.player-shell { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(320px, .72fr); }
.player-frame-wrap { min-height: 540px; background: #000; }
.player-frame-wrap iframe { width: 100%; height: 100%; min-height: 540px; border: 0; display: block; }
.player-info { padding: 40px 30px; }
.player-info h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.048em; line-height: 1.02; }
.player-stats { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; color: var(--muted); font-size: .86rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.tag-list button { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #bbb6c7; font-size: .73rem; cursor: pointer; }
.tag-list button:hover { color: white; border-color: rgba(255,47,168,.35); }
.player-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.link-button { display: inline-flex; align-items: center; }
.player-note { margin-top: 24px; color: var(--muted-2); font-size: .76rem; line-height: 1.55; }
.dialog-close { position: sticky; top: 12px; float: right; z-index: 4; width: 40px; height: 40px; margin: 12px; border: 1px solid var(--line); border-radius: 50%; background: rgba(0,0,0,.68); font-size: 1.6rem; cursor: pointer; }

.legal-page { min-height: 100vh; }
.legal-shell { width: min(880px, calc(100% - 34px)); margin: 0 auto; padding: 42px 0 80px; }
.legal-shell > .eyebrow { margin-top: 90px; }
.legal-shell h1 { max-width: 800px; margin: 0 0 32px; font-size: clamp(3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.065em; }
.legal-card { padding: clamp(24px, 5vw, 44px); border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.legal-card h2 { margin: 30px 0 8px; font-size: 1.1rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.legal-back { margin-top: 24px; }

@media (max-width: 1120px) {
  .video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .player-shell { grid-template-columns: 1fr; }
  .player-frame-wrap, .player-frame-wrap iframe { min-height: min(62vw, 650px); }
  .hero { grid-template-columns: 1fr; }
  .status-card { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 20px; }
  .status-row { padding: 0 20px 0 0; border-bottom: 0; border-right: 1px solid var(--line); }
  .status-grid { padding-top: 0; }
}
@media (max-width: 820px) {
  .topbar { grid-template-columns: 1fr auto; width: min(100% - 24px, 1540px); gap: 10px; }
  .search { grid-column: 1 / -1; grid-row: 2; }
  .brand-copy { font-size: .92rem; }
  main, footer { width: min(100% - 24px, 1540px); }
  .hero { min-height: 420px; padding: 64px 0 42px; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 7rem); }
  .status-card { grid-template-columns: 1fr; }
  .status-row { padding: 0 0 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .status-grid { grid-template-columns: repeat(4, 1fr); }
  .controls, .feed-head { align-items: flex-start; flex-direction: column; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 10px; }
  .thumb-button { border-radius: 12px; }
  footer { align-items: flex-start; flex-direction: column; }
  footer p { text-align: left; }
  .player-info { padding: 28px 20px 36px; }
  .search-shortcut { display: none; }
}
@media (max-width: 520px) {
  .top-actions .nav-button span { display: none; }
  .nav-button { padding: 8px; }
  .search { grid-template-columns: auto 1fr auto; }
  .search button { padding-inline: 12px; }
  .hero-copy { font-size: .95rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .status-grid { grid-template-columns: 1fr 1fr; }
  .feed-head h2 { font-size: 2.45rem; }
  .card-meta { gap: 6px; }
  .rating { display: none; }
  .age-card { padding: 26px 22px; }
  .age-actions { flex-direction: column; }
  .error-panel { align-items: flex-start; flex-direction: column; }
  .player-actions > * { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* v0.3 multi-source controls */
.control-stack { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; }
.source-control { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.source-control select { min-width: 150px; padding: 9px 34px 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: #101017; color: #f5f1f7; font: inherit; text-transform: none; letter-spacing: 0; cursor: pointer; }
.source-control select:focus-visible { outline: 2px solid rgba(255,47,168,.5); outline-offset: 2px; }
.provider-badge { position: absolute; top: 9px; left: 9px; z-index: 2; padding: 5px 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(4,4,8,.72); backdrop-filter: blur(8px); color: rgba(255,255,255,.82); font-size: .58rem; font-weight: 800; letter-spacing: .08em; }
@media (max-width: 820px) { .control-stack { align-items: flex-start; flex-direction: column; } }

/* ========================================================================
   GXXXN.LIVE — 1990s neighborhood adult-video-store skin
   Purposefully loud, cheap, tactile and slightly disreputable.
   ======================================================================== */
:root {
  --bg: #120604;
  --bg-soft: #1b0907;
  --panel: rgba(38, 8, 10, .92);
  --panel-strong: #25080b;
  --text: #fff0bf;
  --muted: #d3ae79;
  --muted-2: #9b7448;
  --line: rgba(255, 214, 102, .25);
  --line-strong: rgba(255, 220, 110, .5);
  --pink: #ff2b72;
  --violet: #9d1b65;
  --cyan: #19e0ff;
  --green: #b6ff39;
  --danger: #ff3a2d;
  --yellow: #ffd629;
  --red: #d10d20;
  --hot-red: #ff1938;
  --cream: #fff0bf;
  --wood-1: #2d1008;
  --wood-2: #4d1c0d;
  --chrome-1: #f6f1df;
  --chrome-2: #6b6b68;
  --radius: 3px;
  --shadow: 8px 10px 0 rgba(0,0,0,.58), 0 18px 48px rgba(0,0,0,.48);
}

html { background: #090302; }
body {
  font-family: "Arial Narrow", Impact, Haettenschweiler, "Franklin Gothic Condensed", Arial, sans-serif;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 18% 8%, rgba(255,23,68,.18), transparent 26rem),
    radial-gradient(circle at 84% 24%, rgba(28,224,255,.10), transparent 24rem),
    linear-gradient(90deg, #070101 0, #190706 12%, #100403 50%, #190706 88%, #070101 100%);
  color: var(--text);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .17;
  background-image: repeating-linear-gradient(0deg, transparent 0 2px, rgba(0,0,0,.28) 2px 3px);
  mix-blend-mode: multiply;
}

.ambient { display: none; }

.store-marquee {
  position: relative;
  z-index: 45;
  overflow: hidden;
  border-bottom: 4px solid #040000;
  background: var(--yellow);
  color: #210000;
  box-shadow: 0 4px 0 var(--red), 0 7px 0 #050000;
  font: 900 13px/28px "Courier New", monospace;
  letter-spacing: .11em;
  white-space: nowrap;
}
.store-marquee-track {
  width: max-content;
  animation: rental-marquee 34s linear infinite;
}
@keyframes rental-marquee { to { transform: translateX(-50%); } }

.topbar {
  top: 35px;
  min-height: 88px;
  grid-template-columns: auto minmax(260px, 760px) auto;
  width: min(100% - 26px, 1540px);
  margin-top: 17px;
  border: 3px solid #0b0000;
  border-bottom: 6px solid #050000;
  border-radius: 2px;
  background:
    linear-gradient(rgba(30,3,4,.93), rgba(18,2,3,.96)),
    repeating-linear-gradient(90deg, #381208 0 18px, #561d0b 18px 36px);
  box-shadow: 0 0 0 2px #7a2414, 7px 8px 0 #000;
  backdrop-filter: none;
}
.topbar::before {
  height: 5px;
  background: repeating-linear-gradient(90deg, var(--hot-red) 0 30px, #ffda1f 30px 56px, #1ce0ff 56px 82px);
}
.brand { gap: 12px; transform: rotate(-1deg); }
.brand-mark, .age-logo {
  border: 3px solid #080000;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff96b, #ff172e 48%, #8c0013 70%);
  color: #fffbd6;
  box-shadow: 0 0 0 2px var(--yellow), 0 0 18px var(--hot-red), inset 0 0 12px #5a0010;
  font-family: Impact, "Arial Black", sans-serif;
  text-shadow: 2px 2px #67000d;
}
.brand-copy {
  display: grid;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.65rem;
  letter-spacing: .02em;
  color: #fff7cf;
  text-shadow: 3px 3px 0 #7a0010, 0 0 10px rgba(255,28,63,.7);
}
.brand-copy > span, .footer-brand span { color: var(--yellow); }
.brand-copy small {
  display: block;
  margin-top: -2px;
  color: #ff8398;
  font: 700 .48rem/1 "Courier New", monospace;
  letter-spacing: .17em;
  text-shadow: none;
}

.search {
  border: 3px inset #bd9b62;
  border-radius: 0;
  background: #efe2bd;
  box-shadow: inset 3px 3px 0 rgba(0,0,0,.26), 3px 3px 0 #000;
}
.search:focus-within { border-color: var(--yellow); background: #fff3ce; box-shadow: 0 0 16px rgba(255,214,41,.5), inset 3px 3px 0 rgba(0,0,0,.2); }
.search-icon { color: #5a2116; font-weight: 900; }
.search input { color: #2f0b09; font-family: "Courier New", monospace; font-weight: 700; }
.search input::placeholder { color: #765046; }
.search button {
  border: 2px outset #ff485d;
  border-radius: 0;
  background: linear-gradient(#ff4059, #b50018);
  color: #fff7cf;
  text-shadow: 1px 1px #500009;
  font-family: Impact, "Arial Black", sans-serif;
  letter-spacing: .06em;
}
.search-shortcut { border-radius: 0; border-color: #7a5b43; background: #cdb98d; color: #4b2b1e; }

.ghost-button, .primary-button, .load-more, .chip, .quiet-button {
  border-radius: 1px;
  font-family: "Arial Black", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: .045em;
}
.ghost-button, .load-more, .chip {
  border: 2px outset #7d6340;
  background: linear-gradient(#4a2014, #260a08);
  color: #ffdca0;
  box-shadow: 2px 3px 0 #000;
}
.ghost-button:hover, .load-more:hover, .chip:hover {
  background: linear-gradient(#7c2b20, #3b0d0c);
  color: white;
}
.primary-button {
  border: 3px outset #ffec57;
  background: linear-gradient(#ffe95e 0 48%, #ffbe00 49% 100%);
  color: #410006;
  text-shadow: 1px 1px #fff1a8;
  box-shadow: 4px 5px 0 #400008, 0 0 16px rgba(255,208,0,.27);
}
.primary-button:hover { filter: saturate(1.15) brightness(1.05); transform: translate(-1px,-1px); box-shadow: 6px 7px 0 #400008, 0 0 20px rgba(255,208,0,.35); }
.quiet-button { color: #e9be7b; }

main { width: min(100% - 32px, 1480px); }
.hero {
  min-height: 650px;
  padding-top: 150px;
  grid-template-columns: minmax(0, 1.38fr) minmax(315px, .62fr);
  gap: 54px;
  position: relative;
}
.hero::before {
  content: "ADULT VIDEO • RENTALS • SALES • OPEN LATE";
  position: absolute;
  top: 102px;
  left: 2px;
  padding: 5px 12px;
  border: 2px solid #050000;
  background: #fff0a6;
  color: #4a0707;
  font: 900 11px/1.2 "Courier New", monospace;
  letter-spacing: .13em;
  transform: rotate(-1.2deg);
  box-shadow: 3px 3px 0 #000;
}
.eyebrow {
  color: var(--yellow);
  font-family: "Courier New", monospace;
  text-shadow: 1px 1px #68000d;
}
.hero-sign {
  position: relative;
  display: inline-block;
  max-width: 880px;
  margin-top: 6px;
  padding: 28px 38px 30px;
  border: 7px ridge #a73a17;
  background:
    linear-gradient(rgba(37,3,6,.94), rgba(17,1,2,.97)),
    repeating-linear-gradient(0deg, #41150c 0 13px, #2a0a06 13px 26px);
  box-shadow: 10px 12px 0 #000, inset 0 0 45px #000, 0 0 30px rgba(255,20,55,.16);
  transform: rotate(-.5deg);
}
.hero-kicker {
  position: absolute;
  left: 32px;
  top: -17px;
  padding: 6px 12px 5px;
  border: 3px solid #070000;
  background: var(--yellow);
  color: #490005;
  font: 900 15px/1 Impact, "Arial Black", sans-serif;
  letter-spacing: .16em;
  box-shadow: 3px 4px 0 #000;
  transform: rotate(-2deg);
}
.hero h1 {
  margin: 0;
  max-width: none;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(5.2rem, 10vw, 10.8rem);
  line-height: .73;
  letter-spacing: .005em;
  text-transform: uppercase;
  color: #fff8d3;
  text-shadow:
    4px 4px 0 #82000f,
    7px 7px 0 #320005,
    0 0 10px rgba(255,22,58,.75),
    0 0 28px rgba(255,22,58,.45);
}
.hero h1 span {
  color: #ff3250;
  background: none;
  -webkit-text-fill-color: currentColor;
  text-shadow: 4px 4px 0 #640009, 0 0 8px #ff1838, 0 0 25px rgba(255,24,56,.75);
}
.hero-open {
  position: absolute;
  right: -26px;
  bottom: -22px;
  padding: 9px 18px;
  border: 4px double #fffbd0;
  background: #130003;
  color: #49f8ff;
  font: 900 1.1rem/1 "Courier New", monospace;
  letter-spacing: .14em;
  box-shadow: 0 0 8px #22e8ff, 0 0 26px rgba(34,232,255,.6), 4px 4px 0 #000;
  transform: rotate(2deg);
  animation: open-sign 2.3s steps(2,end) infinite;
}
@keyframes open-sign { 50% { opacity: .63; text-shadow: none; } }
.hero-copy {
  max-width: 770px;
  color: #e7c28a;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1rem;
  background: rgba(33,7,5,.65);
  border-left: 5px solid var(--yellow);
  padding: 15px 18px;
  box-shadow: 4px 4px 0 #000;
}
.text-link { color: #66f2ff; font-family: "Courier New", monospace; font-weight: 900; text-decoration: underline; }

.status-card {
  position: relative;
  border: 6px ridge #8f341b;
  border-radius: 0;
  background:
    linear-gradient(rgba(24,4,4,.94), rgba(13,1,2,.98)),
    repeating-linear-gradient(90deg, var(--wood-1) 0 24px, var(--wood-2) 24px 48px);
  box-shadow: 8px 9px 0 #000, inset 0 0 24px #000;
  transform: rotate(.7deg);
}
.status-card::before {
  content: "COUNTER INFO";
  position: absolute;
  top: -17px;
  right: 16px;
  padding: 5px 9px;
  border: 2px solid #000;
  background: #f2e3ac;
  color: #4a1008;
  font: 900 10px/1 "Courier New", monospace;
  letter-spacing: .11em;
  transform: rotate(2deg);
}
.status-grid div { border: 1px dashed rgba(255,217,106,.25); padding: 8px; background: rgba(0,0,0,.2); }
.status-grid b { color: #ffdf48; font-family: Impact, sans-serif; font-size: 1.15rem; }
.status-grid span { color: #cfaa77; font-family: "Courier New", monospace; }
.status-dot { border-radius: 0; box-shadow: 0 0 8px var(--green), 0 0 20px var(--green); }

.recent-searches, .feed-head { border-color: rgba(255,214,41,.26); }
.recent-pill {
  border-radius: 0;
  border: 1px dashed #d0a75e;
  background: #24100a;
  color: #ffe3ad;
  font-family: "Courier New", monospace;
}
.feed-head {
  position: relative;
  margin-top: 20px;
  padding-top: 42px;
  border-top: 5px double #7e1a14;
}
.feed-head::before {
  content: "NEW RELEASE WALL";
  position: absolute;
  top: 9px;
  left: 0;
  color: #ff6f78;
  font: 900 11px/1 "Courier New", monospace;
  letter-spacing: .17em;
}
.feed-head h2 {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  letter-spacing: .015em;
  text-transform: uppercase;
  color: #fff0b8;
  text-shadow: 3px 3px 0 #6c0010;
}
.results-meta { font-family: "Courier New", monospace; color: #d9b97f; }
.source-control { color: #ffd975; font-family: "Courier New", monospace; }
.source-control select {
  border: 2px inset #9c774a;
  border-radius: 0;
  background: #20100a;
  color: #fff0bf;
  font-family: "Courier New", monospace;
}
.chips { gap: 7px; }
.chip { padding: 8px 12px; color: #e8c48b; }
.chip.active {
  border-color: #ffdb43;
  background: linear-gradient(#ffdc43, #da9c00);
  color: #4a0007;
  text-shadow: 1px 1px rgba(255,255,255,.5);
  transform: rotate(-1deg);
}

.error-panel {
  border-radius: 0;
  border: 3px dashed #ff5b5b;
  background: #3c0808;
  box-shadow: 4px 4px 0 #000;
  font-family: "Courier New", monospace;
}

.video-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px 13px;
  padding: 20px;
  border: 6px ridge #6a2614;
  background:
    linear-gradient(rgba(26,7,4,.78), rgba(14,3,2,.9)),
    repeating-linear-gradient(90deg, #251008 0 70px, #331207 70px 140px);
  box-shadow: inset 0 0 34px #000, 8px 9px 0 #000;
}
.video-card {
  position: relative;
  padding: 6px 6px 10px;
  border: 2px solid #1c0503;
  background: linear-gradient(135deg, #ede1ba 0 5%, #c9ad75 5% 9%, #ebd8a9 9% 100%);
  color: #220504;
  box-shadow: 4px 5px 0 rgba(0,0,0,.68);
  transform: rotate(var(--card-tilt, 0deg));
  transition: transform .16s ease, filter .16s ease;
}
.video-card:nth-child(4n+1) { --card-tilt: -.45deg; }
.video-card:nth-child(4n+2) { --card-tilt: .35deg; }
.video-card:nth-child(4n+3) { --card-tilt: -.18deg; }
.video-card:nth-child(4n+4) { --card-tilt: .5deg; }
.video-card:hover { transform: translateY(-4px) rotate(0deg); filter: saturate(1.08); z-index: 3; }
.video-card::after {
  content: "18+";
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 4;
  padding: 3px 5px;
  border: 1px solid #4c0008;
  background: var(--yellow);
  color: #4c0008;
  font: 900 9px/1 "Courier New", monospace;
  box-shadow: 1px 2px 0 #000;
}
.thumb-button {
  border: 4px solid #100201;
  border-radius: 0;
  background: #050000;
  box-shadow: inset 0 0 0 2px #7f6039;
}
.thumb { filter: contrast(1.05) saturate(.9) sepia(.07); }
.thumb-button:hover .thumb { transform: scale(1.025); filter: brightness(.68) contrast(1.1) saturate(1.08); }
.thumb-shade { background: linear-gradient(transparent, rgba(34,0,3,.48)); }
.play-badge {
  width: 48px;
  height: 48px;
  border: 3px outset #ffd737;
  border-radius: 0;
  background: #b4071c;
  color: #fff2b5;
  box-shadow: 3px 3px 0 #000;
  backdrop-filter: none;
}
.duration {
  border-radius: 0;
  background: #fff0b6;
  color: #3a0906;
  border: 1px solid #3c0906;
  font-family: "Courier New", monospace;
  box-shadow: 2px 2px 0 #000;
}
.provider-badge {
  top: 9px;
  left: 9px;
  border-radius: 0;
  border: 1px solid #270004;
  background: #e3152e;
  color: #fff0b6;
  font-family: "Courier New", monospace;
  box-shadow: 2px 2px 0 #000;
  backdrop-filter: none;
}
.card-body { padding: 9px 3px 0; }
.title-button {
  color: #2e0805;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: .78rem;
  line-height: 1.24;
  text-transform: uppercase;
}
.title-button:hover { color: #9c0015; }
.card-meta { color: #6d3b28; font-family: "Courier New", monospace; font-size: .67rem; font-weight: 700; }
.save-button {
  border-radius: 0;
  border: 2px outset #9b7341;
  background: #ead39a;
  color: #5d160d;
}
.save-button.saved { color: #fff0b6; border-color: #7a0011; background: #c5001e; }

.skeleton {
  border-radius: 0;
  background: repeating-linear-gradient(90deg, #24100a 0 24px, #3a150d 24px 48px);
}
.empty-state {
  border-radius: 0;
  border: 3px dashed #9d663b;
  background: rgba(0,0,0,.35);
  color: #d8b17d;
  font-family: "Courier New", monospace;
}

.back-to-top, .toast {
  border-radius: 0;
  border-color: #a37c44;
  background: #27100b;
  color: #ffe0a5;
  box-shadow: 3px 4px 0 #000;
  backdrop-filter: none;
  font-family: "Courier New", monospace;
}

footer {
  margin-top: 56px;
  padding: 34px 24px 60px;
  border-top: 7px ridge #7f2b18;
  background: linear-gradient(#220705,#0c0202);
  box-shadow: inset 0 14px 28px rgba(0,0,0,.7);
}
footer p, footer small { font-family: "Courier New", monospace; color: #c79c69; }
footer p a { color: var(--yellow); }
.footer-brand { font-family: Impact, "Arial Black", sans-serif; color: #fff2bd; text-shadow: 3px 3px #71000e; }

.age-gate::backdrop, .player-dialog::backdrop {
  background: rgba(4,0,0,.92);
  backdrop-filter: blur(3px) sepia(.2);
}
.age-card {
  border: 8px ridge #8b2d19;
  border-radius: 0;
  background:
    linear-gradient(rgba(36,4,6,.97), rgba(12,1,2,.99)),
    repeating-linear-gradient(90deg, #361006 0 30px, #501807 30px 60px);
  box-shadow: 10px 12px 0 #000, inset 0 0 34px #000;
  transform: rotate(-.4deg);
}
.age-logo { width: 65px; height: 65px; font-size: 1.45rem; }
.age-card h2 {
  font-family: Impact, "Arial Black", sans-serif;
  color: #fff0b8;
  text-transform: uppercase;
  text-shadow: 3px 3px #78000e;
  letter-spacing: .01em;
}
.age-card p:not(.eyebrow), .age-card small { color: #d7af79; font-family: "Courier New", monospace; }

.player-dialog {
  border: 8px ridge #812915;
  border-radius: 0;
  background: #140303;
  box-shadow: 12px 14px 0 #000;
}
.player-frame-wrap { border-right: 6px ridge #69200f; }
.player-info {
  background:
    linear-gradient(rgba(28,5,4,.93), rgba(15,2,2,.96)),
    repeating-linear-gradient(0deg, #321005 0 22px, #250a04 22px 44px);
}
.player-info h2 { font-family: Impact, "Arial Black", sans-serif; color: #fff0b8; text-transform: uppercase; letter-spacing: .01em; text-shadow: 3px 3px #64000a; }
.player-stats, .player-note { color: #c9a06d; font-family: "Courier New", monospace; }
.tag-list button {
  border-radius: 0;
  border: 1px dashed #d0a45d;
  background: #2e0d08;
  color: #f1cd8e;
  font-family: "Courier New", monospace;
}
.dialog-close {
  border-radius: 0;
  border: 3px outset #ff4556;
  background: #a30016;
  color: #fff0b8;
  box-shadow: 3px 3px 0 #000;
}

.legal-shell > .brand { margin-top: 24px; }
.legal-shell h1 { font-family: Impact, "Arial Black", sans-serif; color: #fff0b8; text-transform: uppercase; letter-spacing: .01em; text-shadow: 4px 4px #67000c; }
.legal-card {
  border: 7px ridge #7f2916;
  border-radius: 0;
  background: rgba(32,6,5,.94);
  box-shadow: 8px 9px 0 #000;
}
.legal-card h2 { font-family: "Arial Black", sans-serif; color: var(--yellow); text-transform: uppercase; }
.legal-card p { color: #d4ad79; font-family: "Courier New", monospace; }

@media (max-width: 1280px) {
  .video-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; }
  .status-card { transform: none; }
  .video-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .store-marquee { font-size: 11px; }
  .topbar { top: 33px; margin-top: 12px; grid-template-columns: 1fr auto; }
  .brand-copy { font-size: 1.3rem; }
  .brand-copy small { display: none; }
  .hero { padding-top: 120px; min-height: auto; }
  .hero::before { top: 78px; }
  .hero-sign { padding: 25px 20px 26px; border-width: 5px; }
  .hero h1 { font-size: clamp(4.1rem, 18vw, 7.4rem); }
  .hero-open { right: -8px; bottom: -21px; font-size: .8rem; }
  .video-grid { grid-template-columns: repeat(2, minmax(0,1fr)); padding: 11px; }
  .player-frame-wrap { border-right: 0; border-bottom: 6px ridge #69200f; }
}
@media (max-width: 520px) {
  main { width: min(100% - 18px, 1480px); }
  .hero-sign { transform: none; }
  .hero-kicker { left: 16px; }
  .hero h1 { font-size: clamp(3.25rem, 18vw, 5.4rem); }
  .video-grid { gap: 15px 8px; padding: 7px; }
  .video-card { padding: 4px 4px 8px; }
  .card-meta { gap: 5px; font-size: .59rem; }
  footer { margin-left: -9px; margin-right: -9px; }
}

@media (prefers-reduced-motion: reduce) {
  .store-marquee-track, .hero-open { animation: none !important; }
}
.store-marquee { position: sticky; top: 0; }

/* ========================================================================
   v0.6 — categories, randomizer, affiliate inventory, five TRUE scene skins
   ======================================================================== */
.category-deck,
.affiliate-market,
.affiliate-strip {
  position: relative;
  margin: 28px 0;
}
.category-deck {
  padding: 26px;
  border: 6px ridge #7f2b18;
  background:
    linear-gradient(rgba(25,5,4,.9), rgba(10,2,2,.96)),
    repeating-linear-gradient(90deg, #2c0d06 0 34px, #431406 34px 68px);
  box-shadow: 8px 9px 0 #000, inset 0 0 32px rgba(0,0,0,.75);
}
.category-head,
.affiliate-market-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.category-head h2,
.affiliate-market-head h2 {
  margin: 0;
  color: #fff0b8;
  font: 900 clamp(2rem,4vw,3.7rem)/.95 Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: .01em;
  text-shadow: 3px 3px #6d000b;
}
.category-copy { max-width: 680px; margin: 11px 0 0; color: #cda56f; font: 700 .86rem/1.55 "Courier New", monospace; }
.category-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.category-rail { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.category-ticket {
  position: relative;
  min-height: 38px;
  padding: 8px 12px;
  border: 2px dashed #6d290f;
  background: #efd792;
  color: #391008;
  box-shadow: 2px 3px 0 #000;
  font: 900 .72rem/1 "Courier New", monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transform: rotate(var(--ticket-tilt,0deg));
}
.category-ticket:nth-child(4n+1) { --ticket-tilt: -.5deg; }
.category-ticket:nth-child(4n+2) { --ticket-tilt: .35deg; }
.category-ticket:nth-child(4n+3) { --ticket-tilt: -.2deg; }
.category-ticket:hover { transform: translateY(-2px) rotate(0); background: #fff0ad; }
.provider-categories { margin-top: 20px; border-top: 2px dashed rgba(255,215,121,.3); padding-top: 14px; }
.provider-categories summary { color: #efc982; cursor: pointer; font: 900 .75rem/1.4 "Courier New", monospace; text-transform: uppercase; letter-spacing: .06em; }
.category-rail-live { max-height: 210px; overflow: auto; padding: 2px 3px 8px; }
.category-loading { color: #b88a56; font: 700 .75rem/1.5 "Courier New", monospace; }
.live-ticket { background: #bfab82; font-size: .66rem; opacity: .92; }
.random-button { min-width: 150px; }
.random-nav b { font-size: 1rem; }

.affiliate-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: stretch;
  margin-top: 4px;
  border: 3px solid #070000;
  background: #d7b66e;
  box-shadow: 5px 6px 0 #000;
}
.affiliate-stamp {
  display: grid;
  place-items: center;
  padding: 8px 12px;
  background: #c41424;
  color: #fff1b9;
  font: 900 .66rem/1.2 "Courier New", monospace;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: .08em;
  text-align: center;
}
.affiliate-slot { min-width: 0; }
.affiliate-offer,
.affiliate-inline-card {
  position: relative;
  display: grid;
  gap: 7px;
  align-content: center;
  min-height: 100%;
  padding: 16px 18px;
  background:
    repeating-linear-gradient(0deg, rgba(73,36,10,.08) 0 1px, transparent 1px 4px),
    #f0dea6;
  color: #381007;
  border: 2px dashed #7b431d;
  font-family: "Courier New", monospace;
}
.affiliate-offer[href]:hover,
.affiliate-inline-card[href]:hover { filter: brightness(1.06); transform: translateY(-1px); }
.affiliate-offer img,
.affiliate-inline-card img { width: 100%; max-height: 140px; object-fit: cover; border: 2px solid #321107; }
.affiliate-disclosure { width: fit-content; padding: 3px 6px; background: #d01628; color: #fff1ba; font: 900 .58rem/1 "Courier New", monospace; letter-spacing: .08em; }
.affiliate-offer strong,
.affiliate-inline-card strong { font: 900 1.25rem/1 Impact, "Arial Black", sans-serif; letter-spacing: .025em; }
.affiliate-copy { color: #6d4025; font: 700 .74rem/1.45 "Courier New", monospace; }
.affiliate-cta { width: fit-content; margin-top: 2px; padding: 5px 8px; border: 2px outset #f1c94c; background: #e0b22c; color: #381007; font: 900 .66rem/1 "Arial Black", sans-serif; }
.affiliate-market { padding: 20px; border: 3px dashed #a76536; background: rgba(16,3,2,.54); }
.affiliate-market-head small { max-width: 390px; color: #aa7d50; font: 700 .68rem/1.5 "Courier New", monospace; text-align: right; }
.affiliate-market-head code { color: #f3c979; }
.affiliate-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; margin-top: 18px; }
.affiliate-box { min-height: 175px; }
.affiliate-inline-card { min-height: 100%; border: 5px double #772214; box-shadow: 4px 5px 0 #000; transform: rotate(.35deg); }
.video-grid > .affiliate-inline-card { align-self: stretch; }
.affiliate-footer { width: min(420px,100%); }
footer .affiliate-offer { min-height: 115px; text-align: left; }

.scene-flip .hero-sign,
.scene-flip .category-deck,
.scene-flip .status-card { animation: scene-swap .48s steps(2,end); }
@keyframes scene-swap {
  0% { filter: brightness(1.8) contrast(1.2); transform: translateX(-2px); }
  35% { filter: brightness(.6) contrast(1.7); transform: translateX(3px); }
  100% { filter: none; }
}

/* ------------------------- 1. ADULT VIDEO STORE ------------------------- */
body[data-theme="adult-store"] .category-deck::before {
  content: "18+ ROOM • MEMBERSHIP NOT REQUIRED";
  position: absolute; right: 18px; top: -11px; padding: 4px 8px;
  background: #ffd629; color: #4a0008; border: 2px solid #4a0008;
  font: 900 .62rem/1 "Courier New", monospace; transform: rotate(1deg);
}

/* ------------------------- 2. ROADSIDE MOTEL ---------------------------- */
body[data-theme="motel"] {
  --text: #fff4d9; --muted: #efc9a9; --muted-2: #a87761; --yellow: #f7d36a;
  background:
    linear-gradient(rgba(12,39,40,.42), rgba(7,18,20,.78)),
    repeating-linear-gradient(90deg, #28514e 0 4px, #2f5d58 4px 120px, #244946 120px 124px);
  font-family: "Trebuchet MS", Arial, sans-serif;
}
body[data-theme="motel"]::before { opacity:.12; background-image: repeating-linear-gradient(0deg, rgba(255,234,200,.06) 0 1px, transparent 1px 5px); }
body[data-theme="motel"] .store-marquee { background:#18b3a6; color:#fff4d5; border-bottom-color:#fb6d62; box-shadow:0 4px 0 #f3ba61,0 7px 0 #092827; }
body[data-theme="motel"] .topbar { border:5px solid #16423f; background:linear-gradient(#e8c69f,#bd8868); box-shadow:0 0 0 3px #f4dcaa,8px 9px 0 #102b29; }
body[data-theme="motel"] .topbar::before { background:repeating-linear-gradient(90deg,#15a99c 0 80px,#f06d63 80px 120px,#efc768 120px 160px); }
body[data-theme="motel"] .brand-copy { color:#163f3c; text-shadow:2px 2px #f6dcad; font-family:"Arial Black",sans-serif; }
body[data-theme="motel"] .brand-copy > span { color:#b7263a; }
body[data-theme="motel"] .brand-copy small { color:#733e38; }
body[data-theme="motel"] .brand-mark { border-radius:8px 8px 22px 22px; background:#f4c85e; color:#7d1f2d; box-shadow:0 0 0 3px #245b56,3px 4px 0 #133c38; text-shadow:none; }
body[data-theme="motel"] .search { background:#f8e4bd; border:3px inset #806d54; }
body[data-theme="motel"] .ghost-button, body[data-theme="motel"] .chip, body[data-theme="motel"] .load-more { background:linear-gradient(#347c74,#174844); border-color:#8dd2c9; color:#fff0cf; }
body[data-theme="motel"] .primary-button { background:linear-gradient(#ff866d,#cf3e4c); border-color:#ffd48c; color:#fff6da; text-shadow:1px 1px #7d1729; box-shadow:4px 5px 0 #184e49; }
body[data-theme="motel"] .hero { position:relative; }
body[data-theme="motel"] .hero::after { content:"ICE • COLOR TV • PHONES"; position:absolute; right:2%; top:80px; padding:10px 16px; border:4px solid #e7c788; background:#194d4a; color:#f9d987; box-shadow:5px 6px 0 #0c2927; font:900 .8rem/1 "Courier New",monospace; transform:rotate(2deg); }
body[data-theme="motel"] .hero-sign { border:7px double #f2c86f; background:linear-gradient(#1b5450,#0b302e); box-shadow:9px 10px 0 #0b2221,0 0 22px rgba(34,237,215,.2); }
body[data-theme="motel"] .hero h1, body[data-theme="motel"] .category-head h2, body[data-theme="motel"] .affiliate-market-head h2 { color:#ffe7a7; text-shadow:4px 4px #a62b42; font-family:"Arial Black",sans-serif; }
body[data-theme="motel"] .hero-open { background:#ef655d; color:#fff6d5; border-color:#ffd378; }
body[data-theme="motel"] .status-card { border:5px double #e5bc79; background:linear-gradient(#235e59,#123d3a); box-shadow:7px 8px 0 #071b1a; }
body[data-theme="motel"] .category-deck { border:7px double #d0a66c; background:repeating-linear-gradient(45deg,#734943 0 18px,#805049 18px 36px); box-shadow:8px 9px 0 #102d2a; }
body[data-theme="motel"] .category-ticket { border-radius:45% 45% 8px 8px; background:#f0c75e; border:3px solid #765227; color:#562633; box-shadow:2px 4px 0 #183f3c; }
body[data-theme="motel"] .video-grid { background:linear-gradient(#b78969,#8e654f); border:8px ridge #6a4637; }
body[data-theme="motel"] .video-card { background:#ead7af; border:2px solid #805b45; color:#2f514e; box-shadow:4px 5px 0 #173c39; transform:none; }
body[data-theme="motel"] .video-card::after { content:"ROOM TV"; background:#18a99c; color:#fff7dc; border-color:#174b47; }
body[data-theme="motel"] .provider-badge { background:#bf3347; }
body[data-theme="motel"] .affiliate-market { border-color:#d6a870; background:rgba(33,75,70,.58); }
body[data-theme="motel"] .affiliate-offer, body[data-theme="motel"] .affiliate-inline-card { background:#f5d8a5; border-color:#a66555; color:#4b3431; }

/* ------------------------- 3. TRUCK STOP -------------------------------- */
body[data-theme="truckstop"] {
  --text:#f4f7ef; --muted:#c4c8b9; --muted-2:#8e9487; --yellow:#ffd21c;
  background:
    repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 5px),
    radial-gradient(circle at 80% 0,#263947 0,transparent 34rem),
    linear-gradient(90deg,#0b1115,#1a2329 55%,#080d10);
  font-family:"Arial Narrow",Arial,sans-serif;
}
body[data-theme="truckstop"] .store-marquee { background:#f7b900; color:#101820; box-shadow:0 4px 0 #d63225,0 8px 0 #e7e8de; border-bottom-color:#111b21; }
body[data-theme="truckstop"] .topbar { border:4px solid #8f9ba0; background:linear-gradient(#48545a,#1f292e 48%,#0e161a 49%); box-shadow:0 0 0 2px #111,8px 9px 0 #000; }
body[data-theme="truckstop"] .topbar::before { background:repeating-linear-gradient(90deg,#f7c200 0 46px,#171f24 46px 92px); }
body[data-theme="truckstop"] .brand-mark { border-radius:50%; background:radial-gradient(circle,#f9c70d 0 32%,#bf291f 33% 55%,#172229 56%); box-shadow:0 0 0 3px #bfc8ca,0 0 18px #f4b900; }
body[data-theme="truckstop"] .brand-copy { color:#eef1e9; text-shadow:3px 3px #000; font-family:Impact,"Arial Black",sans-serif; }
body[data-theme="truckstop"] .brand-copy > span { color:#ffc600; }
body[data-theme="truckstop"] .search { background:#dfe3dc; border:4px inset #7a878a; }
body[data-theme="truckstop"] .ghost-button, body[data-theme="truckstop"] .chip, body[data-theme="truckstop"] .load-more { background:linear-gradient(#3e4b50,#182126); border-color:#849095; color:#f7cb43; }
body[data-theme="truckstop"] .primary-button { background:linear-gradient(#ffd92a,#e5a900); color:#111a20; border-color:#fff398; text-shadow:none; box-shadow:4px 5px 0 #a72a21; }
body[data-theme="truckstop"] .hero-sign { border:8px ridge #79888e; background:linear-gradient(#17272f,#061014); box-shadow:10px 10px 0 #000; }
body[data-theme="truckstop"] .hero-sign::after { content:"I-90  •  NEXT EXIT"; position:absolute; left:14px; bottom:12px; color:#aebbc0; font:900 .7rem/1 "Courier New",monospace; }
body[data-theme="truckstop"] .hero h1, body[data-theme="truckstop"] .category-head h2, body[data-theme="truckstop"] .affiliate-market-head h2 { color:#f7c414; text-shadow:4px 4px #000; }
body[data-theme="truckstop"] .hero-open { background:#c93227; color:white; border-color:#f7d54c; }
body[data-theme="truckstop"] .status-card { border:5px ridge #6f7c81; background:repeating-linear-gradient(0deg,#152127 0 16px,#10191d 16px 32px); box-shadow:7px 8px 0 #000; }
body[data-theme="truckstop"] .category-deck { border:6px ridge #727f83; background:linear-gradient(#26343a,#0d171c); box-shadow:8px 9px 0 #000; }
body[data-theme="truckstop"] .category-deck::after { content:"CAUTION"; position:absolute; inset:auto 0 -7px 0; height:8px; overflow:hidden; background:repeating-linear-gradient(135deg,#f4c400 0 16px,#111 16px 32px); color:transparent; }
body[data-theme="truckstop"] .category-ticket { border:2px solid #d0a500; background:#1f3037; color:#ffd33d; box-shadow:3px 3px 0 #000; }
body[data-theme="truckstop"] .video-grid { border:7px ridge #6e7a7f; background:repeating-linear-gradient(0deg,#11191d 0 42px,#0c1215 42px 84px); }
body[data-theme="truckstop"] .video-card { background:linear-gradient(#e4e0ce,#aaa998); border:3px solid #1b2428; color:#17242a; box-shadow:4px 5px 0 #000; transform:none; }
body[data-theme="truckstop"] .video-card::after { content:"DRIVER PICK"; background:#f5c400; color:#111; border-color:#111; }
body[data-theme="truckstop"] .provider-badge { background:#b52820; color:#fff; }
body[data-theme="truckstop"] .affiliate-market { border-color:#6f7d82; background:rgba(11,18,21,.76); }
body[data-theme="truckstop"] .affiliate-offer, body[data-theme="truckstop"] .affiliate-inline-card { background:#e8e0bd; border-color:#5f6869; color:#142027; }

/* ------------------------- 4. PUBLIC ACCESS TV -------------------------- */
body[data-theme="public-access"] {
  --text:#f8f8ff; --muted:#c6c1e0; --muted-2:#847fa7; --yellow:#f9f35b;
  background:
    repeating-linear-gradient(0deg,rgba(0,0,0,.18) 0 2px,transparent 2px 4px),
    radial-gradient(circle at 20% 20%,rgba(255,0,210,.2),transparent 30rem),
    linear-gradient(135deg,#101b58,#25134f 55%,#07152e);
  font-family:"Courier New",monospace;
}
body[data-theme="public-access"]::before { opacity:.24; background-image:repeating-linear-gradient(0deg,transparent 0 2px,rgba(0,0,0,.55) 2px 3px); mix-blend-mode:multiply; }
body[data-theme="public-access"] .store-marquee { background:#11258b; color:#fff; border-bottom:5px solid #ff2bd6; box-shadow:0 5px 0 #2dff7d,0 9px 0 #000; }
body[data-theme="public-access"] .topbar { border:4px solid #ff3bdc; background:#0d1b74; box-shadow:6px 6px 0 #32ed83,10px 10px 0 #000; }
body[data-theme="public-access"] .topbar::before { background:linear-gradient(90deg,#ff2bd6 0 33%,#2cff82 33% 66%,#f5ed3d 66%); }
body[data-theme="public-access"] .brand-mark { border-radius:0; background:#2ff07e; color:#111a6b; box-shadow:4px 4px 0 #ff31d7; text-shadow:none; }
body[data-theme="public-access"] .brand-copy { color:#fff; text-shadow:3px 3px #ff25d3; font-family:"Courier New",monospace; }
body[data-theme="public-access"] .brand-copy > span { color:#34f582; }
body[data-theme="public-access"] .brand-copy small { color:#fff564; }
body[data-theme="public-access"] .search { background:#091050; border:3px solid #32ef86; box-shadow:3px 3px 0 #ff32db; }
body[data-theme="public-access"] .search input { color:#fff; }
body[data-theme="public-access"] .search input::placeholder { color:#a9b3ef; }
body[data-theme="public-access"] .ghost-button, body[data-theme="public-access"] .chip, body[data-theme="public-access"] .load-more { background:#151d76; border:2px solid #ff3ad8; color:#fff565; box-shadow:3px 3px 0 #2df17f; }
body[data-theme="public-access"] .primary-button { background:#2df17f; border:3px solid #f9f453; color:#11145b; text-shadow:none; box-shadow:5px 5px 0 #ff31d7; }
body[data-theme="public-access"] .hero-sign { border:8px solid #fff; background:linear-gradient(90deg,#1b2fb7 0 33%,#b21ca3 33% 66%,#0d944f 66%); box-shadow:9px 9px 0 #000; }
body[data-theme="public-access"] .hero h1, body[data-theme="public-access"] .category-head h2, body[data-theme="public-access"] .affiliate-market-head h2 { color:white; font-family:"Courier New",monospace; text-shadow:4px 4px #ff21d0; letter-spacing:-.06em; }
body[data-theme="public-access"] .hero-open { background:#f7ed3c; color:#13165f; border-color:#ff37d8; animation:public-blink 1.4s steps(2,end) infinite; }
@keyframes public-blink { 50% { background:#31ee82; } }
body[data-theme="public-access"] .status-card { border:5px solid #34ec83; background:#0c145f; box-shadow:6px 6px 0 #ff2bd3; }
body[data-theme="public-access"] .category-deck { border:7px solid #ff2dd5; background:#0b1765; box-shadow:8px 8px 0 #32f082; }
body[data-theme="public-access"] .category-ticket { border:2px solid #2df581; background:#172ba7; color:#fff65d; box-shadow:3px 3px 0 #ff2dd4; transform:none; }
body[data-theme="public-access"] .provider-categories { border-top-color:#2df581; }
body[data-theme="public-access"] .video-grid { border:8px solid #172aa0; background:#04082d; box-shadow:8px 8px 0 #ff32d8; }
body[data-theme="public-access"] .video-card { background:#111e83; border:3px solid #37ef87; color:#fff; box-shadow:4px 4px 0 #ff2dd5; transform:none; }
body[data-theme="public-access"] .video-card::after { content:"CH 69"; background:#f4ed42; color:#14165c; border-color:#ff2dd5; }
body[data-theme="public-access"] .title-button { color:#fff; font-family:"Courier New",monospace; }
body[data-theme="public-access"] .card-meta { color:#aab8ff; }
body[data-theme="public-access"] .provider-badge { background:#ff2fd2; color:#fff; }
body[data-theme="public-access"] .affiliate-market { border:4px solid #32ef82; background:#10185f; }
body[data-theme="public-access"] .affiliate-offer, body[data-theme="public-access"] .affiliate-inline-card { background:#f4ef8a; border:4px solid #ff2ed3; color:#13165e; box-shadow:4px 4px 0 #31ef81; }
body[data-theme="public-access"] .affiliate-stamp { background:#ff2ed3; }

/* ------------------------- 5. DIVE BAR ---------------------------------- */
body[data-theme="dive-bar"] {
  --text:#f2d79d; --muted:#bda36e; --muted-2:#73633f; --yellow:#eebf2f;
  background:
    radial-gradient(circle at 55% -10%,rgba(170,18,17,.25),transparent 28rem),
    repeating-linear-gradient(90deg,#07110c 0 80px,#0b1a12 80px 160px);
  font-family:Georgia,"Times New Roman",serif;
}
body[data-theme="dive-bar"] .store-marquee { background:#090e0a; color:#e9362f; border-bottom:3px solid #7d5d21; box-shadow:0 4px 0 #1d0806,0 7px 0 #000; text-shadow:0 0 7px #ff2b21; }
body[data-theme="dive-bar"] .topbar { border:5px double #6f582b; background:linear-gradient(#17130b,#090c08); box-shadow:0 0 16px rgba(195,23,18,.25),8px 9px 0 #000; }
body[data-theme="dive-bar"] .topbar::before { background:repeating-linear-gradient(90deg,#8e1713 0 50px,#121914 50px 100px); }
body[data-theme="dive-bar"] .brand-mark { border-radius:50%; background:#121710; color:#ef3c2d; border-color:#845b24; box-shadow:0 0 13px #bb1b17; text-shadow:0 0 8px #f6362c; }
body[data-theme="dive-bar"] .brand-copy { color:#e7c77b; font-family:Georgia,serif; font-style:italic; text-shadow:3px 3px #180000; }
body[data-theme="dive-bar"] .brand-copy > span { color:#d92a22; }
body[data-theme="dive-bar"] .brand-copy small { color:#8f7d53; font-style:normal; }
body[data-theme="dive-bar"] .search { background:#d2bf8c; border:4px inset #65542c; }
body[data-theme="dive-bar"] .ghost-button, body[data-theme="dive-bar"] .chip, body[data-theme="dive-bar"] .load-more { background:linear-gradient(#26311f,#0f160e); border-color:#6f5d31; color:#d5b96d; }
body[data-theme="dive-bar"] .primary-button { background:linear-gradient(#a82c23,#5d110e); border-color:#cb9f48; color:#f2d98e; text-shadow:1px 1px #160000; box-shadow:4px 5px 0 #000,0 0 12px rgba(223,37,29,.3); }
body[data-theme="dive-bar"] .hero-sign { border:7px double #6e5527; background:radial-gradient(circle at center,#33100c,#0b0d09 68%); box-shadow:0 0 24px rgba(219,34,27,.2),9px 10px 0 #000; }
body[data-theme="dive-bar"] .hero h1, body[data-theme="dive-bar"] .category-head h2, body[data-theme="dive-bar"] .affiliate-market-head h2 { color:#d62d24; font-family:Georgia,serif; font-style:italic; text-shadow:0 0 10px #cb201a,4px 4px #000; }
body[data-theme="dive-bar"] .hero-open { background:#0b110c; color:#dd3228; border-color:#6e5427; text-shadow:0 0 8px #e82a22; }
body[data-theme="dive-bar"] .status-card { border:6px double #675128; background:linear-gradient(#171b12,#090d09); box-shadow:7px 8px 0 #000; }
body[data-theme="dive-bar"] .category-deck { border:6px double #665229; background:radial-gradient(circle,#25150c,#0a0e09 72%); box-shadow:8px 9px 0 #000; }
body[data-theme="dive-bar"] .category-ticket { border-radius:50%; min-width:78px; min-height:58px; background:#d6c590; border:3px double #5d4320; color:#3e2415; box-shadow:3px 4px 0 #000; transform:rotate(var(--ticket-tilt,0deg)); }
body[data-theme="dive-bar"] .video-grid { border:8px ridge #4f3f22; background:repeating-linear-gradient(45deg,#17130d 0 18px,#211910 18px 36px); }
body[data-theme="dive-bar"] .video-card { background:#c9bb8d; border:3px solid #49351f; color:#281b11; box-shadow:4px 5px 0 #000; }
body[data-theme="dive-bar"] .video-card::after { content:"NO TAB"; background:#94241e; color:#f2dc9d; border-color:#3c2016; }
body[data-theme="dive-bar"] .provider-badge { background:#162016; color:#e2c977; border-color:#6e5227; }
body[data-theme="dive-bar"] .affiliate-market { border:5px double #645027; background:rgba(9,14,9,.8); }
body[data-theme="dive-bar"] .affiliate-offer, body[data-theme="dive-bar"] .affiliate-inline-card { background:#cfc193; border:3px double #5f4928; color:#322116; }

@media (max-width: 980px) {
  .affiliate-grid { grid-template-columns: 1fr; }
  .affiliate-box { min-height: 130px; }
  .category-head, .affiliate-market-head { align-items:flex-start; flex-direction:column; }
  .category-actions { justify-content:flex-start; }
  .affiliate-market-head small { text-align:left; }
}
@media (max-width: 820px) {
  .affiliate-strip { grid-template-columns:1fr; }
  .affiliate-stamp { writing-mode:horizontal-tb; transform:none; }
  .category-deck { padding:18px 14px; }
  .category-ticket { flex:1 0 auto; }
  .top-actions .random-nav span { display:none; }
}
@media (max-width: 520px) {
  .category-actions { width:100%; display:grid; grid-template-columns:1fr 1fr; }
  .category-actions button { width:100%; min-width:0; padding-inline:7px; }
  .category-rail { flex-wrap:nowrap; overflow-x:auto; padding-bottom:9px; scrollbar-width:thin; }
  .category-ticket { flex:0 0 auto; }
  body[data-theme="motel"] .hero::after { display:none; }
}

/* ========================================================================
   v0.7 — catalog intelligence / clerk recommendation shelf
   ======================================================================== */
.player-intelligence {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.4fr);
  gap: 14px;
  padding: 14px;
  border-top: 2px dashed rgba(255, 218, 126, .2);
  background:
    linear-gradient(rgba(0,0,0,.22), rgba(0,0,0,.22)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px);
}
.intel-panel {
  min-width: 0;
  padding: 16px;
  border: 2px solid rgba(255, 221, 144, .18);
  box-shadow: inset 0 0 0 3px rgba(0,0,0,.35), 4px 5px 0 rgba(0,0,0,.32);
  background: rgba(24, 11, 8, .78);
}
.intel-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 11px;
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #ffe09a;
}
.intel-stamp {
  display: inline-flex;
  padding: 4px 7px 3px;
  border: 2px solid currentColor;
  font: 700 .65rem/1 "Courier New", monospace;
  transform: rotate(-1deg);
  color: #ffcf46;
  background: #5b0507;
}
.intel-status {
  color: #c9a06d;
  font: 700 .73rem/1.45 "Courier New", monospace;
}
.intel-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0;
}
.intel-pill {
  border: 1px solid #d7a74a;
  padding: 5px 8px;
  color: #1b0802;
  background: #f1c95c;
  box-shadow: 2px 2px 0 rgba(0,0,0,.4);
  font: 900 .66rem/1 "Courier New", monospace;
  text-transform: uppercase;
  cursor: pointer;
}
.intel-pill:hover { transform: translateY(-1px) rotate(-.5deg); filter: brightness(1.08); }
.intel-metadata { display: grid; gap: 7px; margin: 0; }
.intel-metadata > div {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 10px;
  padding-top: 7px;
  border-top: 1px dotted rgba(255, 220, 145, .2);
  font: .74rem/1.35 "Courier New", monospace;
}
.intel-metadata dt { color: #a97c43; text-transform: uppercase; font-weight: 800; }
.intel-metadata dd { margin: 0; color: #f4d7a1; overflow-wrap: anywhere; }
.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}
.recommendation-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 6px;
  border: 1px solid rgba(255, 213, 125, .24);
  background: #140a08;
  color: #f8dda5;
  text-align: left;
  cursor: pointer;
  box-shadow: 2px 3px 0 rgba(0,0,0,.32);
}
.recommendation-card:hover { border-color: #e7ad3d; transform: translateY(-1px); }
.recommendation-card img {
  width: 88px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #050505;
  filter: saturate(.88) contrast(1.05);
}
.recommendation-card span { min-width: 0; display: grid; gap: 5px; }
.recommendation-card strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font: 800 .74rem/1.15 Arial, sans-serif;
}
.recommendation-card small {
  color: #a98250;
  font: .62rem/1.2 "Courier New", monospace;
  text-transform: uppercase;
}
body[data-theme="motel"] .intel-panel { background: rgba(13, 24, 27, .9); }
body[data-theme="truckstop"] .intel-panel { background: rgba(20, 16, 6, .9); }
body[data-theme="public-access"] .intel-panel { background: rgba(12, 9, 31, .92); }
body[data-theme="dive-bar"] .intel-panel { background: rgba(17, 6, 8, .92); }

@media (max-width: 920px) {
  .player-intelligence { grid-template-columns: 1fr; }
  .recommendation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .recommendation-grid { grid-template-columns: 1fr; }
  .recommendation-card { grid-template-columns: 112px minmax(0, 1fr); }
  .recommendation-card img { width: 112px; }
  .intel-metadata > div { grid-template-columns: 1fr; gap: 3px; }
}
.random-controls {
  display: inline-flex;
  gap: 7px;
  align-items: end;
}
.random-controls label {
  display: grid;
  gap: 3px;
  color: #cfa76d;
  font: 800 .58rem/1 "Courier New", monospace;
  text-transform: uppercase;
}
.random-controls select {
  min-width: 88px;
  border: 1px solid rgba(255, 214, 117, .35);
  padding: 6px 24px 6px 7px;
  background: #160908;
  color: #f2d99f;
  font: 700 .68rem/1 "Courier New", monospace;
}
@media (max-width: 640px) {
  .random-controls { width: 100%; }
  .random-controls label { flex: 1; }
  .random-controls select { width: 100%; }
}
