/* Guild of Gamers – Bootstrap overrides & custom brand styles */

html {
  overflow-x: clip;
}

:root,
[data-bs-theme="dark"] {
  --bs-body-bg: #02151c;
  --bs-body-bg-rgb: 2, 21, 28;
  --bs-body-color: #f7fbff;
  --bs-secondary-color: #9eb8c2;
  --bs-secondary-color-rgb: 158, 184, 194;
  --bs-tertiary-bg: #041c26;
  --bs-secondary-bg: #041c26;
  --bs-border-color: rgba(114, 94, 242, 0.55);
  --bs-primary: #f5e14a;
  --bs-primary-rgb: 245, 225, 74;
  --bs-link-color: #e8d56a;
  --bs-link-hover-color: #ffe86a;
  --bs-heading-color: #ffffff;
  --bs-border-radius: 0.35rem;
  --gog-gold: #f5e14a;
  --gog-surface-2: #041c26;
  --gog-abyss: #02151c;
  --gog-ember: #f28444;
  --gog-violet: #725ef2;
  /* One rail for the whole site: nav, content bands, and footer share
     --hall-max and --hall-page-gutter so nothing is wider than its
     neighbour. Wide screens scale the rail globally, never per section. */
  --hall-max: 1280px;
  --hall-page-gutter: clamp(1.25rem, 4vw, 3rem);
  --hall-section-space: clamp(2.75rem, 5.5vw, 4.25rem);
  --hall-card-gutter: 2rem; /* 32px abyss between floating list cards */
  --hall-enter-pad-x: 2rem;
  --hall-enter-pad-y: 2.5rem;
  --gog-violet-bright: #b3a6ff;
  --gog-oxblood: #7a1f2b;
  --gog-vellum: #ffffff;
  --gog-mist: #c5d4db;
  --gog-card-bg: rgba(10, 36, 48, 0.44);
  --gog-card-bg-strong: rgba(10, 36, 48, 0.58);
  --gog-glass-blur: 20px;
  --gog-glass-saturate: 1.45;
  --gog-glass-filter: blur(var(--gog-glass-blur)) saturate(var(--gog-glass-saturate));
  --gog-glass-highlight: inset 0 1px 0 rgba(247, 251, 255, 0.22);
  --gog-glass-edge: inset 0 0 0 1px rgba(179, 166, 255, 0.12);
  --gog-glass-shadow: 0 14px 36px rgba(0, 8, 12, 0.34);
  --gog-glass-surface: var(--gog-glass-highlight), var(--gog-glass-edge), var(--gog-glass-shadow);
  --gog-glass-sheen: linear-gradient(165deg, rgba(247, 251, 255, 0.1) 0%, rgba(179, 166, 255, 0.07) 28%, transparent 62%);
  --gog-line: rgba(114, 94, 242, 0.28);
  --gog-line-strong: rgba(114, 94, 242, 0.42);
  --gog-line-gilt: rgba(245, 225, 74, 0.32);
  --gog-gradient: linear-gradient(90deg, #f5e14a 0%, #f28444 42%, #725ef2 100%);
  --gog-gradient-quiet: linear-gradient(90deg, rgba(245, 225, 74, 0.4) 0%, rgba(242, 132, 68, 0.28) 42%, rgba(114, 94, 242, 0.38) 100%);
  --gog-glow-violet: 0 0 14px rgba(114, 94, 242, 0.28);
  --gog-glow-yellow: 0 0 12px rgba(245, 225, 74, 0.22);
  --bs-border-color: var(--gog-line);

  /* Type system — Fraunces display, Geist body/UI, Geist Mono labels. */
  --font-display: "Fraunces", "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  --font-title: var(--font-display);
  --font-body: "Geist", "Segoe UI", system-ui, sans-serif;
  --font-ui: var(--font-body);
  --font-mono: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
  --text-body-size: 1.0625rem;
  --text-body-leading: 1.55;
  --text-ui-size: 0.875rem;
  --text-ui-tracking: .02em;
  --text-kicker-size: .6875rem;
  --text-kicker-tracking: .12em;
  --text-display-tracking: -0.015em;
  --text-display-leading: 1.16;
  --bs-font-sans-serif: var(--font-body);
  --bs-body-font-family: var(--font-body);
  --bs-body-font-size: var(--text-body-size);
  --bs-body-line-height: var(--text-body-leading);
}

html, body {
  background-color: var(--gog-abyss);
  font-family: var(--font-body);
  font-size: var(--text-body-size);
  line-height: var(--text-body-leading);
}

/* Site-wide atmosphere. Pages can hide this with .guild-page-back { display: none }. */
.guild-page-back {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: var(--gog-abyss);
  background-image:
    radial-gradient(68% 52% at 6% 0%, rgba(114, 94, 242, 0.26), transparent 64%),
    radial-gradient(52% 42% at 98% 4%, rgba(245, 225, 74, 0.1), transparent 60%),
    radial-gradient(48% 38% at 86% 100%, rgba(242, 132, 68, 0.11), transparent 62%),
    linear-gradient(180deg, #052230 0%, var(--gog-abyss) 38%, #010e12 100%);
}
.guild-page-back::before {
  content: "";
  position: absolute;
  width: min(58vw, 560px);
  height: min(58vw, 560px);
  top: -6%;
  right: -10%;
  background: url("../img/guild-seal.webp") center / contain no-repeat;
  opacity: 0.065;
  filter: saturate(0.7);
}
.guild-page-back::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}
body > main,
.guild-footer {
  position: relative;
  z-index: 1;
}

.font-display { font-family: var(--font-display); }
.font-title { font-family: var(--font-title); }
.font-body { font-family: var(--font-body); }
.font-ui { font-family: var(--font-ui); }
.font-mono { font-family: var(--font-mono); }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-title);
  font-weight: 600;
  letter-spacing: var(--text-display-tracking);
  line-height: var(--text-display-leading);
  font-optical-sizing: auto;
}
h1, .h1 {
  font-size: clamp(2.05rem, 4vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.022em;
  font-weight: 600;
}
h2, .h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.05rem);
  line-height: 1.18;
  letter-spacing: -0.018em;
}
h3, .h3 {
  font-size: clamp(1.32rem, 2vw, 1.6rem);
  line-height: 1.22;
  letter-spacing: -0.012em;
}
h4, .h4 {
  font-size: 1.28rem;
  line-height: 1.28;
  letter-spacing: -0.01em;
}
h5, .h5 {
  font-size: 1.1rem;
  line-height: 1.32;
  letter-spacing: -0.006em;
}
h6, .h6 {
  font-size: 0.95rem;
  line-height: 1.38;
  letter-spacing: 0;
}

.text-caption,
.review-meta,
.game-card-meta,
.review-count-label {
  font-family: var(--font-ui);
  line-height: 1.45;
}

.navbar-brand,
.hall-title,
.hall-intro-title,
.guild-footer-mark,
.cover-placeholder,
.member-designation,
.member-title,
.charter-trigger-label,
.charter-panel-title,
.charter-slide-title {
  font-family: var(--font-display);
  font-optical-sizing: auto;
}

.score-seal-number,
.top-ten-rank,
.game-card-rank,
.member-number,
.hall-step-num,
.rating,
.discord-join-code {
  font-family: var(--font-mono);
}

.score-seal-number,
.top-ten-rank,
.game-card-rank,
.member-number,
.hall-step-num,
.rating {
  font-variant-numeric: lining-nums tabular-nums;
}

.card {
  --bs-card-bg: var(--gog-card-bg);
  --bs-card-border-color: var(--gog-line);
  --bs-card-border-radius: 0.4rem;
  background-color: var(--gog-card-bg);
  background-image: var(--gog-glass-sheen);
  -webkit-backdrop-filter: var(--gog-glass-filter);
  backdrop-filter: var(--gog-glass-filter);
  box-shadow: var(--gog-glass-surface);
}
.card.bg-body-tertiary {
  --bs-card-bg: var(--gog-card-bg-strong);
  background-color: var(--gog-card-bg-strong);
  background-image: var(--gog-glass-sheen);
  border-color: var(--gog-line);
}
.card-header.bg-body-tertiary,
.card-footer.bg-body-tertiary {
  background-color: rgba(4, 28, 38, 0.32) !important;
  border-color: rgba(114, 94, 242, 0.16);
}

/* Frost related panels so the hall glow reads through the same glass. */
.official-board,
.member-board,
.hall-enter,
.hall-hot-lead,
.top-ten-link,
.guild-rank-link,
.approved-feature,
.discord-join-widget,
.discord-hall-category,
.review-studio-panel,
.guild-empty,
.share-panel {
  -webkit-backdrop-filter: var(--gog-glass-filter);
  backdrop-filter: var(--gog-glass-filter);
}

.btn {
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: var(--text-ui-tracking);
  border-radius: 0.3rem;
}
.btn-primary {
  --bs-btn-bg: #f5e14a;
  --bs-btn-border-color: #f5e14a;
  --bs-btn-color: #02151c;
  --bs-btn-hover-bg: #ffe86a;
  --bs-btn-hover-border-color: #ffe86a;
  --bs-btn-hover-color: #02151c;
  --bs-btn-active-bg: #ffe86a;
  --bs-btn-active-color: #02151c;
  background: #f5e14a;
  color: #02151c;
  border-color: #f5e14a;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus-visible {
  background: #ffe86a;
  color: #02151c;
  box-shadow: var(--gog-glow-yellow);
}
.btn-outline-secondary {
  --bs-btn-color: var(--gog-mist);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--gog-line-gilt);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--gog-gold);
  --bs-btn-hover-color: var(--gog-gold);
  --bs-btn-active-bg: rgba(245, 225, 74, 0.1);
  --bs-btn-active-color: var(--gog-gold);
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus-visible {
  box-shadow: none;
}
.btn-neon {
  --bs-btn-bg: #f5e14a;
  --bs-btn-border-color: #f5e14a;
  --bs-btn-color: #02151c;
  --bs-btn-hover-bg: #ffe86a;
  --bs-btn-hover-border-color: #ffe86a;
  --bs-btn-hover-color: #02151c;
  background: #f5e14a;
  color: #02151c;
  border-color: #f5e14a;
  box-shadow: none;
}
.btn-neon:hover,
.btn-neon:focus-visible {
  background: #ffe86a;
  color: #02151c;
  box-shadow: var(--gog-glow-yellow);
}
.btn-group .btn-outline-secondary {
  border-color: var(--gog-line-gilt);
  color: var(--gog-mist);
}
.catalogue-chrome .btn-group {
  flex-wrap: wrap;
  row-gap: .35rem;
  max-width: 100%;
}
.ranking-kind.btn-group {
  flex-wrap: wrap;
  max-width: 100%;
}

/* ── Brand colour tokens ── */
[data-bs-theme="dark"] {
  --bs-primary: #f5e14a;
  --bs-primary-rgb: 245, 225, 74;
  --bs-link-color: #e8d56a;
  --bs-link-hover-color: #ffe86a;
}

/* ── Navbar brand ── */
.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-right: 0;
  padding-block: 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--gog-gold) !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  /* No glow: the seal carries the shine, the wordmark stays crisp. */
  text-shadow: none;
}
.navbar-brand picture {
  display: block;
  line-height: 0;
}
.navbar-seal {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(245, 225, 74, 0.3);
}
.navbar-brand-of {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
  color: var(--gog-violet-bright);
  text-shadow: none;
}

/* ── Hero section (homepage) ── */
.hero-section {
  padding: 3.5rem 1rem;
}
.hero-badge {
  display: inline-block;
  background: rgba(114, 94, 242, 0.28);
  color: var(--gog-violet-bright);
  border: 1px solid rgba(179, 166, 255, 0.7);
  border-radius: 50px;
  padding: .3rem .9rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: none;
}

/* ── Section headers ── */
.section-header {
  border-bottom: 1px solid transparent;
  border-image: var(--gog-gradient-quiet) 1;
  padding-bottom: .65rem;
}

/* ── Game hero banner (detail page) ── */
.game-hero {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center top;
  position: relative;
  border-radius: .5rem;
  overflow: hidden;
}
.game-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(13,13,26,0.85) 100%);
}
.game-cover-shadow { box-shadow: 0 8px 32px rgba(0,0,0,.5); }

/* ── Game cards ── */
.game-card { overflow: visible; transition: transform .2s, box-shadow .2s, border-color .2s; }
.game-card:hover {
  transform: translateY(-3px);
  border-color: var(--gog-line-gilt) !important;
  box-shadow: var(--gog-glass-highlight), var(--gog-glass-edge), 0 16px 36px rgba(0, 8, 12, 0.42), 0 0 22px rgba(114, 94, 242, 0.16);
}
.game-card > img,
.game-card > .cover-placeholder,
.game-card > .game-card-placeholder {
  border-radius: .4rem .4rem 0 0;
}
.game-card img { width: 100%; height: 160px; object-fit: cover; background: #02151c; }
.cover-placeholder,
.game-card-placeholder {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(114, 94, 242, 0.18), #03161e 70%);
  border-bottom: 1px solid rgba(114, 94, 242, 0.4);
  color: var(--gog-gold);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .08em;
  opacity: .9;
}
.cover-placeholder.top-ten-cover {
  width: 44px;
  height: 58px;
  font-size: 1.15rem;
  border-radius: 4px;
  flex-shrink: 0;
}
.cover-placeholder.review-teaser-cover {
  width: 56px;
  height: 72px;
  font-size: 1.3rem;
  border-radius: .35rem;
  flex-shrink: 0;
}
.cover-placeholder.cover-placeholder-sm {
  width: 48px;
  height: 64px;
  font-size: 1.1rem;
  border-radius: 4px;
}
.cover-placeholder.detail-placeholder {
  height: 280px;
  border-radius: .5rem;
  border: 1px solid rgba(114, 94, 242, 0.35);
}
.game-catalogue .game-card img,
.game-catalogue .cover-placeholder,
.game-catalogue .game-card-placeholder {
  height: 280px;
}
.game-card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.game-card-meta {
  font-size: .82rem;
}

/* ── Utility ── */
.review-count-label { font-size: .75rem; }
.section-count { font-size: 1rem; }
.rating-denom { font-size: .9rem; }
.guild-score-denom { font-size: 1rem; }
.text-flowing { line-height: 1.6; }
.detail-placeholder { height: 280px; }
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Activity badge (hot-games section) ── */
.activity-badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  padding: .1rem .4rem;
  border-radius: 4px;
  background: rgba(242, 132, 68, 0.18);
  color: #f28444;
  border: 1px solid rgba(242, 132, 68, 0.45);
}

/* ── Review cards ── */
.review-card { border-left: 2px solid var(--gog-violet) !important; }
.review-meta { font-size: .82rem; margin-bottom: .4rem; }
.rating { font-size: 1.4rem; font-weight: 700; color: var(--gog-gold); }
.rating-badge {
  display: inline-block;
  background: var(--bs-primary);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  padding: .15rem .5rem;
  border-radius: 4px;
}

