body[data-page="steam-guess"] {
  --steam-purple: #8b5cf6;
  --steam-purple-bright: #a78bfa;
  --steam-blue: #18213a;
  --steam-blue-soft: #202b48;
  --steam-ink: #070a13;
  --steam-card: #101626;
  --steam-line: rgba(167, 139, 250, .2);
  --steam-muted: #929bb5;
}

body[data-page="steam-guess"],
body[data-page="steam-guess"] main,
body[data-page="steam-guess"] footer,
body[data-page="steam-guess"] .side-drawer {
  -webkit-user-select: text;
  user-select: text;
}

body[data-page="steam-guess"] button,
body[data-page="steam-guess"] .steam-game {
  -webkit-user-select: none;
  user-select: none;
}

.steam-main {
  position: relative;
  flex: 0 0 auto;
  min-height: 0;
  padding: 1.15rem 1rem .7rem;
  z-index: 1;
  
  flex-direction: column;
  align-items: center;
}

.steam-page {
  width: min(790px, 100%);
  margin: 0 auto;
}

.steam-page .xp-bar-container {
  margin: 0 auto .9rem;
}

.steam-heading {
  margin: 0 0 .7rem;
  text-align: center;
}

.steam-heading h1 {
  margin: 0;
  color: var(--text-main, #fff);
  font-family: var(--font-heading, "Teko"), sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.15rem);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1;
  text-shadow: 0 0 30px rgba(139, 92, 246, .2);
}

.steam-kicker,
.steam-mode-tabs,
.mode-description {
  display: none !important;
}

.steam-heading .steam-page-intro {
  display: block;
  max-width: 640px;
  margin: .42rem auto 0;
  color: #a9b1c7;
  font-size: clamp(.84rem, 1.6vw, .94rem);
  line-height: 1.55;
  text-wrap: balance;
  -webkit-user-select: text;
  user-select: text;
}

.steam-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  margin: .1rem 0 .8rem;
}

.steam-oval {
  display: inline-flex;
  min-width: 230px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .35rem 1.1rem;
  border: 1px solid rgba(167, 139, 250, .22);
  border-radius: 999px;
  color: #dbe4ff;
  background: rgba(13, 17, 38, .72);
  font: 600 .78rem var(--font-main, "Outfit"), sans-serif;
  white-space: nowrap;
}

.steam-oval-seg {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
}

.steam-oval-seg + .steam-oval-seg::before {
  content: "";
  width: 3px;
  height: 3px;
  margin-right: .12rem;
  border-radius: 50%;
  background: currentColor;
  opacity: .55;
}

.steam-oval-seg svg,
.steam-oval--link svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.steam-oval-seg b,
.steam-oval--link b { font-weight: 600; }

.steam-oval--info.is-open {
  border-color: rgba(248, 113, 113, .5);
  color: #fca5a5;
  background: rgba(248, 113, 113, .08);
}

.steam-oval--info.is-done {
  border-color: rgba(52, 211, 153, .5);
  color: #6ee7b7;
  background: rgba(52, 211, 153, .08);
}

.steam-oval--link {
  cursor: pointer;
  color: #c9b8ff;
  border-color: rgba(167, 139, 250, .45);
  background: rgba(124, 92, 252, .12);
  transition: border-color .15s, color .15s, background .15s, transform .15s;
}

.steam-oval--link:hover,
.steam-oval--link:focus-visible {
  border-color: rgba(167, 139, 250, .8);
  color: #ede9fe;
  background: rgba(124, 92, 252, .22);
  transform: translateY(-1px);
}

.steam-stats-box {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin: .85rem auto 0;
  padding: .45rem 1.15rem;
  border: 1px solid var(--steam-line);
  border-radius: 12px;
  color: var(--steam-muted);
  background: rgba(13, 17, 38, .72);
  font: 600 .8rem var(--font-main, "Outfit"), sans-serif;
}

.steam-stats-box svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--steam-purple-bright);
}

.steam-stats-box b {
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
}

.steam-heading--below {
  max-width: 720px;
  margin: 1.7rem auto 0;
  padding: 0 1rem;
}

