/* Static Cheats — motion & polish overlay (loaded last) */

:root {
  --sc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sc-radius-sm: 12px;
  --sc-radius-md: 16px;
  --sc-radius-lg: 22px;
  --sc-radius-xl: 28px;
}

html {
  scroll-behavior: auto;
}
html.lenis,
html.lenis-smooth {
  scroll-behavior: auto !important;
}

/* -------------------------------------------------------------------------- */
/* Hide ALTCHA on the buy card (still runs in the background) */
/* -------------------------------------------------------------------------- */

.sc-pdp [x-show="!altchaPayload"],
.product-wrapper [x-show="!altchaPayload"],
.sc-pdp altcha-widget:not(.sc-altcha-keep) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* -------------------------------------------------------------------------- */
/* Page enter */
/* -------------------------------------------------------------------------- */

body.sc-tpl-product .sc-pdp,
body.sc-tpl-shop .sc-hero,
body.sc-tpl-products .sc-catalog,
body.sc-tpl-shop .sc-catalog,
body.sc-tpl-status .sc-status {
  animation: scFadeUp 0.7s var(--sc-ease) both;
}

@keyframes scFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* -------------------------------------------------------------------------- */
/* Product page */
/* -------------------------------------------------------------------------- */

.sc-pdp__gallery .carousel-inner {
  border-radius: var(--sc-radius-lg) !important;
  transition: transform 0.45s var(--sc-ease), box-shadow 0.45s var(--sc-ease) !important;
}

.sc-pdp__gallery:hover .carousel-inner {
  transform: translateY(-2px);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.48),
    0 0 28px rgba(77, 163, 255, 0.28) !important;
}

.sc-pdp__gallery .carousel-inner img {
  transition: transform 0.7s var(--sc-ease);
}

.sc-pdp__gallery:hover .carousel-inner img {
  transform: scale(1.035);
}

.sc-pdp__thumbs button {
  border-radius: var(--sc-radius-sm) !important;
  overflow: hidden;
  transition: transform 0.28s var(--sc-ease), box-shadow 0.28s ease, border-color 0.28s ease !important;
}

.sc-pdp__thumbs button:hover {
  transform: translateY(-3px) scale(1.03);
}

.sc-pdp__thumbs button img {
  transition: transform 0.45s var(--sc-ease);
}

.sc-pdp__thumbs button:hover img {
  transform: scale(1.08);
}

.sc-pdp__buy {
  position: relative;
  border-radius: var(--sc-radius-xl) !important;
  overflow: hidden;
  transition: transform 0.35s var(--sc-ease), box-shadow 0.35s ease, border-color 0.35s ease;
}

.sc-pdp__buy::after {
  content: "";
  position: absolute;
  inset: -40% auto auto -30%;
  width: 70%;
  height: 70%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(77, 163, 255, 0.18), transparent 68%);
  animation: scGlowDrift 8s ease-in-out infinite;
}

.sc-pdp__buy:hover {
  transform: translateY(-3px);
  border-color: rgba(77, 163, 255, 0.34);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.48),
    0 0 32px rgba(77, 163, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

@keyframes scGlowDrift {
  0%, 100% { transform: translate(0, 0); opacity: 0.85; }
  50% { transform: translate(18%, 12%); opacity: 1; }
}

.sc-pdp .variants .variant.sc-pdp__plan {
  border-radius: 14px !important;
  transition:
    transform 0.28s var(--sc-ease),
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease !important;
}

.sc-pdp .variants .variant.sc-pdp__plan:hover {
  transform: translateX(4px);
}

.sc-pdp .variants .variant.sc-pdp__plan.active {
  box-shadow: 0 0 0 1px rgba(77, 163, 255, 0.35), 0 10px 24px rgba(37, 99, 235, 0.18) !important;
}

@keyframes scDotIn {
  0% { transform: scale(0.45); }
  58% { transform: scale(1.16); }
  100% { transform: scale(1); }
}

@keyframes scDotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(77, 163, 255, 0.55); }
  70% { box-shadow: 0 0 0 7px rgba(77, 163, 255, 0); }
}

@keyframes scCheckDraw {
  0% { transform: scale(0.2); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.sc-pdp__plan-mark {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  transform: none !important;
  color: transparent;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--sc-ease), color 0.2s ease !important;
}

.sc-pdp__plan-mark svg {
  width: 13px !important;
  height: 13px !important;
}

.sc-pdp .variants .variant.sc-pdp__plan:hover:not(.active) .sc-pdp__plan-mark {
  border-color: #4da3ff;
  transform: scale(1.12) !important;
}

.sc-pdp .variants .variant.sc-pdp__plan.active .sc-pdp__plan-mark {
  transform: none !important;
  color: #fff !important;
  animation: scDotIn 0.38s var(--sc-ease) both, scDotPulse 1.65s ease-out infinite 0.38s;
}

.sc-pdp .variants .variant.sc-pdp__plan.active .sc-pdp__plan-mark svg {
  color: #fff !important;
  fill: #fff !important;
  filter: brightness(1.35) drop-shadow(0 0 1px rgba(255, 255, 255, 0.95));
  animation: scCheckDraw 0.28s var(--sc-ease) 0.12s both;
}

.sc-pdp__cta .sc-pdp__buy-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.28s var(--sc-ease), box-shadow 0.28s ease, filter 0.28s ease !important;
}

