/*Dense, not microscopic: legible type at desktop and high-resolution widths. */
body {
  font-size: 14px;
}
.brand strong {
  font-size: 16px;
}
.brand small, .kicker {
  font-size: 10px;
}
.button {
  font-size: 12px;
}
.hero-copy {
  font-size: 12px;
}
/*Monochrome box-art fan in the collection header. */
.hero-art {
  right: 3%;
  bottom: 0;
  width: 270px;
  height: 126px;
  opacity: 0.72;
  perspective: 700px;
}
.hero-cover {
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 72px;
  height: 105px;
  border: 1px solid #54e2c35c;
  border-radius: 3px;
  background: linear-gradient( 145deg, #163d38 0 22%, #0e2927 22% 25%, #17463e 25% 56%, #0b2422 56% 60%, #123630 60% 100% );
  box-shadow: 0 9px 19px #0009, inset 0 0 0 2px #07110f99;
  transform-origin: 50% 118%;
  overflow: hidden;
}
.hero-cover:before {
  content: "";
  position: absolute;
  inset: 8px 7px 40px;
  border: 1px solid #67e4c53d;
  background: linear-gradient( 135deg, transparent 0 36%, #48d5b51b 37% 62%, transparent 63% ), radial-gradient(circle at 68% 34%, #6ce7ca42 0 8%, transparent 9%);
}
.hero-cover:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 15px;
  bottom: 23px;
  height: 2px;
  background: #66dfc064;
  box-shadow: 0 6px 0 #66dfc02b, 0 12px 0 #66dfc018;
}
.hero-cover.has-art {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-cover.has-art:before, .hero-cover.has-art:after {
  display: none;
}
.hero-cover-1 {
  transform: translateX(-118px) rotate(-20deg);
  filter: brightness(0.62);
}
.hero-cover-2 {
  transform: translateX(-84px) rotate(-11deg);
  filter: brightness(0.78);
}
.hero-cover-3 {
  z-index: 3;
  transform: translateX(-36px) translateY(-8px);
  filter: brightness(1.05);
}
.hero-cover-4 {
  z-index: 2;
  transform: translateX(13px) rotate(11deg);
  filter: brightness(0.82);
}
.hero-cover-5 {
  transform: translateX(48px) rotate(20deg);
  filter: brightness(0.64);
}
.hero-cover-1 {
  background: linear-gradient(160deg, #173c38 0 48%, #0b211f 49% 100%);
}
.hero-cover-1:before {
  inset: 12px 7px 22px;
  border: 0;
  background: linear-gradient( 142deg, transparent 0 42%, #59d7ba40 43% 45%, transparent 46% ), linear-gradient(38deg, #0a1b1a 0 38%, #2b746546 39% 60%, transparent 61%);
}
.hero-cover-1:after {
  left: 9px;
  right: 26px;
  bottom: 14px;
  height: 1px;
  box-shadow: 0 4px 0 #66dfc02d;
}
.hero-cover-2 {
  background: linear-gradient(20deg, #102c29, #19473f 62%, #0c2421);
}
.hero-cover-2:before {
  inset: 10px 8px 29px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient( circle at 50% 48%, #69e0c34a 0 13%, transparent 14% 27%, #55ceb52b 28% 29%, transparent 30% 43%, #4fc6ac1c 44% 45%, transparent 46% );
}
.hero-cover-2:after {
  left: 13px;
  right: 13px;
  bottom: 15px;
  height: 10px;
  border: 1px solid #5ed8ba38;
  background: repeating-linear-gradient( 90deg, #5ed8ba30 0 2px, transparent 2px 6px );
  box-shadow: none;
}
.hero-cover-3 {
  background: linear-gradient(135deg, #1b5147, #0b2522 55%, #153c36);
}
.hero-cover-3:before {
  inset: 9px 10px 35px;
  border: 1px solid #70e7cb47;
  background: linear-gradient(90deg, transparent 46%, #68dfc12f 47% 53%, transparent 54%), linear-gradient(0deg, transparent 46%, #68dfc12f 47% 53%, transparent 54%), radial-gradient(circle, #78ead04a 0 9%, transparent 10%);
}
.hero-cover-3:after {
  left: 15px;
  right: 15px;
  bottom: 23px;
  height: 2px;
  box-shadow: 0 6px 0 #66dfc03d, 0 12px 0 #66dfc020;
}
.hero-cover-4 {
  background: linear-gradient(160deg, #0e2926, #205248 56%, #0b201e);
}
.hero-cover-4:before {
  inset: 11px 8px 30px;
  border: 0;
  background: repeating-linear-gradient(0deg, transparent 0 10px, #63d9bc21 10px 11px), repeating-linear-gradient(90deg, #56ceb22b 0 9px, transparent 9px 18px);
}
.hero-cover-4:after {
  left: 9px;
  right: 29px;
  bottom: 16px;
  height: 5px;
  background: #65ddc047;
  box-shadow: 21px 0 0 #65ddc020;
}
.hero-cover-5 {
  background: linear-gradient(145deg, #173c37, #0a211f 52%, #12352f);
}
.hero-cover-5:before {
  inset: 10px 7px 27px;
  border: 0;
  background: linear-gradient( 0deg, #51cdb22a 0 2%, transparent 3% 19%, #51cdb21c 20% 21%, transparent 22% ), radial-gradient( circle at 69% 67%, #74e7cc55 0 12%, #4bc7ab20 13% 27%, transparent 28% );
}
.hero-cover-5:after {
  left: 11px;
  right: 11px;
  bottom: 15px;
  height: 1px;
  background: #66dfc046;
  box-shadow: 0 -5px 0 #66dfc019;
}
@media (max-width: 760px) {
  .hero-art {
    right: -20px;
    transform: scale(0.82);
    transform-origin: right bottom;
  }
}
.stat-card small, .filter-foot, .game-meta, .empty-state p {
  font-size: 10px;
}
.library-loader {
  min-height: clamp(180px, 28vh, 280px);
  display: grid;
  place-items: center;
  color: #7f918f;
}
.library-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.library-loader-controller {
  width: 58px;
  height: 58px;
  overflow: visible;
  filter: drop-shadow(0 7px 12px #0009);
}
.library-loader-mark {
  transform-box: view-box;
  transform-origin: 32px 32px;
  animation: controller-breathe 1.8s ease-in-out infinite;
}
.loader-controller-body {
  fill: none;
  stroke: #35d6b2;
  stroke-width: 1.6;
}
.loader-control {
  transform-box: fill-box;
  transform-origin: center;
  animation: controller-press 1.8s ease-in-out infinite;
}
.loader-dpad {
  fill: none;
  stroke: #35d6b2;
  stroke-width: 2.2;
  stroke-linecap: round;
}
.loader-action-a {
  fill: #f2b84b;
  stroke: #08120f;
  stroke-width: 1;
  animation-delay: -1.2s;
}
.loader-action-b {
  fill: #ef6b6b;
  stroke: #08120f;
  stroke-width: 1;
  animation-delay: -0.6s;
}
@keyframes controller-breathe {
  0%, 100% {
    transform: scale(1);
    filter: brightness(0.92);
  }
  50% {
    transform: scale(1.045);
    filter: brightness(1.12);
  }
}
@keyframes controller-press {
  0%, 38%, 62%, 100% {
    transform: scale(1);
  }
  48% {
    transform: scale(0.72);
  }
}
@media (prefers-reduced-motion: reduce) {
  .library-loader-mark, .loader-control {
    animation: none;
  }
}
.filters label > span, .form-grid label > span, .auth-body form label > span {
  font-size: 10px;
}
.search-wrap input, .filters select, .form-grid input, .form-grid select, .form-grid textarea {
  font-size: 12px;
}
.platform-tag {
  font-size: 10px;
  white-space: nowrap;
}
:where(.platform-tag,.platform-version-menu button,.game-versions button,.activity-platform-tag,.platform-coded) {
  --platform-accent:#708399;
  --platform-text:#c4ccd3;
  --platform-border:color-mix(in srgb,var(--platform-accent) 36%,#29333d);
  --platform-bg:color-mix(in srgb,var(--platform-accent) 7%,#0d1219);
  --platform-hover:color-mix(in srgb,var(--platform-accent) 13%,#111821);
  --platform-mark:var(--platform-accent);
  --platform-frame:linear-gradient(var(--platform-border),var(--platform-border));
  --platform-surface:linear-gradient(var(--platform-bg),var(--platform-bg));
}
.platform-theme-nintendo-red { --platform-accent:#e60012; }
.platform-theme-nintendo-multicolor {
  --platform-accent:#4b72b8;
  --platform-mark:linear-gradient(90deg,#e60012 0 25%,#f5c518 25% 50%,#37a867 50% 75%,#2878ba 75%);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#e60012 15%,#0d1219),color-mix(in srgb,#f5c518 10%,#0d1219) 34%,color-mix(in srgb,#37a867 10%,#0d1219) 66%,color-mix(in srgb,#2878ba 15%,#0d1219));
}
.platform-theme-gamecube { --platform-accent:#6a5fbb; }
.platform-theme-wii { --platform-accent:#8c8c8c; }
.platform-theme-wii-u { --platform-accent:#009ac7; }
.platform-theme-nintendo-3ds { --platform-accent:#d12228; }
.platform-theme-nintendo-neutral { --platform-accent:#818895; }
.platform-theme-playstation-original {
  --platform-accent:#0070d1;
  --platform-mark:linear-gradient(90deg,#df0024 0 25%,#f3c300 25% 50%,#00aa9e 50% 75%,#2e6db4 75%);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#df0024 14%,#0d1219),color-mix(in srgb,#f3c300 10%,#0d1219) 34%,color-mix(in srgb,#00aa9e 10%,#0d1219) 66%,color-mix(in srgb,#2e6db4 14%,#0d1219));
}
.platform-theme-playstation { --platform-accent:#003791; }
.platform-theme-xbox { --platform-accent:#107c10; }
.platform-theme-sega { --platform-accent:#0089cf; }
.platform-theme-atari {
  --platform-accent:#e4202e;
  --platform-mark:linear-gradient(90deg,#e4202e,#f47a24,#f4c542,#7dae42,#3188c8,#76539b);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#e4202e 15%,#0d1219),color-mix(in srgb,#f4c542 10%,#0d1219) 40%,color-mix(in srgb,#3188c8 11%,#0d1219) 72%,color-mix(in srgb,#76539b 14%,#0d1219));
}
.platform-theme-snk { --platform-accent:#168ac2; }
.platform-theme-nec { --platform-accent:#1414a0; }
.platform-theme-wonderswan {
  --platform-accent:#2876b8;
  --platform-mark:linear-gradient(90deg,#eb8426,#5da548,#2876b8);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#eb8426 14%,#0d1219),color-mix(in srgb,#5da548 10%,#0d1219) 50%,color-mix(in srgb,#2876b8 15%,#0d1219));
}
.platform-theme-neutral { --platform-accent:#708399; }
.platform-theme-windows { --platform-accent:#0078d4; }
.platform-theme-apple { --platform-accent:#9ca4ad; }
.platform-theme-linux { --platform-accent:#fcc624; }
.platform-theme-commodore { --platform-accent:#1e2a4e; }
.platform-theme-acorn { --platform-accent:#d4202f; }
.platform-theme-msx { --platform-accent:#1478ba; }
.platform-theme-amiga {
  --platform-accent:#e34b35;
  --platform-mark:linear-gradient(90deg,#e34b35,#f29b38,#f2cf45,#53a95f,#3482ba);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#e34b35 15%,#0d1219),color-mix(in srgb,#f2cf45 9%,#0d1219) 44%,color-mix(in srgb,#3482ba 15%,#0d1219));
}
.platform-theme-spectrum {
  --platform-accent:#d73a45;
  --platform-mark:linear-gradient(90deg,#d73a45,#e4bc39,#4ca66b,#46a9c8);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#d73a45 16%,#0d1219),color-mix(in srgb,#e4bc39 10%,#0d1219) 36%,color-mix(in srgb,#4ca66b 11%,#0d1219) 66%,color-mix(in srgb,#46a9c8 16%,#0d1219));
}
.platform-theme-amstrad {
  --platform-accent:#2b77b9;
  --platform-mark:linear-gradient(90deg,#df3d42 0 33%,#3d9b5f 33% 66%,#2b77b9 66%);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#df3d42 14%,#0d1219),color-mix(in srgb,#3d9b5f 10%,#0d1219) 50%,color-mix(in srgb,#2b77b9 15%,#0d1219));
}
.platform-theme-apple-rainbow {
  --platform-accent:#8b69a8;
  --platform-mark:linear-gradient(90deg,#61bb46,#fdb827,#f5821f,#e03a3e,#963d97,#009ddc);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#61bb46 12%,#0d1219),color-mix(in srgb,#fdb827 9%,#0d1219) 30%,color-mix(in srgb,#e03a3e 11%,#0d1219) 58%,color-mix(in srgb,#963d97 12%,#0d1219) 78%,color-mix(in srgb,#009ddc 14%,#0d1219));
}
.platform-theme-fm-towns {
  --platform-accent:#d34343;
  --platform-mark:linear-gradient(90deg,#d34343,#f0ba3b,#3d8fc2);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#d34343 14%,#0d1219),color-mix(in srgb,#f0ba3b 9%,#0d1219) 52%,color-mix(in srgb,#3d8fc2 15%,#0d1219));
}
.platform-theme-amico {
  --platform-accent:#7677b8;
  --platform-mark:linear-gradient(90deg,#ed6a57,#f0bd3f,#62aa66,#45a5bb,#7677b8);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#ed6a57 14%,#0d1219),color-mix(in srgb,#f0bd3f 8%,#0d1219) 32%,color-mix(in srgb,#62aa66 9%,#0d1219) 58%,color-mix(in srgb,#45a5bb 11%,#0d1219) 76%,color-mix(in srgb,#7677b8 14%,#0d1219));
}
.platform-theme-steam { --platform-accent:#9ba7b1; }
.platform-theme-steam-deck { --platform-accent:#1a9fff; }
.platform-theme-gog { --platform-accent:#5100dc; }
.platform-theme-epic { --platform-accent:#8d9298; }
.platform-theme-ea { --platform-accent:#969da5; }
.platform-theme-origin { --platform-accent:#f56c2d; }
.platform-theme-android { --platform-accent:#3ddc84; }
.platform-theme-ubisoft { --platform-accent:#9ba2aa; }
.platform-theme-battle-net { --platform-accent:#4381c3; }
.platform-theme-rockstar { --platform-accent:#fcaf17; }
.platform-theme-itch { --platform-accent:#fa5c5c; }
.platform-theme-amazon { --platform-accent:#ff9900; }
.platform-theme-playdate { --platform-accent:#ffb900; }
.platform-theme-evercade {
  --platform-accent:#746482;
  --platform-mark:linear-gradient(90deg,#9b555a,#75658c,#52758a);
  --platform-frame:var(--platform-mark);
  --platform-surface:linear-gradient(105deg,color-mix(in srgb,#9b555a 15%,#0d1219),color-mix(in srgb,#75658c 12%,#0d1219) 52%,color-mix(in srgb,#52758a 15%,#0d1219));
}
.platform-theme-meta { --platform-accent:#0467df; }
.platform-theme-luna { --platform-accent:#9146ff; }
.platform-theme-nvidia { --platform-accent:#76b900; }
.platform-theme-stadia { --platform-accent:#cd2640; }
.platform-theme-custom { --platform-accent:#708399; }
.platform-tag-label {
  white-space: nowrap;
}
.platform-picker {
  position: relative;
  min-width: 0;
}
.platform-switch {
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: .075em;
  text-transform: uppercase;
  cursor: pointer;
  max-width: none;
}
.platform-switch:hover,.platform-switch:focus-visible {
  border-color: transparent;
  background: linear-gradient(var(--platform-hover),var(--platform-hover)) padding-box,var(--platform-frame) border-box;
  color: var(--platform-text);
  outline: none;
}
.platform-switch-indicator {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  margin: -3px 1px 0 2px;
}
.platform-version-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 4px);
  left: 0;
  display: grid;
  width: max-content;
  min-width: max(100%, 190px);
  max-width: min(310px, calc(100vw - 24px));
  padding: 4px;
  border: 1px solid #315047;
  border-radius: 4px;
  background: #08110f;
  box-shadow: 0 12px 28px #000c;
}
.platform-version-menu[hidden] {
  display: none;
}
.platform-picker.opens-up .platform-version-menu {
  top: auto;
  bottom: calc(100% + 4px);
}
.platform-version-menu button {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 32px;
  padding: 5px 7px;
  border: 0;
  border-left: 2px solid transparent;
  border-radius: 2px;
  background: #0b1613;
  box-shadow: inset 0 -1px #172a25;
  color: var(--platform-text);
  font: 700 10px/1.15 ui-monospace, monospace;
  text-align: left;
  cursor: pointer;
}
.platform-version-menu button:hover,.platform-version-menu button:focus-visible {
  background: var(--platform-hover);
  color: var(--platform-text);
  outline: none;
}
.platform-version-menu button[aria-checked="true"] {
  border-left-color: var(--platform-accent);
  background: var(--platform-surface);
  color: var(--platform-text);
}
.platform-version-menu button span,.platform-version-menu button small {
  white-space: nowrap;
}
.platform-version-menu button small {
  color: color-mix(in srgb, var(--platform-text) 65%, #56616c);
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
}
.game-card.version-menu-open {
  z-index: 30;
  overflow: visible;
}
.game-card.version-menu-open > .game-cover,.game-card.version-menu-open > .game-cover-shade {
  border-radius: inherit;
}
.game-title {
  font-size: 14px;
  height: 2.44em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.badge {
  font-size: 9px;
}
.badge.source-credit {
  text-decoration: none;
}
.badge.source-credit:hover, .badge.source-credit:focus-visible {
  color: #b99aef;
  outline: 1px solid #7962a5;
}
.badges {
  height: 42px;
  align-content: flex-start;
  overflow: hidden;
}
.personal-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f0bd52;
  font-size: 11px;
  line-height: 1;
}
.personal-rating b {
  color: #d9e1e8;
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}
.rating-stars {
  display: inline-flex;
  gap: 1px;
}
.rating-star {
  color: #44515e;
  font-style: normal;
}
.rating-star.on {
  color: #f5a623;
}
.rating-star.half {
  background: linear-gradient(90deg,#f5a623 50%,#44515e 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-field {
  display: grid;
  min-width: 0;
  gap: 3px;
}
.rating-field > span {
  margin: 0 0 3px 1px;
  color: #728092;
  font-size: 10px;
  letter-spacing: .07em;
}
.rating-picker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  gap: 2px;
  padding: 3px 5px;
  border: 1px solid #27323e;
  border-radius: 4px;
  background: #090d13;
  cursor: pointer;
}
.rating-picker:focus-visible {
  border-color: #35d6b2;
  box-shadow: 0 0 0 1px #35d6b244;
  outline: none;
}
.rating-picker.previewing {
  border-color: rgba(245,166,35,.72);
  box-shadow: 0 0 0 1px rgba(245,166,35,.16);
}
.rating-picker .rating-star {
  padding: 0;
  border: 0;
  background: none;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}
.rating-picker .rating-star.half {
  background: linear-gradient(90deg,#f5a623 50%,#44515e 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-picker .rating-clear {
  margin-left: 4px;
  padding: 2px 5px;
  border: 0;
  border-left: 1px solid #293541;
  background: none;
  color: #80909e;
  font-size: 9px;
  cursor: pointer;
}
.rating-picker .rating-clear:hover,.rating-picker .rating-clear:focus-visible {
  color: #f0bd52;
  outline: none;
}
.rating-picker output {
  min-width: 42px;
  margin-left: 4px;
  color: #aebac4;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}
.rating-picker.previewing output {
  color: #f5a623;
}
.card-actions button {
  font-size: 10px;
}
.card-rating-field {
  margin-top: 8px;
}
.card-rating-picker {
  width: 100%;
}
.card-rating-picker .card-rating-inline-label {
  margin-left: auto;
  color: #728092;
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}
.view-button {
  color: #aebbc6;
}
.game-details-dialog {
  width: min(760px,calc(100% - 16px));
}
.game-details-card {
  width: 100%;
}
.game-detail-hero {
  display: grid;
  grid-template-columns: 150px minmax(0,1fr);
  gap: 14px;
  align-items: start;
}
.game-detail-hero>img,.game-detail-no-cover {
  width: 150px;
  aspect-ratio: 2/3;
  border: 1px solid #2b3945;
  border-radius: 6px;
  object-fit: cover;
  background: #090d13;
}
.game-detail-no-cover {
  display: grid;
  place-items: center;
  color: #667584;
  font-size: 10px;
}
.game-detail-hero>div>p:first-child,.game-detail-hero small {
  margin: 0 0 7px;
  color: #728092;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.game-detail-hero>div>.game-detail-platform,
.game-detail-platform-value {
  color:color-mix(in srgb,var(--platform-accent) 76%,#dce8e4);
}
.game-detail-platform-value {
  padding:2px 4px;
  border:1px solid transparent;
  border-radius:3px;
  background:var(--platform-surface) padding-box,var(--platform-frame) border-box;
  width:max-content;
  max-width:100%;
}
.game-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.game-detail-description {
  margin: 12px 0 7px;
  color: #c4d0d9;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  white-space: pre-line;
}
.game-detail-facts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 6px;
  margin-top: 13px;
}
.game-detail-facts>div,.game-detail-times>div {
  padding: 7px;
  border: 1px solid #263542;
  border-radius: 4px;
  background: #090d13;
}
.game-detail-facts span,.game-detail-facts strong,.game-detail-times span,.game-detail-times strong {
  display: block;
}
.game-detail-facts span,.game-detail-times span {
  color: #748392;
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.game-detail-facts strong,.game-detail-times strong {
  margin-top: 3px;
  color: #d9e2e9;
  font-size: 11px;
}
.game-detail-section {
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid #24303a;
}
.game-detail-section h3 {
  margin: 0 0 8px;
  color: #aebdc7;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.game-detail-section p {
  margin: 4px 0 9px;
  color: #b7c4cd;
  font-size: 11px;
  line-height: 1.55;
  text-align: justify;
  text-justify: inter-word;
  white-space: pre-line;
}
.game-detail-section ul {
  margin: 8px 0;
  padding-left: 18px;
  color: #b7c4cd;
  font-size: 11px;
}
.game-detail-section>a {
  color: #61d7bd;
  font-size: 10px;
}
.game-detail-times {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 6px;
}
.game-detail-times strong {
  color: #e3bd63;
}
.empty-detail {
  color: #71808d !important;
  font-style: italic;
}
@media (max-width:520px) {
  .game-detail-hero {
    grid-template-columns: 96px minmax(0,1fr);
    gap: 10px;
  }
  .game-detail-hero>img,.game-detail-no-cover {
    width: 96px;
  }
  .game-detail-facts {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .game-detail-times {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
.game-card {
  display: flex;
  flex-direction: column;
}
.game-versions {
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  margin:6px 0 1px;
}
[data-version-picker] {
  grid-column: 1 / -1;
  margin: 0 0 6px;
}
.game-versions button {
  min-height:22px;
  padding:2px 6px;
  border:1px solid transparent;
  border-radius:3px;
  background:var(--platform-surface) padding-box,var(--platform-frame) border-box;
  color:var(--platform-text);
  font:inherit;
  font-size:9px;
  line-height:1.1;
  cursor:pointer;
}
.game-versions button:hover,.game-versions button:focus-visible {
  border-color:transparent;
  background:linear-gradient(var(--platform-hover),var(--platform-hover)) padding-box,var(--platform-frame) border-box;
  color:var(--platform-text);
  outline:none;
}
.game-versions button[aria-pressed="true"] {
  border-color: transparent;
  background: var(--platform-surface) padding-box,var(--platform-frame) border-box;
  color: var(--platform-text);
  box-shadow: inset 0 -2px var(--platform-accent);
}
.card-actions {
  margin-top: auto;
}
.library-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #7f8c98;
  font-size: 10px;
  text-align: center;
}
.library-pagination button {
  justify-self: start;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #26323f;
  border-radius: 4px;
  background: #10161e;
  color: #aebdc7;
  font: inherit;
  cursor: pointer;
}
.library-pagination button:last-child {
  justify-self: end;
}
.library-pagination button:hover:not(:disabled),.library-pagination button:focus-visible {
  border-color: #35d6b2;
  color: #35d6b2;
  outline: none;
}
.library-pagination button:disabled {
  opacity: .42;
  cursor: default;
}
.toast {
  font-size: 11px;
}
.pegi-assist strong, .pegi-result strong, .account-summary strong {
  font-size: 11px;
}
.pegi-assist small, .pegi-result small, .pegi-message, .form-error, .account-summary small {
  font-size: 10px;
}
.check-label span {
  font-size: 10px !important;
}
.auth-terminal {
  font-size: 10px;
}
.auth-body h1 {
  font-size: 22px;
}
.auth-copy, .auth-tabs button {
  font-size: 11px;
}
.auth-body input {
  font-size: 13px;
}
.auth-hint {
  font-size: 10px;
}
@media (min-width: 1800px) {
  body {
    font-size: 15px;
  }
  .game-title {
    font-size: 15px;
  }
  .search-wrap input, .filters select, .form-grid input, .form-grid select, .form-grid textarea, .auth-body input {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .stat-card small {
    font-size: 9px;
  }
  .game-title {
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  .view-buttons {
    display: none;
  }
}
/*Cover-backed cards follow Gamebooks: centered art flowing across the card under a readability fade. */
.game-card.has-cover {
  background: #0d1219;
}
.game-card.has-cover:before {
  z-index: 3;
}
.game-card > .game-cover {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.92;
}
.game-cover-shade {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient( to right, rgba(8, 12, 17, 0.99) 0%, rgba(9, 14, 20, 0.96) 38%, rgba(10, 15, 22, 0.82) 62%, rgba(9, 14, 20, 0.38) 100% );
  pointer-events: none;
}
.game-card > :not(.game-cover):not(.game-cover-shade) {
  position: relative;
  z-index: 1;
}
.game-card.version-menu-open > .card-top {
  z-index: 41;
}
.game-card.has-cover:hover .game-cover {
  transform: scale(1.025);
}
.game-cover {
  transition: transform 0.22s ease;
}
.cover-assist {
  border: 1px solid #293545;
  background: #101620;
  padding: 7px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
}
.cover-assist strong {
  display: block;
  font-size: 11px;
  color: #78aee7;
}
.cover-assist small {
  display: block;
  color: #7e8b99;
  font-size: 10px;
  margin-top: 2px;
}
.cover-assist-actions {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: none;
}
.cover-selection {
  position: relative;
  z-index: 3;
  height: 62px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #2a3c4d;
  background: #0a1118;
  padding: 5px;
  margin: -3px 0 9px;
}
.cover-selection img {
  width: 36px;
  height: 50px;
  object-fit: cover;
}
.cover-selection-image {
  position: relative;
  z-index: 1;
}
.cover-selection-image:hover {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 4;
  width: 252px;
  height: 350px;
  outline: 1px solid #57d7b8;
  outline-offset: 0;
  box-shadow: 0 12px 34px #020807e6;
}
.cover-selection strong, .cover-selection small {
  display: block;
}
.cover-selection strong {
  font-size: 11px;
  color: #8fc4f1;
}
.cover-selection small {
  font-size: 10px;
  color: #7d8a98;
  margin-top: 3px;
}
.cover-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  max-height: 310px;
  overflow: auto;
  border: 1px solid #283542;
  background: #080d12;
  padding: 5px;
  margin: -3px 0 9px;
}
.cover-result {
  min-width: 0;
  border: 1px solid #25313d;
  background: #0e151d;
  color: #dce5ef;
  padding: 4px;
  text-align: left;
}
.cover-result:hover {
  border-color: #4b87b8;
  background: #111d28;
}
.cover-result img {
  display: block;
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  background: #06090d;
}
.cover-result strong, .cover-result small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cover-result strong {
  font-size: 10px;
  margin-top: 4px;
}
.cover-result small {
  font-size: 9px;
  color: #758393;
  margin-top: 2px;
}
.title-autocomplete {
  position: relative;
  min-width: 0;
}
.title-autocomplete > label > span {
  display: block;
  color: #728092;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0 0 3px 1px;
}
.title-suggestions {
  position: absolute;
  z-index: 12;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 220px;
  overflow: auto;
  border: 1px solid #315447;
  background: #080d12;
  box-shadow: 0 12px 30px #000c;
  padding: 3px;
  scrollbar-color: #376e61 #080d12;
  scrollbar-width: thin;
}
.title-suggestions button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid transparent;
  background: #0b1118;
  color: #cbd6df;
  padding: 7px 8px;
  text-align: left;
  font-size: 11px;
}
.title-suggestions button + button {
  border-top-color: #1e2a32;
}
.title-suggestions button:hover, .title-suggestions button.active {
  background: #10231f;
  border-color: #2c6c5e;
  color: #69e8ca;
}
.title-suggestions span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title-suggestions small {
  flex: none;
  color: #61756f;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.title-suggestions .existing span small, .title-suggestions .katalog span small {
  display: block;
  margin-top: 2px;
  text-transform: none;
  letter-spacing: 0;
}
.autocomplete-platform {
  color:color-mix(in srgb,var(--platform-accent) 76%,#dce8e4);
  font-style:normal;
  font-weight:800;
}
.title-suggestions .existing b, .title-suggestions .katalog b {
  flex: none;
  color: #55dfbf;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.title-suggestions .katalog {
  border-left-color: #2c6c5e;
}
.duplicate-warning {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 5px;
  padding: 6px 7px;
  border: 1px solid #6d5b28;
  background: #1c190e;
  color: #ddc36d;
}
.duplicate-warning span {
  min-width: 0;
}
.duplicate-warning strong, .duplicate-warning small {
  display: block;
}
.duplicate-warning strong {
  font-size: 10px;
}
.duplicate-warning small {
  margin-top: 2px;
  color: #9f9062;
  font-size: 9px;
}
.duplicate-warning .button {
  flex: none;
  padding: 5px 7px;
  color: #e2cb7f;
  border-color: #655529;
  background: #211d10;
  font-size: 9px;
}
.integration-panel {
  border: 1px solid #263541;
  background: #091018;
  padding: 0;
  margin-bottom: 5px;
}
.integration-summary, .integration-key, .integration-bulk {
  display: flex;
  align-items: center;
  gap: 7px;
}
.integration-summary {
  position: relative;
  min-height: 40px;
  padding: 5px 32px 5px 8px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.integration-summary::-webkit-details-marker {
  display: none;
}
.integration-summary::marker {
  content: '';
}
.integration-summary:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1px solid #54dbbd;
  border-bottom: 1px solid #54dbbd;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 120ms ease;
}
.integration-panel[open]>.integration-summary:after {
  transform: translateY(-30%) rotate(225deg);
}
.integration-summary:hover {
  background: #0c1620;
}
.integration-summary:focus-visible {
  outline: 1px solid #54dbbd;
  outline-offset: -1px;
}
.integration-body {
  padding: 0 8px 8px;
  border-top: 1px solid #202b36;
}
.integration-resources {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  padding-top: 6px;
}
.integration-summary strong, .integration-summary small {
  display: block;
}
.integration-summary strong {
  font-size: 11px;
  color: #7eb6e8;
}
.integration-summary small, .integration-bulk span {
  font-size: 10px;
  color: #7d8998;
  margin-top: 2px;
}
.integration-resources a {
  font-size: 9px;
  color: #54dbbd;
}
.integration-key {
  margin-top: 7px;
}
.integration-key input {
  min-width: 0;
  flex: 1;
  height: 32px;
  border: 1px solid #293746;
  background: #070c11;
  color: #dce5ef;
  padding: 0 8px;
  font-size: 11px;
}
.integration-key input.is-connected:disabled {
  border-color: #267961;
  background: #10251f;
  color: #58dbb8;
  -webkit-text-fill-color: #58dbb8;
  opacity: 1;
  cursor: default;
}
.external-cover-integration .integration-summary strong {
  color: #b99aef;
}
[data-cover-provider="igdb"] .integration-summary strong, .igdb-assist strong {
  color: #67e7c5;
}
.provider-credential-pair {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr) auto;
  align-items: end;
}
.provider-credential-pair label {
  display: grid;
  min-width: 0;
  gap: 3px;
}
.provider-credential-pair label > span {
  color: #819489;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: .04em;
}
.integration-note {
  display: block;
  margin-top: 7px;
  color: #788b87;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.45;
}
.provider-fields .integration-key input {
  width: 0;
}
.provider-fields .provider-credential-pair input {
  width: 100%;
}
.provider-connected[hidden], .provider-fields[hidden] {
  display: none;
}
.integration-bulk {
  justify-content: space-between;
  margin-top: 6px;
}
.integration-bulk span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.integration-bulk .button {
  flex: none;
}
.pegi-integration .integration-summary strong {
  color: #62e4c6;
}
.hltb-integration .integration-summary strong, .hltb-assist strong {
  color: #d6b56b;
}
.hltb-assist {
  border-color: #4b4028;
  background: #15130d;
}
.hltb-result {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  padding: 7px;
  border: 1px solid #252d35;
  background: #0a0f15;
  color: #dce5ef;
  text-align: left;
}
.hltb-result + .hltb-result {
  margin-top: 3px;
}
.hltb-result:hover, .hltb-result:focus-visible {
  border-color: #75613a;
  background: #17150f;
}
.hltb-result span {
  min-width: 0;
}
.hltb-result strong, .hltb-result small {
  display: block;
}
.hltb-result strong {
  overflow: hidden;
  color: #e4d2a6;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hltb-result b {
  flex: none;
  color: #d6b56b;
  font-size: 10px;
}
.game-hltb-details {
  margin-top: 9px;
  border: 1px solid #403822;
  background: #11100b;
}
.game-igdb-details {
  margin-top: 9px;
  padding: 9px;
  border: 1px solid #255b50;
  background: #091713;
}
.game-igdb-details header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1d4038;
}
.game-igdb-details header span, .game-igdb-details header small, .game-igdb-details header strong {
  display: block;
  min-width: 0;
}
.game-igdb-details header small, .igdb-score-grid span {
  color: #75998f;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.game-igdb-details header strong {
  margin-top: 2px;
  color: #9cebd5;
  font-size: 11px;
}
.game-igdb-details header a, .game-detail-igdb a {
  color: #67e7c5;
  font-size: 10px;
}
.igdb-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 8px 0;
  background: #1b3932;
}
.igdb-score-grid > div {
  padding: 8px;
  background: #0b1d19;
}
.igdb-score-grid strong {
  display: block;
  margin-top: 3px;
  color: #d7eee7;
  font-size: 12px;
}
.game-igdb-tags {
  display: grid;
  gap: 5px;
  margin: 0 0 8px;
  color: #90a9a2;
  font-size: 10px;
  line-height: 1.5;
}
.game-igdb-tags p {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 7px;
  margin: 0;
}
.game-igdb-tags b,.igdb-tag-group>b,.igdb-tag-group>strong {
  color:#75998f;
  font-size:9px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.igdb-tag-group {
  display:grid;
  gap:3px;
  margin:6px 0;
}
.metadata-filter-chip {
  appearance:none;
  min-height:19px;
  padding:3px 6px;
  border:1px solid #2a4b43;
  border-radius:3px;
  background:#0b1815;
  color:#a9c2ba;
  font:600 10px/1.1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  letter-spacing:.015em;
  text-transform:none;
  cursor:pointer;
}
.metadata-filter-chip--genre {
  border-color:#285a53;
  background:#0b1c19;
  color:#74cdb9;
}
.metadata-filter-chip--theme {
  border-color:#493d68;
  background:#171426;
  color:#b6a3e8;
}
.metadata-filter-chip:hover,.metadata-filter-chip:focus-visible {
  border-color:#55c9ad;
  background:#10231f;
  color:#d9eee8;
  outline:none;
}
.metadata-filter-chip--theme:hover,.metadata-filter-chip--theme:focus-visible {
  border-color:#8e78ca;
  background:#211b35;
  color:#d5c8f5;
}
.igdb-result img {
  width: 34px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: cover;
}
.game-detail-igdb header span {
  color: #67e7c5;
}
.game-detail-igdb header h3 {
  margin-top: 3px;
}
.game-hltb-details header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 9px;
  border-bottom: 1px solid #342e1e;
}
.game-hltb-details header span, .game-hltb-details header small, .game-hltb-details header strong {
  display: block;
  min-width: 0;
}
.game-hltb-details header small {
  color: #887d64;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.game-hltb-details header strong {
  margin-top: 2px;
  overflow: hidden;
  color: #ddc98f;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-hltb-details header a {
  flex: none;
  color: #bca260;
  font-size: 9px;
}
.hltb-time-grid, .card-hltb {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hltb-time-grid > div {
  min-width: 0;
  padding: 7px 9px;
  border-right: 1px solid #2e291b;
}
.hltb-time-grid > div:last-child {
  border-right: 0;
}
.hltb-time-grid span, .hltb-time-grid strong {
  display: block;
}
.hltb-time-grid span {
  color: #887d64;
  font-size: 8px;
}
.hltb-time-grid strong {
  margin-top: 2px;
  color: #e8d8ab;
  font-size: 12px;
}
.card-hltb {
  margin: auto 0 0;
  border: 1px solid #35301f;
  background: rgba(13, 14, 10, .78);
}
.card-hltb > div {
  min-width: 0;
  padding: 3px 5px;
  border-right: 1px solid #2e291c;
}
.card-hltb > div:last-child {
  border-right: 0;
}
.card-hltb dt {
  overflow: hidden;
  color: #8f866e;
  font-size: 10px;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.card-hltb dd {
  margin: 2px 0 0;
  color: #dac58d;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 700;
}
.card-hltb.is-empty {
  border-color: #252a26;
  background: rgba(10, 12, 11, .58);
}
.card-hltb.is-empty dt, .card-hltb.is-empty dd {
  color: #58615e;
}
.card-hltb + .card-actions {
  margin-top: 8px;
}
.game-grid.list-view .game-title, .game-grid.list-view .badges {
  height: auto;
  min-height: 0;
  overflow: visible;
}
.game-grid.list-view .game-title {
  display: block;
}
.game-grid.list-view .favorite-button {
  display: none;
}
.game-grid.list-view .platform-tag {
  max-width: 100%;
}
.game-grid.list-view .game-card {
  grid-template-columns: max-content minmax(180px, 1fr) auto minmax(250px, 310px) auto;
}
.game-grid.list-view .badges {
  grid-column: 3;
  grid-row: 1;
}
.game-grid.list-view .card-rating-field {
  display: none;
}
.game-grid.list-view .card-hltb {
  display: grid;
  grid-column: 4;
  grid-row: 1;
  margin: 0;
}
.game-grid.list-view .card-actions {
  grid-column: 5;
  grid-row: 1;
}
@media (max-width: 1050px) {
  .game-grid.list-view .game-card {
    grid-template-columns: max-content minmax(0, 1fr);
  }
  .game-grid.list-view .game-title {
    grid-column: 2;
    grid-row: 1;
  }
  .game-grid.list-view .card-hltb, .game-grid.list-view .badges, .game-grid.list-view .card-actions {
    grid-column: 2;
    grid-row: auto;
  }
}
@media (max-width: 520px) {
  .game-title {
    height: auto;
    min-height: 2.44em;
    display: block;
    overflow: visible;
  }
  .badges {
    height: auto;
    min-height: 42px;
    overflow: visible;
  }
  .game-grid.list-view .game-card {
    grid-template-columns: max-content minmax(0, 1fr);
  }
  .pegi-assist {
    display: flex;
    align-items: flex-start;
  }
  .pegi-assist .button {
    width: auto;
    flex: none;
    margin: 0;
    padding: 7px 10px;
    font-size: 12px;
  }
  .cover-assist {
    align-items: flex-start;
  }
  .cover-assist-actions {
    display: grid;
  }
  .cover-results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .integration-bulk {
    align-items: flex-end;
  }
  .integration-bulk span {
    white-space: normal;
  }
  .provider-fields .integration-key {
    align-items: stretch;
    flex-direction: column;
  }
  .provider-credential-pair {
    display: flex;
  }
  .provider-credential-pair label {
    width: 100%;
  }
  .provider-fields .integration-key input {
    width: 100%;
    flex: none;
  }
  .hltb-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hltb-time-grid > div:nth-child(2) {
    border-right: 0;
  }
  .hltb-time-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #2e291b;
  }
}
