/* SEIK Match - premium shell matching School Locker */
:root {
  --seik-ink: #14110f;
  --seik-paper: #faf0ef;
  --seik-blush: #faf0ef;
  --seik-metal: #6b635c;
  --seik-gold: #c8a45a;
  --seik-gold-hot: #f0d48a;
  --seik-line: rgba(20, 17, 15, 0.12);
  --seik-serif: "SEIKSerif", Georgia, "Times New Roman", serif;
  --seik-sans: "Neue Haas Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.seikGameOverlay {
  position: fixed;
  inset: 0;
  z-index: 99999995;
  width: 100%;
  max-width: 100vw;
  height: 100dvh;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: var(--seik-sans);
  color: var(--seik-ink);
  overflow: hidden;
  box-sizing: border-box;
}

.seikGameOverlay *,
.seikGameOverlay *::before,
.seikGameOverlay *::after {
  box-sizing: border-box;
}

/* seik.ee square UI - no pills / soft cards */
.seikGameOverlay,
.seikGameOverlay *,
.seikGameRealGameArea,
.seikGameRealGameArea * {
  border-radius: 0 !important;
}

.seikGameOverlay.is-open,
.seikGameOverlay[style*="display: block"],
.seikGameOverlay[style*="display:block"] {
  display: flex !important;
}

.seikGameOverlayBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 9, 0.72);
  backdrop-filter: blur(8px);
}

.seikGameOverlayInner {
  position: relative;
  z-index: 2;
  width: min(420px, 100%);
  max-width: 100%;
  height: min(860px, 100dvh);
  max-height: 100dvh;
  overflow: hidden;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  background: #faf0ef;
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  padding: 0 0 14px;
}

.seikGameTopCloseBtn,
button.seikGameTopCloseBtn {
  position: relative;
  top: auto;
  right: auto;
  z-index: 5;
  margin: 0 !important;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--seik-ink);
  font-size: 22px;
  line-height: 0;
  cursor: pointer;
  box-sizing: border-box;
  flex: 0 0 36px;
  overflow: hidden;
}

.seikGameTopChrome {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2px;
  min-height: 40px;
  padding: 0 10px 0 0;
  pointer-events: none;
}
.seikGameTopChrome > * {
  pointer-events: auto;
}
.seikGameTopChromeRight {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  height: 36px;
  margin-top: 6px;
  margin-left: auto;
  flex: 0 0 auto;
}
.seikGameTopChrome--end {
  justify-content: flex-end;
}
.seikGameOverlayInner .seik-games-logo,
.seikGameRealGameArea .seik-games-logo,
.seikGameOverlay .seik-games-logo {
  position: absolute;
  top: 0;
  left: 0.85em;
  z-index: 9;
  display: block;
  line-height: 0;
  text-decoration: none;
}
.seikGameOverlayInner .seik-games-logo img,
.seikGameRealGameArea .seik-games-logo img,
.seikGameOverlay .seik-games-logo img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
}
.seikGameTopChrome .seikGameBrand,
.seikGameTopChrome .seik-games-logo-fallback,
.seikGameRealTopArea .seikGameBrand,
.seikGameRealTopArea .seik-games-logo-fallback {
  margin: 0;
  margin-right: auto;
  font-size: 22px;
  letter-spacing: 0.36em;
  padding-left: 0.36em;
  line-height: 1;
  flex: 0 0 auto;
  color: var(--seik-ink);
  text-transform: uppercase;
}
.seikGameTopChrome .seikGameGamesMenu,
.seikGameTopChrome .seikGameTopCloseBtn {
  margin-top: 0;
}

.seikGameGamesMenu {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 36px;
  flex: 0 0 auto;
}

.seikGameGamesMenuBtn {
  border: 0;
  background: transparent;
  color: var(--seik-ink);
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
  font-size: 10px;
  cursor: pointer;
}

.seikGameBurgerBtn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  letter-spacing: 0;
  box-sizing: border-box;
  flex: 0 0 36px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.seikGameBurgerIcon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 16px;
  height: 12px;
}

.seikGameBurgerIcon span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--seik-ink);
}

.seikGameGamesMenuPanel {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 180px;
  z-index: 20;
  background: #faf0ef;
  border: 1px solid var(--seik-ink);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  padding: 6px;
}

.seikGameGamesMenu.is-open .seikGameGamesMenuPanel {
  display: block;
}

.seikGameGamesMenuPanel button {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--seik-ink);
  padding: 10px 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.seikGameGamesMenuPanel button:hover,
.seikGameGamesMenuPanel button.is-current {
  background: rgba(20, 17, 15, 0.06);
}

.seikGameGamesMenuPanel button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.seikGameFloatingBurger {
  position: fixed;
  top: 14px;
  right: 14px;
  /* Below Flatsome sticky header / cart / menu (~1001+). */
  z-index: 998;
}

.seikGameTopCloseBtn p,
.seikGameTopCloseBtn span {
  display: none;
}

.seikGameHead {
  padding: 28px 18px 0;
  text-align: center;
  flex: 0 0 auto;
}

.seikGameHead--compact {
  padding: 8px 16px 0;
}

.seikGameHub .seikGameHead--compact {
  padding-top: 4px;
}

.seikGameMatchWinBrand {
  display: flex;
  justify-content: center;
  margin: 2px auto 4px;
  max-width: min(280px, 72vw);
}

.seikGameMatchWinBrand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

.seikGameHubTitle--sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.seikGameBrand {
  margin: 0;
  letter-spacing: 0.42em;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--seik-metal);
  padding-left: 0.42em;
}

.seikGameHubTitle {
  margin: 8px 0 2px;
  font-family: var(--seik-serif);
  font-weight: 500;
  font-size: clamp(28px, 7vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.seikGameHead--compact .seikGameHubTitle {
  margin: 0 0 6px;
  font-size: clamp(22px, 5.5vw, 28px);
}

.seikGameHubIntro {
  margin: 0 auto 10px;
  max-width: 22rem;
  font-size: 13px;
  line-height: 1.4;
  color: var(--seik-ink);
  text-align: center;
  font-weight: 400;
}

.seikGameHubSub {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.25;
  color: var(--seik-ink);
}

.seikGameHubTag {
  margin: 0 auto;
  max-width: 22rem;
  color: var(--seik-metal);
  font-size: 11px;
  line-height: 1.35;
}

.seikGameHub .seikGameTopImg,
.seikGameHub .seikGameTopIMGs,
.seikGameHub .seikGameHeroVideo,
.seikGameHub .seikGameHeroPoster {
  display: none !important;
}

.seikGameHubProgress {
  padding: 10px 14px 0;
  flex: 0 0 auto;
}

.seikGameHubProgress[hidden] {
  display: none !important;
}

.seikGameHubScroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 44px 14px 12px;
}

.seikGameHubLevelsLabel {
  margin: 0 0 6px;
  padding: 0 2px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--seik-metal);
  flex: 0 0 auto;
}

.seikGameHubSummary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 8px;
  padding: 0 2px;
}

.seikGameHubSummaryLabel {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--seik-metal);
}

