:root {
  --ink: #0b0b1c;
  --panel: #14142b;
  --panel-2: #1d1d3a;
  --panel-3: #262649;
  --line: #33335c;
  --line-2: #4a4a7a;
  --paper: #f4f3fb;
  --dim: #a9a7c4;
  --flame: #f0891e;
  --flame-2: #ff9d3a;
  --flame-ink: #241200;
  --royal: #3a6fe0;
  --up: #43c58a;
  --down: #e06767;
  --flame-grad: linear-gradient(135deg, #f7a83c 0%, #e2730f 100%);
  --round: 10px;
  --wrap: 1112px;
  --edge: 16px;
  --font: "Segoe UI", Roboto, "Helvetica Neue", Arial, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
body { margin: 0; font: 16px/1.6 var(--font); color: var(--paper); background: var(--ink); overflow-x: hidden; max-width: 100%; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible, [role="link"]:focus-visible, input:focus-visible, label:focus-visible { outline: 2px solid var(--flame); outline-offset: 2px; }
h1, h2, h3 { margin: 0 0 16px; font-weight: 800; line-height: 1.22; color: var(--paper); overflow-wrap: break-word; }
h1 { font-size: 40px; letter-spacing: .5px; }
h2 { font-size: 29px; }
h3 { font-size: 21px; margin-top: 26px; }
p { margin: 0 0 15px; overflow-wrap: break-word; }
ul, ol { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 7px; }
strong { font-weight: 700; color: #fff; }

table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 6px 0 8px; border-radius: var(--round); overflow: hidden; }
th, td { padding: 13px 15px; border: 1px solid var(--line); text-align: left; vertical-align: middle; font-size: 15px; }
th { background: var(--panel-3); font-weight: 700; color: #fff; }
td { background: var(--panel); }
tr:nth-child(even) td { background: var(--panel-2); }
td:first-child { font-weight: 700; color: #fff; }

.site { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1 0 auto; }
.shell { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--edge) 48px; }
.go { cursor: pointer; -webkit-user-select: none; user-select: none; }

@keyframes vox-breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(240,137,30,0); }
  50% { transform: scale(1.035); box-shadow: 0 0 26px rgba(240,137,30,.45); }
}
.cta--pulse { animation: vox-breathe 2.7s ease-in-out infinite; will-change: transform; }
.cta--pulse:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .cta--pulse { animation: none; } }

.cta {
  display: flex; align-items: center; justify-content: center; text-align: center;
  max-width: 340px; width: 100%; min-height: 58px; margin: 20px auto 0; padding: 12px 26px;
  border-radius: var(--round); background: var(--flame-grad); color: var(--flame-ink);
  font-size: 18px; font-weight: 800; text-decoration: none; transition: filter .2s, transform .1s;
}
.cta:hover { filter: brightness(1.06); }
.cta:active { transform: scale(.98); }

.topbar { position: sticky; top: 0; z-index: 50; background: var(--panel); border-bottom: 1px solid var(--line); }
.topbar__row { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--edge); height: 66px; display: flex; align-items: center; gap: 22px; }
.brandmark { margin-right: auto; }
.brandmark img { height: 40px; width: auto; }
.navmenu { display: flex; align-items: center; gap: 18px; }
.navmenu__list { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.navmenu__list li { margin: 0; }
.navmenu__list .go { display: block; padding: 8px 13px; border-radius: 7px; font-size: 14px; font-weight: 700; background: var(--panel-2); border: 1px solid var(--line); color: var(--paper); }
.navmenu__list .go:hover { background: var(--panel-3); border-color: var(--line-2); }
.navmenu__cta { display: none; }
.topbar__cta { display: flex; gap: 10px; }
.enter-btn, .join-btn { display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 18px; border-radius: 7px; font-size: 14px; font-weight: 800; text-decoration: none; white-space: nowrap; transition: filter .2s, background .2s; }
.enter-btn { background: var(--panel-2); color: var(--flame-2); border: 1px solid var(--flame); }
.enter-btn:hover { background: var(--panel-3); }
.join-btn { background: var(--flame-grad); color: var(--flame-ink); }
.join-btn:hover { filter: brightness(1.06); }
.gate-toggle { position: absolute; opacity: 0; pointer-events: none; }
.topbar__burger { display: none; width: 42px; height: 42px; padding: 9px; flex-direction: column; justify-content: space-between; cursor: pointer; border-radius: 7px; background: var(--panel-2); border: 1px solid var(--line); }
.topbar__burger span { display: block; height: 3px; border-radius: 2px; background: var(--paper); transition: transform .25s, opacity .25s; }

.opener { padding: 30px 0 20px; text-align: center; }
.opener__h1 { margin-bottom: 18px; }
.opener__hero { display: block; margin: 0 auto 22px; border-radius: var(--round); overflow: hidden; }
.opener__hero img, .opener__hero source { width: 100%; height: auto; }
.opener__lead { max-width: 940px; margin: 0 auto; text-align: left; font-size: 17px; }
.opener__lead p:last-child { margin-bottom: 0; }

.snapshot { margin: 8px 0 30px; }
.snapshot__cap { display: flex; align-items: center; justify-content: center; min-height: 62px; margin: 0 0 20px; padding: 12px 22px; border-radius: var(--round); background: var(--flame-grad); color: var(--flame-ink); font-size: 24px; text-align: center; }
.snapshot td:first-child { width: 34%; }

.panel, .shelf, .voices, .qa, .foot { content-visibility: auto; contain-intrinsic-size: auto 640px; }
.panel { margin: 0 0 24px; padding: 26px 28px; border-radius: var(--round); background: var(--panel); border: 1px solid var(--line); }
.panel > h2:first-child, .panel > h3 { margin-top: 0; }
.panel--prose p, .panel--prose li { font-size: 16.5px; }
.panel--prose h3 { color: var(--flame-2); }
.panel--prose { min-width: 0; }

.band { margin: 0 0 24px; }
.band__frame { display: block; border-radius: var(--round); overflow: hidden; }
.band__frame img { width: 100%; border-radius: var(--round); }

.shelf { margin: 0 0 28px; }
.shelf h2 { text-align: center; margin-bottom: 22px; }
.shelf__tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; list-style: none; margin: 0 0 22px; padding: 0; }
.shelf__tabs li { margin: 0; }
.shelf__tab { display: flex; align-items: center; justify-content: center; height: 48px; border-radius: 8px; background: var(--panel); border: 1px solid var(--line); color: var(--paper); font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s, border-color .2s; }
.shelf__tab:hover, .shelf__tab.active { background: var(--panel-3); border-color: var(--flame); color: #fff; }
.tab { display: none; }
.tab.active { display: block; }
.shelf__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 16px; }
.card { display: block; text-decoration: none; color: var(--paper); }
.card__art { display: block; position: relative; border-radius: 9px; overflow: hidden; background: var(--panel-2); aspect-ratio: 360 / 472; }
.card__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.card:hover .card__art img { transform: scale(1.04); }
.card__title { display: block; margin-top: 9px; font-size: 14px; font-weight: 700; line-height: 1.3; }
.card__studio { display: block; font-size: 12px; color: var(--dim); }