.sc-pdp__cta .sc-pdp__buy-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.28) 48%, transparent 66%);
  transform: translateX(-130%);
  transition: transform 0.7s var(--sc-ease);
  pointer-events: none;
}

.sc-pdp__cta .sc-pdp__buy-btn:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 14px 30px rgba(59, 130, 246, 0.38);
  filter: brightness(1.06);
}

.sc-pdp__cta .sc-pdp__buy-btn:hover::before {
  transform: translateX(130%);
}

.sc-pdp__cta .sc-pdp__buy-btn:active {
  transform: translateY(1px) scale(0.99);
}

.sc-pdp__shot-badge,
.sc-pdp__detect {
  animation: scPulseSoft 2.8s ease-in-out infinite;
}

@keyframes scPulseSoft {
  0%, 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.18); }
  50% { box-shadow: 0 0 0 6px rgba(52, 211, 153, 0); }
}

.sc-pdp .sc-pdp__desc {
  position: relative;
  overflow: hidden;
  margin-top: 0.7rem;
  padding: 1.05rem 1.15rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(77, 163, 255, 0.18);
  background: linear-gradient(165deg, rgba(16, 22, 36, 0.58) 0%, rgba(8, 12, 22, 0.5) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.sc-pdp .sc-pdp__desc::before,
.sc-pdp .sc-pdp__desc-title::after,
.sc-pdp.is-ready .sc-pdp__desc::before,
.sc-pdp.is-ready .sc-pdp__desc-title::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

.sc-pdp .sc-pdp__desc-title {
  position: relative;
  display: block;
  margin: 0 0 0.45rem;
  padding-bottom: 0;
  color: #c5d8f0;
}

.sc-pdp .sc-pdp__desc-body {
  color: rgba(214, 226, 245, 0.78);
}

.sc-pdp__chips,
.sc-pdp__points,
.sc-pdp__after {
  display: none !important;
}

.sc-pdp__chips li:hover {
  border-color: rgba(170, 204, 240, 0.45);
  background: rgba(22, 34, 58, 0.6);
}

.sc-pdp__after li {
  transition: transform 0.22s var(--sc-ease), border-color 0.22s ease;
}

.sc-pdp__after li:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 196, 255, 0.3);
}

.sc-pdp.is-ready .sc-pdp__desc-body {
  animation: scDescFade 0.48s var(--sc-ease) 0.3s both;
}

@keyframes scDescFade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.sc-pdp__access {
  border-radius: var(--sc-radius-md) !important;
  transition: transform 0.3s var(--sc-ease), border-color 0.3s ease;
}

.sc-pdp__access:hover {
  transform: translateY(-2px);
  border-color: rgba(77, 163, 255, 0.32);
}

/* -------------------------------------------------------------------------- */
/* Catalog / shop cards */
/* -------------------------------------------------------------------------- */

a.card.sc-shop-card,
.component[data-component-id="products"] .card,
.products .card {
  border-radius: var(--sc-radius-lg) !important;
  overflow: hidden;
  transition: transform 0.4s var(--sc-ease), box-shadow 0.4s ease, border-color 0.4s ease !important;
}

a.card.sc-shop-card:hover,
.component[data-component-id="products"] .card:hover,
.products .card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.42),
    0 0 24px rgba(77, 163, 255, 0.16) !important;
}

.products .card .card-img-top img,
.sc-shop-card img,
.component[data-component-id="products"] .aspect-product-card-image img {
  transition: transform 0.7s var(--sc-ease) !important;
}

.products .card:hover .card-img-top img,
.sc-shop-card:hover img,
.component[data-component-id="products"] .card:hover img {
  transform: scale(1.06);
}

/* -------------------------------------------------------------------------- */
/* Buttons, nav, inputs */
/* -------------------------------------------------------------------------- */

.sc-btn,
.sc-nav .btn,
header.sc-header .btn,
.btn-primary,
.sc-hero__actions .sc-btn {
  transition: transform 0.28s var(--sc-ease), box-shadow 0.28s ease, filter 0.28s ease, background 0.28s ease !important;
}

.sc-btn:hover,
header.sc-header .btn:hover,
.btn-primary:hover {
  transform: translateY(-2px);
}

.sc-btn:active,
.btn-primary:active {
  transform: translateY(0) scale(0.98);
}