/* ── Status badges (approval) ── */
.badge-pending  { background: rgba(240,165,0,.2);  color: #f0a500; padding: .25rem .5rem; border-radius: 4px; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.badge-approved { background: rgba(82,196,114,.2); color: #52c472; padding: .25rem .5rem; border-radius: 4px; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.badge-rejected { background: rgba(224,82,82,.2);  color: #e05252; padding: .25rem .5rem; border-radius: 4px; font-size: .75rem; font-weight: 700; text-transform: uppercase; }

/* ── Tag pills ── */
.tag {
  display: inline-block;
  max-width: 100%;
  font-size: .78rem;
  padding: .15rem .5rem;
  border-radius: 4px;
  background: rgba(114, 94, 242, 0.16);
  color: var(--gog-violet-bright);
  border: 1px solid rgba(114, 94, 242, 0.45);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  max-width: 100%;
  min-width: 0;
}

.navbar-nav .nav-link {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #d5e4ea;
  padding: .4rem .5rem;
  white-space: nowrap;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus-visible {
  color: var(--gog-violet-bright);
}
.navbar-nav .nav-link.active {
  color: var(--gog-gold);
  text-shadow: none;
  box-shadow: inset 0 -2px 0 var(--gog-gold);
}

/* ── Avatars ── */
.avatar-sm,
.avatar-lg,
.avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  object-fit: cover;
  background: var(--gog-surface-2);
  border: 1px solid var(--bs-border-color);
  flex-shrink: 0;
}
.avatar-sm { width: 1.5rem; height: 1.5rem; }
.avatar-lg { width: 4.5rem; height: 4.5rem; }
.avatar-fallback {
  font-weight: 800;
  color: var(--gog-gold);
  font-size: 1.4rem;
}
.avatar-sm.avatar-fallback {
  font-size: .72rem;
}

/* ── Guild Aware ── */
.badge-guild-aware {
  display: inline-block;
  background: rgba(245, 225, 74, 0.14);
  color: var(--gog-gold);
  border: 1px solid rgba(245, 225, 74, 0.5);
  border-radius: 4px;
  padding: .12rem .45rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1.3;
  white-space: nowrap;
}
.badge-not-guild-aware {
  display: inline-block;
  background: rgba(255, 255, 255, 0.06);
  color: var(--bs-secondary-color);
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: .12rem .45rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1.3;
  white-space: nowrap;
}
.search-hero .form-control-lg {
  min-height: 3rem;
}
.igdb-result-cover {
  width: 48px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.igdb-result-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

/* ── Period filters ── */
.period-filters .btn {
  font-weight: 600;
  letter-spacing: .02em;
}
.ranking-toolbar .ranking-kind .btn {
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ranking-board .top-ten-list {
  max-width: none;
}
.review-teaser-cover {
  width: 56px;
  height: 72px;
  object-fit: cover;
}
.review-teaser-placeholder {
  font-size: 1.5rem;
}

/* ── Rating picker ── */
.rating-picker {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.rating-picker input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.rating-picker label {
  min-width: 2.4rem;
  text-align: center;
  font-weight: 800;
  padding: .4rem .55rem;
  border-radius: .4rem;
  border: 1px solid var(--bs-border-color);
  background: var(--gog-surface-2);
  cursor: pointer;
  margin: 0;
}
.rating-picker input:checked + label {
  background: var(--gog-gold);
  border-color: var(--gog-gold);
  color: #02151c;
}
.rating-picker input:focus-visible + label {
  outline: 2px solid var(--gog-gold);
  outline-offset: 2px;
}

/* ── Review photos ── */
.review-photos {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.review-photos a,
.review-photos img {
  display: block;
}
.review-photos img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: .35rem;
  border: 1px solid var(--bs-border-color);
}
.review-photo-existing {
  position: relative;
}
.review-photo-existing img {
  width: 112px;
  height: 84px;
}

/* ── Top 10 ranked list ── */
.top-ten-item + .top-ten-item {
  margin-top: .65rem;
}
.top-ten-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .5rem .6rem;
  border-radius: .4rem;
  border: 1px solid var(--gog-line);
  background-color: var(--gog-card-bg);
  background-image: var(--gog-glass-sheen);
  min-width: 0;
  max-width: 100%;
  transition: transform .15s, border-color .15s, box-shadow .15s;
  box-shadow: var(--gog-glass-surface);
}
.top-ten-copy {
  min-width: 0;
  flex: 1 1 auto;
}
.top-ten-link:hover {
  transform: translateY(-1px);
  border-color: var(--gog-line-gilt);
  box-shadow: var(--gog-glass-highlight), var(--gog-glass-edge), 0 10px 22px rgba(0, 8, 12, 0.32);
}
.top-ten-rank {
  flex-shrink: 0;
  width: 1.75rem;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--gog-gold);
  text-align: center;
}
.top-ten-cover {
  width: 44px;
  height: 58px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.top-ten-cover-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.top-ten-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* ── Pagination ── */
.pagination .page-link {
  background: var(--gog-surface-2);
  border-color: var(--bs-border-color);
  color: var(--bs-body-color);
}
.pagination .page-item.active .page-link {
  background: var(--gog-gold);
  border-color: var(--gog-gold);
  color: #02151c;
  box-shadow: none;
}
.pagination .page-item.disabled .page-link {
  background: #041c26;
  border-color: var(--bs-border-color);
  color: var(--bs-secondary-color);
}

/* ── Public member libraries ── */
.member-card {
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.member-card:hover {
  transform: translateY(-2px);
  border-color: var(--gog-line-gilt);
  box-shadow: var(--gog-glass-highlight), var(--gog-glass-edge), 0 14px 28px rgba(0, 8, 12, 0.36);
}
.member-card-stats {
  border-top: 1px solid var(--bs-border-color);
  padding-top: .65rem;
}
.member-number {
  letter-spacing: .04em;
  color: var(--gog-gold);
  text-shadow: none;
  white-space: nowrap;
}
.member-designation {
  letter-spacing: .06em;
  color: var(--gog-gold);
  text-decoration: none;
}
a.member-designation:hover,
a.member-designation:focus-visible {
  color: #fff;
  text-shadow: none;
}
.btn .member-number {
  color: inherit;
  text-shadow: none;
}
.platform-chip {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  border: 1px solid var(--bs-border-color);
  background: var(--gog-surface-2);
  font-size: .85rem;
}
.progress-track {
  height: .45rem;
  background: var(--gog-surface-2);
  border: 1px solid var(--bs-border-color);
  border-radius: 99px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  max-width: 100%;
  background: linear-gradient(90deg, var(--bs-primary), var(--gog-gold));
}
.progress-fill.is-platinum {
  background: var(--gog-gold);
}

/* ── A–Z letter jump ── */
.letter-index {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .15rem;
  align-items: center;
}
.letter-index-link {
  min-width: 1.7rem;
  padding: .2rem .35rem;
  text-align: center;
  border-radius: .35rem;
  font-family: var(--font-ui);
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--bs-body-color);
  border: 1px solid transparent;
}
a.letter-index-link:hover {
  border-color: var(--gog-line-gilt);
  color: var(--gog-gold);
}
.letter-index-link.is-active {
  background: var(--gog-gold);
  color: #02151c;
  border-color: var(--gog-gold);
  box-shadow: none;
}
.letter-index-link.is-empty {
  color: var(--bs-secondary-color);
  opacity: .45;
  cursor: default;
}

/* ── Ranked catalogue cards ── */
.game-card {
  position: relative;
}
.game-card-rank {
  position: absolute;
  top: .45rem;
  left: .45rem;
  z-index: 1;
  min-width: 1.6rem;
  padding: .1rem .35rem;
  border-radius: .35rem;
  background: rgba(5, 26, 36, 0.58);
  -webkit-backdrop-filter: blur(10px) saturate(1.15);
  backdrop-filter: blur(10px) saturate(1.15);
  color: var(--gog-gold);
  font-weight: 800;
  font-size: .9rem;
  text-align: center;
}

/* ── Top 10 editor ── */
.top-ten-editor-row .top-ten-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
}

/* ── Identity shell ── */
.guild-breadcrumbs {
  margin: 0 0 1.15rem;
}
.guild-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .2rem .15rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-ui);
  font-size: var(--text-ui-size);
  font-weight: 600;
  letter-spacing: var(--text-ui-tracking);
  line-height: 1.35;
}
.guild-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--gog-mist);
}
.guild-breadcrumb-item + .guild-breadcrumb-item::before {
  content: "›";
  margin: 0 .45rem 0 .3rem;
  color: var(--gog-gold);
  font-family: var(--font-mono);
  font-weight: 500;
  speak: never;
}
.guild-breadcrumb-item a {
  color: var(--gog-violet-bright);
  text-decoration: none;
  border-radius: .2rem;
}
.guild-breadcrumb-item a:hover {
  color: var(--gog-gold);
  text-decoration: underline;
  text-underline-offset: .18em;
}
.guild-breadcrumb-item a:focus-visible {
  outline: 2px solid var(--gog-gold);
  outline-offset: 3px;
  color: var(--gog-gold);
}
.guild-breadcrumb-item [aria-current="page"] {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .guild-breadcrumb-item {
    max-width: 100%;
  }
  .guild-breadcrumb-item [aria-current="page"],
  .guild-breadcrumb-item a {
    overflow-wrap: anywhere;
  }
}

.guild-nav {
  background: rgba(3, 18, 25, 0.92);
  border-bottom: 1px solid rgba(114, 94, 242, 0.22);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 1px 0 rgba(247, 251, 255, 0.04);
  padding-block: 0;
}
/* The bar rides the shared site rail so the wordmark lines up with the
   section headings instead of Bootstrap's own container width. */
.guild-nav .guild-nav-bar {
  width: min(var(--hall-max), calc(100% - (2 * var(--hall-page-gutter))));
  max-width: none;
  padding-inline: 0;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1.5rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
}
.guild-nav .navbar-toggler {
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: .4rem .55rem;
  border-color: rgba(114, 94, 242, 0.55);
  margin-left: auto;
}
.guild-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(114, 94, 242, 0.28);
}
.guild-nav .navbar-collapse {
  align-items: center;
  gap: .75rem 1.5rem;
}
.guild-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: .35rem;
  row-gap: .15rem;
  margin-right: auto;
}
.guild-nav .navbar-nav .nav-link {
  position: relative;
  font-family: var(--font-ui);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--gog-mist);
  padding: .4rem .7rem;
  border-radius: .3rem;
}
/* Gold underline slides in on hover/active — replaces the old
   interpunct separators that made the bar read as raw text. */