.crestgrid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; margin-top: 20px; }
.crestgrid--pay { grid-template-columns: repeat(5, 1fr); }
.crest { display: flex; align-items: center; justify-content: center; height: 58px; padding: 8px 10px; border-radius: 8px; background: var(--panel-2); border: 1px solid var(--line); }
.crest:hover { border-color: var(--line-2); }
.crest img { max-height: 40px; width: auto; object-fit: contain; }

.getapp { margin-top: 22px; }
.getapp__inner { display: flex; gap: 28px; align-items: center; padding: 22px; border-radius: var(--round); background: var(--panel-2); border: 1px solid var(--line); }
.getapp__art { flex: 0 0 46%; }
.getapp__art img { border-radius: 8px; }
.getapp__body { flex: 1 1 0; min-width: 0; }
.getapp__subtitle { font-size: 21px; font-weight: 800; margin-bottom: 14px; }
.getapp__specs { display: flex; flex-wrap: wrap; gap: 10px 0; list-style: none; margin: 0 0 18px; padding: 0; }
.getapp__specs li { flex: 1 1 25%; text-align: center; padding: 0 10px; border-right: 1px solid var(--line); margin: 0; }
.getapp__specs li:last-child { border-right: 0; }
.getapp__specs span { display: block; font-size: 18px; font-weight: 800; color: var(--flame-2); }
.getapp__specs small { display: block; font-size: 12px; color: var(--dim); }
.getapp__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.getapp__btn { display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 22px; border-radius: 8px; background: var(--flame-grad); color: var(--flame-ink); font-weight: 800; font-size: 15px; text-decoration: none; }
.getapp__btn:hover { filter: brightness(1.06); }