header.sc-header nav.sc-nav {
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

/* -------------------------------------------------------------------------- */
/* Checkout modal */
/* -------------------------------------------------------------------------- */

.sc-pay-modal__dialog {
  border-radius: 20px !important;
}

.sc-pay-modal__method {
  border-radius: 16px !important;
  transition: transform 0.28s var(--sc-ease), border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease !important;
}

.sc-pay-modal__method:hover:not(:disabled) {
  transform: translateY(-2px);
}

.sc-pay-modal__close {
  border-radius: 12px !important;
  transition: transform 0.22s var(--sc-ease), background 0.22s ease, color 0.22s ease !important;
}

.sc-pay-modal__close:hover {
  transform: rotate(90deg);
}

.sc-pay-modal__method-check {
  border-radius: 50% !important;
  color: transparent !important;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--sc-ease) !important;
}

.sc-pay-modal__method-check svg {
  display: block;
  width: 11px;
  height: 11px;
}

.sc-pay-modal__method.is-active .sc-pay-modal__method-check {
  color: #fff !important;
  animation: scDotIn 0.38s var(--sc-ease) both, scDotPulse 1.65s ease-out infinite 0.38s;
}

.sc-pay-modal__method.is-active .sc-pay-modal__method-check svg {
  animation: scCheckDraw 0.28s var(--sc-ease) 0.12s both;
}

.sc-pay-modal__ltc.is-active .sc-pay-modal__method-check {
  animation: scDotIn 0.38s var(--sc-ease) both, scDotPulseGold 1.65s ease-out infinite 0.38s;
}

@keyframes scDotPulseGold {
  0%, 100% { box-shadow: 0 0 0 0 rgba(191, 187, 79, 0.5); }
  70% { box-shadow: 0 0 0 7px rgba(191, 187, 79, 0); }
}

/* -------------------------------------------------------------------------- */
/* Global selection + ambient canvas */
/* -------------------------------------------------------------------------- */

::selection {
  background: rgba(77, 163, 255, 0.35);
  color: #fff;
}

.sc-site-bg::after {
  content: "" !important;
  position: absolute;
  inset: -20%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42rem 32rem at 22% 18%, rgba(77, 163, 255, 0.14), transparent 70%),
    radial-gradient(ellipse 36rem 28rem at 82% 72%, rgba(99, 102, 241, 0.1), transparent 72%);
  animation: scAmbient 16s ease-in-out infinite alternate;
  transform: translateZ(0);
}

@keyframes scAmbient {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.7; }
  to { transform: translate3d(-3%, 2%, 0) scale(1.06); opacity: 1; }
}