.steam-daily-badge {
  align-self: center;
  padding: .12rem .5rem;
  border: 1px solid rgba(167, 139, 250, .28);
  border-radius: 99px;
  color: var(--steam-purple-bright);
  background: rgba(139, 92, 246, .07);
  font: 700 .58rem var(--font-main, "Outfit"), sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.steam-daily-lines {
  display: grid;
  gap: .12rem;
  margin: 0 0 .35rem;
}

.steam-daily-line {
  margin: 0;
  color: var(--steam-muted);
  font-size: .68rem;
}

.steam-daily-line.steam-daily-rank {
  color: #c4b5fd;
  font-weight: 700;
}

.steam-daily-line.steam-daily-next {
  color: #656d83;
  font-size: .62rem;
}

.steam-game {
  position: relative;
  overflow: visible;
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.steam-reset--floating {
  position: absolute;
  top: .1rem;
  right: .1rem;
  z-index: 6;
  margin: 0;
  background: rgba(13, 17, 36, .92);
  box-shadow: 0 9px 24px rgba(0, 0, 0, .28);
}

.clue-header {
  min-height: 38px;
  padding-inline-end: 3rem;
}

[dir="rtl"] .steam-reset--floating {
  right: auto;
  left: .1rem;
}

.steam-game input,
.steam-game textarea {
  -webkit-user-select: text;
  user-select: text;
}

.steam-scorebar {
  display: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  min-height: 56px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  border-radius: 17px 17px 0 0;
  background: rgba(255, 255, 255, .018);
}

.steam-stat {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: .1rem;
  padding: .55rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, .065);
}

.steam-stat span {
  overflow: hidden;
  color: var(--steam-muted);
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.steam-stat strong {
  color: #f5f3ff;
  font: 700 1rem var(--font-main, "Outfit"), sans-serif;
  font-variant-numeric: tabular-nums;
}

.steam-reset {
  align-self: center;
  width: 36px;
  height: 36px;
  margin: 0 .75rem;
  border: 1px solid rgba(167, 139, 250, .17);
  border-radius: 10px;
  color: var(--steam-muted);
  background: rgba(139, 92, 246, .045);
  cursor: pointer;
  transition: border-color .16s, color .16s, transform .16s, background .16s;
}

.steam-reset:hover {
  border-color: rgba(167, 139, 250, .55);
  color: var(--steam-purple-bright);
  background: rgba(139, 92, 246, .1);
  transform: rotate(-12deg);
}

.steam-round {
  padding: .15rem 0 0;
}

.steam-state {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.steam-state[hidden],
.steam-round[hidden],
[hidden] {
  display: none !important;
}

.steam-state p {
  color: var(--steam-muted);
}

.steam-loader {
  display: flex;
  height: 38px;
  align-items: center;
  gap: .45rem;
}

.steam-loader i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--steam-purple-bright);
  animation: steamBounce 1s infinite ease-in-out;
}

.steam-loader i:nth-child(2) { animation-delay: .13s; }
.steam-loader i:nth-child(3) { animation-delay: .26s; }

@keyframes steamBounce {
  0%, 60%, 100% { opacity: .3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-9px); }
}

.steam-error-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(248, 113, 113, .42);
  border-radius: 50%;
  color: #fb7185;
}

.steam-error h2 {
  margin: .75rem 0 0;
  font: 600 2rem var(--font-heading, "Teko"), sans-serif;
}

.steam-error p { margin: .15rem 0 1rem; }
.steam-action { min-width: 120px; }

.clue-header,
.answer-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clue-header {
  gap: .9rem;
  margin: 0 .15rem .55rem;
}

.clue-label,
.answer-heading > span:first-child,
.guess-form label {
  color: var(--steam-purple-bright);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.clue-label b {
  margin-left: .28rem;
  color: #f4f1ff;
  font-size: .69rem;
  letter-spacing: .06em;
}

.clue-dots {
  display: flex;
  max-width: 58%;
  flex: 1;
  justify-content: flex-end;
  gap: .25rem;
}

.clue-dots i {
  display: block;
  width: min(22px, 7vw);
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .095);
  transition: background .2s, box-shadow .2s;
}