.verdict__cap { text-align: center; }
.verdict__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.verdict__col { padding: 22px; border-radius: var(--round); background: var(--panel-2); border: 1px solid var(--line); }
.verdict__col h3 { margin-top: 0; }
.verdict__col ul { margin: 0; padding: 0; list-style: none; }
.verdict__col li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.verdict__col li::before { content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%; }
.verdict__col--up li::before { background: var(--up); }
.verdict__col--down li::before { background: var(--down); }

.voices { margin: 0 0 26px; padding: 26px 28px; border-radius: var(--round); background: var(--panel); border: 1px solid var(--line); }
.voices__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; margin-bottom: 16px; border-radius: var(--round); background: var(--panel-2); border: 1px solid var(--line); }
.voices__label { font-size: 13px; color: var(--dim); margin-bottom: 4px; }
.voices__score { display: flex; align-items: center; gap: 10px; }
.voices__score > span:first-child { font-size: 26px; font-weight: 800; }
.voices__score small { color: var(--dim); font-size: 13px; }
.voices__stars { display: inline-flex; gap: 2px; }
.voices__stars svg { width: 18px; height: 18px; fill: var(--flame); }
.voices__btn { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 22px; border-radius: 8px; background: var(--flame-grad); color: var(--flame-ink); font-weight: 800; font-size: 14px; text-decoration: none; white-space: nowrap; }
.voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 16px; }
.voices__grid > * { min-width: 0; }
.voices__item { padding: 18px; border-radius: var(--round); background: var(--panel-2); border: 1px solid var(--line); }
.voices__user { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.voices__avatar { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--flame-grad); font-weight: 800; color: var(--flame-ink); }
.voices__name { display: block; font-weight: 700; font-size: 15px; }
.voices__user small { color: var(--dim); font-size: 12px; }
.voices__item p { margin: 0; font-size: 14.5px; }

.qa { margin: 0 0 26px; padding: 26px 28px; border-radius: var(--round); background: var(--panel); border: 1px solid var(--line); }
.qa__cap { text-align: center; }
.qa__item { padding: 16px 20px; margin-bottom: 12px; border-radius: var(--round); background: var(--panel-2); border: 1px solid var(--line); }
.qa__item h3 { font-size: 17px; margin: 0 0 8px; }
.qa__item p { margin: 0; font-size: 15.5px; }

.stamp { margin: 0 0 8px; }
.stamp__box { display: flex; align-items: center; gap: 12px; padding: 15px 20px; border-radius: var(--round); background: var(--panel-2); border: 1px solid var(--flame); font-size: 15px; color: var(--dim); }
.stamp__box svg { fill: var(--flame); flex: none; }
.stamp__box time { color: var(--paper); font-weight: 700; }