.guild-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: .7rem;
  right: .7rem;
  bottom: .18rem;
  height: 1px;
  background: var(--gog-gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s ease;
}
.guild-nav .navbar-nav .nav-link:hover,
.guild-nav .navbar-nav .nav-link:focus-visible,
.guild-nav .navbar-nav .nav-link.active,
.guild-nav .navbar-nav .show > .nav-link {
  color: var(--gog-vellum);
}
.guild-nav .navbar-nav .nav-link:hover::after,
.guild-nav .navbar-nav .nav-link:focus-visible::after,
.guild-nav .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}
.guild-nav .navbar-nav .dropdown-toggle::after {
  margin-left: .3rem;
  opacity: .7;
}
.guild-nav-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
  margin-left: auto;
  flex-shrink: 0;
}
.guild-nav-user {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding-inline: .45rem .55rem;
}
.guild-nav-user .dropdown-toggle-split,
.guild-nav-user::after {
  margin-left: .15rem;
}
.guild-nav-pending {
  font-size: .62rem;
  letter-spacing: .04em;
}
.guild-nav-account,
.guild-nav .dropdown-header.guild-nav-account {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  padding: .45rem 1rem .55rem;
  white-space: normal;
  overflow: hidden;
  text-overflow: unset;
}
.guild-nav-account-name {
  font-family: var(--font-ui);
  font-weight: 700;
  color: #fff;
  display: block;
  min-width: 0;
  max-width: min(14rem, 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.guild-nav-actions .btn {
  max-width: min(14rem, 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.staff-bell-btn {
  position: relative;
}
.staff-bell-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  height: 1.15rem;
  margin-left: .25rem;
  padding: 0 .3rem;
  border-radius: 999px;
  background: var(--gog-gold, #d4af37);
  color: #1a1404;
  font-size: .65rem;
  font-weight: 800;
  line-height: 1;
}
.staff-bell-menu {
  min-width: 16.5rem;
  max-width: min(22rem, calc(100vw - 1.5rem));
}
.staff-alert-preview,
.guild-nav .dropdown-item.staff-alert-preview {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .12rem;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: normal;
}
.staff-alert-preview-title,
.staff-alert-preview-body {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.staff-alert-preview-body {
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: 0;
  color: var(--gog-mist);
}
.staff-hub-alerts {
  border-color: rgba(212, 175, 55, 0.35);
}
.staff-grant-panel {
  border-color: rgba(212, 175, 55, 0.35);
}
.staff-member-pick li:last-child {
  border-bottom: 0 !important;
}
.staff-grant-console-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: .35rem 1rem;
}
.staff-retro-chip {
  min-width: 2.6rem;
  text-align: center;
}
.staff-retro-chip.is-on {
  background: rgba(212, 175, 55, 0.22);
}
.staff-retro-chip.is-off {
  opacity: .65;
}
.member-grant-badges .badge-official {
  font-weight: 700;
}
.staff-override-panel {
  background: rgba(245, 225, 74, 0.08);
  border: 1px solid rgba(245, 225, 74, 0.45);
  border-radius: 6px;
  padding: .75rem .85rem;
}
.staff-account-editor {
  background: rgba(212, 175, 55, 0.06);
}
.staff-account-form .form-label {
  color: var(--gog-gold, #d4af37);
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.staff-account-audit {
  border-top: 1px solid rgba(245, 225, 74, 0.28);
  padding-top: .75rem;
}
.staff-override-kicker {
  color: var(--gog-gold, #d4af37);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0;
}
.summon-flow .summon-step {
  padding-bottom: .15rem;
}
.summon-step-label {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
}
.staff-alert-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.staff-alert-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: .75rem 1rem;
  padding: .75rem 0 0;
  border-top: 1px solid rgba(114, 94, 242, 0.22);
}
.staff-alert-row:first-child {
  padding-top: 0;
  border-top: 0;
}
.staff-alert-row.is-unread .staff-alert-title {
  color: #fff;
  font-weight: 700;
}
.staff-alert-link {
  text-decoration: none;
  color: inherit;
  min-width: 0;
  flex: 1 1 16rem;
}
.staff-alert-link:hover .staff-alert-title,
.staff-alert-link:focus-visible .staff-alert-title {
  color: var(--gog-gold, #d4af37);
}
.guild-nav .dropdown-menu {
  --bs-dropdown-bg: #041c26;
  --bs-dropdown-link-color: #d5e4ea;
  --bs-dropdown-link-hover-bg: rgba(114, 94, 242, 0.22);
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-border-color: rgba(114, 94, 242, 0.45);
  min-width: 12.5rem;
  max-width: min(22rem, calc(100vw - 1.5rem));
  overflow-x: hidden;
}
.guild-nav .dropdown-item,
.guild-nav .dropdown-item-text,
.guild-nav .dropdown-header {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.guild-nav .dropdown-item {
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: var(--text-ui-tracking);
}
.navbar-brand {
  flex-shrink: 0;
}
.section-kicker {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
  text-shadow: none;
  margin: 0;
}
.hall-title {
  font-size: clamp(2.2rem, 4.4vw, 3.6rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  text-shadow: 0 0 18px rgba(114, 94, 242, 0.28);
}
.hall-lede {
  max-width: 48rem;
  color: var(--gog-mist);
  font-size: 1.05rem;
  line-height: 1.55;
}
.hall-masthead {
  padding: 1.25rem 0 .85rem;
  border-bottom: 2px solid transparent;
  border-image: var(--gog-gradient-quiet) 1;
}
.guild-footer {
  border-top: 1px solid rgba(114, 94, 242, 0.22);
  background: #010e12;
}
.guild-footer .container {
  width: min(var(--hall-max), calc(100% - (2 * var(--hall-page-gutter))));
  max-width: none;
  padding-inline: 0;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.guild-footer-seal {
  display: block;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto .75rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 12px rgba(245, 225, 74, 0.18);
}
.guild-footer-mark {
  font-family: var(--font-display);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gog-gold);
  font-size: .82rem;
  text-shadow: none;
}
.guild-footer a {
  color: var(--gog-mist);
  text-decoration: none;
}
.guild-footer a:hover,
.guild-footer a:focus-visible {
  color: var(--gog-gold);
}
.recruitment-strip {
  border: 1px solid var(--gog-line-gilt);
  border-radius: .45rem;
  background: linear-gradient(120deg, rgba(114, 94, 242, 0.22), rgba(245, 225, 74, 0.08) 55%, rgba(242, 132, 68, 0.1));
  box-shadow: none;
}
.guild-procedure {
  background: rgba(4, 24, 34, 0.94) !important;
  border-color: var(--gog-line-strong) !important;
  box-shadow: none;
}
.btn-outline-primary {
  --bs-btn-color: var(--gog-gold);
  --bs-btn-border-color: var(--gog-line-gilt);
  --bs-btn-hover-bg: #f5e14a;
  --bs-btn-hover-border-color: #f5e14a;
  --bs-btn-hover-color: #02151c;
}
.badge-play-verified {
  box-shadow: none;
}

/* ── Score bands ── */
.score-seal {
  border: 1px solid var(--gog-line-gilt);
  background: linear-gradient(180deg, rgba(114, 94, 242, 0.18), #03161d 58%);
  text-align: center;
  padding: 1.1rem .75rem 1rem;
  border-radius: .4rem;
  box-shadow: none;
}
.score-seal-number {
  font-size: 2.7rem;
  font-weight: 700;
  color: var(--gog-gold);
  line-height: 1;
  text-shadow: 0 0 10px rgba(245, 225, 74, 0.28);
}
.score-seal-band {
  display: inline-block;
  margin-top: .45rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.band-sanctioned { color: #f5e14a; }
.band-favored { color: #9d8cff; }
.band-contested { color: #f28444; }
.band-censured { color: #ff6b4a; }
.band-anathema { color: #ff5d7a; }
.rating-badge.band-sanctioned { background: rgba(245, 225, 74, 0.18); color: #f5e14a; }
.rating-badge.band-favored { background: rgba(114, 94, 242, 0.28); color: #c4b5ff; }
.rating-badge.band-contested { background: rgba(242, 132, 68, 0.2); color: #f28444; }
.rating-badge.band-censured { background: rgba(255, 107, 74, 0.2); color: #ff8a70; }
.rating-badge.band-anathema { background: rgba(255, 93, 122, 0.18); color: #ff8aa0; }

.badge-official {
  display: inline-block;
  background: rgba(245, 225, 74, 0.14);
  color: var(--gog-gold);
  border: 1px solid rgba(245, 225, 74, 0.5);
  border-radius: 4px;
  padding: .12rem .45rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: none;
}
.member-title {
  display: inline-block;
  background: rgba(245, 225, 74, 0.12);
  color: var(--gog-gold);
  border: 1px solid rgba(245, 225, 74, 0.45);
  border-radius: 4px;
  padding: .14rem .55rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  box-shadow: none;
}
a.member-title:hover,
a.member-title:focus-visible {
  color: #fff;
  border-color: rgba(245, 225, 74, 0.85);
}
.badge-play-verified {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gog-violet-bright);
  border: 1px solid rgba(114, 94, 242, 0.5);
  padding: .1rem .4rem;
  border-radius: 4px;
}
.official-list-card {
  border-color: var(--gog-line-gilt) !important;
}
.top-ten-list.is-unranked .top-ten-rank,
.top-ten-editor.is-unranked .top-ten-rank {
  display: none;
}
.badge-spoiler {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gog-gold);
  border: 1px solid rgba(245, 225, 74, 0.45);
  padding: .1rem .4rem;
  border-radius: 4px;
}
.spoiler-banner {
  border: 1px solid rgba(245, 225, 74, 0.45);
  background: rgba(245, 225, 74, 0.08);
  color: var(--gog-vellum);
  border-radius: .4rem;
  padding: .75rem 1rem;
}
.spoiler-hidden {
  color: var(--gog-gold);
  font-size: .9rem;
}
.review-like .btn {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 700;
}
.guild-vote,
.guild-vote-form {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
  min-width: 2.25rem;
}
.guild-vote.is-horizontal,
.guild-vote.is-horizontal .guild-vote-form {
  flex-direction: row;
  gap: 0.35rem;
}
.guild-vote-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--gog-mist);
  line-height: 1;
  padding: 0.1rem 0.35rem;
  font-size: 0.65rem;
}
.guild-vote-btn:hover,
.guild-vote-btn:focus-visible {
  color: var(--gog-gold);
}
.guild-vote-btn.is-up {
  color: var(--gog-gold);
}
.guild-vote-btn.is-down {
  color: var(--gog-violet-bright);
}
.guild-vote-btn.is-down:hover,
.guild-vote-btn.is-down:focus-visible {
  color: var(--gog-violet-bright);
}
.guild-vote-score {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gog-vellum);
  letter-spacing: 0.02em;
}
.forum-table {
  --bs-table-bg: transparent;
  --bs-table-color: #e8f2f6;
  --bs-table-hover-bg: rgba(245, 225, 74, 0.08);
  --bs-table-border-color: rgba(245, 225, 74, 0.2);
}
.forum-table .text-body-secondary,
.forum-table .forum-empty-count {
  color: #b7c8d0 !important;
}
.forum-table.table > thead > tr > th {
  font-family: var(--font-mono);
  color: var(--gog-gold);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  border-bottom-color: rgba(245, 225, 74, 0.45);
}
.forum-post-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  font-size: .82rem;
}
.forum-post-actions a {
  font-family: var(--font-ui);
  color: var(--gog-gold);
  text-decoration: none;
  letter-spacing: var(--text-ui-tracking);
  text-transform: uppercase;
  font-weight: 700;
  font-size: .72rem;
}
.forum-post-actions a:hover {
  color: #fff;
}
.forum-post-body {
  white-space: pre-wrap;
}
.forum-board-game-link {
  font-family: var(--font-ui);
  font-size: .72rem;
  letter-spacing: var(--text-ui-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
  text-decoration: none;
}
.forum-board-game-link:hover {
  color: #fff;
}
.tag-members {
  border-color: var(--gog-gold);
  color: var(--gog-gold);
}
.forum-quote {
  margin: .75rem 0;
  padding: .75rem 1rem;
  border-left: 3px solid var(--gog-gold);
  background: rgba(245, 225, 74, 0.06);
}
.forum-quote cite {
  display: block;
  font-family: var(--font-ui);
  font-size: .72rem;
  letter-spacing: var(--text-ui-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
  margin-bottom: .35rem;
  font-style: normal;
}
.forum-spoiler {
  display: inline-block;
  max-width: 100%;
}
.forum-spoiler-toggle {
  font-family: var(--font-ui);
  font-size: .72rem;
  letter-spacing: var(--text-ui-tracking);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gog-abyss);
  background: var(--gog-gold);
  border: 0;
  border-radius: 4px;
  padding: .15rem .5rem;
}
.forum-spoiler-body {
  display: none;
  margin-top: .35rem;
}
.forum-spoiler.is-open .forum-spoiler-body {
  display: block;
}
.forum-poll-bar {
  height: .35rem;
  margin-top: .25rem;
  background: rgba(114, 94, 242, 0.22);
  position: relative;
}
.forum-poll-bar::after {
  content: "";
  display: block;
  height: 100%;
  width: var(--poll-pct, 0%);
  background: var(--gog-gold);
}
.forum-visibility-choices .form-check {
  margin-bottom: .35rem;
}
.forum-table .forum-last-post {
  white-space: nowrap;
}
.forum-game-floor {
  border-color: var(--gog-line-gilt) !important;
}
.game-floor-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
}

.form-label {
  font-family: var(--font-ui);
  color: var(--gog-mist);
}
.form-text {
  color: #8aa0a8;
}
.form-control,
.form-select,
.form-control-lg {
  font-family: var(--font-body);
  background-color: #041c26;
  border-color: var(--gog-line-strong);
  color: #f7fbff;
}
.form-control:focus,
.form-select:focus {
  background-color: #052230;
  border-color: var(--gog-gold);
  color: #fff;
  box-shadow: 0 0 0 .2rem rgba(245, 225, 74, 0.14);
}
.form-control::placeholder {
  color: #7f97a1;
}
.dropdown-menu {
  --bs-dropdown-bg: #041c26;
  --bs-dropdown-border-color: var(--gog-line-strong);
  --bs-dropdown-link-color: #f7fbff;
  --bs-dropdown-link-hover-bg: rgba(114, 94, 242, 0.22);
  --bs-dropdown-link-hover-color: #f5e14a;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .4);
}
.dropdown-item {
  font-family: var(--font-ui);
}
.search-hero,
.ranking-board.card.bg-body-tertiary,
.card.bg-body-tertiary.search-hero {
  background-color: var(--gog-card-bg-strong) !important;
  background-image: var(--gog-glass-sheen) !important;
  border-color: var(--gog-line-gilt) !important;
  box-shadow: var(--gog-glass-surface);
}
.search-hero {
  border-color: var(--gog-line-gilt) !important;
  box-shadow: none;
}
.catalogue-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .15rem .85rem;
}
.catalogue-tools a {
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gog-mist);
}
.catalogue-tools a:hover,
.catalogue-tools a:focus-visible {
  color: var(--gog-gold);
}
.game-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem .85rem;
}
.game-detail-primaries {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem .75rem;
}
.game-card-member-actions {
  padding: 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.game-card-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
}
.game-card-action-note,
.game-card-own-review-kicker {
  font-family: var(--font-ui);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: var(--text-ui-tracking);
  color: var(--bs-secondary-color);
}
.library-row-game {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
}
.library-row-cover-link {
  flex-shrink: 0;
}
.library-progress-table img.library-row-cover,
.library-progress-table .cover-placeholder.library-row-cover {
  display: block;
  width: 120px;
  max-width: 120px;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  border: 1px solid rgba(114, 94, 242, 0.35);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .35);
}
.library-progress-table .cover-placeholder.library-row-cover {
  height: 160px;
  font-size: 2rem;
  border-bottom: 0;
}
@media (max-width: 575.98px) {
  .library-progress-table img.library-row-cover,
  .library-progress-table .cover-placeholder.library-row-cover {
    width: 88px;
    max-width: 88px;
    height: 118px;
  }
}
.library-row-signals {
  max-width: 28rem;
}
.library-row-review-title {
  font-family: var(--font-ui);
  font-size: .82rem;
  font-weight: 700;
}
.game-card-library-flags {
  margin-bottom: .15rem;
}
.game-card-own-review {
  padding: .7rem .8rem;
  border: 1px solid var(--gog-line);
  border-radius: .4rem;
  background: rgba(3, 22, 30, 0.55);
}
.game-card-own-review-title {
  font-family: var(--font-ui);
  font-size: .88rem;
  font-weight: 700;
  margin: 0;
}

/* ── My Games cover-first cards ── */
.game-card-library {
  display: flex;
  flex-direction: column;
  overflow: visible;
  background-color: var(--gog-card-bg);
  background-image: var(--gog-glass-sheen);
}
.game-card-library:hover,
.game-card-library:focus-within {
  z-index: 4;
}
.game-card-library-cover {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 5 / 4;
  min-height: 11.5rem;
  overflow: hidden;
  border-radius: .4rem .4rem 0 0;
  background: #02151c;
}
.game-card-library-cover-link {
  display: block;
  width: 100%;
  height: 100%;
}
.game-catalogue .game-card-library img,
.game-catalogue .game-card-library .cover-placeholder,
.game-card-library img,
.game-card-library .cover-placeholder,
.game-card-library .game-card-library-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 0;
}
.game-card-library-score {
  position: absolute;
  top: .55rem;
  right: .55rem;
  z-index: 2;
  min-width: 2.15rem;
  padding: .22rem .48rem;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .4);
}
.game-card-library-score.is-empty {
  background: rgba(2, 21, 28, 0.78);
  color: var(--bs-secondary-color);
  border: 1px solid var(--gog-line);
}
.game-card-library-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: .42rem;
  min-width: 0;
  padding: .85rem .95rem .2rem;
}
.game-card-library-title {
  min-height: calc(1.38em * 2);
}
.game-card-library-title-link {
  color: inherit;
  text-decoration: none;
}
.game-card-library-title-link:hover,
.game-card-library-title-link:focus-visible {
  color: var(--gog-gold);
}
.game-card-library-flags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
  min-height: 1.45rem;
  margin-bottom: 0;
}
.game-card-library-flags .score-seal-band {
  margin-top: 0;
  padding: .12rem .45rem;
  border-radius: 4px;
  border: 1px solid currentColor;
  background: rgba(2, 21, 28, 0.35);
  font-size: .68rem;
}
.game-card-library-meta {
  min-height: 1.2em;
}
.game-card-library-progress {
  display: flex;
  flex-direction: column;
  gap: .28rem;
}
.game-card-library .progress-track {
  height: .22rem;
  border: 0;
  background: rgba(114, 94, 242, 0.2);
}
.game-card-library .progress-fill {
  background: var(--gog-gradient);
}
.game-card-library-platforms {
  min-height: 1.45rem;
}
.game-card-library-platforms .tag {
  font-size: .68rem;
  padding: .12rem .4rem;
}
.game-card-library .library-match-link {
  color: var(--bs-secondary-color);
  font-weight: 600;
}
.game-card-library .library-match-link:hover,
.game-card-library .library-match-link:focus-visible {
  color: var(--gog-mist);
}
.game-card-library-chrome {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  padding: .35rem .95rem 1rem;
}
.game-card-review-strip {
  flex: 0 0 90px;
  height: 90px;
  max-height: 90px;
  overflow: hidden;
  padding: .6rem .7rem;
  border: 1px solid var(--gog-line);
  border-radius: .4rem;
  background: rgba(4, 24, 34, 0.4);
  -webkit-backdrop-filter: blur(10px) saturate(1.15);
  backdrop-filter: blur(10px) saturate(1.15);
}
.game-card-review-strip.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: dashed;
  color: var(--bs-secondary-color);
  font-family: var(--font-ui);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: var(--text-ui-tracking);
}
.game-card-review-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .5rem;
  margin-bottom: .2rem;
}
.game-card-review-headline {
  font-family: var(--font-ui);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.3;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-card-review-headline a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.game-card-review-headline a:hover,
.game-card-review-headline a:focus-visible {
  color: var(--gog-gold);
}
.game-card-review-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .78rem;
  line-height: 1.35;
  color: var(--gog-mist);
}
.game-card-library-actions {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}
.game-card-library-cta .btn {
  width: 100%;
  min-height: 44px;
}
.game-card-library-secondary {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: .35rem;
  min-height: 44px;
}
.game-card-library-secondary form {
  flex: 1 0 auto;
  min-width: max-content;
}
.game-card-library-secondary > .btn,
.game-card-library-secondary form .btn {
  width: auto;
  min-width: max-content;
  min-height: 44px;
  padding-left: .7rem;
  padding-right: .7rem;
  background: rgba(4, 24, 34, 0.55);
  border-color: var(--gog-line);
  color: var(--gog-mist);
  font-size: .8rem;
  white-space: nowrap;
  overflow: visible;
}
.game-card-library-secondary > .btn {
  flex: 1 0 auto;
}
.game-card-library-more {
  flex: 0 0 44px !important;
  width: 44px !important;
  padding-left: 0;
  padding-right: 0;
}
.game-card-library-secondary .dropdown-menu {
  z-index: 6;
}

@media (max-width: 575.98px) {
  .game-card-library-cover {
    aspect-ratio: 16 / 10;
    min-height: 10.5rem;
  }
}
.review-excerpt {
  font-size: .9rem;
}
.review-read-more {
  font-family: var(--font-ui);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: var(--text-ui-tracking);
  color: var(--gog-gold);
  text-decoration: none;
}
.review-read-more:hover,
.review-read-more:focus-visible {
  color: var(--gog-gold);
  text-decoration: underline;
}
.review-compose-body,
.review-compose textarea {
  min-height: 22rem;
  line-height: 1.65;
}
.review-full-body p:last-child {
  margin-bottom: 0;
}
.tag {
  background: rgba(114, 94, 242, 0.16);
  color: var(--gog-violet-bright);
  border-color: rgba(114, 94, 242, 0.45);
}
.member-card:hover {
  border-color: var(--gog-line-gilt);
}
.avatar-fallback {
  background: linear-gradient(180deg, rgba(114, 94, 242, 0.35), #041c26);
  border-color: rgba(245, 225, 74, 0.45);
  color: var(--gog-gold);
}
.progress-fill {
  background: var(--gog-gradient);
  box-shadow: none;
}

.share-panel {
  border: 1px solid rgba(114, 94, 242, 0.4);
  background: var(--gog-card-bg);
  border-radius: 0.4rem;
  padding: 1rem 1rem 0.85rem;
  box-shadow: var(--gog-glass-surface);
}
.share-panel-label {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
  margin-bottom: 0.65rem;
}
.share-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.share-preview {
  white-space: pre-wrap;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--gog-mist);
}
.discord-widget-caption {
  font-size: 0.9rem;
  color: var(--gog-mist);
  margin: 0 0 0.75rem;
}
.discord-widget-wrap {
  border: 1px solid rgba(114, 94, 242, 0.45);
  border-radius: 0.4rem;
  overflow: hidden;
  background: #041c26;
}
.discord-widget-wrap iframe,
.discord-widget-iframe {
  display: block;
  width: 100%;
  height: 400px;
  min-height: 400px;
  border: 0;
  background: #041c26;
}
.discord-widget-placeholder {
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(114, 94, 242, 0.16), #041c26 70%);
  color: var(--gog-mist);
}
.discord-widget-desk legend {
  font-family: var(--font-title);
  color: var(--gog-gold);
}
.discord-widget-desk-status {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(114, 94, 242, 0.28);
  border-radius: 0.4rem;
  background: rgba(4, 28, 38, 0.65);
}
.discord-join-hero {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.discord-join-seal {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  filter: drop-shadow(0 0 12px rgba(245, 225, 74, 0.22));
}
.discord-join-widget {
  border-color: var(--gog-line-gilt);
  background: var(--gog-card-bg);
}
.discord-join-steps {
  padding-left: 1.2rem;
  color: var(--gog-mist);
}
.discord-join-steps li + li {
  margin-top: 0.75rem;
}
.discord-join-steps strong {
  color: var(--gog-gold);
  font-family: var(--font-title);
}
.discord-join-code {
  font-size: 1.65rem;
  letter-spacing: 0.06em;
  color: var(--gog-gold);
  margin: 0 0 0.5rem;
}
.discord-hall-category {
  border: 1px solid var(--gog-line-gilt);
  border-radius: 0.4rem;
  padding: 0.85rem 1rem;
  background: var(--gog-card-bg);
}
.discord-hall-channel:last-child {
  border-bottom: 0 !important;
}
.hall-social-list {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}
.hall-social-chip {
  display: inline-flex;
  align-items: center;
  padding: .55rem .85rem;
  border: 1px solid rgba(114, 94, 242, 0.5);
  border-radius: .4rem;
  color: #f7fbff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .04em;
  background: rgba(3, 22, 30, 0.85);
}
a.hall-social-chip:hover,
a.hall-social-chip:focus-visible {
  border-color: var(--gog-gold);
  color: var(--gog-gold);
  box-shadow: none;
  outline: none;
}
span.hall-social-chip {
  color: var(--gog-mist);
}
span.hall-social-chip.home-placeholder,
.btn.home-placeholder {
  opacity: 0.55;
}
#id_channels {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: auto;
  height: auto;
  margin: 0.35rem 0 0.25rem;
}
#id_channels > div {
  display: flex;
  align-items: flex-start;
}
#id_channels label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  line-height: 1.35;
}
#id_channels input {
  margin: 0.2rem 0 0;
  flex-shrink: 0;
}

@media (prefers-reduced-transparency: reduce) {
  :root,
  [data-bs-theme="dark"] {
    --gog-card-bg: rgba(3, 22, 30, 0.94);
    --gog-card-bg-strong: rgba(4, 28, 38, 0.96);
    --gog-glass-blur: 0px;
    --gog-glass-saturate: 1;
    --gog-glass-filter: none;
    --gog-glass-highlight: inset 0 1px 0 rgba(247, 251, 255, 0.06);
    --gog-glass-shadow: 0 10px 24px rgba(0, 8, 12, 0.28);
    --gog-glass-sheen: none;
  }
  .card,
  .official-board,
  .member-board,
  .hall-enter,
  .hall-hot-lead,
  .hall-cta-twin,
  .top-ten-link,
  .guild-rank-link,
  .approved-feature,
  .discord-join-widget,
  .discord-hall-category,
  .review-studio-panel,
  .guild-empty,
  .share-panel,
  .charter-panel,
  .guild-nav,
  .game-card-review-strip,
  .game-card-rank {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .guild-page-back::before,
  .guild-page-back::after {
    opacity: 0.02;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  :root,
  [data-bs-theme="dark"] {
    --gog-card-bg: rgba(3, 22, 30, 0.92);
    --gog-card-bg-strong: rgba(4, 28, 38, 0.94);
  }
}

@media (prefers-reduced-motion: reduce) {
  .game-card,
  .member-card,
  .top-ten-link,
  .hall-hot-lead-art img,
  .official-board,
  .member-board,
  .hall-enter-panel {
    transition: none;
    transform: none;
  }
  .heat-meter-lead .heat-meter-fill::after {
    animation: none;
    opacity: 0;
  }
  .hall-skeleton,
  .hall-enter-seal.is-shimmering {
    animation: none;
  }
}

/* ── Homepage hall ── */
.hall-shell {
  width: 100%;
  max-width: none;
  padding: 3.25rem 0 4.5rem;
  margin: 0;
}
.hall-band,
.guild-rail {
  width: min(var(--hall-max), calc(100% - (2 * var(--hall-page-gutter))));
  margin-inline: auto;
}
@media (min-width: 1600px) {
  :root,
  [data-bs-theme="dark"] {
    --hall-max: 1480px;
  }
}
@media (min-width: 2200px) {
  :root,
  [data-bs-theme="dark"] {
    --hall-max: 1720px;
  }
}
.hall-section {
  margin-bottom: var(--hall-section-space);
}
/* The shell ends with a zero-height charter overlay, so :last-child never
   matches the closing section — target the last section itself. */
.hall-shell > section.hall-section:last-of-type {
  margin-bottom: 0;
}
.hall-section-links {
  margin-bottom: var(--hall-section-space);
}
#whats-hot,
#enter-the-guild,
#top-ten,
#reviews,
#guild-lists,
#member-lists,
#the-hall,
#the-charter,
#ranking-overall,
#ranking-quarterly,
#ranking-monthly,
#ranking-yearly {
  scroll-margin-top: 5.5rem;
}
.hall-intro {
  position: relative;
  padding: 1.15rem 0 1.45rem;
  margin: .25rem 0 1.75rem;
}
.hall-intro::before,
.hall-intro::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--gog-gradient);
  opacity: .55;
}
.hall-intro::before {
  inset: 0 0 auto;
}
.hall-intro-inner {
  display: flex;
  align-items: center;
  gap: .85rem 1.1rem;
}
.hall-intro-seal {
  display: block;
  width: 3.15rem;
  height: 3.15rem;
  flex-shrink: 0;
  filter: drop-shadow(0 0 12px rgba(245, 225, 74, 0.22));
}
.hall-intro-seal-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.hall-intro-title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 2.05rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 .25rem;
  text-shadow: none;
}
.hall-intro .hall-lede {
  max-width: 40rem;
  font-size: .95rem;
  margin-bottom: .35rem !important;
}
.hall-intro .hall-hero-actions {
  margin: .55rem 0 0;
  gap: .55rem;
}
.hall-intro .hall-hero-actions .btn {
  min-width: 8.5rem;
}
.hall-enter-section {
  display: flex;
  justify-content: center;
  margin-top: clamp(3rem, 6vw, 4.5rem);
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}
.hall-enter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  width: min(46rem, 100%);
  margin-inline: auto;
  padding: var(--hall-enter-pad-y) var(--hall-enter-pad-x);
  border: 1px solid rgba(114, 94, 242, 0.62);
  border-radius: 1rem;
  background:
    var(--gog-glass-sheen),
    radial-gradient(520px 220px at 50% 0%, rgba(114, 94, 242, 0.22), transparent 62%),
    radial-gradient(420px 180px at 100% 100%, rgba(245, 225, 74, 0.08), transparent 58%),
    rgba(6, 24, 34, 0.92);
  box-shadow: var(--gog-glass-surface), 0 0 0 1px rgba(114, 94, 242, 0.18);
}
.hall-enter-seal {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.15rem;
  filter: drop-shadow(0 0 12px rgba(245, 225, 74, 0.22));
}
.hall-enter-seal-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.hall-enter-seal.is-shimmering {
  animation: enter-seal-shimmer 1.2s ease-out 1;
}
@keyframes enter-seal-shimmer {
  0% { filter: drop-shadow(0 0 0 rgba(245, 225, 74, 0)); }
  42% { filter: drop-shadow(0 0 18px rgba(245, 225, 74, 0.5)); }
  100% { filter: drop-shadow(0 0 10px rgba(245, 225, 74, 0.2)); }
}
.hall-enter-kicker {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
}
.hall-enter-kicker::before,
.hall-enter-kicker::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: var(--gog-line-gilt);
}
.hall-enter-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--gog-gold);
  margin: 0 0 .7rem;
}
.hall-enter-lede {
  max-width: 34rem;
  margin: 0 auto 1.6rem !important;
}
.hall-enter-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-bottom: 1.15rem;
}
.hall-enter-actions .btn {
  min-height: 2.75rem;
  padding: .7rem 1.25rem;
}
.hall-enter-list-ctas {
  display: grid;
  gap: .75rem;
  margin: 0 0 1.15rem;
}
@media (min-width: 640px) {
  .hall-enter-list-ctas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hall-enter-list-ctas .hall-cta-twin {
  flex: 1 1 auto;
  min-width: 0;
}
.hall-enter-quiet {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .35rem .95rem;
}
.hall-enter-quiet > * + *::before {
  content: "·";
  margin-right: .95rem;
  color: rgba(197, 212, 219, 0.45);
}
.hall-enter-quiet a,
.hall-enter-quiet-btn {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font-family: var(--font-ui);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gog-mist);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.hall-enter-quiet a:hover,
.hall-enter-quiet a:focus-visible,
.hall-enter-quiet-btn:hover,
.hall-enter-quiet-btn:focus-visible {
  color: var(--gog-gold);
  border-bottom-color: rgba(245, 225, 74, 0.55);
  outline: none;
}
.approved-feature-grid {
  display: grid;
  gap: 1.15rem;
  margin-bottom: 1.15rem;
}
.approved-feature {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--gog-line);
  border-radius: .45rem;
  background: var(--gog-card-bg);
  text-decoration: none;
  color: inherit;
  min-height: 16rem;
}
.approved-feature:hover,
.approved-feature:focus-visible {
  border-color: var(--gog-line-gilt);
  color: inherit;
  box-shadow: var(--gog-glow-yellow);
  outline: none;
}
.approved-feature-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(420px 220px at 20% 0%, rgba(114, 94, 242, 0.28), transparent 60%),
    rgba(3, 22, 30, 0.95);
}
.approved-feature-media img,
.approved-feature-media .cover-placeholder,
.approved-feature-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.approved-feature-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 16rem;
  padding: 4.5rem 1.15rem 1.15rem;
  background: linear-gradient(180deg, rgba(2, 21, 28, 0.05) 20%, rgba(2, 21, 28, 0.88) 78%);
}
.approved-feature-rank {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  color: var(--gog-gold);
  margin-bottom: .3rem;
}
.approved-feature-title {
  font-family: var(--font-title);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 .4rem;
  text-shadow: 0 1px 12px rgba(2, 21, 28, 0.7);
}
.approved-feature-meta {
  font-size: .82rem;
  color: var(--gog-mist);
}
.approved-feature-rest {
  margin-top: .25rem;
}
.review-teaser-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .85rem;
}
.review-teaser-game {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
}
.review-teaser-game-title {
  font-family: var(--font-title);
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
.review-teaser-score {
  flex-shrink: 0;
  line-height: 1;
}
.review-teaser-author {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: .85rem;
}
.review-teaser-headline a {
  color: var(--gog-vellum);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 225, 74, 0.3);
}
.review-teaser-headline a:hover,
.review-teaser-headline a:focus-visible {
  color: var(--gog-gold);
  border-bottom-color: var(--gog-gold);
}
.official-shelf-more {
  margin-top: 1rem;
}
.official-shelf-more a {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gog-gold);
  border-bottom: 1px solid rgba(245, 225, 74, 0.45);
}
.official-shelf-more a:hover,
.official-shelf-more a:focus-visible {
  color: #fff;
  border-bottom-color: #f5e14a;
}
.hall-social-unset {
  color: var(--gog-mist);
  border-style: dashed;
}
.hall-intro-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: .2rem .75rem;
  margin-top: .35rem;
}
.hall-intro-jumps a {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gog-mist);
  border-bottom: 1px solid transparent;
  padding-bottom: .1rem;
}
.hall-intro-jumps a:hover,
.hall-intro-jumps a:focus-visible {
  color: var(--gog-gold);
  border-bottom-color: rgba(245, 225, 74, 0.55);
}
.hall-seal {
  display: block;
  width: min(13.5rem, 58vw);
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 0 22px rgba(245, 225, 74, 0.35));
}
.hall-seal-cta {
  width: 6.5rem;
  margin: 0;
  flex-shrink: 0;
}
.hall-seal-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.hall-cta-head {
  display: flex;
  align-items: flex-start;
  gap: 1.35rem 1.75rem;
  margin-bottom: .25rem;
}
.hall-cta-actions,
.hall-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: .85rem 1rem;
  margin-bottom: 1.25rem;
}
.charter-trigger,
.hall-cta-twin {
  appearance: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: .2rem;
  padding: .85rem 1.15rem;
  flex: 1 1 16rem;
  min-width: min(16rem, 100%);
  border: 1px solid var(--gog-line-gilt);
  border-radius: .4rem;
  color: inherit;
  text-align: left;
  text-decoration: none;
  box-shadow: none;
}
.charter-trigger {
  background: linear-gradient(120deg, rgba(114, 94, 242, 0.22), rgba(245, 225, 74, 0.08));
  border-color: rgba(245, 225, 74, 0.45);
  cursor: pointer;
}
.hall-cta-twin {
  background-color: var(--gog-card-bg);
  background-image: var(--gog-glass-sheen);
  -webkit-backdrop-filter: var(--gog-glass-filter);
  backdrop-filter: var(--gog-glass-filter);
  box-shadow: var(--gog-glass-surface);
}
.charter-trigger:hover,
.charter-trigger:focus-visible,
.hall-cta-twin:hover,
.hall-cta-twin:focus-visible {
  border-color: var(--gog-gold);
  box-shadow: var(--gog-glow-yellow);
  outline: none;
  color: inherit;
}
.hall-cta-twin:hover,
.hall-cta-twin:focus-visible {
  background: rgba(245, 225, 74, 0.07);
}
.hall-cta-actions > .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.15rem;
  border-radius: .4rem;
}
.charter-trigger-label {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  color: #fff;
}
.hall-tap-kicker {
  font-family: var(--font-mono);
  margin: 0 0 .75rem;
  color: var(--gog-violet-bright);
  text-shadow: none;
}
.charter-article-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.charter-article-chip {
  appearance: none;
  background: transparent;
  color: #f7fbff;
  border: 1px solid rgba(114, 94, 242, 0.55);
  border-radius: 999px;
  padding: .45rem 1rem;
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  cursor: pointer;
}
.charter-article-chip:hover,
.charter-article-chip:focus-visible,
.charter-article-chip.is-active {
  color: #02151c;
  background: #f5e14a;
  border-color: #f5e14a;
  box-shadow: none;
  outline: none;
}