.seikGameHubSummaryValue {
  margin: 0;
  font-family: var(--seik-serif);
  font-size: 18px;
  font-weight: 500;
}

.seikGameHub .sgrOveChallengeNow {
  margin: 0;
}

.seikGameHubBody {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
}

.seikGameHubLevels {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.seikGameHubLevels .sgrOverCntLevelsList {
  height: auto;
  overflow: visible;
  gap: 5px;
}

.seikGameHub .seikGameLevelsPrizesItem {
  /* Thumb = full row height + 1:1; only the whole ribbon has a border. */
  grid-template-columns: auto minmax(0, 1fr) 52px;
  gap: 0 10px;
  padding: 0;
  align-items: stretch;
  overflow: hidden;
  min-height: 64px;
  margin: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--seik-line);
  border-radius: 0;
  box-shadow: 0 6px 14px rgba(20, 17, 15, 0.04);
  box-sizing: border-box;
}

.seikGameHub .sglStatus_waiting,
.seikGameHub .sglStatus_unlocked {
  border: 1.5px solid #14110f;
  background: rgba(255, 255, 255, 0.9);
}

.seikGameHub .sglStatus_complete {
  background: rgba(255, 255, 255, 0.78);
}

.seikGameHub .sglStatus_waiting .sgslpTxt,
.seikGameHub .sglStatus_unlocked .sgslpTxt {
  font-size: 13px;
  font-weight: 600;
}

.seikGameHub .sglStatus_waiting .sgslpScore,
.seikGameHub .sglStatus_unlocked .sgslpScore {
  font-size: 10px;
  color: var(--seik-ink);
  display: block;
}

.seikGameHub .sglStatus_waiting .seikGameLevelSt.stGmWaiting {
  width: 100%;
  min-height: 0;
  padding: 2px 0 0;
}

.seikGameHub .seikGameScoreLevelScore {
  display: none;
}

.seikGameHub .sgslpImg {
  box-sizing: border-box;
  position: relative;
  width: auto;
  height: auto;
  min-width: 64px;
  min-height: 64px;
  max-width: none;
  max-height: none;
  flex: 0 0 auto;
  align-self: stretch;
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: transparent;
  /* Do not let the <img> intrinsic size inflate the row. */
}

.seikGameHub .sgslpImg img {
  position: absolute !important;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent;
}

.seikGameHub .sgsltTxtsArea {
  text-align: left;
  padding: 8px 0;
  align-self: center;
}

.seikGameHub .sgsltTxtsArea p {
  font-size: 12px;
  text-align: left;
}

.seikGameHub .sgslpTitleRow {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
  min-width: 0;
}

.seikGameHub .sgslpTxt {
  text-align: left;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.15;
  min-width: 0;
  flex: 1 1 auto;
}

.seikGameHub .seikGamePrizePrice,
.seikGamePrizeCardBody .seikGamePrizePrice {
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
  margin: 0;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--seik-ink, #1a1a1a);
  white-space: nowrap;
}

.seikGameHub .seikGamePrizePrice del,
.seikGamePrizeCardBody .seikGamePrizePrice del {
  opacity: 0.65;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 0.35em;
}

.seikGameHub .seikGamePrizePrice ins,
.seikGamePrizeCardBody .seikGamePrizePrice ins {
  text-decoration: none;
  font-weight: 700;
}

.seikGameHub .sgslpDesc {
  margin: 1px 0 0;
  font-size: 11px;
  line-height: 1.15;
  color: var(--seik-ink);
  font-weight: 400;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.seikGameHub .seikGameScoreLevelStatus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  flex: 0 0 52px;
  padding: 6px 8px 6px 0;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.seikGameHub .sglStatus_unlocked .seikGameScoreLevelStatus,
.seikGameHub .sglStatus_waiting .seikGameScoreLevelStatus,
.seikGameHub .sglStatus_complete .seikGameScoreLevelStatus {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.seikGameHub .seikGameLevelSt {
  min-height: 28px;
  padding: 0;
  gap: 0;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.seikGameHub .seikGameLevelGlyph {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  overflow: visible;
}

.seikGameHub .seikGameLevelGlyph--img img,
.seikGameHub .seikGameLevelGlyph img {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  object-fit: contain !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.seikGameHub .seikGameLevelSt.stGmLocked p,
.seikGameHub .seikGameLevelSt.stGmUnlocked p,
.seikGameHub .seikGameLevelSt.stGmComplete p {
  display: none;
}

.seikGameHub .seikGameLevelWaitLabel {
  display: none;
}

.seikGameHub .sgslpScore {
  margin: 0;
  font-size: 10px;
  line-height: 1.1;
  color: var(--seik-metal);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  max-width: 100%;
  overflow: hidden;
  text-overflow: clip;
}

.seikGameHowMatch {
  margin: 4px auto 0;
  max-width: 180px;
  text-align: center;
}

.seikGameHowMatchStage {
  position: relative;
  padding: 4px 0 2px;
  overflow: hidden;
}

.seikGameHowMatchBoard {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  width: min(132px, 100%);
  margin: 0 auto;
  padding: 4px;
  background: #f7f1ef;
  border: 1px solid rgba(40, 28, 24, 0.12);
  box-shadow: 0 4px 10px rgba(40, 28, 24, 0.08);
}

.seikGameHowMatchTile {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #faf0ef;
  border: 1px solid rgba(40, 28, 24, 0.12);
}

.seikGameHowMatchTile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  box-sizing: border-box;
}

.seikGameHowMatchTile.is-swap {
  border-color: transparent;
  box-shadow: none;
  animation: none;
}

.seikGameHowMatchTile.is-swap .seikGameHowMatchSwapFrom,
.seikGameHowMatchTile.is-swap .seikGameHowMatchSwapTo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.seikGameHowMatchTile.is-swap .seikGameHowMatchSwapFrom {
  animation: seikHowSwapOut 2.8s ease-in-out infinite;
}

.seikGameHowMatchTile.is-swap .seikGameHowMatchSwapTo {
  animation: seikHowSwapIn 2.8s ease-in-out infinite;
}

.seikGameHowMatchTile.is-match:not(.is-swap) {
  border-color: var(--seik-gold);
  box-shadow: 0 0 0 1px var(--seik-gold-hot);
  animation: seikHowMatchPulse 2.8s ease-in-out infinite;
}

.seikGameHowMatchBoard:has(.seikGameHowMatchTile.is-swap) .seikGameHowMatchTile.is-match:not(.is-swap) {
  animation: seikHowMatchPulseLate 2.8s ease-in-out infinite;
}

.seikGameHowMatchCaption {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--seik-metal);
}

@keyframes seikHowMatchPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

@keyframes seikHowMatchPulseLate {
  0%, 45% { transform: scale(1); border-color: transparent; box-shadow: none; }
  55%, 85% { transform: scale(1.04); border-color: var(--seik-gold); box-shadow: 0 0 0 1px var(--seik-gold-hot); }
  100% { transform: scale(1); border-color: var(--seik-gold); box-shadow: 0 0 0 1px var(--seik-gold-hot); }
}

@keyframes seikHowSwapOut {
  0%, 18% { opacity: 1; transform: translateX(0); }
  38%, 82% { opacity: 0; transform: translateX(-110%); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes seikHowSwapIn {
  0%, 18% { opacity: 0; transform: translateX(110%); }
  38%, 82% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(110%); }
}

@media (prefers-reduced-motion: reduce) {
  .seikGameHowMatchTile.is-match,
  .seikGameHowMatchTile.is-swap .seikGameHowMatchSwapFrom,
  .seikGameHowMatchTile.is-swap .seikGameHowMatchSwapTo,
  .seikGameHowMatchBoard:has(.seikGameHowMatchTile.is-swap) .seikGameHowMatchTile.is-match:not(.is-swap) {
    animation: none;
  }
  .seikGameHowMatchTile.is-swap .seikGameHowMatchSwapFrom {
    opacity: 0;
  }
  .seikGameHowMatchTile.is-swap .seikGameHowMatchSwapTo {
    opacity: 1;
    transform: none;
  }
  .seikGameHowMatchTile.is-match {
    border-color: var(--seik-gold);
  }
}

.seikGameHub .seikGameScoreLevelPrize {
  display: contents;
}

.seikGameHub .seikGameScoreLevelStatus {
  align-self: center;
}

.seikGameHub .seikCurrentChallangeTitleItem p {
  margin: 0 0 6px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--seik-metal);
}

.seikGameHub .seikGameCurrentChallangeTackle {
  padding: 10px;
  gap: 6px;
}

.seikGameHub .sgcctScore {
  width: 64px;
}

.seikGameHub .sgcctScore p:nth-child(2) {
  font-size: 22px;
}

.seikGameHub .sgcctPrize img {
  width: 48px;
}

.seikGamePlayFrame {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: #f3e6e5;
}

.seikGamePlayFallback {
  padding: 24px 18px;
  text-align: center;
  color: var(--seik-metal);
}

.seikGamePlayFallback p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.4;
}

.seikGameBrandMark {
  display: inline-block;
  letter-spacing: 0.35em;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--seik-metal);
}