.sc-site-bg {
  contain: paint;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.sc-site-bg .sc-petals {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  contain: paint;
  transform: translateZ(0);
  backface-visibility: hidden;
}

body.sc-tpl-shop .sc-hero {
  contain: layout paint;
  transform: translateZ(0);
}

body.sc-tpl-shop .sc-catalog {
  contain: layout paint;
}

body.sc-tpl-shop .sc-frame,
body.sc-tpl-shop .sc-btn--ghost,
body.sc-tpl-shop .sc-eyebrow {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.sc-tpl-shop .sc-why-choose__item,
body.sc-tpl-shop .sc-support-banner__inner {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.sc-tpl-shop .sc-why-choose__item {
  background: rgba(10, 14, 28, 0.52) !important;
}

body.sc-tpl-shop .sc-support-banner__inner {
  background:
    linear-gradient(105deg, rgba(77, 163, 255, 0.14) 0%, rgba(10, 14, 28, 0.5) 42%, rgba(99, 102, 241, 0.1) 100%) !important;
}

body.sc-tpl-shop .sc-why-choose {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

body.sc-tpl-shop footer.footer {
  content-visibility: auto;
  contain-intrinsic-size: 280px;
}

.sc-login-modal:not(.is-open) .sc-login-modal__backdrop,
.sc-login-modal:not(.is-open) .sc-login-modal__dialog,
.sc-ticket-modal:not(.is-open) .sc-ticket-modal__backdrop,
.sc-ticket-modal:not(.is-open) .sc-ticket-modal__dialog {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.sc-login-modal:not(.is-open),
.sc-ticket-modal:not(.is-open) {
  content-visibility: hidden;
}

/* Let site-bg petals read through the hero wash */
.sc-hero__bg {
  background:
    linear-gradient(100deg, rgba(7, 15, 36, 0.42) 0%, rgba(7, 18, 44, 0.3) 34%, rgba(6, 20, 56, 0.16) 66%, rgba(9, 28, 78, 0.08) 100%),
    linear-gradient(180deg, rgba(6, 12, 28, 0.1) 0%, rgba(4, 10, 26, 0.32) 100%),
    var(--sc-hero-image) center / cover no-repeat;
}

/* -------------------------------------------------------------------------- */
/* Hero */
/* -------------------------------------------------------------------------- */

.sc-hero__beam {
  animation: scBeamSweep 9s ease-in-out infinite;
}

@keyframes scBeamSweep {
  0%, 100% { opacity: 0.55; transform: rotate(24deg) translateX(0); }
  50% { opacity: 1; transform: rotate(24deg) translateX(-8%); }
}

.sc-eyebrow {
  backdrop-filter: blur(10px);
  transition: transform 0.3s var(--sc-ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

.sc-eyebrow:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(77, 163, 255, 0.18);
}

.sc-hero__title {
  margin-bottom: 0.75rem !important;
}

.sc-hero__accent {
  display: block;
  background-image: linear-gradient(135deg, #8ec8ff 0%, #4da3ff 45%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #4da3ff;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 18px rgba(77, 163, 255, 0.35));
}

.sc-hero__accent .sc-letter {
  background-image: linear-gradient(135deg, #8ec8ff 0%, #4da3ff 45%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.sc-hero__actions .sc-btn {
  border-radius: 999px !important;
  position: relative;
  overflow: hidden;
}

.sc-hero__actions .sc-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.22) 48%, transparent 70%);
  transform: translateX(-120%);
  pointer-events: none;
}

.sc-hero__actions .sc-btn:hover::after {
  transform: translateX(120%);
  transition: transform 0.7s var(--sc-ease);
}

/* -------------------------------------------------------------------------- */
/* Catalog: search, game tiles, filters */
/* -------------------------------------------------------------------------- */

.sc-catalog__search input {
  border-radius: 999px !important;
  height: 52px;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, transform 0.28s var(--sc-ease);
}

.sc-catalog__search input:focus {
  background: rgba(8, 16, 34, 0.92);
  box-shadow:
    0 0 0 4px rgba(77, 163, 255, 0.16),
    0 12px 32px rgba(0, 0, 0, 0.28) !important;
}

.sc-catalog__search button {
  border-radius: 999px !important;
  transition: transform 0.25s var(--sc-ease), background-color 0.25s ease !important;
}

.sc-catalog__search button:hover {
  transform: scale(1.06);
}

.sc-gcard {
  border-radius: 26px !important;
  transition: transform 0.4s var(--sc-ease), border-color 0.4s ease, box-shadow 0.4s ease !important;
}

.sc-gcard:hover {
  transform: translateY(-10px) scale(1.015) !important;
}

.sc-gcard__art img {
  border-radius: 28% !important;
  transition: transform 0.5s var(--sc-ease), filter 0.5s ease !important;
}

.sc-gcard:hover .sc-gcard__art img {
  filter: brightness(1.08) saturate(1.08);
}

.sc-gcard__price .sc-gcard__soon {
  animation: scSoonPulse 2.4s ease-in-out infinite;
}

/* Products page prices — same green as homepage catalog cards */
body.sc-tpl-products .sc-shop-card__price strong,
body.sc-tpl-products .sc-shop-card__amount {
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: unset !important;
  color: #4ade80 !important;
  -webkit-text-fill-color: #4ade80 !important;
  text-shadow: 0 0 14px rgba(74, 222, 128, 0.45);
}

@keyframes scSoonPulse {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}

.sc-filters {
  border-radius: 24px !important;
}

.sc-filters__item {
  border-radius: 14px !important;
  transition: transform 0.25s var(--sc-ease), border-color 0.25s ease, background 0.25s ease !important;
}

.sc-filters__item:hover {
  transform: translateX(4px);
}

/* -------------------------------------------------------------------------- */
/* Why choose / support / footer */
/* -------------------------------------------------------------------------- */

.sc-why-choose__item {
  border-radius: 22px !important;
  transition: transform 0.35s var(--sc-ease), border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease !important;
}

.sc-why-choose__item:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(77, 163, 255, 0.4) !important;
  box-shadow:
    0 0 28px rgba(77, 163, 255, 0.14),
    0 20px 40px rgba(0, 0, 0, 0.28) !important;
}

.sc-why-choose__num {
  transition: transform 0.3s var(--sc-ease), box-shadow 0.3s ease;
}

.sc-why-choose__item:hover .sc-why-choose__num {
  transform: scale(1.08);
  box-shadow: 0 0 16px rgba(77, 163, 255, 0.35);
}

.sc-support-banner__inner {
  border-radius: 24px !important;
  border-style: solid !important;
  transition: transform 0.35s var(--sc-ease), border-color 0.35s ease, box-shadow 0.35s ease;
}

.sc-support-banner__inner:hover {
  transform: translateY(-3px);
  border-color: rgba(77, 163, 255, 0.45) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.sc-support-banner__btn,
.sc-pdp__ops a,
.sc-pdp__side a.btn {
  border-radius: 999px !important;
  transition: transform 0.25s var(--sc-ease), box-shadow 0.25s ease, background 0.25s ease !important;
}

.sc-support-banner__btn:hover,
.sc-pdp__ops a:hover {
  transform: translateY(-2px);
}

footer.footer {
  border-top-color: rgba(77, 163, 255, 0.12) !important;
}

footer.footer a,
.sc-pdp__crumb a,
.sc-pdp__access-bar a {
  position: relative;
  transition: color 0.22s ease, opacity 0.22s ease;
}

footer.footer .nav li a:hover {
  color: #8ec8ff !important;
}

.sc-legal {
  animation: scFadeUp 0.65s var(--sc-ease) both;
}

.sc-legal h2,
.sc-canvas--page .card,
.sc-canvas--page .container > .card {
  border-radius: 20px;
}

/* -------------------------------------------------------------------------- */
/* Nav chips */
/* -------------------------------------------------------------------------- */

header.sc-header .sc-nav a,
header.sc-header .sc-nav button {
  transition: transform 0.25s var(--sc-ease), background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease !important;
}

header.sc-header .sc-nav a:hover,
header.sc-header .sc-nav button:hover {
  transform: translateY(-1px);
}

/* -------------------------------------------------------------------------- */
/* Pay CTA inside modal */
/* -------------------------------------------------------------------------- */

.sc-pay-modal .sc-pay-modal__submit {
  border-radius: 999px !important;
}

/* -------------------------------------------------------------------------- */
/* Product info: system / features */
/* -------------------------------------------------------------------------- */

.sc-pdp .sc-info-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0.9rem;
  padding: 0.7rem;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(96, 168, 255, 0.16);
  background: rgba(10, 16, 28, 0.42);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.sc-pdp .sc-info-shell::before,
.sc-pdp .sc-info-shell::after {
  content: none;
  display: none;
}

.sc-pdp .sc-info-shell > * {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.sc-pdp .sc-info-tabs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 0.7rem;
  padding: 0.28rem;
  border-radius: 16px;
  background: rgba(4, 8, 16, 0.55);
  border: 1px solid rgba(77, 163, 255, 0.12);
}

.sc-pdp .sc-info-tabs.is-solo,
.sc-pdp .sc-info-tabs:not(:has(.sc-info-tab ~ .sc-info-tab)) {
  grid-template-columns: 1fr;
}

.sc-pdp .sc-info-tabs.is-solo .sc-info-tab,
.sc-pdp .sc-info-tabs:not(:has(.sc-info-tab ~ .sc-info-tab)) .sc-info-tab {
  width: 100%;
  justify-content: center;
}

.sc-pdp .sc-info-tabs.is-solo .sc-info-tabs__glider,
.sc-pdp .sc-info-tabs:not(:has(.sc-info-tab ~ .sc-info-tab)) .sc-info-tabs__glider {
  left: 0.28rem;
  right: 0.28rem;
  width: auto !important;
  transform: none !important;
}

.sc-pdp .sc-info-tabs__glider {
  position: absolute;
  top: 0.28rem;
  left: 0;
  z-index: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(77, 163, 255, 0.32) 0%, rgba(56, 120, 230, 0.18) 100%);
  box-shadow: 0 8px 22px rgba(77, 163, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.38s var(--sc-ease), width 0.38s var(--sc-ease), opacity 0.25s ease;
}

.sc-pdp .sc-info-tabs__glider.is-on {
  opacity: 1;
}

.sc-pdp .sc-info-tab {
  position: relative;
  z-index: 1;
  min-height: 2.7rem;
  padding: 0.55rem 0.7rem;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #8b9bb4;
  box-shadow: none;
  font-size: 0.86rem;
}

.sc-pdp .sc-info-tab:hover {
  color: #e8f2ff;
  border-color: transparent;
  background: transparent;
}

.sc-pdp .sc-info-tab.active {
  color: #f5f9ff;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.sc-pdp .sc-info-tab-icon {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 8px;
  background: rgba(77, 163, 255, 0.12);
  color: #8ec8ff;
  transition: transform 0.35s var(--sc-ease), background 0.25s ease, color 0.25s ease;
}

.sc-pdp .sc-info-tab.active .sc-info-tab-icon {
  background: rgba(77, 163, 255, 0.28);
  color: #fff;
  transform: scale(1.06);
}

.sc-pdp .sc-info-tab-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.sc-pdp .sc-info-panel,
.sc-pdp .sc-spec-panel {
  padding: 0.15rem 0.15rem 0.35rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  min-width: 0;
}

.sc-pdp [data-sc-info-panel].is-in {
  animation: scPanelIn 0.42s var(--sc-ease) both;
}

@keyframes scPanelIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sc-pdp .sc-spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.sc-pdp .sc-spec-row {
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.7rem;
  row-gap: 0.12rem;
  align-items: center;
  margin: 0;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(126, 196, 255, 0.12);
  border-radius: 16px;
  background: rgba(16, 28, 48, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none;
  transition: transform 0.35s var(--sc-ease), border-color 0.35s ease, background 0.35s ease;
}

.sc-pdp .sc-spec-row.is-pop {
  animation: scSpecIn 0.48s var(--sc-ease) both;
  animation-delay: calc(var(--i, 0) * 70ms);
}

@keyframes scSpecIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.sc-pdp .sc-spec-row:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 196, 255, 0.28);
  background: rgba(20, 36, 62, 0.38);
}

.sc-pdp .sc-spec-row:first-child .sc-spec-label,
.sc-pdp .sc-spec-row:first-child .sc-spec-label::before {
  padding-left: 0;
  content: none !important;
  background: none !important;
}

.sc-pdp .sc-spec-ico {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 11px;
  color: #9ad4ff;
  background: rgba(77, 163, 255, 0.12);
  border: 1px solid rgba(126, 196, 255, 0.16);
}

.sc-pdp .sc-spec-ico svg {
  width: 1.05rem;
  height: 1.05rem;
}

.sc-pdp .sc-spec-label,
.sc-pdp .sc-spec-value {
  grid-column: 2;
  text-align: left;
}

.sc-pdp .sc-spec-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8ea2bf;
}

.sc-pdp .sc-spec-value {
  font-size: 0.92rem;
  font-weight: 700;
  color: #f4f8ff;
  line-height: 1.25;
}

.sc-pdp .sc-feat-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  min-width: 0;
  width: 100%;
}

.sc-pdp .sc-feat-group {
  position: relative;
  min-width: 0;
  width: 100%;
  padding: 0.9rem 0.85rem 0.8rem;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(126, 196, 255, 0.12);
  background: rgba(16, 28, 48, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  contain: none !important;
  transition: transform 0.35s var(--sc-ease), border-color 0.35s ease, background 0.35s ease;
}

.sc-pdp .sc-feat-group.is-pop {
  animation: scSpecIn 0.5s var(--sc-ease) both;
  animation-delay: calc(var(--g, 0) * 80ms);
}

.sc-pdp .sc-feat-group::before,
.sc-pdp .sc-feat-group--combat::before,
.sc-pdp .sc-feat-group--visual::before,
.sc-pdp .sc-feat-group--world::before {
  content: none !important;
  display: none !important;
}

.sc-pdp .sc-feat-group:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 196, 255, 0.26);
  background: rgba(20, 36, 62, 0.38);
}

.sc-pdp .sc-feat-group-label,
.sc-pdp .sc-feat-group--combat .sc-feat-group-label,
.sc-pdp .sc-feat-group--visual .sc-feat-group-label,
.sc-pdp .sc-feat-group--world .sc-feat-group-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
  color: #d6e9ff !important;
  border-color: rgba(77, 163, 255, 0.2) !important;
  background: rgba(77, 163, 255, 0.12) !important;
}