.charter-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background:
    radial-gradient(720px 420px at 12% 0%, rgba(114, 94, 242, 0.38), transparent 58%),
    radial-gradient(640px 360px at 100% 100%, rgba(242, 132, 68, 0.18), transparent 55%),
    #010e12;
  overflow: auto;
}
.charter-overlay[hidden] {
  display: none;
}
.charter-overlay.is-open {
  display: block;
}
body.charter-open {
  overflow: hidden;
}
.charter-overlay-inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5rem 1.25rem 3rem;
}
.charter-close {
  appearance: none;
  align-self: flex-end;
  margin: 0 auto 1.5rem;
  margin-right: max(0px, calc((100% - 920px) / 2));
  background: transparent;
  border: 1px solid rgba(245, 225, 74, 0.55);
  color: var(--gog-gold);
  border-radius: 999px;
  padding: .4rem .95rem;
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  cursor: pointer;
}
.charter-close:hover,
.charter-close:focus-visible {
  background: #f5e14a;
  color: #02151c;
  outline: none;
}
.charter-panel {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 2.25rem 1.5rem 2rem;
  border: 1px solid rgba(114, 94, 242, 0.45);
  border-radius: .45rem;
  background: var(--gog-card-bg-strong);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
  box-shadow: var(--gog-glass-highlight), 0 24px 80px rgba(0, 0, 0, .45);
}
.charter-panel-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: -0.02em;
  margin-bottom: 1.75rem;
}
.charter-slide-kicker {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
  margin-bottom: .65rem;
}
.charter-slide-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 1rem;
}
.charter-slide p {
  color: var(--gog-mist);
  font-size: 1.05rem;
  line-height: 1.58;
  max-width: 42rem;
  margin-bottom: 0;
}
.charter-slide[hidden] {
  display: none;
}
.charter-article-row-overlay {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(114, 94, 242, 0.35);
}