.seikGameTopImg {
  width: 100%;
  max-width: 100%;
  padding: 0 16px;
  margin-top: 10px;
  flex: 0 1 auto;
  min-height: 0;
}

.seikGameTopIMGs {
  position: relative;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  background: #f3e6e5;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 22vh;
  margin: 0 auto;
}

.seikGameHeroPoster,
.seikGameTopIMGs video,
.seikGameHeroVideo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.seikGameHeroPoster {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.seikGameHeroVideo {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.seikGameTopIMGs.has-video .seikGameHeroVideo {
  opacity: 1;
}

.seikGameTopIMGs.has-video .seikGameHeroPoster,
.seikGameTopIMGs.has-poster-only .seikGameHeroVideo {
  opacity: 0;
  pointer-events: none;
}

.seikGameTopIMGs.has-poster-only .seikGameHeroPoster {
  opacity: 1;
}

.seikGameMainDets {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  margin-top: 10px;
  flex: 0 0 auto;
}

.seikGameMainDetsAll {
  width: 100%;
  max-width: 22rem;
  background: transparent;
  color: var(--seik-ink);
  margin: 0;
}

p.sgmPP {
  margin: 0 0 2px;
  font-family: var(--seik-serif);
  font-weight: 500;
  font-size: clamp(24px, 6vw, 32px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: none;
}

p.sgmSC {
  margin: 0;
  color: var(--seik-metal);
  font-size: 12px;
  line-height: 1.3;
}

.seikGameExtraDets {
  text-align: center;
  margin: 8px 14px 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.seikGamePrizeIntro {
  margin: 0 0 8px;
  color: var(--seik-metal);
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 0 0 auto;
}

.seikGamePrizeLadder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  text-align: left;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.seikGamePrizeCard {
  display: grid;
  grid-template-columns: 80px 44px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 5px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--seik-line);
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  flex: 1 1 0;
}

.seikGamePrizeCardScore {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 100%;
  min-height: 44px;
  max-height: 56px;
  box-sizing: border-box;
  padding: 4px 2px;
  border-radius: 0;
  background: var(--seik-ink);
  color: #f7efe4;
}

.seikGamePrizeCardScore span {
  font-family: var(--seik-serif);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.seikGamePrizeCardScore small {
  margin-top: 3px;
  font-size: 9px;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.85;
  line-height: 1.1;
  text-align: center;
  max-width: 100%;
  padding: 0 2px;
}

.seikGamePrizeCardMedia {
  width: 44px;
  height: 44px;
  border-radius: 0;
  overflow: hidden;
  background: #f3e6e5;
  flex: 0 0 auto;
  aspect-ratio: 1;
}

.seikGamePrizeCardMedia img,
.sgslpImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #f3e6e5;
}

.seikGamePrizeCardMediaFallback {
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 30% 20%, rgba(240, 212, 138, 0.55), transparent 55%),
    #faf0ef;
}

.seikGamePrizeCardBody {
  min-width: 0;
}

.seikGamePrizeCardTitleRow {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
}

.seikGamePrizeCardName {
  margin: 0;
  font-size: 12px;
  line-height: 1.15;
  color: var(--seik-ink);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seikGamePrizeCardDesc {
  display: none;
}

.sgedScoreTxt {
  margin: 0 0 8px;
  color: var(--seik-metal);
  font-size: 13px;
  line-height: 1.45;
}

.seikScorePlayNowBtn {
  text-align: center;
  margin: 8px 0 0;
  flex: 0 0 auto;
}

.seikScorePlayNowBtn p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  width: 100%;
  margin: 0;
  border: 0;
  background: var(--seik-ink);
  color: #fff;
  padding: 12px 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.25;
}

.seikScoreExtraTxts {
  margin-top: 6px;
  flex: 0 0 auto;
}

.seikScoreExtraTxts p {
  margin: 0;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--seik-metal);
}

.seikGameTerms {
  margin-top: 8px;
  flex: 0 0 auto;
  text-align: left;
}

.seikGameTerms summary {
  list-style: none;
  cursor: pointer;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--seik-metal);
  text-align: center;
}

.seikGameTerms summary::-webkit-details-marker {
  display: none;
}

.seikGameTermsBody {
  margin: 8px 0 0;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
  color: var(--seik-ink);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--seik-line);
}

/* Active game shell */
.seikGameRealGameArea {
  position: relative;
  z-index: 2;
  width: min(420px, 100%);
  max-width: 100%;
  height: min(860px, 100dvh);
  padding: 0;
  overflow: hidden;
  background: #faf0ef;
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
}

.seikGameRealInner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.seikGameRealTopArea,
.seikGameTopChrome--play {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2px;
  min-height: 44px;
  padding: 0 10px 0 0;
  flex: 0 0 auto;
  z-index: 8;
}

.seikGameRealTopLeft {
  display: none;
}

.seikGameRealTopRight {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  position: relative;
  height: 36px;
  margin-top: 6px;
  margin-left: auto;
  flex: 0 0 auto;
}