.clue-dots i.active {
  background: linear-gradient(90deg, #6d5ad0, var(--steam-purple-bright));
  box-shadow: 0 0 8px rgba(139, 92, 246, .35);
}

.review-language-note {
  margin: 0 0 .7rem;
  padding: .55rem .7rem;
  border: 1px solid rgba(251, 191, 36, .22);
  border-radius: 9px;
  color: #fcd34d;
  background: rgba(251, 191, 36, .055);
  font-size: .7rem;
  line-height: 1.4;
}

.reviews-list {
  display: grid;
  gap: .55rem;
}

.steam-review {
  position: relative;
  padding: .82rem .9rem .9rem;
  overflow: hidden;
  border: 1px solid rgba(167, 139, 250, .22);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(31, 40, 70, .94), rgba(12, 17, 32, .98));
  box-shadow: 0 12px 30px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .025);
  animation: reviewIn .22s ease;
  transition: border-color .2s, opacity .2s, transform .2s;
}

@keyframes reviewIn {
  from { opacity: 0; transform: translateY(7px); }
}

.steam-review.is-current {
  border-color: rgba(167, 139, 250, .62);
  background:
    linear-gradient(135deg, rgba(139, 92, 246, .09), transparent 48%),
    linear-gradient(145deg, #1d2846, #101627);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .38), 0 0 28px rgba(109, 90, 208, .12);
}

.steam-review.is-new {
  animation: reviewUnlock .32s ease;
}

@keyframes reviewUnlock {
  0% { opacity: 0; transform: translateY(12px) scale(.985); }
  100% { opacity: 1; transform: none; }
}

.review-header {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .65rem;
}

.review-author {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: .55rem;
}

.review-author-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(167, 139, 250, .38);
  border-radius: 8px;
  color: var(--steam-purple-bright);
  background: #090d18;
}

.review-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-author-avatar i { font-size: 1rem; }

.review-author > div {
  display: grid;
  min-width: 0;
  gap: .02rem;
}

.review-author-name {
  overflow: hidden;
  color: #f4f1ff;
  font-size: .75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-author-details {
  color: var(--steam-muted);
  font-size: .6rem;
}

.review-vote {
  flex: 0 0 auto;
  padding: .23rem .45rem;
  border-radius: 6px;
  font-size: .58rem;
  font-weight: 800;
}

.review-vote.positive {
  color: #6ee7b7;
  background: rgba(52, 211, 153, .09);
}

.review-vote.negative {
  color: #fda4af;
  background: rgba(251, 113, 133, .09);
}

.review-index {
  color: #68718b;
  font: 500 1rem var(--font-heading, "Teko"), sans-serif;
}

.steam-review p {
  margin: 0;
  color: #e9e7f2;
  font: 400 .9rem/1.52 var(--font-main, "Outfit"), sans-serif;
  white-space: pre-line;
}

body[data-steam-mode="guess"] .reviews-list {
  max-height: 410px;
  padding: .1rem .12rem .15rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(139, 92, 246, .42) transparent;
  scrollbar-width: thin;
}

body[data-steam-mode="guess"] .steam-review.is-past {
  opacity: .44;
  transform: scale(.985);
}

body[data-steam-mode="guess"] .steam-review.is-past:hover,
body[data-steam-mode="guess"] .steam-review.is-past:focus-within {
  opacity: .78;
}

.answer-heading {
  margin: .9rem .15rem .5rem;
}

.answer-heading > span:last-child {
  color: var(--steam-muted);
  font-size: .64rem;
}

.steam-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}

.steam-choice {
  display: flex;
  min-height: 49px;
  align-items: center;
  gap: .62rem;
  padding: .52rem .72rem;
  border: 1px solid rgba(167, 139, 250, .24);
  border-radius: 10px;
  color: #f4f1ff;
  background: linear-gradient(135deg, rgba(31, 40, 70, .94), rgba(15, 21, 39, .97));
  box-shadow: 0 8px 22px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 255, 255, .022);
  cursor: pointer;
  text-align: left;
  transition: border-color .15s, background .15s, transform .15s;
}