/* Every hall section heading shares one size so the page reads as a
   ladder of equals instead of What’s Hot shouting over Latest reviews. */
.hall-hot-title,
.hall-official-title,
.hall-member-title,
.hall-section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.14;
  margin: 0;
}
.hall-section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: .85rem 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(114, 94, 242, 0.2);
}
.hall-section-head .hall-section-lede {
  max-width: 44rem;
  margin: .5rem 0 0;
  color: var(--gog-mist);
  font-size: .95rem;
}
.hall-hot-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1rem;
}
.hall-hot-open-btn {
  min-height: 2.35rem;
  padding: .45rem 1rem;
}
.hall-hot-heat {
  display: grid;
  gap: 1.75rem;
}
.hall-hot-lead {
  position: relative;
  border: 1px solid var(--gog-line-gilt);
  border-radius: .55rem;
  overflow: hidden;
  min-height: 18rem;
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(242, 132, 68, 0.18), transparent 64%),
    var(--gog-card-bg);
}
.hall-hot-lead-link {
  display: grid;
  gap: 0;
  text-decoration: none;
  color: inherit;
  min-height: inherit;
}
.hall-hot-lead-link:hover,
.hall-hot-lead-link:focus-visible {
  color: inherit;
  outline: none;
}
.hall-hot-lead:hover,
.hall-hot-lead:focus-within {
  border-color: rgba(242, 132, 68, 0.6);
  box-shadow: 0 0 0 1px rgba(242, 132, 68, 0.25), 0 18px 42px rgba(2, 21, 28, 0.55);
}
.hall-hot-lead-art {
  position: relative;
  overflow: hidden;
  min-height: 13rem;
  background:
    radial-gradient(360px 200px at 30% 10%, rgba(114, 94, 242, 0.3), transparent 62%),
    rgba(3, 22, 30, 0.95);
}
.hall-hot-lead-art img,
.hall-hot-lead-art .cover-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.hall-hot-lead-art .cover-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
}
.hall-hot-lead-art-placeholder {
  font-size: clamp(4rem, 9vw, 7rem);
  opacity: .55;
}
.hall-hot-lead-link:hover .hall-hot-lead-art img {
  transform: scale(1.03);
}
.hall-hot-lead-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 21, 28, 0) 42%, rgba(2, 21, 28, 0.82) 100%);
}
.hall-hot-lead-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
  padding: 1.35rem 1.35rem 1.5rem;
}
.hall-hot-lead-rank {
  font-family: var(--font-mono);
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -0.03em;
  color: #f28444;
  text-shadow: 0 0 34px rgba(242, 132, 68, 0.35);
}
.hall-hot-lead-kicker {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-mist);
}
.hall-hot-lead-title {
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 3.2vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: .1rem 0 .25rem;
}
.hall-hot-lead-score {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .5rem;
}
.hall-hot-lead-score .score-seal-band {
  margin-top: 0;
}
.hall-hot-lead-heat {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  width: 100%;
  max-width: 26rem;
  margin-top: .35rem;
}
.hall-hot-lead-heat-label {
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .04em;
  color: var(--gog-mist);
}
.heat-meter {
  display: block;
  width: 100%;
  max-width: 15rem;
  height: 4px;
  margin-top: .45rem;
  border-radius: 999px;
  background: rgba(245, 225, 74, 0.14);
  overflow: hidden;
}
.heat-meter-lead {
  max-width: none;
  height: 6px;
  margin-top: 0;
  background: rgba(242, 132, 68, 0.18);
}
.heat-meter-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(114, 94, 242, 0.85), #f28444);
}
.heat-meter-lead .heat-meter-fill {
  position: relative;
  background: linear-gradient(90deg, #725ef2, #f28444 72%, #f5e14a);
}
.heat-meter-lead .heat-meter-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: translateX(-100%);
  animation: heat-sheen 4.2s ease-in-out infinite;
}
@keyframes heat-sheen {
  0%, 58% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.hall-hot-board .top-ten-item:nth-child(n + 5) {
  display: none;
}
.hall-hot-ladder-kicker {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-ember);
  margin: 0 0 .85rem;
}
.hall-hot-board .top-ten-list {
  max-width: none;
}
.hall-hot-board .top-ten-link {
  padding: .4rem .55rem;
}
.hall-hot-board .top-ten-list-rich .top-ten-link {
  align-items: flex-start;
  padding: .9rem 1rem;
}
.hall-hot-board .top-ten-list-rich .top-ten-rank {
  padding-top: .45rem;
}
.hall-hot-board .top-ten-list-rich .top-ten-cover,
.hall-hot-board .top-ten-list-rich .cover-placeholder.top-ten-cover {
  width: 68px;
  height: 90px;
}
.hall-hot-board .top-ten-title {
  font-size: .95rem;
  margin-bottom: .2rem !important;
}
.hall-hot-board .top-ten-list-rich .top-ten-title {
  font-size: 1.08rem;
  margin-bottom: .35rem !important;
}
.hall-hot-board .top-ten-item + .top-ten-item {
  margin-top: .55rem;
}
.hall-hot-board .top-ten-list-rich .top-ten-item + .top-ten-item {
  margin-top: 1.05rem;
}
.hall-hot-ladder-heat {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  margin-top: .35rem;
}
.hall-hot-ladder-heat-label {
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .04em;
  color: var(--gog-ember);
}
.top-ten-score {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .45rem;
}
.top-ten-score-empty {
  font-size: .78rem;
  color: var(--bs-secondary-color);
}
.top-ten-catalog {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-top: .4rem;
  max-width: 100%;
  min-width: 0;
}
.top-ten-catalog .tag {
  font-size: .7rem;
  padding: .1rem .45rem;
}
.top-ten-list-rich .review-count-label {
  display: inline-block;
  margin-top: .3rem;
}
.tag-genre {
  background: rgba(245, 225, 74, 0.1);
  color: var(--gog-gold);
  border-color: rgba(245, 225, 74, 0.35);
}
.hall-hot-open {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gog-gold);
  border-bottom: 1px solid rgba(245, 225, 74, 0.45);
  padding-bottom: .1rem;
}
.hall-hot-open:hover,
.hall-hot-open:focus-visible {
  color: #fff;
  border-bottom-color: #f5e14a;
}
.hall-hot-more,
.official-shelf-featured {
  line-height: 1.45;
}
.hall-official-header,
.hall-member-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: .85rem 1.35rem;
}
.hall-official-status {
  margin-top: .6rem;
}
.hall-official-lede {
  max-width: 46rem;
}
.official-board-live {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
}
.official-board-live::before {
  content: "";
  width: .42rem;
  height: .42rem;
  border-radius: 999px;
  background: var(--gog-gold);
  box-shadow: var(--gog-glow-yellow);
}
.official-board-grid,
.member-board-grid {
  /* 32px abyss gutters. #90's 24px gap was real but cancelled visually:
     translucent glass cards + matching box-shadows + overflow:hidden
     clipping lift/shadow made equal columns read as one slab. */
  --hall-card-gutter: 2rem;
  display: grid;
  column-gap: var(--hall-card-gutter);
  row-gap: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: minmax(16.75rem, 1fr);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: .65rem .15rem .45rem;
  margin: -.65rem -.15rem 0;
  background: transparent;
}
@media (max-width: 767.98px) {
  .hall-official .official-board-grid,
  .hall-member-lists .member-board-grid {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: minmax(0, 1fr);
    overflow: visible;
    scroll-snap-type: none;
    row-gap: 1rem;
  }
  .hall-official .official-board-grid > :nth-child(n + 4),
  .hall-member-lists .member-board-grid > :nth-child(n + 4) {
    display: none;
  }
}
.official-board,
.member-board {
  scroll-snap-align: start;
  min-width: 0;
  isolation: isolate;
}
@media (min-width: 768px) {
  .official-board-grid,
  .member-board-grid {
    overflow-x: hidden;
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-auto-rows: 0;
    overflow: hidden;
    column-gap: var(--hall-card-gutter);
    row-gap: 0; /* one-row Official/Member fill — no leftover strip */
  }
}
@media (min-width: 1200px) {
  .official-board-grid,
  .member-board-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Hold at three across the whole common desktop range so the list rails
   match the three-up reviews row. A denser row on the same rail still
   reads as a wider section even when the edges line up. */
@media (min-width: 2200px) {
  .official-board-grid,
  .member-board-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 2800px) {
  .official-board-grid,
  .member-board-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.official-board {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.2rem 1.2rem 1.25rem;
  border: 1px solid var(--gog-line-gilt);
  border-radius: .75rem;
  background:
    var(--gog-glass-sheen),
    radial-gradient(420px 180px at 0% 0%, rgba(114, 94, 242, 0.16), transparent 62%),
    rgba(8, 34, 46, 0.97);
  box-shadow: 0 10px 22px rgba(0, 8, 12, 0.28);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.official-board:hover,
.official-board:focus-within {
  transform: translateY(-6px);
  border-color: rgba(245, 225, 74, 0.55);
  box-shadow:
    0 18px 36px rgba(0, 8, 12, 0.42),
    0 0 0 1px rgba(245, 225, 74, 0.2),
    var(--gog-glow-yellow);
}
.official-board-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .4rem;
}
.official-board-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem .7rem;
}
.official-board-covers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .4rem;
  padding: .55rem;
}
.official-board-cover-slot,
.official-board-covers img,
.cover-placeholder.official-board-cover-ph {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: .28rem;
  border: 1px solid var(--gog-line-gilt);
  background: rgba(3, 22, 30, 0.8);
  display: block;
  overflow: hidden;
}
.official-board-cover-slot {
  border: 0;
  background: transparent;
}
.official-board-cover-slot img,
.official-board-cover-slot .cover-placeholder {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}
/* Fallback tiles are a single initial — keep it centred in the slot
   instead of stranded in the top-left corner. */
.official-board-cover-slot .cover-placeholder,
.cover-placeholder.official-board-cover-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  font-size: 1.5rem;
}
.official-board-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .45rem 1rem;
  margin-top: auto;
}
.official-board-approvals {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-mist);
}
.official-board-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0;
}
.official-board-title a {
  color: inherit;
  text-decoration: none;
}
.official-board-title a:hover,
.official-board-title a:focus-visible {
  color: var(--gog-gold);
}
.official-board-compact .official-board-hero {
  min-height: 0;
}
.official-board-hero {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 0;
  border: 1px solid var(--gog-line);
  border-radius: .45rem;
  text-decoration: none;
  color: inherit;
}
.official-board-mosaic {
  min-height: 0;
  border-color: var(--gog-line-gilt);
  background: rgba(3, 22, 30, 0.55);
}
.official-board-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.official-board-platforms .tag {
  font-size: .68rem;
  padding: .12rem .5rem;
  background: rgba(3, 22, 30, 0.62);
  border-color: rgba(114, 94, 242, 0.28);
  color: var(--gog-mist);
}
.official-board-hero:hover,
.official-board-hero:focus-visible {
  border-color: var(--gog-line-gilt);
  box-shadow: var(--gog-glow-yellow);
  outline: none;
  color: inherit;
}
.official-board-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(420px 220px at 20% 0%, rgba(114, 94, 242, 0.28), transparent 60%),
    rgba(3, 22, 30, 0.95);
}
.official-board-hero-media img,
.official-board-hero-media .cover-placeholder,
.official-board-hero-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.official-board-hero-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 11.5rem;
  padding: 3.25rem 1rem .9rem;
  background: linear-gradient(180deg, rgba(2, 21, 28, 0.04) 18%, rgba(2, 21, 28, 0.9) 78%);
}
/* Clamped to two lines so every card's cover strip starts on the same
   baseline across the row. */