.sc-pdp .sc-feat-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.32rem;
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0;
  color: #d7ecff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sc-pdp .sc-feat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  max-height: none !important;
  overflow: visible !important;
}

.sc-pdp .sc-feat-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin: 0;
  padding: 0.38rem 0.7rem 0.38rem 0.55rem;
  border: 1px solid rgba(126, 196, 255, 0.12);
  border-radius: 999px;
  background: rgba(16, 28, 48, 0.35);
  font-size: 0.75rem;
  color: rgba(232, 240, 255, 0.92);
  transition: transform 0.28s var(--sc-ease), border-color 0.28s ease, background 0.28s ease;
}

.sc-pdp .sc-feat-list li.is-pop {
  animation: scChipIn 0.4s var(--sc-ease) both;
  animation-delay: calc(var(--i, 0) * 32ms);
}

@keyframes scChipIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.sc-pdp .sc-feat-list li::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  width: 6px;
  height: 6px;
  margin: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: #7ec4ff;
  box-shadow: 0 0 8px rgba(126, 196, 255, 0.7);
}

.sc-pdp .sc-feat-list li:hover {
  transform: translateY(-1px);
  border-color: rgba(126, 196, 255, 0.42);
  background: rgba(77, 163, 255, 0.12);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.sc-pdp .sc-feat-list li.sc-feat-sub {
  flex: 1 0 100%;
  padding: 0.55rem 0 0.15rem;
  margin: 0.15rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sc-pdp .sc-feat-list li.sc-feat-sub:hover {
  transform: none;
  background: transparent;
  box-shadow: none;
}

.sc-pdp .sc-feat-list li.sc-feat-sub::before {
  content: none;
}

@media (min-width: 768px) {
  .sc-pdp .sc-feat-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

@media (max-width: 639.98px) {
  .sc-pdp .sc-spec-list {
    grid-template-columns: 1fr;
  }

  .sc-pdp .sc-info-tab-label {
    font-size: 0.78rem;
  }
}

.sc-pay-modal input[type="email"],
.sc-pay-modal input[type="text"] {
  border-radius: 14px !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.sc-pay-modal input:focus {
  box-shadow: 0 0 0 3px rgba(77, 163, 255, 0.18);
}

/* -------------------------------------------------------------------------- */
/* Hide leftover ALTCHA chrome */
/* -------------------------------------------------------------------------- */

.sc-altcha-hidden,
.sc-altcha-hidden *,
body > #app > .sc-altcha-hidden {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

/* -------------------------------------------------------------------------- */
/* Need help — inside buy card */
/* -------------------------------------------------------------------------- */

.sc-pdp__buy .sc-pdp__ops {
  display: block !important;
  position: relative;
  margin: 0.9rem 0 0 !important;
  padding: 0.85rem 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  backdrop-filter: none !important;
  transform: none !important;
}

.sc-pdp__buy .sc-pdp__ops:hover {
  transform: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.sc-pdp__buy .sc-pdp__ops::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: rgba(176, 204, 236, 0.32);
  opacity: 1;
  pointer-events: none;
  animation: none !important;
  transform: none !important;
}

.sc-pdp__buy .sc-pdp__ops-shine {
  display: none !important;
}

.sc-pdp__buy .sc-pdp__ops-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.7rem;
}

.sc-pdp__buy .sc-pdp__ops-live {
  display: none !important;
}

.sc-pdp__buy .sc-pdp__ops-dot {
  position: relative;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.85);
  animation: scOpsDot 1.6s ease-out infinite;
}

.sc-pdp__buy .sc-pdp__ops-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(52, 211, 153, 0.7);
  animation: scOpsRing 1.6s ease-out infinite;
}

.sc-pdp__buy .sc-pdp__ops-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.sc-pdp__buy .sc-pdp__ops-btn,
.sc-pdp__buy .sc-pdp__ops-btn--tg,
.sc-pdp__buy .sc-pdp__ops-btn--dc {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 2.65rem;
  gap: 0.48rem;
  border: 1px solid rgba(150, 184, 222, 0.32) !important;
  border-radius: 999px !important;
  background: rgba(8, 12, 22, 0.55) !important;
  box-shadow: none !important;
  color: #f4f8ff !important;
  animation: none;
}

.sc-pdp__buy .sc-pdp__ops-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 28%,
    rgba(255, 255, 255, 0.16) 50%,
    transparent 72%
  );
  transform: translateX(-130%);
}