.steam-choice:hover:not(:disabled) {
  border-color: rgba(167, 139, 250, .55);
  background: rgba(139, 92, 246, .1);
  transform: translateY(-1px);
}

.steam-choice b {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border: 1px solid rgba(167, 139, 250, .2);
  border-radius: 6px;
  color: var(--steam-muted);
  font-size: .66rem;
  background: rgba(0, 0, 0, .16);
}

.steam-choice span {
  font: 600 .82rem var(--font-main, "Outfit"), sans-serif;
}

.steam-choice:disabled { cursor: default; opacity: .48; }
.steam-choice.correct { opacity: 1; border-color: rgba(52, 211, 153, .55); background: rgba(52, 211, 153, .09); }
.steam-choice.wrong { opacity: 1; border-color: rgba(251, 113, 133, .56); background: rgba(251, 113, 133, .09); }

body[data-steam-mode="test"] .reviews-list {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

body[data-steam-mode="test"] .steam-review {
  min-width: 0;
}

body[data-steam-mode="test"] .review-index,
body[data-steam-mode="test"] .answer-heading > span:last-child {
  display: none;
}

.guess-form {
  margin-top: .7rem;
}

body[data-steam-mode="guess"] .guess-form {
  margin-top: .75rem;
  padding: .72rem;
  border: 1px solid rgba(167, 139, 250, .38);
  border-radius: 13px;
  background:
    radial-gradient(circle at 50% 100%, rgba(67, 56, 202, .15), transparent 65%),
    rgba(20, 28, 50, .94);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .03);
}

.guess-form label {
  display: block;
  margin: 0 0 .45rem .1rem;
}

body[data-steam-mode="guess"] .guess-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.guess-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .5rem;
}

.game-search-field {
  position: relative;
  min-width: 0;
}

.guess-row input {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 1rem;
  border: 1px solid rgba(167, 139, 250, .28);
  border-radius: 10px;
  outline: none;
  color: #f7f5ff;
  background: rgba(5, 8, 19, .88);
  font: 500 .88rem var(--font-main, "Outfit"), sans-serif;
  transition: border-color .15s, box-shadow .15s, background .15s;
}