.official-board-blurb {
  color: var(--gog-mist);
  font-size: .88rem;
  line-height: 1.45;
  min-height: calc(2 * 1.45em);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.official-board-hero-rank {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
  margin-bottom: .3rem;
}
.official-board-hero-title {
  font-family: var(--font-title);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 .45rem;
  text-shadow: 0 1px 12px rgba(2, 21, 28, 0.7);
}
.official-board-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .5rem;
}
.official-board-hero-catalog {
  margin-top: .45rem;
}
.list-approval-count {
  display: inline-block;
}
.list-feed-controls {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .65rem;
  margin-top: .85rem;
}
.list-feed-more {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
  background: transparent;
  border: 1px solid var(--gog-line-gilt);
  border-radius: .35rem;
  padding: .55rem .85rem;
}
.list-feed-more:hover,
.list-feed-more:focus-visible {
  color: #fff;
  border-color: var(--gog-gold);
  box-shadow: var(--gog-glow-yellow);
  outline: none;
}
.list-feed-more:disabled {
  opacity: .55;
  cursor: wait;
}
.list-feed-sentinel {
  display: block;
  height: 1px;
  width: 100%;
}
.top-ten-list-shelf .top-ten-catalog,
.top-ten-list-compact .top-ten-catalog {
  margin-top: .35rem;
}
.official-board-unscored {
  font-size: .78rem;
  color: var(--gog-mist);
}
.official-board-rest .top-ten-list-shelf .top-ten-link {
  align-items: flex-start;
  padding: .7rem .75rem;
  background: rgba(3, 22, 30, 0.55);
}
.official-board-rest .top-ten-list-shelf .top-ten-cover,
.official-board-rest .top-ten-list-shelf .cover-placeholder.top-ten-cover {
  width: 56px;
  height: 76px;
}
.official-board-rest .top-ten-list-shelf .top-ten-item + .top-ten-item {
  margin-top: .55rem;
}
.official-board-placeholder .official-board-hero {
  pointer-events: none;
}
.hall-official-tools,
.hall-member-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .75rem 1.15rem;
}
.hall-official-tabs,
.hall-member-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
}
.hall-official-tabs a,
.hall-member-tabs a {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gog-mist);
  border-bottom: 1px solid transparent;
  padding-bottom: .12rem;
}
.hall-official-tabs a.is-active,
.hall-official-tabs a:hover,
.hall-official-tabs a:focus-visible,
.hall-member-tabs a.is-active,
.hall-member-tabs a:hover,
.hall-member-tabs a:focus-visible {
  color: var(--gog-gold);
  border-bottom-color: var(--gog-gold);
}
.member-board {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  padding: 1.15rem 1.15rem 1.2rem;
  border: 1px solid var(--gog-line);
  border-radius: .75rem;
  background:
    var(--gog-glass-sheen),
    rgba(8, 34, 46, 0.97);
  box-shadow: 0 10px 22px rgba(0, 8, 12, 0.28);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.member-board:hover,
.member-board:focus-within {
  transform: translateY(-6px);
  border-color: rgba(114, 94, 242, 0.7);
  box-shadow:
    0 18px 36px rgba(0, 8, 12, 0.42),
    0 0 0 1px rgba(114, 94, 242, 0.28),
    var(--gog-glow-violet);
}
.member-board-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: .75rem;
}
.member-board-identity {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.member-board-identity:hover .member-board-handle,
.member-board-identity:focus-visible .member-board-handle {
  color: var(--gog-gold);
}
.member-board-avatar,
.member-board-avatar.avatar-fallback {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid var(--gog-line);
  flex: 0 0 auto;
}
.member-board-handle {
  font-family: var(--font-mono);
  font-size: .82rem;
  letter-spacing: .04em;
  color: var(--gog-vellum);
}
.member-board-kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gog-mist);
  white-space: nowrap;
}
.member-board-title {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0;
}
.member-board-title a {
  color: inherit;
  text-decoration: none;
}
.member-board-title a:hover,
.member-board-title a:focus-visible {
  color: var(--gog-gold);
}
.member-board-blurb {
  color: var(--gog-mist);
  font-size: .88rem;
  font-style: italic;
}
.member-board.official-list-card {
  border-top-width: 3px;
}
.member-board-cover {
  display: block;
  overflow: hidden;
  border-radius: .35rem;
  text-decoration: none;
}
.member-board-cover img,
.cover-placeholder.member-board-cover-ph,
.member-board-cover-ph {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .35rem;
  border: 1px solid var(--gog-line);
  background: rgba(3, 22, 30, 0.8);
}
.member-board-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .35rem .75rem;
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-mist);
}
.member-board-votes .guild-vote-score {
  color: var(--gog-gold);
  margin-right: .25rem;
}
.member-board-empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .85rem;
  padding: 1.75rem 1.6rem 1.7rem;
  border: 1px dashed rgba(114, 94, 242, 0.42);
  border-radius: .75rem;
  background:
    var(--gog-glass-sheen),
    rgba(6, 24, 34, 0.72);
}
.member-board-empty-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  margin: 0;
}
.member-board-empty-copy {
  max-width: 38rem;
  color: var(--gog-mist);
}
.member-board-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: .25rem;
}
.hall-hot-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: .75rem 1.25rem;
}
.hall-cycle-toggle {
  display: inline-flex;
  flex-wrap: wrap;
  padding: .2rem;
  border: 1px solid var(--gog-line-gilt);
  border-radius: 999px;
  background: rgba(3, 22, 30, 0.7);
}
.hall-cycle-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--gog-mist);
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  padding: .4rem .95rem;
  border-radius: 999px;
  cursor: pointer;
}
.hall-cycle-btn.is-active,
.hall-cycle-btn:hover,
.hall-cycle-btn:focus-visible {
  background: #f5e14a;
  color: #02151c;
  outline: none;
}
.review-tier-filter {
  max-width: 100%;
}
.review-tier-filter .hall-cycle-btn {
  text-decoration: none;
}
.review-tier-legend {
  letter-spacing: 0.01em;
}
.hall-hot-pin {
  position: relative;
}
.hall-hot-band.is-scrubbing .hall-hot-pin {
  overflow: hidden;
}
.hall-cover-rail {
  display: flex;
  gap: 1.15rem;
  padding: 0 max(1rem, calc((100% - 1120px) / 2)) 1.35rem;
  will-change: transform;
}
.hall-hot-band.is-native-scroll .hall-cover-rail {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-color: rgba(245, 225, 74, 0.7) transparent;
  touch-action: pan-x;
}
.hall-hot-band.is-scrubbing .hall-cover-rail {
  overflow: visible;
}
.hall-cover-card {
  flex: 0 0 clamp(15rem, 22vw, 19rem);
  scroll-snap-align: start;
}
.hall-cover-card .game-card img,
.hall-cover-card .cover-placeholder {
  /* Leave room under the rail so ranking / reviews peek on the first screen. */
  height: clamp(18.5rem, calc(100dvh - 30rem), 36rem);
}
.hall-hot-follow {
  padding-top: 1.15rem;
}
.hall-continue-cue {
  margin: 1.15rem auto 0;
  padding-bottom: 1.75rem;
}
.hall-continue-cue a {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  font-weight: 500;
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gog-gold);
  border-bottom: 1px solid rgba(245, 225, 74, 0.45);
}
.hall-continue-cue a:hover,
.hall-continue-cue a:focus-visible {
  color: #fff;
  border-bottom-color: #f5e14a;
}
.hall-hot-progress {
  height: 2px;
  margin: 0 max(1rem, calc((100% - 1120px) / 2));
  background: var(--gog-gradient);
  opacity: .85;
  transform-origin: left center;
  transform: scaleX(0);
}
.hall-hot-empty {
  padding: 1.25rem 0 1.75rem;
}
/* A quiet framed strip, not loose links floating between sections. */
.hall-list-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1.25rem;
  padding: .85rem 1.15rem;
  border: 1px solid var(--gog-line);
  border-radius: .5rem;
  background: rgba(4, 24, 33, 0.6);
}
.hall-list-links-set {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.15rem;
}
.hall-list-links a {
  font-size: .82rem;
  color: var(--gog-mist);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.hall-list-links a:hover,
.hall-list-links a:focus-visible {
  color: var(--gog-gold);
  border-bottom-color: rgba(245, 225, 74, 0.55);
}
.guild-rank-compact {
  display: grid;
  gap: .45rem;
}
@media (min-width: 768px) {
  .guild-rank-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hall-hot-heat {
    grid-template-columns: minmax(0, 1.05fr) minmax(16rem, .95fr);
    align-items: stretch;
    gap: 2rem 2.25rem;
  }
  .hall-enter {
    --hall-enter-pad-x: 2.75rem;
    --hall-enter-pad-y: 3rem;
  }
  .hall-hot-lead {
    min-height: 28rem;
  }
  /* The card stretches to the ladder's height, so the link has to fill it —
     otherwise the art stops short and leaves a dead band under the copy. */
  .hall-hot-lead {
    display: grid;
  }
  .hall-hot-lead-link {
    display: block;
    position: relative;
    min-height: 28rem;
  }
  .hall-hot-lead-art {
    position: absolute;
    inset: 0;
    min-height: 100%;
  }
  .hall-hot-lead-art::after {
    background: linear-gradient(180deg, rgba(2, 21, 28, 0.05) 36%, rgba(2, 21, 28, 0.88) 100%);
  }
  .hall-hot-lead-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: flex-end;
    padding: 1.5rem 1.5rem 1.35rem;
  }
  .hall-hot-lead-heat {
    max-width: none;
  }
  .hall-hot-lead-heat-label {
    font-size: .8rem;
  }
  .hall-hot-board [data-hot-ladder] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    height: 100%;
  }
  .hall-hot-board [data-hot-ladder] .top-ten-item + .top-ten-item {
    margin-top: 0;
  }
}
.guild-rank-link {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .4rem .55rem;
  border-radius: .4rem;
  border: 1px solid var(--gog-line);
  background: var(--gog-card-bg);
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.guild-rank-link:hover,
.guild-rank-link:focus-visible {
  border-color: var(--gog-line-gilt);
  color: inherit;
}
.guild-rank-title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-title);
  font-size: .95rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.guild-rank-empty {
  padding: .85rem 0 0;
}

.hall-step-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.2rem;
  color: var(--gog-gold);
  letter-spacing: .04em;
  margin-bottom: .35rem;
  text-shadow: none;
}

.home-placeholder {
  pointer-events: none;
  user-select: none;
}
.top-ten-link-placeholder {
  cursor: default;
}
.hall-skeleton {
  background: linear-gradient(
    90deg,
    rgba(114, 94, 242, 0.12) 0%,
    rgba(245, 225, 74, 0.16) 48%,
    rgba(114, 94, 242, 0.12) 100%
  );
  background-size: 200% 100%;
  animation: hall-shimmer 1.8s ease-in-out infinite;
}
.hall-skeleton-line {
  display: block;
  height: .7rem;
  border-radius: 99px;
  margin-bottom: .45rem;
  background: linear-gradient(
    90deg,
    rgba(114, 94, 242, 0.18) 0%,
    rgba(245, 225, 74, 0.2) 50%,
    rgba(114, 94, 242, 0.18) 100%
  );
  background-size: 200% 100%;
  animation: hall-shimmer 1.8s ease-in-out infinite;
}
.hall-skeleton-line-title { width: 72%; }
.hall-skeleton-line-meta { width: 46%; height: .55rem; }
@keyframes hall-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

@media (min-width: 992px) {
  .hall-shell {
    padding-top: 4.5rem;
  }
  .hall-hot-lead-link,
  .hall-hot-lead {
    min-height: 30rem;
  }
  .official-board-lead {
    display: flex;
  }
  .approved-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .approved-feature,
  .approved-feature-body {
    min-height: 22rem;
  }
  .guild-nav-bar {
    flex-wrap: nowrap;
  }
  .guild-nav .navbar-toggler {
    margin-left: 0;
  }
  .guild-nav .navbar-nav .dropdown-menu,
  .guild-nav-actions .dropdown-menu {
    position: absolute;
    width: auto;
    min-width: 12.5rem;
    max-width: min(20rem, calc(100vw - 1.5rem));
  }
}

@media (max-width: 991.98px) {
  .guild-nav .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .guild-nav-links {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-top: .35rem;
    margin-right: 0;
  }
  .guild-nav-links .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .55rem .15rem;
  }
  .guild-nav-actions {
    width: 100%;
    justify-content: flex-start;
    margin: .65rem 0 0;
    padding-top: .65rem;
    border-top: 1px solid rgba(114, 94, 242, 0.28);
  }
  .guild-nav-user,
  .staff-bell-btn {
    max-width: 100%;
    min-height: 2.75rem;
  }
  .guild-nav-actions .btn {
    min-height: 2.75rem;
  }
  .guild-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: .15rem 0 .35rem;
    box-shadow: none;
  }
  .guild-nav .dropdown-item,
  .guild-nav .dropdown-item-text,
  .guild-nav .dropdown-header {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .guild-nav .dropdown-item.staff-alert-preview {
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .top-ten-catalog {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: wrap;
    padding-bottom: .1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
}

.library-match-actions {
  margin-top: .35rem;
}
.library-match-link {
  font-family: var(--font-ui);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: var(--text-ui-tracking);
  color: var(--gog-gold);
  text-decoration: none;
}
.library-match-link:hover,
.library-match-link:focus-visible {
  color: #fff6a8;
  text-decoration: underline;
}
.game-card-link-row {
  margin-bottom: .15rem;
}
.game-aliases .tag {
  margin-right: .2rem;
}
.link-abuse-warning {
  border: 1px solid var(--gog-line-gilt);
  background: rgba(122, 31, 43, 0.28);
  color: var(--gog-vellum);
}
.link-abuse-warning .section-kicker {
  color: var(--gog-gold);
}
.link-candidate-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.link-candidate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .85rem 1.2rem;
  padding: .85rem 1rem;
  border: 1px solid var(--gog-line);
  border-radius: .4rem;
  background: rgba(3, 22, 30, 0.55);
}
.link-candidate-confirm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .4rem;
  min-width: 14rem;
}
.link-candidate-copy .tag {
  margin-left: .35rem;
}