.sc-pdp__buy .sc-pdp__ops-btn:hover,
.sc-pdp__buy .sc-pdp__ops-btn--tg:hover,
.sc-pdp__buy .sc-pdp__ops-btn--dc:hover {
  transform: none;
  border-color: rgba(170, 204, 240, 0.48) !important;
  background: rgba(12, 20, 36, 0.72) !important;
  box-shadow: none !important;
  color: #fff !important;
}

.sc-pdp__buy .sc-pdp__ops-btn:hover::after {
  animation: scOpsBtnSweep 0.55s ease forwards;
}

.sc-pdp__buy .sc-pdp__ops-btn > * {
  position: relative;
  z-index: 1;
}

.sc-pdp__buy .sc-pdp__ops-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  animation: none;
}

.sc-pdp__buy .sc-pdp__ops-ico i {
  font-size: 0.95rem;
  color: #fff;
  transform: none !important;
}

.sc-pdp__buy .sc-pdp__ops-btn:hover .sc-pdp__ops-ico {
  animation: none;
}

.sc-pdp__buy .sc-pdp__ops-btn:hover i {
  transform: scale(1.08) rotate(-8deg) !important;
}

@keyframes scOpsBtnSweep {
  from { transform: translateX(-130%); }
  to { transform: translateX(130%); }
}