.seikGameRealBackBtn,
button.seikGameRealBackBtn {
  border: 1px solid var(--seik-ink);
  background: transparent;
  color: var(--seik-ink);
  padding: 8px 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
}

.seikGameRealCloseGameBtn,
button.seikGameRealCloseGameBtn,
p.seikGameRealCloseGameBtn {
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--seik-ink);
  font-size: 22px;
  line-height: 0;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  box-sizing: border-box;
  flex: 0 0 36px;
  overflow: hidden;
}

.seikGamePlayFallback {
  padding: 28px 18px;
  text-align: center;
  color: var(--seik-metal);
}

.seikGamePlayFallbackTitle {
  margin: 0 0 10px !important;
  font-family: var(--seik-serif);
  font-size: 24px !important;
  color: var(--seik-ink) !important;
}

.seikGamePlayFallbackBack {
  margin-top: 16px;
}

.seikGameRealGameAreaITEM {
  flex: 1;
  min-height: 0;
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

.seikGameRealIframeInner {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background: #faf0ef;
  flex: 1 1 auto;
}

.seikGamePlayFrame {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: #faf0ef;
}

.seikGamePlayCover {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf0ef;
  color: var(--seik-metal);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  pointer-events: none;
}

.seikGameRealGameArea.is-frame-ready .seikGamePlayCover {
  display: none;
}

/* Keep Construct iframe warm off-screen (display:none throttles load). */
.seikGameRealGameArea.is-preloading {
  position: fixed !important;
  left: -10000px !important;
  top: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
  box-shadow: none !important;
}

.seikGameRealIframeInner object,
.seikGameRealIframeInner iframe,
.seikGameRealIGameOverlayArea {
  max-height: none;
  height: 100%;
  aspect-ratio: auto;
  width: 100%;
  border-radius: 0;
}

.seikGameRealBottomArea,
.seikGameRealBtmLOGO,
.seikGameBrandMark {
  display: none !important;
}

/* Challenge / levels overlay */
.seikGameRealIGameOverlayArea {
  position: absolute;
  inset: 0;
  margin-top: 0;
  background: #faf0ef;
  overflow: auto;
  z-index: 4;
}

.seikGameRealIGameOverlayAreaInner {
  zoom: 1;
  padding: 28px 18px 24px;
}

.sotRealTitle {
  display: none;
}

.seikCurrentChallangeTitleItem p {
  margin: 0 0 10px;
  font-family: var(--seik-serif);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1.15;
  text-align: center;
}

.seikCurrentChallangeTitleItem span {
  display: inline-block;
  margin-left: 4px;
  font-family: var(--seik-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6a28;
  vertical-align: middle;
}

.sgrOveChallengeNow {
  margin: 0 0 18px;
}

.seikGameCurrentChallangeTackle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--seik-line);
  border-radius: 0;
}

.sgcctScore {
  width: 88px;
  text-align: center;
  flex: 0 0 auto;
}

.sgcctScore p {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  color: var(--seik-metal);
}

.sgcctScore p:nth-child(2) {
  font-family: var(--seik-serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--seik-ink);
  letter-spacing: -0.02em;
}

.sgcctAmp {
  width: 18px;
  text-align: center;
  color: var(--seik-metal);
}

.sgcctAmp p {
  margin: 0;
  font-size: 16px;
}

.sgcctPrize {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  min-width: 0;
  flex: 1 1 auto;
}

.sgcctPrize img {
  width: 64px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.sgcctPrize p {
  display: block;
  margin: 0;
  max-width: none;
  font-size: 14px;
  line-height: 1.3;
  color: var(--seik-ink);
}

.sgrOverCntLevelsList {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.seikGameLevelsPrizesItem {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 72px;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--seik-line);
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(20, 17, 15, 0.04);
}

.seikGameScoreLevelScore {
  display: flex;
  flex-direction: column;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 64px;
  justify-content: center;
  align-items: center;
  flex: 0 0 80px;
  box-sizing: border-box;
  padding: 4px 2px;
  background: var(--seik-ink);
  border-radius: 0;
  color: #f7efe4;
}

.seikGameScoreLevelScore p,
.seikGameScoreLevelScore span {
  margin: 0;
  font-family: var(--seik-serif);
  font-size: 15px;
  color: inherit;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.seikGameScoreLevelScore small {
  margin-top: 3px;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.72;
}

.sglStatus_unlocked .seikGameScoreLevelScore {
  background: transparent;
  border: 1.5px solid var(--seik-ink);
  color: var(--seik-ink);
}

.sglStatus_unlocked .seikGameScoreLevelScore p,
.sglStatus_unlocked .seikGameScoreLevelScore span {
  color: inherit;
}

.sglStatus_complete .seikGameScoreLevelScore {
  background: #c8a45a;
  color: #14110f;
}

.seikGameScoreLevelPrize {
  display: flex;
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.sgslpImg {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  aspect-ratio: 1;
  border-radius: 0;
  overflow: hidden;
  background: #f3e6e5;
}

.sgslpImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #f3e6e5;
}

.sgsltTxtsArea {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  display: block;
  padding: 0;
  text-align: left;
}

.sgsltTxtsArea p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
}

.sgslpTxt {
  color: var(--seik-ink);
  font-weight: 500;
  text-align: left;
}

.sgslpAction a {
  font-weight: 500;
  margin: 4px 0 0;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--seik-metal);
  text-decoration: none;
}

.seikGameScoreLevelStatus {
  display: flex;
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  flex: 0 0 72px;
  justify-content: stretch;
}

.seikGameLevelSt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  min-width: 0;
  min-height: 36px;
  margin: 0;
  padding: 6px 4px;
  box-sizing: border-box;
}

.seikGameLevelGlyph {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 0;
  position: relative;
  background: transparent !important;
  border: 0;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.seikGameLevelGlyph--img img,
.seikGameLevelGlyph img {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  object-fit: contain !important;
  object-position: center center !important;
  aspect-ratio: 1 / 1;
  flex: 0 0 28px;
}

.seikGameLevelSt.stGmLocked {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seikGameLevelSt.stGmLocked .seikGameLevelGlyph {
  background: transparent;
}

.seikGameLevelSt.stGmLocked .seikGameLevelGlyph:not(.seikGameLevelGlyph--img)::before {
  content: none;
  display: none;
}

.seikGameLevelSt.stGmLocked .seikGameLevelGlyph:not(.seikGameLevelGlyph--img)::after {
  content: none;
  display: none;
}

.seikGameLevelSt.stGmLocked .seikGameLevelGlyph--img::before,
.seikGameLevelSt.stGmLocked .seikGameLevelGlyph--img::after,
.seikGameLevelSt.stGmUnlocked .seikGameLevelGlyph--img::before,
.seikGameLevelSt.stGmUnlocked .seikGameLevelGlyph--img::after,
.seikGameLevelSt.stGmWaiting .seikGameLevelGlyph--img::before,
.seikGameLevelSt.stGmWaiting .seikGameLevelGlyph--img::after {
  content: none !important;
  display: none !important;
}

.seikGameLevelSt.stGmLocked p {
  font-size: 8px;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0;
  color: var(--seik-metal);
}

.seikGameLevelSt.stGmWaiting {
  flex-direction: column;
  gap: 2px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--seik-ink);
  padding: 0;
  min-height: 0;
}

.seikGameLevelSt.stGmWaiting .seikGameLevelGlyph {
  background: transparent;
}

/* CSS lock fallback off when PNG glyph is used. */
.seikGameLevelSt.stGmWaiting .seikGameLevelGlyph::before,
.seikGameLevelSt.stGmWaiting .seikGameLevelGlyph::after {
  content: none !important;
  display: none !important;
}

.seikGameLevelSt.stGmWaiting .seikGameLevelWaitLabel {
  margin: 0;
  font-size: 8px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--seik-metal);
}