.foot { background: var(--panel); border-top: 1px solid var(--line); }
.foot__top { max-width: var(--wrap); margin: 0 auto; padding: 40px var(--edge) 24px; display: flex; justify-content: space-between; gap: 48px; }
.foot__brand { max-width: 420px; }
.foot__brand img { height: 44px; width: auto; margin-bottom: 14px; }
.foot__brand p { font-size: 14px; color: var(--dim); }
.foot__social { display: flex; gap: 10px; margin-top: 16px; }
.foot__social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--panel-2); border: 1px solid var(--line); }
.foot__social a:hover { border-color: var(--flame); }
.foot__social svg { width: 18px; height: 18px; fill: var(--paper); }
.foot__cols { display: flex; gap: 56px; }
.foot__title { font-size: 15px; font-weight: 800; margin: 0 0 12px; color: #fff; }
.foot__nav ul { list-style: none; margin: 0; padding: 0; }
.foot__nav li { margin-bottom: 8px; }
.foot__nav .go { font-size: 14px; color: var(--dim); }
.foot__nav .go:hover { color: var(--paper); text-decoration: underline; }
.foot__pay { max-width: var(--wrap); margin: 0 auto; padding: 22px var(--edge); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 22px; border-top: 1px solid var(--line); }
.foot__pay img { height: 30px; width: auto; opacity: .92; }
.foot__seals { max-width: var(--wrap); margin: 0 auto; padding: 20px var(--edge); display: grid; grid-template-columns: repeat(6, auto); align-items: center; justify-content: center; gap: 22px; border-top: 1px solid var(--line); }
.foot__seals img { height: 44px; width: auto; opacity: .92; }
.foot__seals a:hover img { opacity: 1; }
.foot__sealtxt { font-size: 13px; font-weight: 800; letter-spacing: .5px; color: var(--dim); text-decoration: none; }
.foot__sealtxt:hover { color: var(--paper); }
.badge18 { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; border: 3px solid var(--down); color: var(--down); font-weight: 800; font-size: 14px; }
.foot__legal { max-width: var(--wrap); margin: 0 auto; padding: 20px var(--edge); border-top: 1px solid var(--line); }
.foot__legal p { font-size: 12.5px; line-height: 1.7; color: var(--dim); margin: 0 0 10px; }
.foot__copy { max-width: var(--wrap); margin: 0 auto; padding: 16px var(--edge) 30px; text-align: center; font-size: 12px; color: var(--dim); border-top: 1px solid var(--line); }
.foot__copy p { margin: 0; }

@media (max-width: 1100px) {
  .crestgrid { grid-template-columns: repeat(6, 1fr); }
  .topbar__row { gap: 12px; }
  .navmenu__list .go { padding: 8px 10px; font-size: 13px; }
}
@media (max-width: 1024px) {
  .shelf__grid { grid-template-columns: repeat(3, 1fr); }
  .crestgrid--pay { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .topbar__burger { display: flex; order: 3; }
  .topbar__cta { order: 2; margin-left: auto; }
  .brandmark { margin-right: 0; }
  .navmenu { display: none; position: absolute; left: 0; right: 0; top: 66px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--edge) 20px; background: var(--panel); border-bottom: 1px solid var(--line); }
  .gate-toggle:checked ~ .navmenu { display: flex; }
  .gate-toggle:checked ~ .topbar__burger span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .gate-toggle:checked ~ .topbar__burger span:nth-child(2) { opacity: 0; }
  .gate-toggle:checked ~ .topbar__burger span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  .navmenu__list { flex-direction: column; gap: 0; }
  .navmenu__list .go { border-radius: 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 12px 6px; font-size: 15px; }
  .navmenu__cta { display: flex; gap: 10px; margin-top: 14px; }
  .navmenu__cta .enter-btn, .navmenu__cta .join-btn { flex: 1; }
  .getapp__inner { flex-direction: column; align-items: stretch; }
  .getapp__art { flex-basis: auto; }
  .foot__top { flex-direction: column; gap: 30px; }
  .foot__cols { gap: 40px; }
  .voices__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .shell { padding: 0 12px 40px; }
  h1 { font-size: 30px; }
  h2 { font-size: 23px; }
  h3 { font-size: 18px; }
  .snapshot__cap { font-size: 19px; min-height: 54px; }
  .opener__lead, .panel--prose p, .panel--prose li { font-size: 15.5px; }
  .panel { padding: 20px 16px; }
  .crestgrid { grid-template-columns: repeat(4, 1fr); }
  .shelf__grid { grid-template-columns: repeat(2, 1fr); }
  .verdict__grid { grid-template-columns: 1fr; }
  .voices__grid { grid-template-columns: 1fr; }
  .voices__head { flex-direction: column; align-items: flex-start; }
  .voices__btn { width: 100%; }
  .foot__seals { grid-template-columns: repeat(3, auto); gap: 16px; }
  th, td { padding: 10px 10px; font-size: 13px; }
  table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
@media (max-width: 480px) {
  .shell { padding: 0 12px 34px; }
  .topbar__row { gap: 8px; }
  .topbar__cta { gap: 6px; }
  .enter-btn, .join-btn { height: 38px; padding: 0 12px; font-size: 13px; }
  .brandmark img { height: 34px; }
  .crestgrid, .crestgrid--pay { grid-template-columns: repeat(3, 1fr); }
  .shelf__grid { grid-template-columns: repeat(2, 1fr); gap: 14px 10px; }
  .getapp__specs li { flex-basis: 50%; border-right: 0; margin-bottom: 8px; }
  .foot__seals { grid-template-columns: repeat(2, auto); }
}