@keyframes scOpsShine {
  0%, 58% { transform: translateX(-130%) skewX(-18deg); opacity: 0; }
  68% { opacity: 0.9; }
  100% { transform: translateX(130%) skewX(-18deg); opacity: 0; }
}

@keyframes scOpsAura {
  0%, 100% { opacity: 0.45; transform: translateY(0) scale(1); }
  50% { opacity: 1; transform: translateY(-8%) scale(1.08); }
}

@keyframes scOpsDot {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

@keyframes scOpsRing {
  0% { transform: scale(0.55); opacity: 0.8; }
  100% { transform: scale(1.65); opacity: 0; }
}

@keyframes scOpsLive {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}

@keyframes scOpsBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes scOpsIco {
  0%, 100% { transform: translateY(0) rotate(0); }
  40% { transform: translateY(-2px) rotate(-8deg); }
  70% { transform: translateY(1px) rotate(6deg); }
}

@keyframes scOpsIcoPop {
  0% { transform: scale(1); }
  55% { transform: scale(1.18) rotate(-12deg); }
  100% { transform: scale(1.08) rotate(0); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .sc-pdp__gallery:hover .carousel-inner,
  .sc-pdp__buy:hover,
  a.card.sc-shop-card:hover,
  .products .card:hover,
  .sc-gcard:hover,
  .sc-why-choose__item:hover,
  .sc-pdp .sc-spec-row:hover,
  .sc-pdp .sc-feat-group:hover,
  .sc-pdp .sc-feat-list li:hover,
  .sc-pdp__buy .sc-pdp__ops-btn:hover {
    transform: none !important;
  }

  .sc-pdp .sc-info-tabs__glider {
    transition: none !important;
  }

  .sc-status-row,
  .sc-status-row__dot,
  .sc-status__live-dot {
    animation: none !important;
    transition: none !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Status page                                                                */
/* -------------------------------------------------------------------------- */

body.sc-tpl-status .sc-site-bg {
  opacity: 1;
}

.sc-status {
  position: relative;
  z-index: 2;
  color: #f4f8ff;
}

.sc-status__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0.2rem 0 1.85rem;
  padding: 1.2rem 0.75rem 0.2rem;
}

.sc-status__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(180, 214, 255, 0.72);
}

.sc-status__eyebrow i {
  display: block;
  width: 22px;
  height: 1px;
  background: rgba(77, 163, 255, 0.7);
}

.sc-status__title {
  margin: 0.75rem 0 0.7rem;
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(2.15rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: #fff;
  text-transform: uppercase;
}

.sc-status__sub {
  max-width: 36rem;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(190, 210, 235, 0.72);
}

.sc-status__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 860px;
  margin: 0 auto 1rem;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background: rgba(8, 16, 32, 0.72);
  border: 1px solid rgba(90, 170, 255, 0.18);
}

.sc-status__live {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d8ffe8;
}

.sc-status__live-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.85);
  animation: scStatusLive 2.2s ease-in-out infinite;
}