@media (max-width: 767.98px) {
  .hall-shell {
    padding-top: 2.65rem;
  }
  .official-board-hero:not(.official-board-mosaic),
  .official-board-hero-body {
    min-height: 14.5rem;
  }
  .hall-hot-board .top-ten-item:nth-child(n + 6) {
    display: none;
  }
  .hall-enter {
    flex-direction: column;
    align-items: center;
    --hall-enter-pad-x: 1.5rem;
    --hall-enter-pad-y: 1.85rem;
  }
  .hall-enter-actions .btn {
    width: 100%;
  }
  .approved-feature,
  .approved-feature-body {
    min-height: 14.5rem;
  }
  .hall-intro-inner,
  .hall-cta-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .charter-trigger,
  .hall-cta-twin,
  .hall-cta-actions > .btn,
  .hall-intro .hall-hero-actions .btn {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .hall-cover-card {
    flex-basis: 11.25rem;
  }
  .hall-cover-card .game-card img,
  .hall-cover-card .cover-placeholder {
    height: 230px;
  }
  .hall-hot-pin {
    overflow: visible;
  }
}

/* ── Guest readiness pack ── */
.guild-main {
  width: min(var(--hall-max), calc(100% - (2 * var(--hall-page-gutter))));
  margin-inline: auto;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.nav-pills .nav-link {
  color: var(--gog-mist);
  background: transparent;
  border: 1px solid var(--gog-line-gilt);
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus-visible {
  color: var(--gog-gold);
  background: rgba(245, 225, 74, 0.08);
}
.nav-pills .nav-link.active {
  background: #f5e14a;
  color: #02151c;
  border-color: #f5e14a;
}
.ranking-board {
  background: rgba(4, 28, 38, 0.94) !important;
  border-color: var(--gog-line-gilt) !important;
}
.guild-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem .85rem;
  font-family: var(--font-ui);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.guild-footer-nav a {
  color: var(--gog-mist);
  text-decoration: none;
}
.guild-footer-nav a:hover,
.guild-footer-nav a:focus-visible {
  color: var(--gog-gold);
}
.term-tip {
  position: relative;
  display: inline;
  cursor: help;
  text-decoration: underline dotted rgba(245, 225, 74, 0.55);
  text-underline-offset: .18em;
}
.term-tip.badge-guild-aware,
.term-tip.badge-official,
.term-tip.badge-pending,
.term-tip.badge {
  text-decoration: none;
}
.term-tip-body {
  position: absolute;
  left: 0;
  top: calc(100% + .4rem);
  z-index: 20;
  min-width: min(14rem, calc(100vw - 2.5rem));
  max-width: min(22rem, calc(100vw - 2.5rem));
  padding: .55rem .7rem;
  border: 1px solid var(--gog-line-gilt);
  border-radius: .35rem;
  background: #041c26;
  color: #e8f2f6;
  font-family: var(--font-ui);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1.4;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .4);
  display: none;
  pointer-events: none;
}
.term-tip:hover .term-tip-body,
.term-tip:focus-visible .term-tip-body,
.term-tip:focus-within .term-tip-body {
  display: block;
}
.guild-empty {
  border: 1px solid var(--gog-line-gilt);
  background: var(--gog-card-bg);
  padding: 1.35rem 1.4rem;
  border-radius: .4rem;
  box-shadow: var(--gog-glass-surface);
}
.forum-empty-hint {
  margin-top: .25rem;
  font-size: .78rem;
  color: #c5d4db;
}
.forum-empty-count {
  font-family: var(--font-ui);
  font-size: .78rem;
  letter-spacing: .02em;
}
.member-roll-thin {
  max-width: 48rem;
}
.list-card-blurb {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hall-intro .hall-lede {
  max-width: 42rem;
}
.btn-group .btn-primary {
  background: #f5e14a;
  border-color: #f5e14a;
  color: #02151c;
}
.list-filter-bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem 1rem;
  align-items: end;
}
.list-filter-search {
  grid-column: 1 / -1;
}
.list-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: end;
}
.list-directory-tabs {
  flex-wrap: wrap;
}
.list-combine-picks {
  display: grid;
  gap: .55rem;
}
.list-combine-pick {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  margin: 0;
}
.list-combine-union {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .list-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .list-filter-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ── Lists hall redesign ── */
.list-hall {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.list-hall-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem 1.5rem;
}
.list-hall-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 600;
  letter-spacing: var(--text-display-tracking);
  margin: 0 0 .4rem;
}
.list-hall-lede {
  color: var(--gog-mist);
  max-width: 36rem;
}
.list-hall-hero-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
  min-width: min(100%, 28rem);
  flex: 1 1 22rem;
  justify-content: flex-end;
}
.list-hall-search {
  flex: 1 1 16rem;
  min-width: 12rem;
}
.list-hall-create-btn {
  white-space: nowrap;
  flex: 0 0 auto;
}
.list-hall-create {
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gog-gold);
  border-bottom: 1px solid rgba(245, 225, 74, 0.45);
}
.list-hall-create:hover,
.list-hall-create:focus-visible {
  color: #fff;
  border-bottom-color: #f5e14a;
}
.list-hall-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem 1rem;
}
.list-hall-tabs {
  margin-bottom: 0;
}
.list-hall-chip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
}
.list-hall-chip-label {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-mist);
}
.list-hall-chip,
.list-hall-chip-more summary {
  display: inline-flex;
  align-items: center;
  padding: .32rem .7rem;
  border-radius: 999px;
  border: 1px solid var(--gog-line);
  background: transparent;
  color: #f7fbff;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
}
.list-hall-chip:hover,
.list-hall-chip:focus-visible,
.list-hall-chip-more summary:hover,
.list-hall-chip-more summary:focus-visible {
  border-color: var(--gog-gold);
  color: var(--gog-gold);
  outline: none;
}
.list-hall-chip.is-active {
  background: var(--gog-gold);
  border-color: var(--gog-gold);
  color: #02151c;
}
.list-hall-chip-more {
  position: relative;
}
.list-hall-chip-more summary {
  cursor: pointer;
  list-style: none;
}
.list-hall-chip-more summary::-webkit-details-marker {
  display: none;
}
.list-hall-chip-extra {
  position: absolute;
  z-index: 4;
  top: calc(100% + .4rem);
  left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  min-width: 14rem;
  max-width: min(24rem, 80vw);
  padding: .65rem;
  border: 1px solid var(--gog-line-gilt);
  border-radius: .45rem;
  background: rgba(2, 21, 28, 0.96);
  box-shadow: var(--gog-glass-surface);
}
.list-hall-destinations,
.list-hall-secondary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem 1rem;
}
.list-hall-destinations {
  gap: .45rem .55rem;
}
.list-hall-quiet-link {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-mist);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.list-hall-quiet-link:hover,
.list-hall-quiet-link:focus-visible {
  color: var(--gog-gold);
  border-bottom-color: rgba(245, 225, 74, 0.45);
}
.list-more-filters {
  margin-left: auto;
}
.list-more-filters summary {
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
}
.list-more-filters-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem 1rem;
  margin-top: .75rem;
  padding: 1rem;
  border: 1px solid var(--gog-line);
  border-radius: .5rem;
  background:
    var(--gog-glass-sheen),
    var(--gog-card-bg);
}
@media (min-width: 768px) {
  .list-more-filters-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .list-more-filters-form {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .list-more-filters-form .list-filter-actions {
    grid-column: 1 / -1;
  }
}
.official-guild-strip {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: 1.25rem 1.2rem 1.2rem;
  border: 1px solid var(--gog-line-gilt);
  border-radius: .5rem;
  background:
    var(--gog-glass-sheen),
    radial-gradient(520px 180px at 0% 0%, rgba(245, 225, 74, 0.12), transparent 62%),
    var(--gog-card-bg);
  box-shadow: var(--gog-glass-surface);
}
.official-guild-strip-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: .65rem 1rem;
}
.official-guild-strip-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 600;
  letter-spacing: var(--text-display-tracking);
  margin: 0 0 .35rem;
}
.official-guild-strip-lede {
  color: var(--gog-mist);
  max-width: 36rem;
}
.official-guild-strip-open {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gog-gold);
  border-bottom: 1px solid rgba(245, 225, 74, 0.45);
}
.official-guild-strip-open:hover,
.official-guild-strip-open:focus-visible {
  color: #fff;
  border-bottom-color: #f5e14a;
}
.official-guild-strip-boards {
  margin: 0;
}
@media (min-width: 1200px) {
  .official-guild-strip-boards.official-board-grid {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.official-hall-card {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  height: 100%;
  padding: 1.05rem 1.05rem 1.1rem;
  border: 1px solid var(--gog-line-gilt);
  border-radius: .5rem;
  background:
    var(--gog-glass-sheen),
    radial-gradient(280px 140px at 0% 0%, rgba(245, 225, 74, 0.1), transparent 64%),
    var(--gog-card-bg);
  box-shadow: var(--gog-glass-surface);
}
.official-hall-card-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .4rem;
}
.official-hall-card-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0;
}
.official-hall-card-title a {
  color: inherit;
  text-decoration: none;
}
.official-hall-card-title a:hover,
.official-hall-card-title a:focus-visible {
  color: var(--gog-gold);
}
.official-hall-card-blurb {
  color: var(--gog-mist);
  font-size: .85rem;
}
.official-hall-covers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .4rem;
  text-decoration: none;
}
.official-hall-covers img,
.cover-placeholder.official-hall-cover-ph {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: .28rem;
  border: 1px solid var(--gog-line);
  background: rgba(3, 22, 30, 0.8);
}
.official-hall-approvals {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
}
.official-guild-strip-foot {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-mist);
}
.list-hall-traffic {
  padding: 1rem 1.1rem;
  border: 1px solid var(--gog-line);
  border-radius: .5rem;
  background: var(--gog-card-bg);
}
.list-hall-members {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.list-hall-members-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: .75rem 1.25rem;
}
.list-hall-members-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 600;
  letter-spacing: var(--text-display-tracking);
  margin: 0 0 .3rem;
}
.list-hall-members-lede {
  color: var(--gog-mist);
}
.list-hall-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .list-hall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1600px) {
  .list-hall-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 2200px) {
  .list-hall-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.list-hall-card {
  height: 100%;
  padding: 1rem 1.05rem 1.05rem;
  border: 1px solid var(--gog-line);
  border-radius: .5rem;
  background:
    var(--gog-glass-sheen),
    var(--gog-card-bg);
  box-shadow: var(--gog-glass-surface);
}
.list-member-card {
  border-color: var(--gog-line);
}
.list-hall-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: .85rem;
}
.list-hall-card-identity {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  min-width: 0;
}
.list-hall-avatar-link {
  flex-shrink: 0;
}
.list-hall-avatar {
  width: 2.4rem;
  height: 2.4rem;
}
.list-hall-handle {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
}
.list-hall-handle-at,
.list-hall-handle-link {
  color: inherit;
  text-decoration: none;
}
.list-hall-handle-link:hover,
.list-hall-handle-link:focus-visible {
  color: var(--gog-gold);
}
.list-hall-card-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem .4rem;
  margin-top: .2rem;
}
.list-hall-card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  margin: .25rem 0 .3rem;
}
.list-hall-card-title a {
  color: inherit;
  text-decoration: none;
}
.list-hall-card-title a:hover,
.list-hall-card-title a:focus-visible {
  color: var(--gog-gold);
}
.list-hall-quote {
  color: var(--gog-mist);
  font-size: .88rem;
  font-style: italic;
  margin: 0 0 .3rem;
}
.list-hall-card-meta {
  color: var(--gog-mist);
  font-size: .85rem;
}
.list-hall-card-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .35rem;
}
.list-hall-votes .guild-vote-score {
  font-family: var(--font-mono);
  color: var(--gog-gold);
}
.list-hall-share {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-mist);
  text-decoration: none;
}
.list-hall-share:hover,
.list-hall-share:focus-visible {
  color: var(--gog-gold);
}
.list-hall-accent,
.list-hall-kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gog-mist);
  margin-right: .35rem;
}
.list-hall-accent-ember { color: var(--gog-ember); }
.list-hall-accent-violet { color: var(--gog-violet-bright); }
.list-hall-accent-gold { color: var(--gog-gold); }
.list-hall-accent-oxblood { color: #e08a96; }
.list-hall-accent-mist { color: var(--gog-mist); }
.list-hall-covers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .4rem;
  text-decoration: none;
  position: relative;
}
.list-hall-covers img,
.cover-placeholder.list-hall-cover-ph {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: .28rem;
  border: 1px solid var(--gog-line);
  background: rgba(3, 22, 30, 0.8);
}
.list-hall-covers-more {
  position: absolute;
  right: .35rem;
  bottom: .35rem;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(2, 21, 28, 0.82);
  border: 1px solid var(--gog-line-gilt);
  color: var(--gog-gold);
  font-size: .85rem;
}