.guess-row input::placeholder { color: #727b96; }

.guess-row input:focus {
  border-color: rgba(167, 139, 250, .7);
  background: rgba(4, 7, 14, .72);
  box-shadow: 0 0 0 3px rgba(139, 92, 246, .11);
}

.guess-row .glow-btn {
  min-width: 142px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6d5ad0, #8b5cf6);
  box-shadow: 0 8px 22px rgba(109, 90, 208, .2);
}

.guess-row .glow-btn:hover:not(:disabled) {
  box-shadow: 0 10px 28px rgba(139, 92, 246, .3);
}

.game-search-results {
  position: absolute;
  top: calc(100% + .36rem);
  right: 0;
  left: 0;
  z-index: 30;
  max-height: 290px;
  padding: .28rem;
  overflow-y: auto;
  border: 1px solid rgba(167, 139, 250, .32);
  border-radius: 11px;
  background: #0d1322;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .58);
}

.game-search-option {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .6rem;
  padding: .65rem .7rem;
  border: 0;
  border-radius: 8px;
  color: #f4f1ff;
  background: transparent;
  cursor: pointer;
  font: 600 .79rem var(--font-main, "Outfit"), sans-serif;
  text-align: left;
}

.game-search-option i {
  width: 16px;
  color: var(--steam-purple-bright);
  opacity: .78;
}

.game-search-option:hover,
.game-search-option.active {
  background: rgba(139, 92, 246, .12);
}

.game-search-status {
  padding: .75rem;
  color: var(--steam-muted);
  font-size: .73rem;
  text-align: center;
}

.guess-message {
  min-height: 1rem;
  margin: .34rem .1rem 0;
  color: var(--steam-muted);
  font-size: .69rem;
}

.guess-message.error { color: #fb7185; }
.guess-message.info { color: var(--steam-purple-bright); }
.guess-message.wrong { color: #fbbf24; }

.guess-attempts {
  display: grid;
  gap: .32rem;
  margin: .25rem 0 0;
}

.guess-attempts span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .45rem;
  padding: .42rem .58rem;
  overflow: hidden;
  border: 1px solid rgba(251, 113, 133, .26);
  border-radius: 8px;
  color: #fda4af;
  background: rgba(127, 29, 29, .105);
  font-size: .7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guess-attempts span i {
  display: grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  place-items: center;
  border-radius: 50%;
  color: #fecdd3;
  background: rgba(251, 113, 133, .13);
  font-size: .55rem;
}

.steam-give-up {
  display: flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  margin: .55rem auto 0;
  padding: .48rem .78rem;
  border: 1px solid rgba(251, 113, 133, .3);
  border-radius: 9px;
  color: #fda4af;
  background: rgba(127, 29, 29, .11);
  cursor: pointer;
  font: 700 .7rem var(--font-main, "Outfit"), sans-serif;
  transition: border-color .15s, color .15s, background .15s, transform .15s;
}

.steam-give-up[hidden],
body[data-steam-mode="test"] .steam-give-up { display: none; }

.steam-give-up:hover:not(:disabled) {
  border-color: rgba(251, 113, 133, .58);
  color: #ffe4e6;
  background: rgba(190, 24, 93, .15);
  transform: translateY(-1px);
}

.steam-give-up:disabled { cursor: wait; opacity: .65; }

.more-review {
  display: flex;
  width: fit-content;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  gap: .34rem;
  margin: .65rem auto 0;
  padding: .5rem .75rem;
  border: 1px solid rgba(167, 139, 250, .22);
  border-radius: 9px;
  color: #c4b5fd;
  background: rgba(139, 92, 246, .055);
  cursor: pointer;
}

.more-review:hover {
  border-color: rgba(167, 139, 250, .52);
  color: #ede9fe;
  background: rgba(139, 92, 246, .1);
}

.more-review span { font-size: .72rem; font-weight: 700; }
.more-review small { color: var(--steam-muted); font-size: .63rem; }
.more-review:disabled { cursor: wait; opacity: .62; }

.steam-result {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: .9rem;
  align-items: center;
  margin-top: .85rem;
  padding: .7rem;
  border: 1px solid rgba(52, 211, 153, .3);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(52, 211, 153, .07), rgba(16, 22, 38, .85));
}

.steam-result.incorrect {
  border-color: rgba(251, 113, 133, .3);
  background: linear-gradient(135deg, rgba(251, 113, 133, .065), rgba(16, 22, 38, .85));
}

.steam-result.no-image { grid-template-columns: 1fr; }

.steam-result img {
  display: block;
  width: 190px;
  max-width: 100%;
  aspect-ratio: 460 / 215;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  background: #070a13;
}

.steam-try-games {
  width: min(1080px, calc(100% - 2rem));
  margin: .7rem auto 0;
  text-align: center;
}

.steam-try-games > h2,
.steam-try-games > h3 {
  margin: 0 0 .55rem;
  color: #f4f1ff;
  font: 600 1.45rem/1 var(--font-heading, "Teko"), sans-serif;
  letter-spacing: .02em;
  text-align: center;
}

.steam-try-games-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
}

.steam-try-game {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--try-g1), var(--try-g2));
  box-shadow: 0 5px 16px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .26);
  text-decoration: none;
  transition: filter .16s, transform .16s, box-shadow .16s;
}

.steam-try-game:hover,
.steam-try-game:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .82);
  outline-offset: 3px;
  filter: brightness(1.08);
  box-shadow: 0 10px 26px var(--try-glow), inset 0 1px rgba(255, 255, 255, .3);
  transform: translateY(-4px) scale(1.07);
}

.steam-try-game > i {
  color: #fff;
  font-size: 1.45rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35));
}

.result-copy { min-width: 0; }