.sc-status__count {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(168, 196, 230, 0.7);
}

.sc-status__cats {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  max-width: 860px;
  margin: 0 auto;
}

.sc-status__cat {
  --gc: 64, 176, 255;
  position: relative;
  padding: 0.85rem 0.85rem 0.8rem 1rem;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(var(--gc), 0.1), rgba(8, 16, 32, 0.78) 42%);
  border: 1px solid rgba(var(--gc), 0.28);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.sc-status__cat::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 3px;
  border-radius: 99px;
  background: rgb(var(--gc));
  box-shadow: 0 0 12px rgba(var(--gc), 0.45);
}

.sc-status__cat::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--gc), 0.16), transparent 70%);
  pointer-events: none;
}

.sc-status__cat:not(:has(.sc-status-row)) { display: none; }

.sc-status__cat-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
  padding: 0.1rem 0.2rem 0.75rem;
  border-bottom: 1px solid rgba(var(--gc), 0.18);
}

.sc-status__cat-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(var(--gc), 0.16);
  border: 1px solid rgba(var(--gc), 0.38);
  box-shadow: 0 0 16px rgba(var(--gc), 0.2);
  flex-shrink: 0;
}

.sc-status__cat-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.sc-status__cat-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}

.sc-status__cat-name {
  margin: 0;
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.sc-status__cat-n {
  display: grid;
  place-items: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  color: rgb(var(--gc));
  background: rgba(var(--gc), 0.14);
  border: 1px solid rgba(var(--gc), 0.28);
}

.sc-status__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.sc-status-row {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.95rem;
  padding: 0.7rem 0.85rem;
  border-radius: 16px;
  text-decoration: none !important;
  color: #fff;
  background: rgba(6, 12, 24, 0.78);
  border: 1px solid rgba(90, 170, 255, 0.16);
  transform: translateZ(0);
  transition: transform 0.22s var(--sc-ease), border-color 0.22s ease, background-color 0.22s ease;
}

.sc-status-row:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--gc), 0.5);
  background: rgba(10, 20, 38, 0.9);
}

.sc-status-row:hover .sc-status-row__go {
  transform: translateX(3px);
  color: #fff;
}

.sc-status-row__thumb {
  width: 64px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(20, 36, 64, 0.8);
  border: 1px solid rgba(120, 180, 255, 0.18);
}

.sc-status-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-status-row__mark {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: Rajdhani, Inter, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #9fd4ff;
}

.sc-status-row__copy {
  min-width: 0;
}

.sc-status-row__name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sc-status-row__game {
  display: inline-block;
  margin-top: 0.18rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(160, 196, 230, 0.7);
}

.sc-status-row__state {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(8, 28, 18, 0.62);
  border: 1px solid rgba(52, 211, 153, 0.42);
}

.sc-status-row__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--sc-st, #34d399);
  box-shadow: 0 0 10px var(--sc-st, #34d399);
  animation: scStatusLive 2.2s ease-in-out infinite;
}

.sc-status-row__label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--sc-st, #34d399);
  white-space: nowrap;
}

.sc-status-row__go {
  width: 1.6rem;
  color: rgba(180, 210, 240, 0.55);
  font-size: 0.85rem;
  transition: transform 0.22s var(--sc-ease), color 0.22s ease;
}

@keyframes scStatusLive {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

@media (max-width: 640px) {
  .sc-status-row {
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-areas:
      "thumb copy"
      "thumb state";
    gap: 0.55rem 0.8rem;
    padding: 0.75rem;
  }
  .sc-status-row__thumb { grid-area: thumb; width: 52px; height: 52px; }
  .sc-status-row__copy { grid-area: copy; }
  .sc-status-row__state { grid-area: state; justify-self: start; }
  .sc-status-row__go { display: none; }
}