/* ── Review studio (compose / edit) ── */
.review-studio {
  max-width: 72rem;
  margin: 0 auto;
}
.review-studio-masthead {
  margin-bottom: 1.5rem;
  max-width: 46rem;
}
.review-studio-title {
  margin-bottom: 0.65rem;
}
.review-studio-lede {
  color: var(--gog-mist);
  margin-bottom: 0;
  max-width: 42rem;
}
.review-studio-grid {
  display: grid;
  gap: 1.25rem;
}
.review-studio-context {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid var(--gog-line);
  border-radius: 0.55rem;
  background:
    linear-gradient(180deg, rgba(114, 94, 242, 0.12), rgba(3, 22, 30, 0.92));
  box-shadow: var(--gog-glow-violet);
}
.review-studio-cover,
.review-studio-cover-img,
.review-studio-cover-ph {
  display: block;
  width: 100%;
  border-radius: 0.4rem;
}
.review-studio-cover-img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid var(--gog-line-gilt);
}
.cover-placeholder.review-studio-cover-ph {
  height: 122px;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(114, 94, 242, 0.4);
}
.review-studio-game-title a {
  color: #fff;
  text-decoration: none;
}
.review-studio-game-title a:hover,
.review-studio-game-title a:focus-visible {
  color: var(--gog-gold);
}
.review-studio-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.65rem;
}
.review-studio-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(114, 94, 242, 0.5);
  color: var(--gog-violet-bright);
  background: rgba(114, 94, 242, 0.16);
}
.review-studio-chip-gold,
.review-studio-chip-platinum {
  border-color: rgba(245, 225, 74, 0.55);
  color: var(--gog-gold);
  background: rgba(245, 225, 74, 0.1);
}
.review-studio-chip-silver {
  border-color: rgba(197, 212, 219, 0.45);
  color: #e8f2f6;
  background: rgba(197, 212, 219, 0.1);
}
.review-studio-chip-bronze,
.review-studio-chip-ember {
  border-color: rgba(242, 132, 68, 0.5);
  color: #ffc09a;
  background: rgba(242, 132, 68, 0.12);
}
.review-studio-chip-quiet,
.review-studio-chip-grant {
  border-color: var(--gog-line-gilt);
  color: var(--gog-gold);
  background: rgba(245, 225, 74, 0.06);
}
.review-studio-context-note {
  font-size: 0.85rem;
}
.review-studio-panel {
  border: 1px solid var(--gog-line);
  border-radius: 0.6rem;
  padding: 1.25rem 1.15rem 1.2rem;
  background: var(--gog-card-bg);
  box-shadow: var(--gog-glass-surface);
}
.review-studio-section + .review-studio-section,
.review-studio-section + .review-studio-more {
  margin-top: 1.35rem;
}
.review-studio-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
}
.review-studio-score-readout {
  font-family: var(--font-mono);
  font-size: 1.35rem;
  color: var(--gog-gold);
  letter-spacing: 0.02em;
}
.review-studio .rating-picker {
  gap: 0.45rem;
}
.review-studio .rating-picker label {
  min-width: 2.65rem;
  padding: 0.5rem 0.6rem;
  border-color: var(--gog-line-strong);
  background: rgba(4, 28, 38, 0.9);
  transition: border-color .15s, background .15s, transform .15s;
}
.review-studio .rating-picker label:hover {
  border-color: var(--gog-line-gilt);
  transform: translateY(-1px);
}
.review-studio-editor {
  border: 1px solid var(--gog-line-strong);
  border-radius: 0.5rem;
  background: rgba(2, 21, 28, 0.72);
  overflow: hidden;
}
.review-studio-editor-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem 0.55rem;
  border-bottom: 1px solid var(--gog-line);
  background: rgba(114, 94, 242, 0.08);
}
.review-studio-editor-tools {
  display: flex;
  gap: 0.35rem;
}
.review-studio-tool {
  min-width: 2rem;
  height: 1.85rem;
  padding: 0 0.45rem;
  border-radius: 0.3rem;
  border: 1px solid var(--gog-line);
  background: rgba(4, 28, 38, 0.9);
  color: var(--gog-gold);
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}
.review-studio-tool:hover,
.review-studio-tool:focus-visible {
  border-color: var(--gog-gold);
  box-shadow: var(--gog-glow-yellow);
}
.review-studio-editor .review-compose-body,
.review-studio-editor textarea {
  border: 0;
  border-radius: 0;
  min-height: 22rem;
  padding: 1rem 0.95rem 1.15rem;
  background: transparent;
  box-shadow: none;
  resize: vertical;
}
.review-studio-editor .review-compose-body:focus,
.review-studio-editor textarea:focus {
  background: rgba(5, 34, 48, 0.35);
  box-shadow: none;
}
.review-studio-editor-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem 1rem;
  padding: 0.35rem 0.9rem 0.7rem;
  border-top: 1px solid var(--gog-line);
}
.review-studio-spoiler {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid var(--gog-line);
  border-left: 3px solid var(--gog-violet);
  border-radius: 0.45rem;
  background: rgba(114, 94, 242, 0.08);
  cursor: pointer;
}
.review-studio-spoiler-title {
  display: block;
  font-weight: 700;
}
.review-studio-spoiler .form-check-input {
  margin-top: 0.2rem;
}
.review-studio-existing {
  margin-bottom: 0.75rem;
}
.review-studio .review-photo-existing {
  display: block;
  position: relative;
}
.review-studio .review-photo-existing img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 0.4rem;
  border: 1px solid var(--gog-line);
}
.review-photo-remove {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.3rem;
  color: var(--gog-mist);
}
.review-dropzone {
  border: 1px dashed rgba(114, 94, 242, 0.62);
  border-radius: 0.5rem;
  background: rgba(114, 94, 242, 0.07);
  padding: 1rem;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.review-dropzone.is-dragover {
  border-color: var(--gog-gold);
  background: rgba(245, 225, 74, 0.08);
  box-shadow: var(--gog-glow-yellow);
}
.review-dropzone-label {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 0.85rem 0.5rem 0.7rem;
}
.review-dropzone-title {
  display: block;
  font-family: var(--font-ui);
  font-weight: 700;
  color: var(--gog-gold);
  margin-bottom: 0.2rem;
}
.review-dropzone-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.review-dropzone-tile {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 0.35rem;
  overflow: hidden;
  border: 1px solid var(--gog-line);
}
.review-dropzone-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.review-dropzone-remove {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  border-radius: 999px;
  background: rgba(2, 21, 28, 0.82);
  color: #fff;
  line-height: 1;
  font-size: 1rem;
}
.review-studio-more {
  margin-top: 1.35rem;
  border: 1px solid var(--gog-line);
  border-radius: 0.45rem;
  padding: 0.7rem 0.95rem;
  background: rgba(3, 22, 30, 0.62);
}
.review-studio-more summary {
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--gog-violet-bright);
  background: transparent;
  list-style: none;
}
.review-studio-more summary::-webkit-details-marker {
  display: none;
}
.review-studio-more summary::before {
  content: "▸ ";
  color: var(--gog-gold);
}
.review-studio-more[open] summary::before {
  content: "▾ ";
}
.review-studio-more summary:focus {
  outline: none;
}
.review-studio-more summary:focus-visible {
  outline: 2px solid var(--gog-gold);
  outline-offset: 3px;
}
.review-studio-more-body {
  margin-top: 0.9rem;
}
.review-studio-submit {
  margin-top: 1.4rem;
}
.review-studio-submit-btn {
  width: 100%;
  padding: 0.7rem 1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.review-live-banner {
  border: 1px solid var(--gog-line-gilt);
  border-radius: 0.5rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(90deg, rgba(245, 225, 74, 0.1), rgba(114, 94, 242, 0.12));
  box-shadow: var(--gog-glow-yellow);
}
.share-panel.is-live {
  border-color: var(--gog-line-gilt);
  box-shadow: var(--gog-glow-yellow);
}
.review-full-body blockquote {
  margin: 0 0 1rem;
  padding: 0.65rem 0.9rem;
  border-left: 3px solid var(--gog-violet);
  background: rgba(114, 94, 242, 0.1);
  color: var(--gog-mist);
}
@media (min-width: 992px) {
  .review-studio-grid {
    grid-template-columns: minmax(230px, 270px) minmax(0, 1fr);
    align-items: start;
    gap: 1.6rem;
  }
  .review-studio-context {
    position: sticky;
    top: 5.4rem;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 1rem;
  }
  .review-studio-cover-img {
    width: 100%;
  }
  .cover-placeholder.review-studio-cover-ph {
    height: 280px;
  }
  .review-studio-panel {
    padding: 1.55rem 1.6rem 1.4rem;
  }
}

/* List style accents (custom / assisted only) */
.list-style-outline-gold,
.official-list-card.list-style-outline-gold,
.list-detail.list-style-outline-gold .top-ten-list,
.list-detail.list-style-outline-gold .hall-hot-board {
  border-color: rgba(245, 225, 74, 0.78) !important;
  box-shadow: 0 0 0 1px rgba(245, 225, 74, 0.18);
}
.list-style-outline-ember,
.official-list-card.list-style-outline-ember,
.list-detail.list-style-outline-ember .top-ten-list,
.list-detail.list-style-outline-ember .hall-hot-board {
  border-color: rgba(242, 132, 68, 0.78) !important;
  box-shadow: 0 0 0 1px rgba(242, 132, 68, 0.16);
}
.list-style-outline-violet,
.official-list-card.list-style-outline-violet,
.list-detail.list-style-outline-violet .top-ten-list,
.list-detail.list-style-outline-violet .hall-hot-board {
  border-color: rgba(114, 94, 242, 0.82) !important;
  box-shadow: 0 0 0 1px rgba(114, 94, 242, 0.2);
}
.list-style-outline-oxblood,
.official-list-card.list-style-outline-oxblood,
.list-detail.list-style-outline-oxblood .top-ten-list,
.list-detail.list-style-outline-oxblood .hall-hot-board {
  border-color: rgba(122, 31, 43, 0.9) !important;
  box-shadow: 0 0 0 1px rgba(122, 31, 43, 0.28);
}
.list-style-outline-mist,
.official-list-card.list-style-outline-mist,
.list-detail.list-style-outline-mist .top-ten-list,
.list-detail.list-style-outline-mist .hall-hot-board {
  border-color: rgba(197, 212, 219, 0.55) !important;
  box-shadow: 0 0 0 1px rgba(197, 212, 219, 0.12);
}
.list-style-tint-wash,
.official-list-card.list-style-tint-wash {
  background:
    linear-gradient(180deg, rgba(114, 94, 242, 0.14), rgba(4, 28, 38, 0.94));
}
.list-style-outline-gold.list-style-tint-wash,
.official-list-card.list-style-outline-gold.list-style-tint-wash {
  background: linear-gradient(180deg, rgba(245, 225, 74, 0.14), rgba(4, 28, 38, 0.94));
}
.list-style-outline-ember.list-style-tint-wash,
.official-list-card.list-style-outline-ember.list-style-tint-wash {
  background: linear-gradient(180deg, rgba(242, 132, 68, 0.16), rgba(4, 28, 38, 0.94));
}
.list-style-outline-oxblood.list-style-tint-wash,
.official-list-card.list-style-outline-oxblood.list-style-tint-wash {
  background: linear-gradient(180deg, rgba(122, 31, 43, 0.28), rgba(4, 28, 38, 0.94));
}
.list-style-outline-mist.list-style-tint-wash,
.official-list-card.list-style-outline-mist.list-style-tint-wash {
  background: linear-gradient(180deg, rgba(197, 212, 219, 0.12), rgba(4, 28, 38, 0.94));
}
.list-style-tint-gradient,
.official-list-card.list-style-tint-gradient,
.list-detail.list-style-tint-gradient {
  background:
    linear-gradient(135deg, rgba(245, 225, 74, 0.16), rgba(242, 132, 68, 0.12) 42%, rgba(114, 94, 242, 0.22));
}
.list-detail.list-style-tint-wash,
.list-detail.list-style-tint-gradient {
  border: 1px solid var(--gog-line);
  border-radius: 0.7rem;
  padding: 1.15rem 1.15rem 0.4rem;
}
.list-create-layout {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .list-create-layout {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    align-items: start;
  }
}
.list-style-fields {
  border: 1px solid var(--gog-line);
  border-radius: 0.5rem;
  padding: 0.95rem 1rem 1rem;
  margin-top: 0.35rem;
}
.list-style-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.9rem;
}
.list-style-swatch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  cursor: pointer;
  min-width: 3.4rem;
}
.list-style-swatch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.list-style-swatch-dot {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: #041c26;
  box-shadow: 0 0 0 1px rgba(2, 21, 28, 0.6);
}
.list-style-swatch-gold .list-style-swatch-dot { background: #f5e14a; }
.list-style-swatch-ember .list-style-swatch-dot { background: #f28444; }
.list-style-swatch-violet .list-style-swatch-dot { background: #725ef2; }
.list-style-swatch-oxblood .list-style-swatch-dot { background: #7a1f2b; }
.list-style-swatch-mist .list-style-swatch-dot { background: #c5d4db; }
.list-style-swatch-none .list-style-swatch-dot {
  background: transparent;
  border-style: dashed;
}
.list-style-swatch:has(input:checked) .list-style-swatch-dot,
.list-style-swatch input:focus-visible + .list-style-swatch-dot {
  box-shadow: 0 0 0 2px var(--gog-abyss), 0 0 0 4px var(--gog-gold);
}
.list-style-swatch-name,
.list-style-swatch-hex {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gog-mist);
}
.list-style-swatch-hex { opacity: 0.7; }
.list-style-tints {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.list-style-tint {
  border: 1px solid var(--gog-line);
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
.list-style-tint input { display: none; }
.list-style-tint:has(input:checked),
.list-style-tint.is-selected {
  border-color: var(--gog-gold);
  color: var(--gog-gold);
  background: rgba(245, 225, 74, 0.1);
}
.list-style-live {
  position: sticky;
  top: 5.4rem;
}
.list-style-preview-card {
  min-height: 10rem;
}

/* Share studio */
.share-studio {
  display: grid;
  gap: 1.25rem;
  border: 1px solid var(--gog-line);
  border-radius: 0.7rem;
  padding: 1.15rem 1.15rem 1rem;
  background: rgba(4, 24, 34, 0.72);
  margin-bottom: 1.1rem;
}
@media (min-width: 992px) {
  .share-studio {
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    align-items: start;
  }
  .share-studio-controls {
    grid-column: 1 / -1;
  }
}
.share-studio-mini-label {
  font-family: var(--font-mono);
  font-size: var(--text-kicker-size);
  letter-spacing: var(--text-kicker-tracking);
  text-transform: uppercase;
  color: var(--gog-gold);
  margin-bottom: 0.45rem;
}
.share-studio-formats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}
.share-format-chip {
  border: 1px solid var(--gog-line);
  background: transparent;
  color: var(--gog-mist);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.share-format-chip span {
  font-family: var(--font-mono);
  opacity: 0.7;
  margin-left: 0.25rem;
}
.share-format-chip.is-active {
  border-color: var(--gog-gold);
  color: var(--gog-abyss);
  background: var(--gog-gold);
}
.share-card-frame {
  --share-accent: var(--gog-gold);
  --share-frame: var(--gog-gold);
  position: relative;
  margin: 0 auto;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1;
  padding: 1.15rem 1.1rem 1rem;
  background: var(--gog-abyss);
  border: 2px solid var(--share-frame);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.share-card-frame.format-story { aspect-ratio: 9 / 16; width: min(100%, 320px); }
.share-card-frame.format-feed { aspect-ratio: 4 / 5; width: min(100%, 360px); }
.share-card-frame.accent-gold { --share-accent: #f5e14a; }
.share-card-frame.accent-ember { --share-accent: #f28444; }
.share-card-frame.accent-violet { --share-accent: #725ef2; }
.share-card-frame.accent-oxblood { --share-accent: #7a1f2b; }
.share-card-frame.accent-mist { --share-accent: #c5d4db; }
.share-card-frame.frame-classic_gilt { --share-frame: #f5e14a; box-shadow: inset 0 0 0 6px rgba(245, 225, 74, 0.12); }
.share-card-frame.frame-violet_veil { --share-frame: #b3a6ff; border-radius: 0.35rem; }
.share-card-frame.frame-ember_edge { --share-frame: #f28444; border-radius: 0.65rem; }
.share-card-frame.frame-seal_focus { --share-frame: #f5e14a; }
.share-card-frame.tint-wash {
  background: linear-gradient(180deg, color-mix(in srgb, var(--share-accent) 18%, #02151c), #02151c);
}
.share-card-frame.tint-gradient {
  background: linear-gradient(135deg, rgba(245, 225, 74, 0.16), rgba(242, 132, 68, 0.12) 42%, rgba(114, 94, 242, 0.22));
}
.share-card-cover {
  margin: -0.35rem -0.35rem 0.7rem;
  border-radius: 0.55rem;
  overflow: hidden;
  min-height: 38%;
}
.share-card-cover img,
.share-card-cover .cover-placeholder {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.share-card-frame.format-story .share-card-cover img,
.share-card-frame.format-story .share-card-cover .cover-placeholder {
  height: 240px;
}
.share-card-band {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--share-accent);
  margin: 0 0 0.25rem;
}
.share-card-score {
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 8vw, 3.4rem);
  line-height: 1;
  margin: 0 0 0.35rem;
  color: #fff;
}
.share-card-headline {
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
}
.share-card-headline-list { text-align: left; }
.share-card-excerpt,
.share-card-kicker,
.share-card-meta {
  color: var(--gog-mist);
  font-size: 0.88rem;
  text-align: center;
}
.share-card-kicker,
.share-card-meta {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--share-accent);
  text-align: left;
}
.share-card-excerpt { text-align: inherit; }
.share-card-ranks {
  list-style: none;
  padding: 0;
  margin: 0.55rem 0 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  overflow: hidden;
}
.share-card-ranks li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 1.6rem;
}
.share-card-ranks img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 3px;
}
.share-card-rank {
  font-family: var(--font-mono);
  width: 1.4rem;
  color: var(--share-accent);
  font-size: 0.72rem;
}
.share-card-rank-title {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.86rem;
}
.share-card-rank-score {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--gog-mist);
}
.share-card-footer {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 0.55rem;
}
.share-card-stamp {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 0 0 2px rgba(245, 225, 74, 0.42), 0 8px 18px rgba(0, 0, 0, 0.45);
}
.share-card-stamp img {
  width: 100%;
  height: 100%;
  display: block;
}
.share-card-frame.frame-seal_focus .share-card-stamp {
  width: 5.15rem;
  height: 5.15rem;
}
.share-card-frame.stamp-off .share-card-stamp,
.share-card-frame.stamp-off .share-card-footer picture {
  display: none;
}
.share-card-footer img { width: 36px; height: 36px; }
.share-card-member,
.share-card-host {
  margin: 0;
  font-size: 0.78rem;
  color: var(--gog-mist);
}
.share-card-host {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  color: var(--share-accent);
}
.share-frame-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 1rem;
}
@media (min-width: 700px) {
  .share-frame-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.share-frame-pick {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  color: var(--gog-mist);
}
.share-frame-pick input { position: absolute; opacity: 0; }
.share-frame-thumb {
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: 110px;
  border: 2px solid var(--gog-gold);
  border-radius: 0.45rem;
  background: #02151c;
}
.share-frame-thumb.frame-violet_veil { border-color: #b3a6ff; border-radius: 0.15rem; }
.share-frame-thumb.frame-ember_edge { border-color: #f28444; }
.share-frame-thumb.frame-seal_focus {
  background-image: url("../img/guild-seal-sm.png");
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: 42%;
}
.share-frame-pick.is-active span:last-child,
.share-frame-pick:has(input:checked) span:last-child {
  color: var(--gog-gold);
}
.share-stamp-toggle {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--gog-line);
  border-radius: 0.55rem;
  cursor: pointer;
  background: rgba(2, 21, 28, 0.55);
}
.share-stamp-toggle:has(input:checked) {
  border-color: rgba(245, 225, 74, 0.55);
}
.share-stamp-toggle input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--gog-gold);
  flex: 0 0 auto;
}
.share-stamp-toggle-mark {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(245, 225, 74, 0.4);
}
.share-stamp-toggle-mark img {
  width: 100%;
  height: 100%;
  display: block;
}
.share-stamp-toggle-title {
  display: block;
  font-family: var(--font-ui);
  font-weight: 700;
  color: var(--gog-gold);
}
.share-stamp-toggle-hint {
  display: block;
  font-size: 0.78rem;
  color: var(--gog-mist);
}
.share-studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.share-studio-foot {
  margin: 0.85rem 0 0;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gog-mist);
}

/* ── Phone sweep ── */
@media (max-width: 767.98px) {
  .guild-page-back::before {
    width: min(72vw, 280px);
    height: min(72vw, 280px);
    top: -10%;
    right: -28%;
    opacity: 0.05;
  }
  .guild-main {
    width: min(var(--hall-max), calc(100% - 1.5rem));
  }
  .ranking-kind.btn-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: .4rem;
  }
  .ranking-kind.btn-group .btn {
    min-width: 0;
    white-space: normal;
    border-radius: .35rem !important;
  }
  .hall-cycle-toggle,
  .review-tier-filter {
    width: 100%;
    max-width: 100%;
  }
  .library-progress-wrap,
  .guild-stack-wrap {
    overflow: visible;
  }
  .library-progress-table,
  .library-progress-table thead,
  .library-progress-table tbody,
  .library-progress-table tr,
  .library-progress-table th,
  .library-progress-table td,
  .guild-stack-table,
  .guild-stack-table thead,
  .guild-stack-table tbody,
  .guild-stack-table tr,
  .guild-stack-table th,
  .guild-stack-table td {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .library-progress-table thead,
  .guild-stack-table thead {
    display: none;
  }
  .library-progress-table tbody,
  .guild-stack-table tbody {
    display: flex;
    flex-direction: column;
    gap: .85rem;
  }
  .library-progress-table tr,
  .guild-stack-table tr {
    padding: .9rem 0 1rem;
    border-bottom: 1px solid var(--gog-line);
  }
  .library-progress-table tr:last-child,
  .guild-stack-table tr:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .library-progress-table td,
  .guild-stack-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    padding: .25rem 0;
    border: 0;
    min-width: 0;
  }
  .library-progress-table td.library-col-game {
    display: block;
    padding-bottom: .55rem;
  }
  .library-progress-table td[data-label]::before,
  .guild-stack-table td[data-label]::before {
    content: attr(data-label);
    flex: 0 0 auto;
    font-family: var(--font-ui);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--gog-mist);
  }
  .library-progress-table td.library-col-game[data-label]::before {
    display: none;
  }
  .library-progress-table td.library-col-progress {
    min-width: 0;
  }
  .library-progress-table td.library-col-progress .progress-track {
    flex: 1 1 auto;
    min-width: 0;
  }
  .library-col-review .btn {
    min-height: 2.75rem;
  }
  .link-candidate-confirm {
    min-width: 0;
    width: 100%;
  }
  .pagination {
    flex-wrap: wrap;
    row-gap: .35rem;
  }
}

@media (max-width: 575.98px) {
  #game-search .col-auto {
    flex: 1 1 100%;
    width: 100%;
  }
  #game-search .btn {
    width: 100%;
  }
  .catalogue-chrome .btn-group {
    width: 100%;
    gap: .35rem;
  }
  .catalogue-chrome .btn-group .btn {
    border-radius: .35rem !important;
  }
  .search-hero .card-body {
    padding: 1.15rem !important;
  }
}

/* ── Phase 3: recommend %, review tags, year in review ── */
.score-seal-recommend {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--gog-line-gilt);
}
.score-seal-recommend-num {
  display: block;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gog-gold);
}
.score-seal-recommend-label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gog-mist, #8aa0a8);
}
.review-recommend {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.12rem 0.4rem;
  border-radius: 4px;
  border: 1px solid transparent;
}
.review-recommend.is-yes {
  color: var(--gog-gold);
  border-color: rgba(245, 225, 74, 0.45);
  background: rgba(245, 225, 74, 0.1);
}
.review-recommend.is-no {
  color: #c9d6dc;
  border-color: rgba(138, 160, 168, 0.35);
  background: rgba(138, 160, 168, 0.08);
}
.review-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  list-style: none;
  padding: 0;
  margin: 0.55rem 0 0;
}
.review-tag {
  display: inline-block;
  font-size: 0.72rem;
  padding: 0.12rem 0.45rem;
  border-radius: 4px;
  background: rgba(114, 94, 242, 0.14);
  color: var(--gog-violet-bright);
  border: 1px solid rgba(114, 94, 242, 0.4);
}
.review-tag-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.review-tag-pick {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.review-tag-pick input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.review-tag-pick span {
  display: inline-block;
  font-size: 0.78rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--gog-line);
  color: #d5e4ea;
  background: rgba(5, 32, 40, 0.5);
}
.review-tag-pick input:checked + span {
  border-color: rgba(245, 225, 74, 0.55);
  color: var(--gog-gold);
  background: rgba(245, 225, 74, 0.1);
}
.review-tag-pick input:focus-visible + span {
  outline: 2px solid var(--gog-gold);
  outline-offset: 2px;
}
.year-recap-hero {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.year-recap-seal {
  flex: 0 0 auto;
}
.year-recap-title {
  font-size: 1.8rem;
}
.year-recap-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: 0.85rem;
}
.year-recap-stat {
  border: 1px solid var(--gog-line-gilt);
  border-radius: 0.45rem;
  padding: 0.85rem 0.75rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(114, 94, 242, 0.12), #03161d 70%);
}
.year-recap-stat-num {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gog-gold);
  line-height: 1;
}
.year-recap-stat-label {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gog-mist, #8aa0a8);
}
.year-recap-games {
  padding-left: 1.2rem;
  margin: 0;
}
.year-recap-games li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.35rem 0;
}