.result-copy > span {
  color: #6ee7b7;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.steam-result.incorrect .result-copy > span { color: #fda4af; }

.result-copy h2 {
  margin: .1rem 0;
  overflow-wrap: anywhere;
  color: #fff;
  font: 600 1.8rem/1 var(--font-heading, "Teko"), sans-serif;
}

.result-copy p {
  margin: 0 0 .32rem;
  color: var(--steam-muted);
  font-size: .74rem;
}

.result-copy .result-xp { color: #6ee7b7; font-weight: 700; }
.result-copy a { color: var(--steam-purple-bright); font-size: .69rem; text-decoration: none; }
.result-copy a:hover { text-decoration: underline; }

.steam-result-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem .8rem;
  margin-top: .42rem;
}

.steam-share {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  padding: .42rem .7rem;
  border: 1px solid rgba(167, 139, 250, .34);
  border-radius: 8px;
  color: #ddd6fe;
  background: rgba(139, 92, 246, .1);
  cursor: pointer;
  font: 750 .68rem var(--font-main, "Outfit"), sans-serif;
  transition: border-color .15s, color .15s, background .15s, transform .15s;
}

.steam-share[hidden] { display: none; }

.steam-share:hover:not(:disabled) {
  border-color: rgba(103, 232, 249, .58);
  color: #ecfeff;
  background: rgba(34, 211, 238, .1);
  transform: translateY(-1px);
}

.steam-share:disabled { cursor: wait; opacity: .68; }

.steam-next {
  width: 100%;
  margin-top: .62rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #6d5ad0, #8b5cf6);
}

.steam-disclaimer {
  margin: .75rem auto 0;
  color: #656d83;
  font-size: .61rem;
  text-align: center;
}

body[data-page="steam-guess"] .seo-section {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 1.65rem 0 3rem;
}

body[data-page="steam-guess"] .seo-cards-section {
  margin-top: 0;
  gap: 1.1rem;
}

body[data-page="steam-guess"] .seo-cards-title,
body[data-page="steam-guess"] .seo-section-intro {
  width: 100%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body[data-page="steam-guess"] .seo-cards-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.15;
  text-wrap: balance;
}

body[data-page="steam-guess"] .seo-section-intro {
  margin-top: 0;
}

body[data-page="steam-guess"] .seo-card--techniques {
  cursor: default;
}

body[data-page="steam-guess"] .seo-card--techniques:active {
  transform: translateY(-4px);
}

[dir="rtl"] .steam-choice,
[dir="rtl"] .game-search-option { text-align: right; }
[dir="rtl"] .clue-label b { margin-right: .28rem; margin-left: 0; }

.steam-reset:focus-visible,
.steam-choice:focus-visible,
.game-search-option:focus-visible,
.more-review:focus-visible,
.steam-give-up:focus-visible,
.steam-share:focus-visible,
.steam-oval:focus-visible,
.guess-row .glow-btn:focus-visible,
.steam-next:focus-visible,
body[data-page="steam-guess"] #faq-toggle:focus-visible,
body[data-page="steam-guess"] .faq-question:focus-visible {
  outline: 2px solid #c4b5fd;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(139, 92, 246, .18);
}

@media (max-width: 680px) {
  .steam-main { padding: .75rem .55rem 2rem; }
  .steam-heading h1 { font-size: 2.35rem; }
  .steam-scorebar { min-height: 58px; }
  .steam-stat { padding: .48rem .56rem; }
  .steam-stat span { font-size: .49rem; letter-spacing: .08em; }
  .steam-stat strong { font-size: .82rem; }
  .steam-reset { width: 34px; height: 34px; margin: 0 .55rem; }
  .steam-round { padding: .75rem; }
  .clue-dots { max-width: 54%; gap: .18rem; }
  .clue-dots i { width: min(15px, 4vw); }
  .steam-review { padding: .72rem .75rem .78rem; }
  .steam-review p { font-size: .82rem; line-height: 1.46; }
  .review-vote { max-width: 95px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .review-author-name { max-width: 155px; }
  body[data-steam-mode="test"] .reviews-list,
  .steam-choices { grid-template-columns: 1fr; }
  .guess-row { grid-template-columns: 1fr; }
  .guess-row .glow-btn { min-height: 44px; }
  .steam-result { grid-template-columns: 1fr; }
  .steam-result img { width: 100%; }
  .steam-try-games { width: calc(100% - 1.1rem); }
}

@media (max-width: 390px) {
  .review-header { flex-wrap: wrap; }
  .review-author { flex-basis: calc(100% - 36px); }
  .review-vote { order: 3; margin-left: 40px; }
  [dir="rtl"] .review-vote { margin-right: 40px; margin-left: 0; }
  .review-index { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .steam-loader i,
  .steam-review,
  .steam-review.is-new { animation: none; }
  .steam-reset,
  .steam-choice,
  .steam-try-game { transition: none; }
}



.steam-daily-flow {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: .9rem;
  align-items: center;
  margin-top: .85rem;
  padding: .7rem;
  border: 1px solid rgba(167, 139, 250, .3);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(139, 92, 246, .08), rgba(16, 22, 38, .85));
}

.steam-daily-flow[hidden] { display: none; }

.steam-daily-flow .daily-flow-capsule {
  display: block;
  width: 190px;
  max-width: 100%;
  aspect-ratio: 460 / 215;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  background: #070a13;
}

.daily-flow-copy { min-width: 0; }

.daily-flow-kicker {
  color: var(--steam-purple-bright);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.daily-flow-copy h2 {
  margin: .1rem 0;
  overflow-wrap: anywhere;
  color: #fff;
  font: 600 1.8rem/1 var(--font-heading, "Teko"), sans-serif;
}

.daily-flow-copy p {
  margin: 0 0 .42rem;
  color: var(--steam-muted);
  font-size: .74rem;
}

.daily-flow-next { width: 100%; border-radius: 10px; background: linear-gradient(135deg, #6d5ad0, #8b5cf6); }

.steam-daily-flow .daily-finale { grid-column: 1 / -1; }

.daily-finale-total {
  color: #f4f1ff !important;
  font-size: .95rem !important;
  font-weight: 800;
}

.daily-finale-rows {
  display: grid;
  gap: .3rem;
  margin: 0 0 .5rem;
  padding: 0;
  list-style: none;
}

.daily-finale-row {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .28rem .4rem;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: rgba(7, 10, 19, .5);
}

.daily-finale-row img {
  width: 69px;
  aspect-ratio: 460 / 215;
  flex: 0 0 auto;
  border-radius: 4px;
  object-fit: contain;
  background: #070a13;
}

.daily-finale-name {
  min-width: 0;
  overflow: hidden;
  color: #c9cfe4;
  font-size: .72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.daily-finale-points { margin-inline-start: auto; color: #6ee7b7; font-size: .74rem; }
.daily-finale-points.is-zero { color: #656d83; }

.daily-finale-rank { color: #c4b5fd !important; font-weight: 700; }

.daily-finale-teaser {
  display: inline-block;
  margin: 0 0 .5rem;
  color: var(--steam-purple-bright);
  font-size: .72rem;
  text-decoration: none;
}

.daily-finale-teaser:hover { text-decoration: underline; }

.daily-finale-share { width: 100%; }

@media (max-width: 560px) {
  .steam-daily-flow { grid-template-columns: 1fr; }
  .steam-daily-flow .daily-flow-capsule { width: 100%; }
}


.steam-progress[hidden],
.steam-oval[hidden],
.steam-oval-seg[hidden] { display: none; }


/* ── mobile: tidy clue row + natural page scrolling (20260801a) ───────── */
@media (max-width: 640px) {
  .clue-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: .55rem;
    align-items: center;
    margin: 0 .15rem .7rem;
    padding-inline-end: 2.9rem; /* stay clear of the floating restart button */
  }
  .clue-label { white-space: nowrap; }
  .steam-daily-badge {
    justify-self: start;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .3rem .78rem;
    font-size: .6rem;
  }
  .clue-dots {
    max-width: 100%;
    flex: none;
    justify-content: space-between;
    gap: .3rem;
  }
  .clue-dots i { flex: 1; width: auto; max-width: 28px; height: 4px; }

  /* reviews scroll with the page — no trapped inner scroller on touch */
  body[data-steam-mode="guess"] .reviews-list {
    max-height: none;
    overflow-y: visible;
    overscroll-behavior: auto;
  }
}