.seikGameLevelSt.stGmWaiting .seikGameLevelWaitClock {
  margin: 0;
  font-family: var(--seik-sans);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  color: var(--seik-ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.seikGameLevelSt.stGmUnlocked .seikGameLevelGlyph {
  background: transparent;
}

.seikGameLevelSt.stGmUnlocked .seikGameLevelGlyph:not(.seikGameLevelGlyph--img)::before {
  content: none;
  display: none;
}

.seikGameLevelSt.stGmComplete .seikGameLevelGlyph {
  background: transparent !important;
}

.seikGameLevelSt.stGmComplete .seikGameLevelGlyph::before {
  content: none !important;
  display: none !important;
}

.seikGameLevelSt.stGmLocked,
.seikGameLevelSt.stGmUnlocked,
.seikGameLevelSt.stGmComplete,
.seikGameLevelSt.stGmWaiting {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.seikGameLevelSt.stGmUnlocked,
.seikGameLevelSt.stGmComplete {
  padding: 2px 0;
}

.seikGameLevelSt.stGmComplete p,
.seikGameLevelSt.stGmUnlocked p {
  display: inline;
  margin: 0;
  font-size: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--seik-metal);
}

.seikGameLevelSt.stGmComplete {
  background: transparent;
  border-radius: 0;
}

.seikGameLevelSt.stGmUnlocked {
  background: transparent;
  border-radius: 0;
}

.seikGameLevelSt.stGmComplete p {
  color: var(--seik-ink);
}

.seikGameLevelSt.stGmLocked img,
.seikGameLevelSt.stGmUnlocked img,
.seikGameLevelSt.stGmComplete img,
.seikGameLevelSt.stGmWaiting img {
  display: block !important;
}
.sgrOverBtm {
  margin: 22px 0 0;
  text-align: center;
}

.sgrOverBtm p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  margin: 0;
  background: var(--seik-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 14px 22px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Win claim / rewards pages inside game frame */
.AseikGameAjaxOverlaySuccess {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  padding: 0 0 28px;
  font-family: var(--seik-sans);
  color: var(--seik-ink);
  background: #faf0ef;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Match win = full-viewport prize claim (product + code always on screen) */
body.seikGameWinPage {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  background: #faf0ef;
}
.seikGameWinClaim {
  min-height: 100dvh;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  background: #faf0ef;
}
.seik-crush-result-sheet {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.seik-crush-result-sheet--fullscreen,
body.seikGameWinPage .seik-crush-result-sheet {
  height: 100%;
  min-height: 100dvh;
  align-items: stretch;
}
.seik-crush-result-card {
  width: 100%;
  max-height: min(72dvh, 420px);
  display: flex;
  flex-direction: column;
  background: #faf0ef;
  color: #14110f;
  pointer-events: auto;
  box-shadow: 0 -8px 28px rgba(20, 17, 15, 0.12);
  animation: seikCrushSheetUp 0.35s ease;
}
.seik-crush-result-card--prize,
body.seikGameWinPage .seik-crush-result-card {
  max-height: none;
  min-height: 100dvh;
  height: 100%;
  box-shadow: none;
  animation: seikCrushPrizeIn 0.35s ease;
}
@keyframes seikCrushSheetUp {
  from { transform: translateY(18px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes seikCrushPrizeIn {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}
.seik-crush-result-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 16px 22px 8px;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
body.seikGameWinPage .seik-crush-result-scroll,
.seik-crush-result-card--prize .seik-crush-result-scroll {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: max(16px, env(safe-area-inset-top)) 22px 12px;
}
.seik-crush-result-thumb {
  width: 56px;
  height: 56px;
  margin: 0 0 10px;
  border: 1px solid rgba(20, 17, 15, 0.12);
  background: #fff;
  overflow: hidden;
}
.seik-crush-result-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seik-crush-result-hero {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  margin: 0 auto 14px;
  border: 1px solid rgba(20, 17, 15, 0.1);
  background: #fff;
  overflow: hidden;
}
body.seikGameWinPage .seik-crush-result-hero,
.seik-crush-result-card--prize .seik-crush-result-hero {
  max-width: min(78vw, 300px);
  width: 100%;
  margin: 0 auto 18px;
  flex: 0 0 auto;
}
@media (max-height: 700px) {
  body.seikGameWinPage .seik-crush-result-hero,
  .seik-crush-result-card--prize .seik-crush-result-hero {
    max-width: min(58vw, 220px);
    margin-bottom: 12px;
  }
}
.seik-crush-result-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seik-crush-result-price {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.35;
  color: #14110f;
}
.seik-crush-result-price del {
  opacity: 0.55;
  margin-right: 6px;
}
.seik-crush-result-price ins {
  text-decoration: none;
  font-weight: 700;
}
.seik-crush-result-title {
  margin: 0 0 6px;
  font-family: var(--seik-serif, "Cormorant Garamond", Georgia, serif);
  font-weight: 500;
  font-size: clamp(22px, 5.5vw, 28px);
  line-height: 1.2;
  color: #14110f;
}
.seik-crush-result-score {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b635c;
}
.seik-crush-result-lead {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #14110f;
}
.seik-crush-result-sub {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #5c534c;
}
.seik-crush-code {
  display: flex;
  width: 100%;
  margin: 8px 0 0;
}
.seik-crush-code-value {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 38px;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(20, 17, 15, 0.18);
  background: #fff;
  color: #14110f;
  text-align: left;
  cursor: pointer;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
  font-size: 13px;
}
.seik-crush-code-value.is-copied {
  background: #14110f;
  border-color: #14110f;
  color: #faf0ef;
}
.seik-crush-code-value.is-copied .seik-crush-copy-icon::before,
.seik-crush-code-value.is-copied .seik-crush-copy-icon::after {
  border-color: #faf0ef;
  background: #14110f;
}
.seik-crush-code-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seik-crush-copy-icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.seik-crush-copy-icon::before,
.seik-crush-copy-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 10px;
  border: 1.5px solid #14110f;
  background: #fff;
}
.seik-crush-copy-icon::before {
  left: 1px;
  top: 3px;
}
.seik-crush-copy-icon::after {
  left: 4px;
  top: 0;
}
.seik-crush-copy-label {
  font-family: var(--seik-sans, system-ui, sans-serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  color: #14110f;
}
.seik-crush-result-meta {
  margin: 8px 0 0;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #6b635c;
}
.seik-crush-result-foot {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 6px 22px 16px;
}
body.seikGameWinPage .seik-crush-result-foot,
.seik-crush-result-card--prize .seik-crush-result-foot {
  gap: 10px;
  padding: 14px 22px calc(18px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(20, 17, 15, 0.08);
  background: #faf0ef;
}
body.seikGameWinPage .seik-crush-code,
.seik-crush-result-card--prize .seik-crush-code {
  margin: 0;
}
body.seikGameWinPage .seik-crush-code-value,
.seik-crush-result-card--prize .seik-crush-code-value {
  min-height: 48px;
  font-size: 15px;
  letter-spacing: 0.1em;
  justify-items: center;
  text-align: center;
}
body.seikGameWinPage .seik-crush-result-meta,
.seik-crush-result-card--prize .seik-crush-result-meta {
  margin: 0;
  text-align: center;
}
body.seikGameWinPage .seik-crush-result-cta,
.seik-crush-result-card--prize .seik-crush-result-cta {
  padding: 14px 10px;
  font-size: 12px;
}
.seik-crush-result-cta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  border: 0;
  border-radius: 0;
  background: #14110f;
  color: #fff !important;
  padding: 12px 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
.seik-crush-result-cta--secondary {
  background: #ebe2dc;
  color: #14110f !important;
}
.seik-crush-result-foot--login .seik-crush-result-cta {
  margin: 0;
}

.AseikGameOverlayBannerArea {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 0;
  overflow: hidden;
}

.aseikGameBannerBckg {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  max-width: none;
  text-align: center;
  height: auto;
  margin: 0;
}

.aseikGameBannerBckg img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.aseikGameBannerTop {
  width: 100%;
  max-width: 100%;
  aspect-ratio: auto;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px 0;
  box-sizing: border-box;
}

.aseiKGameBannerBox {
  width: 100%;
  max-width: 100%;
  background: var(--seik-ink);
  aspect-ratio: auto;
  min-height: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aseiKGameBannerBox p {
  color: #f7efe4;
  font-size: 12px;
  text-align: center;
  padding: 14px 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.35;
  margin: 0;
}

.AseikGameOverlayTitleArea {
  margin: 18px 0 0;
  padding: 0 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.AseikGameOverlayTitleArea h6 {
  margin: 0 0 8px;
  font-family: var(--seik-serif);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.AseikGameOverlayTitleArea p {
  margin: 0;
  color: var(--seik-metal);
  font-size: 14px;
  line-height: 1.45;
}

.AseikGameOverlayContent {
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  padding: 0 16px;
  box-sizing: border-box;
  overflow-x: hidden;
}

body.seikGameWinPage {
  overflow-x: hidden;
  max-width: 100%;
}

.seikGameOvAjShowLogInMSG,
.seikASOGameCoupon,
.AseikGameOverlayShops {
  max-width: 100%;
  box-sizing: border-box;
}

.seikASOGameCoupon,
.seikCouponFromGame {
  display: block;
  width: 100%;
}

.seikCouponFromGame {
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid var(--seik-line);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 0;
}

.seikCouponFromGame h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
}

.seikCouponFromGame p,
.seikCouponFromGameTerms {
  margin: 6px 0 0;
  color: var(--seik-metal);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.seikGameSuccessSHOPNOW a,
.seikGameSuccessSHOPNOW p a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
  border: 0 !important;
  background: var(--seik-ink);
  color: #fff !important;
  padding: 12px 20px !important;
  margin: 0;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.seikGameSuccessPLAYAGAIN p {
  display: inline-flex;
  margin-top: 10px;
  padding: 12px 20px;
  border: 1px solid var(--seik-ink);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}

.seikGameOvAjShowLogInMSG h5 {
  font-family: var(--seik-serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  margin: 12px 8px 0;
}

.sgoaChoose {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 22px 0;
}

.sgoaChooseLogin,
.sgoaCreateAccount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  font-size: 12px;
  cursor: pointer;
  padding: 12px 18px;
  margin: 0;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sgoaChooseLogin {
  border: 1px solid var(--seik-ink);
  background: transparent;
  color: var(--seik-ink);
}

.sgoaCreateAccount {
  background: var(--seik-ink);
  color: #fff;
}

.loader {
  border: 3px solid rgba(20, 17, 15, 0.12);
  border-top: 3px solid var(--seik-ink);
  border-radius: 0;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  animation: seikCrushSpin 0.9s linear infinite;
}

@keyframes seikCrushSpin {
  to { transform: rotate(360deg); }
}

/* Desktop / mobile win toast */
.seikGameWinningsPopupMsg {
  display: block;
  position: fixed;
  bottom: 12px;
  right: 12px;
  left: auto;
  width: min(400px, calc(100vw - 24px));
  z-index: 999;
  margin: 0;
  max-width: none;
}

.aseikGameWInningBlock {
  background: #faf0ef;
  color: #14110f;
  padding: 8px;
  border: 1px solid rgba(20, 17, 15, 0.12);
  border-radius: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: none;
}

.seikGameWInningIconImgs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}

.WinningImgLeftSide {
  position: static;
  margin: 0;
  flex: 0 0 auto;
}

.WinningImgLeftSide img {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
}

.WinningImgOverlayAll,
.winningImgoVerlayRIght {
  width: auto;
  height: auto;
  aspect-ratio: auto;
  position: static;
  z-index: 1;
  display: block;
}

.winningPrizeDetsITX {
  display: block;
  width: auto;
  aspect-ratio: auto;
  background: transparent;
  color: #f7efe4;
}

.winningPrizeDetsITX p {
  font-size: 11px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}

.winningPrizeDetsITX p.wprMain {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: none;
  opacity: 1;
  margin-bottom: 2px;
}

.winningPrizeDetsITX p.wprCode {
  margin: 2px 0 0;
  font-size: 10px;
}

h6.wprReal,
button.wprReal {
  font-size: 13px;
  color: #f7efe4;
  margin: 2px 0 0;
  width: auto;
  display: inline-block;
  max-width: 100%;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: transparent;
  border: 1px dashed rgba(247, 239, 228, 0.42);
  border-radius: 2px;
  padding: 5px 8px;
  cursor: pointer;
  text-align: left;
  line-height: 1.2;
}
button.wprReal:hover,
button.wprReal:focus {
  border-color: rgba(247, 239, 228, 0.85);
  outline: none;
}
button.wprReal.is-copied {
  border-style: solid;
  border-color: rgba(247, 239, 228, 0.95);
}
.seikCouponFromGame .seikGamePrizeCodeCopy {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: transparent;
  border: 1px dashed rgba(20, 17, 15, 0.35);
  padding: 6px 10px;
  cursor: pointer;
}
.seikCouponFromGame .seikGamePrizeCodeCopy.is-copied {
  border-style: solid;
}

.seikGameSuccessSHOPNOW {
  margin: 0;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.seikGameSuccessSHOPNOW h6 {
  display: none;
}

.seikGameSuccessSHOPNOW p {
  display: inline-flex;
  margin: 0;
  width: auto;
  font-weight: 500;
  border: 0;
  padding: 0;
}

.aseikGameWInningBlock .seikGameSuccessSHOPNOW a {
  display: inline-flex;
  padding: 7px 11px !important;
  border-radius: 0 !important;
  background: #14110f !important;
  color: #faf0ef !important;
  font-size: 9px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aseikGameWInningCloseBlock p {
  display: inline-flex;
  background: transparent;
  color: rgba(247, 239, 228, 0.7);
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 4px;
  right: 8px;
  z-index: 3;
  font-size: 16px;
}

.seikGameMenuBtn img {
  height: 30px;
  width: auto;
  padding: 0 6px 0 0;
}

.seikGameMenuBtn {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.seik-crush-lock {
  overflow: hidden;
}

/* Keep win ribbon under the game popup while Match is open (still below theme drawers when closed). */
body.seik-crush-lock .seik-win-ribbon,
body.seik-crush-lock .seikGameWinningsPopupMsg,
body.seik-crush-lock #seikCrushRibbon {
  z-index: 999;
}

@media (max-width: 480px) {
  .seikGameOverlayInner,
  .seikGameRealGameArea {
    width: 100%;
    max-width: 100vw;
    height: 100dvh;
    border-radius: 0;
    box-shadow: none;
  }

  .seikGameOverlay {
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
  }

  .seikGameHead {
    padding-top: 22px;
  }

  .seikGameTopIMGs {
    aspect-ratio: 16 / 9;
    max-height: 20vh;
    border-radius: 0;
  }

  .seikGamePrizeIntro {
    -webkit-line-clamp: 1;
    font-size: 10px;
  }

  .seikGameRealGameAreaITEM {
    padding: 0 12px;
  }

  .seikGameRealIGameOverlayAreaInner {
    padding: 22px 16px 20px;
  }

  .seikGameWinningsPopupMsg {
    left: 12px;
    right: 12px;
    width: auto;
  }

  /* Match hub phone: stacked brand → intro → how-to anim → prizes (readable, not side-by-side). */
  .seikGameHub .seikGameHubScroll {
    padding: 40px 14px 14px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .seikGameHub .seikGameHead--compact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 2px 4px 0;
  }

  .seikGameHub .seikGameHead--compact .seikGameHubTitle {
    margin: 0;
    font-size: clamp(20px, 5.5vw, 26px);
  }

  .seikGameHub .seikGameMatchWinBrand {
    margin: 0 auto;
    max-width: none;
    justify-content: center;
  }

  .seikGameHub .seikGameMatchWinBrand img {
    max-height: 46px;
    width: auto;
    max-width: 100%;
  }

  .seikGameHub .seikGameHubIntro {
    margin: 0 auto;
    max-width: 22rem;
    font-size: 13px;
    line-height: 1.4;
    display: block;
    overflow: visible;
    text-align: center;
    -webkit-line-clamp: unset;
  }

  .seikGameHub .seikGameHowMatch {
    width: 100%;
    max-width: none;
    margin: 2px auto 0;
  }

  .seikGameHub .seikGameHowMatchBoard {
    width: min(168px, 58vw);
    gap: 4px;
    padding: 4px;
    margin: 0 auto;
    box-shadow: none;
  }

  .seikGameHub .seikGameHowMatchCaption {
    display: block;
    margin: 6px auto 0;
    max-width: 18rem;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
  }

  .seikGameHub .seikGameHubBody {
    margin-top: 10px;
    min-height: 0;
    flex: 1 1 auto;
  }

  .seikGameHub .seikGameHubLevels {
    overflow: visible;
  }

  .seikGameHub .seikGameHubLevels .sgrOverCntLevelsList {
    gap: 6px;
  }

  .seikGameHub .seikGameLevelsPrizesItem {
    grid-template-columns: auto minmax(0, 1fr) 52px;
    gap: 0 10px;
    min-height: 64px;
    padding: 0;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--seik-line);
    box-shadow: 0 6px 14px rgba(20, 17, 15, 0.04);
  }

  .seikGameHub .sgslpImg {
    position: relative;
    width: auto;
    height: auto;
    min-width: 64px;
    min-height: 64px;
    max-width: none;
    max-height: none;
    flex: 0 0 auto;
    align-self: stretch;
    aspect-ratio: 1 / 1;
    background: transparent;
  }

  .seikGameHub .sgslpImg img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
  }

  .seikGameHub .sgsltTxtsArea {
    padding: 8px 0;
  }

  .seikGameHub .sgslpTitleRow {
    gap: 0 6px;
  }

  .seikGameHub .sgslpTxt {
    font-size: 12px;
    line-height: 1.25;
  }

  .seikGameHub .seikGamePrizePrice {
    font-size: 11px;
    margin: 0;
  }

  .seikGameHub .sgslpDesc {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
  }

  .seikGameHub .sgslpScore {
    margin: 0;
    font-size: 10px;
  }

  .seikGameHub .seikGameScoreLevelStatus {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    flex: 0 0 52px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .seikGameHub .sglStatus_waiting,
  .seikGameHub .sglStatus_unlocked {
    grid-template-columns: auto minmax(0, 1fr) 52px;
    min-height: 64px;
    margin: 0;
    padding: 0;
    border: 1.5px solid #14110f;
    background: rgba(255, 255, 255, 0.9);
  }

  .seikGameHub .sglStatus_waiting .sgslpImg,
  .seikGameHub .sglStatus_unlocked .sgslpImg {
    width: auto;
    height: auto;
    min-width: 64px;
    min-height: 64px;
    max-width: none;
    max-height: none;
    flex: 0 0 auto;
    align-self: stretch;
    aspect-ratio: 1 / 1;
  }

  .seikGameHub .sglStatus_waiting .sgslpTxt,
  .seikGameHub .sglStatus_unlocked .sgslpTxt {
    font-size: 12px;
  }

  .seikGameHub .sglStatus_waiting .seikGameScoreLevelStatus,
  .seikGameHub .sglStatus_unlocked .seikGameScoreLevelStatus {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    flex: 0 0 52px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .seikGameHub .seikScorePlayNowBtn {
    margin: 10px 0 0;
  }

  .seikGameHub .seikScorePlayNowBtn p {
    padding: 12px 14px;
  }

  .seikGameHub .seikGameTerms {
    margin-top: 8px;
  }
}

@media (max-width: 480px) and (max-height: 640px) {
  .seikGameHub .seikGameMatchWinBrand img {
    max-height: 40px;
  }

  .seikGameHub .seikGameHowMatchBoard {
    width: min(140px, 52vw);
  }

  .seikGameHub .seikGameLevelsPrizesItem {
    min-height: 56px;
    grid-template-columns: auto minmax(0, 1fr) 48px;
    padding: 0;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--seik-line);
  }

  .seikGameHub .sgslpImg {
    position: relative;
    width: auto;
    height: auto;
    min-width: 56px;
    min-height: 56px;
    max-width: none;
    max-height: none;
    flex: 0 0 auto;
    align-self: stretch;
    aspect-ratio: 1 / 1;
    background: transparent;
  }

  .seikGameHub .sgslpImg img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
  }

  .seikGameHub .seikGameScoreLevelStatus {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    flex: 0 0 48px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .seikGameHub .sglStatus_waiting,
  .seikGameHub .sglStatus_unlocked {
    min-height: 56px;
    grid-template-columns: auto minmax(0, 1fr) 48px;
    padding: 0;
    border: 1.5px solid #14110f;
    background: rgba(255, 255, 255, 0.9);
  }

  .seikGameHub .sglStatus_waiting .sgslpImg,
  .seikGameHub .sglStatus_unlocked .sgslpImg {
    width: auto;
    height: auto;
    min-width: 56px;
    min-height: 56px;
    max-width: none;
    max-height: none;
    align-self: stretch;
    aspect-ratio: 1 / 1;
  }

  .seikGameHub .sglStatus_waiting .seikGameScoreLevelStatus,
  .seikGameHub .sglStatus_unlocked .seikGameScoreLevelStatus {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    flex: 0 0 48px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (max-height: 720px) {
  .seikGameTopIMGs {
    max-height: 16vh;
  }

  .seikGameHead .seikGameBrand {
    display: none;
  }

  .seikGameHead {
    padding-top: 18px;
  }

  p.sgmPP {
    font-size: 22px;
  }

  .seikGamePrizeIntro {
    display: none;
  }

  /* Short phone / landscape-ish height: keep Match ladder visible */
  .seikGameHub .seikGameHubScroll {
    padding-top: 38px;
  }

  .seikGameHub .sgslpDesc {
    display: none;
  }

  .seikGameHub .seikGameHowMatchCaption {
    display: none;
  }

  .seikGameHub .seikGameHowMatchBoard {
    width: min(100px, 100%);
  }
}

/* McD-style games lobby */
.seikGameLobby {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.seikGameLobby .seikGameHead {
  padding-top: 48px;
}

.seikGameLobbyScroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-bottom: 18px;
}

.seikGameLobbyCards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 14px 0;
  flex: 0 0 auto;
}

.seikGameLobbyCard {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 14px 14px;
  border: 1px solid var(--seik-line);
  border-radius: 0;
  background: #fff;
  color: var(--seik-ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(20, 17, 15, 0.04);
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.seikGameLobbyCard:hover:not(:disabled),
.seikGameLobbyCard:focus-visible:not(:disabled) {
  border-color: rgba(20, 17, 15, 0.28);
  transform: translateY(-1px);
  outline: none;
}

.seikGameLobbyCard:disabled,
.seikGameLobbyCard.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.seikGameLobbyCardIcon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--seik-line);
  background: var(--seik-paper);
  font-size: 16px;
  line-height: 1;
  color: var(--seik-metal);
}

.seikGameLobbyCardGlyph {
  display: block;
  box-sizing: border-box;
}

.seikGameLobbyCardGlyph--wheel {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px transparent;
  background:
    linear-gradient(currentColor, currentColor) center/2px 100% no-repeat,
    linear-gradient(currentColor, currentColor) center/100% 2px no-repeat;
}

.seikGameLobbyCardGlyph--match {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  background:
    linear-gradient(currentColor, currentColor) 3px 0 / 2px 100% no-repeat,
    linear-gradient(currentColor, currentColor) 0 3px / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) 3px 8px / 2px 100% no-repeat,
    linear-gradient(currentColor, currentColor) 8px 3px / 100% 2px no-repeat;
}

.seikGameLobbyCardGlyph--locker {
  width: 12px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 1px 1px 0 0;
  position: relative;
}

.seikGameLobbyCardGlyph--locker::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

.seikGameLobbyCard--wheel .seikGameLobbyCardIcon {
  border-color: rgba(200, 164, 90, 0.45);
  color: #9a7a35;
}

.seikGameLobbyCard--match .seikGameLobbyCardIcon {
  border-color: rgba(20, 17, 15, 0.2);
}

.seikGameLobbyCard--locker .seikGameLobbyCardIcon {
  border-color: rgba(107, 99, 92, 0.35);
}

.seikGameLobbyCardText {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.seikGameLobbyCardTitle {
  font-family: var(--seik-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
}

.seikGameLobbyCardSub {
  font-size: 12px;
  line-height: 1.3;
  color: var(--seik-metal);
}

.seikGameLobbyCardCta {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--seik-ink);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.seikGameLobbyPrizesBlock {
  margin-top: 16px;
  padding: 0 14px 8px;
  flex: 0 0 auto;
  min-height: 0;
  overflow: visible;
}

.seikGameLobbyPrizesEmpty {
  margin: 0;
  padding: 12px 2px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--seik-metal);
}

.seikGameLobbyPrizeList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.seikGameLobbyPrize {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--seik-line);
  background: #fff;
}

.seikGameLobbyPrize--expired,
.seikGameLobbyPrize--used {
  opacity: 0.55;
}

.seikGameLobbyPrizeMedia {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: var(--seik-paper);
  border: 1px solid var(--seik-line);
}

.seikGameLobbyPrizeMedia img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seikGameLobbyPrizeMediaFallback {
  display: block;
  width: 100%;
  height: 100%;
  background: #faf0ef;
}

.seikGameLobbyPrizeBody {
  flex: 1 1 auto;
  min-width: 0;
}

.seikGameLobbyPrizeTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.seikGameLobbyPrizeMeta {
  margin: 2px 0 0;
  font-size: 11px;
  color: var(--seik-metal);
  line-height: 1.3;
}

.seikGameLobbyPrizeExpires {
  margin: 2px 0 0;
  font-size: 11px;
  color: var(--seik-metal);
  line-height: 1.3;
}

.seikGameLobbyPrizeCodeRow {
  display: block;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 6px 0 0;
  width: 100%;
  max-width: 100%;
}

.seikGameLobbyPrizeCode,
.seikGameLobbyPrizeCode.seik-game-code-value {
  display: inline-grid !important;
  grid-template-columns: minmax(0, 1fr) 12px;
  align-items: center;
  gap: 6px;
  width: auto !important;
  max-width: 100%;
  min-height: 28px !important;
  height: 28px !important;
  max-height: 28px !important;
  margin: 0;
  padding: 0 8px !important;
  border: 1px solid rgba(20, 17, 15, 0.18);
  background: #fff;
  color: var(--seik-ink);
  cursor: pointer;
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

.seikGameLobbyPrizeCode code {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.04em;
  background: transparent;
  padding: 0;
  border: 0;
  color: inherit;
}

.seikGameLobbyPrizeActions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: stretch;
  align-self: center;
}

.seikGameLobbyPrizeCopy,
.seikGameLobbyPrizeInlineCopy,
.seikGameLobbyPrizeShop {
  margin: 0;
  padding: 5px 8px;
  min-height: 28px;
  height: 28px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--seik-ink);
  background: var(--seik-ink);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  line-height: 1;
}

.seikGameLobbyPrizeInlineCopy {
  padding: 3px 7px;
  font-size: 10px;
  line-height: 1.2;
}

.seikGameLobbyPrizeShop {
  background: transparent;
  color: var(--seik-ink);
}

.seikGameHubBackBtn {
  align-self: flex-start;
  margin: 10px 14px 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--seik-metal);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
