/* SEIK School Locker — premium mobile game */
@font-face {
  font-family: "SEIKSerif";
  src: url("../fonts/SEIKSerifExtraboldPro.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SEIKSerif";
  src: url("../fonts/SEIKSerifExtraboldItalicPro.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
: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: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --seik-serif-display: "SEIKSerif", "Cormorant Garamond", Georgia, serif;
  --seik-sans: "Neue Haas Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.seik-locker-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.seik-locker-root {
  position: fixed;
  inset: 0;
  z-index: 99999990;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: var(--seik-sans);
  color: var(--seik-ink);
}
.seik-locker-root.is-open {
  display: flex;
}
.seik-locker-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 9, 0.72);
  backdrop-filter: blur(8px);
}
.seik-locker-phone {
  position: relative;
  width: min(420px, 100vw);
  height: min(860px, 100dvh);
  background: #faf0ef;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .seik-locker-phone {
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
  }
}
.seik-locker-x {
  position: relative;
  top: auto;
  right: auto;
  z-index: 5;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--seik-ink);
  font-size: 22px;
  line-height: 0;
  cursor: pointer;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
}
.seik-locker-top-chrome {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2px;
  padding: 0 10px 0 0;
  min-height: 44px;
  pointer-events: none;
}
.seik-locker-top-chrome > * {
  pointer-events: auto;
}
.seik-locker-top-chrome-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  height: 36px;
  margin-top: 6px;
  margin-left: auto;
  flex: 0 0 auto;
}
.seik-games-logo {
  position: absolute;
  top: 0;
  left: 0.85em; /* ~ one S inset from the edge */
  z-index: 11;
  display: block;
  line-height: 0;
  text-decoration: none;
}
.seik-games-logo img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
}
.seik-games-logo-fallback {
  position: absolute;
  top: 10px;
  left: 0.85em;
  margin: 0;
  letter-spacing: 0.42em;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff8f0;
}
.seik-locker-top-chrome .seikGameGamesMenu,
.seik-locker-top-chrome .seik-locker-admin-refresh,
.seik-locker-top-chrome .seik-locker-x {
  margin-top: 0;
}
.seik-locker-admin-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #14110f;
  cursor: pointer;
}
.seik-locker-admin-refresh:hover {
  color: #8a6a28;
}
.seik-locker-admin-refresh svg {
  display: block;
}
.seik-locker-games-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 36px;
}
.seik-locker-games-menu .seikGameGamesMenuBtn {
  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;
  color: var(--seik-ink, #14110f);
  cursor: pointer;
  box-sizing: border-box;
  flex: 0 0 36px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.seik-locker-games-menu .seikGameBurgerIcon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 16px;
  height: 12px;
}
.seik-locker-games-menu .seikGameBurgerIcon span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
}
.seik-locker-games-menu .seikGameGamesMenuPanel {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 180px;
  z-index: 20;
  background: #faf0ef;
  border: 1px solid #14110f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  padding: 6px;
}
.seik-locker-games-menu.is-open .seikGameGamesMenuPanel {
  display: block;
}
.seik-locker-games-menu .seikGameGamesMenuPanel button {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: #14110f;
  padding: 10px 12px;
  font-size: 12px;
  cursor: pointer;
}
.seik-locker-games-menu .seikGameGamesMenuPanel button:hover,
.seik-locker-games-menu .seikGameGamesMenuPanel button.is-current {
  background: rgba(20, 17, 15, 0.06);
}
.seik-locker-games-menu .seikGameGamesMenuPanel button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.seik-locker-stage {
  flex: 1;
  padding: 48px 22px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}
.seik-locker-brand {
  margin: 0;
  letter-spacing: 0.42em;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--seik-metal);
}
.seik-locker-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.seik-locker-title {
  margin: 0 0 4px;
  font-family: var(--seik-serif-display);
  font-weight: 800;
  /* Fluid size so long translations (ET/LT/PL…) stay one line */
  font-size: clamp(17px, 5.2vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  max-width: calc(100% - 16px);
  width: max-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-wrap: nowrap;
  hyphens: none;
}
.seik-locker-title.is-stacked {
  /* Legacy class - keep single-line layout if old markup still has it */
  display: block;
  white-space: nowrap;
}
.seik-locker-title-line {
  display: inline;
}
.seik-locker-tag,
.seik-locker-hint {
  margin: 0;
  text-align: center;
  color: var(--seik-metal);
  /* Normal SEIK UI font - ExtraBold only on the main headline */
  font-family: var(--seik-sans);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.35;
  max-width: 18rem;
}
.seik-locker-hint {
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 600;
  color: var(--seik-ink);
  max-width: 18rem;
}
.seik-locker-hint.is-golden {
  color: #8a6a28;
}
.seik-locker-row {
  margin-top: 28px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  perspective: 900px;
}
.seik-locker-door {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  aspect-ratio: 0.62;
}
.seik-locker-door:disabled {
  cursor: default;
}
.seik-locker-frame {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0;
  background: linear-gradient(180deg, #3a342f 0%, #2a251f 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 18px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transform-style: preserve-3d;
}
.seik-locker-panel {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, #7a6f64 0%, #5c534a 42%, #4a433c 100%);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18%;
}
.seik-locker-door.is-open .seik-locker-panel {
  transform: rotateY(-78deg);
}
.seik-locker-vent {
  width: 42%;
  height: 4px;
  margin: 4px 0;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.seik-locker-handle {
  position: absolute;
  right: 12%;
  top: 46%;
  width: 10%;
  height: 18%;
  border-radius: 3px;
  background: linear-gradient(180deg, #d7c7a8, #9a8660);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.seik-locker-number {
  position: absolute;
  bottom: 12%;
  font-family: var(--seik-serif);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.55);
}
.seik-locker-inside {
  position: absolute;
  inset: 8% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.35s ease 0.35s;
  z-index: 1;
  text-align: center;
}
.seik-locker-door.is-open .seik-locker-inside {
  opacity: 1;
}
.seik-locker-glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle, rgba(255, 236, 190, 0.55) 0%, transparent 68%);
  opacity: 0;
  pointer-events: none;
}
.seik-locker-door.is-win .seik-locker-glow,
.seik-locker-door.is-golden-prize .seik-locker-glow {
  opacity: 1;
  animation: seikGlowPulse 1.8s ease-in-out infinite;
}
@keyframes seikGlowPulse {
  0%, 100% { transform: scale(0.92); opacity: 0.55; }
  50% { transform: scale(1.05); opacity: 1; }
}
.seik-locker-prize-img {
  width: 72%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  display: none;
  box-shadow: none;
}
.seik-locker-door.has-image .seik-locker-prize-img {
  display: block;
}
.seik-locker-prize-txt {
  position: relative;
  font-family: var(--seik-serif);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--seik-ink);
  text-transform: none;
  letter-spacing: 0.01em;
  padding: 0 4px;
}
.seik-locker-door.is-golden {
  animation: seikGoldPulse 1.6s ease-in-out infinite;
}
.seik-locker-door.is-golden .seik-locker-panel {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 22%, transparent 78%, rgba(80, 50, 0, 0.2)),
    linear-gradient(180deg, #e6c778 0%, #c49a3c 45%, #8d6a22 100%);
}
.seik-locker-door.is-golden .seik-locker-handle {
  background: linear-gradient(180deg, #fff2c8, #d4af57);
}
@keyframes seikGoldPulse {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(240, 212, 138, 0)); }
  50% { filter: drop-shadow(0 0 14px rgba(240, 212, 138, 0.85)); }
}
.seik-locker-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  border-radius: 8px;
  z-index: 3;
}
.seik-locker-door.has-video .seik-locker-video {
  opacity: 1;
}
.seik-locker-result-sheet {
  position: absolute;
  inset: 0;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: transparent;
  pointer-events: none;
}
.seik-locker-result-sheet[hidden] {
  display: none !important;
}
.seik-locker-result-card {
  width: 100%;
  max-height: min(42dvh, 320px);
  display: flex;
  flex-direction: column;
  background: var(--seik-paper, #faf0ef);
  pointer-events: auto;
  animation: seikSheetUp 0.35s ease;
  box-shadow: none;
}
.seik-locker-result-card.is-otp-result {
  max-height: min(62dvh, 480px);
}
.seik-locker-result-card.is-golden-result {
  max-height: none;
}
.seik-locker-email-sub {
  display: none;
}
.seik-locker-result-card.is-golden-result .seik-locker-result-scroll {
  overflow: visible;
  padding: 20px 24px 8px;
}
.seik-locker-result-card.is-golden-result .seik-locker-result-title {
  font-size: clamp(22px, 5.5vw, 28px);
  margin-bottom: 8px;
}
.seik-locker-result-card.is-golden-result .seik-locker-result-sub {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.4;
}
.seik-locker-result-card.is-golden-result .seik-locker-result-foot {
  padding: 8px 24px 20px;
  align-items: stretch;
}
.seik-locker-result-actions.is-golden-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.seik-locker-result-actions.is-golden-actions .seik-locker-result-badge {
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
}
.seik-locker-result-actions.is-golden-actions .seik-locker-result-follow {
  flex: 0 0 auto;
  align-self: center;
  white-space: nowrap;
  margin: 0;
}
.seik-locker-result-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 14px 22px 8px;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
.seik-locker-result-foot {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 6px 22px 14px;
  background: var(--seik-paper, #faf0ef);
  box-shadow: none;
}
.seik-locker-result-follow {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8a6a28 !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  cursor: pointer;
}
.seik-locker-result-follow:hover {
  color: #14110f !important;
}
.seik-locker-result-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a6a28;
  font-weight: 600;
}
.seik-locker-result-title {
  margin: 0 0 6px;
  font-family: var(--seik-serif-display);
  font-weight: 800;
  font-size: clamp(22px, 6vw, 28px);
  line-height: 1.1;
  color: #14110f;
}
.seik-locker-result-lead {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #14110f;
}
.seik-locker-result-sub {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.35;
  color: #5c534c;
}
.seik-locker-result-meta {
  margin: 5px 0 0;
  font-size: 11px;
  color: #5c534c;
}
.seik-locker-result-mail {
  margin: 0 0 10px;
  font-size: 13px;
  color: #5c534c;
  word-break: break-all;
}
.seik-locker-result-badge {
  display: inline-block;
  margin: 4px 0 0;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a140c;
  background: linear-gradient(135deg, #f6e2a0, #d4a84a);
}
.seik-locker-result-sheet .seik-locker-code {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
  font-size: 13px;
}
.seik-locker-result-sheet .seik-locker-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;
}
.seik-locker-result-sheet .seik-locker-code-value.is-copied {
  background: #14110f;
  border-color: #14110f;
  color: #faf0ef;
}
.seik-locker-result-sheet .seik-locker-code-value.is-copied .seik-locker-copy-icon::before,
.seik-locker-result-sheet .seik-locker-code-value.is-copied .seik-locker-copy-icon::after {
  border-color: #faf0ef;
  background: #14110f;
}
.seik-locker-code-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seik-locker-copy-icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.seik-locker-copy-icon::before,
.seik-locker-copy-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 10px;
  border: 1.5px solid #14110f;
  background: #fff;
}
.seik-locker-copy-icon::before {
  left: 1px;
  top: 3px;
}
.seik-locker-copy-icon::after {
  left: 4px;
  top: 0;
}
.seik-locker-copy-label {
  font-family: var(--seik-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  color: #14110f;
}
.seik-locker-result-cta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  border: 0;
  border-radius: 0;
  background: var(--seik-ink, #14110f);
  color: #fff !important;
  padding: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
.seik-locker-result-cta--secondary {
  background: #ebe2dc;
  color: #14110f !important;
}
.seik-locker-code {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--seik-line);
  background: rgba(255, 255, 255, 0.55);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
  font-size: 14px;
}
.seik-locker-code button {
  border: 0;
  background: var(--seik-ink);
  color: #fff;
  padding: 6px 10px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.seik-locker-shop {
  display: inline-block;
  margin-top: 14px;
  padding: 12px 22px;
  background: var(--seik-ink);
  color: #fff !important;
  text-decoration: none !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
}
.seik-locker-again {
  display: block;
  width: 100%;
  margin-top: 14px;
  border: 1px solid var(--seik-ink);
  background: transparent;
  color: var(--seik-ink);
  padding: 12px 22px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
.seik-locker-door.is-empty .seik-locker-inside {
  opacity: 0.35;
}
.seik-locker-door.is-empty .seik-locker-glow {
  opacity: 0;
}
.seik-locker-door.is-open {
  pointer-events: none;
}

/* Real photo bank: full-bleed behind chrome */
.seik-locker-chrome-top,
.seik-locker-chrome-bottom {
  position: relative;
  z-index: 4;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seik-locker-chrome-bottom {
  margin-top: auto;
  padding-bottom: 8px;
}
.seik-locker-photo-stage {
  position: relative;
  width: 100%;
  margin-top: 12px;
  border-radius: 14px;
  overflow: hidden;
  background: #f3e6e5;
  aspect-ratio: 4 / 3;
}
.seik-locker-photo-img,
.seik-locker-photo-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.seik-locker-photo-video[hidden] {
  display: none !important;
}
.seik-locker-hotspots {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 !important;
  padding: 8% 6% 14%;
  perspective: none;
}
.seik-locker-hotspot {
  position: relative;
  aspect-ratio: auto !important;
  height: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
}
/* Hitbox outline - full door frame (admin .is-door-zones makes it red dashed). */
.seik-locker-hotspot-ring {
  position: absolute;
  inset: 0;
  display: block;
  box-sizing: border-box;
  border: 2px solid transparent;
  background: transparent;
  pointer-events: none;
  z-index: 3;
}
.seik-locker-pick-cue {
  position: absolute;
  inset: 5% 8% 7%;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(250, 240, 239, 0) 55%,
    rgba(154, 47, 44, 0) 100%
  );
  box-shadow: none;
  transition: opacity 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}
.seik-locker-pick-cue::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.02) 42%,
    rgba(154, 47, 44, 0.08) 100%
  );
  opacity: 0;
}
.seik-locker-pick-cue::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 40%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  background: rgba(250, 240, 239, 0.28);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
  opacity: 0;
  transform: scale(0.75);
}
/* Soft idle wash on every door while choosing - focus door gets the breath. */
.seik-locker-root.is-pick-hint .seik-locker-hotspot .seik-locker-pick-cue {
  opacity: 0.28;
  border-color: rgba(255, 255, 255, 0.18);
}
.seik-locker-root.is-pick-hint .seik-locker-hotspot.is-pick-focus .seik-locker-pick-cue {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(20, 17, 15, 0.08),
    inset 0 0 36px rgba(255, 255, 255, 0.1);
  animation: seikPickBreath 1.65s ease-in-out infinite;
}
.seik-locker-root.is-pick-hint .seik-locker-hotspot.is-pick-focus .seik-locker-pick-cue::before {
  opacity: 1;
  animation: seikPickWash 1.65s ease-in-out infinite;
}
.seik-locker-root.is-pick-hint .seik-locker-hotspot.is-pick-focus .seik-locker-pick-cue::after {
  opacity: 1;
  transform: scale(1);
  animation: seikPickRipple 1.65s ease-out infinite;
}
@keyframes seikPickBreath {
  0%, 100% {
    opacity: 0.72;
    border-color: rgba(255, 255, 255, 0.38);
  }
  50% {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.78);
  }
}
@keyframes seikPickWash {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.95; }
}
@keyframes seikPickRipple {
  0% {
    opacity: 0.15;
    transform: scale(0.65);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  45% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 0.35;
    transform: scale(1.05);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .seik-locker-root.is-pick-hint .seik-locker-hotspot:hover .seik-locker-pick-cue {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7);
  }
  .seik-locker-root.is-pick-hint .seik-locker-hotspot:hover .seik-locker-pick-cue::before {
    opacity: 1;
  }
}
/* Hide pick cue once a door is chosen / round is moving. */
.seik-locker-root:not(.is-pick-hint) .seik-locker-pick-cue,
.seik-locker-root.is-sequence-playing .seik-locker-pick-cue,
.seik-locker-root.is-waiting-play .seik-locker-pick-cue,
.seik-locker-root.is-played-today .seik-locker-pick-cue,
.seik-locker-root.is-all-open .seik-locker-pick-cue {
  opacity: 0 !important;
  animation: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.seik-locker-root:not(.is-pick-hint) .seik-locker-pick-cue::after,
.seik-locker-root:not(.is-pick-hint) .seik-locker-pick-cue::before,
.seik-locker-root.is-sequence-playing .seik-locker-pick-cue::after,
.seik-locker-root.is-sequence-playing .seik-locker-pick-cue::before,
.seik-locker-root.is-waiting-play .seik-locker-pick-cue::after,
.seik-locker-root.is-waiting-play .seik-locker-pick-cue::before {
  opacity: 0 !important;
  animation: none !important;
}
/* Door rings stay invisible - hit targets only; video/photo is the visual.
   When .is-door-zones (admin test), keep dashed hitboxes visible. */
.seik-locker-root:not(.is-door-zones) .seik-locker-hotspot .seik-locker-hotspot-ring,
.seik-locker-root:not(.is-door-zones) .seik-locker-hotspot:hover .seik-locker-hotspot-ring,
.seik-locker-root:not(.is-door-zones) .seik-locker-hotspot.is-golden .seik-locker-hotspot-ring,
.seik-locker-root:not(.is-door-zones) .seik-locker-hotspot.is-picked .seik-locker-hotspot-ring,
.seik-locker-root:not(.is-door-zones) .seik-locker-hotspot.is-open .seik-locker-hotspot-ring {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
}
@keyframes seikDoorTapPulse {
  0%, 100% { box-shadow: none; border-color: transparent; }
  50% { box-shadow: none; border-color: transparent; }
}
.seik-locker-hotspot .seik-locker-inside {
  inset: 18% 14% 22%;
  opacity: 0;
  z-index: 2;
}
.seik-locker-hotspot.is-open .seik-locker-inside {
  opacity: 1;
}
.seik-locker-hotspot.is-open .seik-locker-hotspot-ring {
  background: transparent;
}
.seik-locker-hotspot .seik-locker-prize-img {
  width: 78%;
  max-width: 110px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  background: #fff;
  border: 1px solid rgba(20, 17, 15, 0.22);
  padding: 5px;
}
.seik-locker-hotspot .seik-locker-prize-txt {
  font-family: var(--seik-serif);
  font-size: clamp(13px, 3.4vw, 16px);
  font-weight: 600;
  line-height: 1.12;
  color: #faf0ef;
  background: transparent;
  padding: 0;
  border-radius: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  max-width: 94%;
}
.seik-locker-hotspot.is-prize-freeship .seik-locker-inside {
  inset: 24% 8% 23%;
  justify-content: flex-start;
  transform: translate(12%, 7%);
}
.seik-locker-hotspot.is-prize-freeship .seik-locker-prize-img {
  width: 58%;
  max-width: 82px;
  padding: 8px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 17, 15, 0.26);
  border-radius: 0;
}
.seik-locker-hotspot.is-prize-freeship .seik-locker-prize-txt {
  margin-top: -1px;
  max-width: 92px;
  border-radius: 0;
  background: transparent;
  color: #faf0ef;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
}

/* Full-bleed photo fills the phone; text sits on scrims */
.seik-locker-root.is-photo-mode .seik-locker-phone {
  background: #1c1815;
  width: min(420px, 100vw);
  height: auto;
  max-height: min(100dvh, calc(100vw * 16 / 9));
  aspect-ratio: 9 / 16;
  max-width: min(420px, calc(100dvh * 9 / 16));
}
.seik-locker-root.is-photo-mode .seik-locker-stage {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.seik-locker-root.is-photo-mode .seik-locker-photo-stage {
  position: absolute;
  inset: 0;
  margin: 0;
  border-radius: 0;
  aspect-ratio: auto;
  z-index: 0;
  overflow: hidden;
}
/* Keep still + video + hitboxes in one 9:16 plane (no extra zoom drift) */
.seik-locker-root.is-photo-mode .seik-locker-photo-zoom {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: none;
  transform-origin: center center;
}
.seik-locker-root.is-photo-mode .seik-locker-photo-img,
.seik-locker-root.is-photo-mode .seik-locker-photo-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
  background: #1c1815;
}
.seik-locker-root.is-photo-mode .seik-locker-photo-img {
  /* Pale pink lockers on white wall need a touch of punch so UI does not look "empty" */
  filter: brightness(0.94) contrast(1.06) saturate(1.05);
}
.seik-locker-root.is-photo-mode .seik-locker-photo-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20, 17, 15, 0.22) 0%, transparent 28%),
    linear-gradient(0deg, rgba(20, 17, 15, 0.28) 0%, transparent 32%);
}
.seik-locker-root.is-photo-mode .seik-locker-photo-video {
  z-index: 3;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.seik-locker-root.is-photo-mode.is-hold-video-end .seik-locker-photo-video {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 3;
}
.seik-locker-root.is-photo-mode.is-hold-video-end .seik-locker-photo-img {
  display: none !important;
}
.seik-locker-root.is-photo-mode .seik-locker-hotspots {
  z-index: 4;
}
.seik-locker-root.is-photo-mode .seik-locker-chrome-top {
  /* Dark scrim so title/tag stay readable on pale locker poster */
  padding: 52px 18px 8px;
  background: linear-gradient(180deg, rgba(20, 17, 15, 0.42) 0%, rgba(20, 17, 15, 0.14) 52%, transparent 100%);
}
.seik-locker-root.is-photo-mode .seik-locker-chrome-bottom {
  padding: 12px 18px 20px;
  background: transparent;
  min-height: 28px;
}
.seik-locker-root.is-photo-mode .seik-locker-extra-games {
  display: none !important;
}
.seik-locker-root.is-photo-mode .seik-locker-brand { display: none; }
.seik-locker-root.is-photo-mode .seik-locker-tag,
.seik-locker-root.is-photo-mode .seik-locker-hint,
.seik-locker-root.is-photo-mode .seik-locker-terms,
.seik-locker-root.is-photo-mode .seik-locker-terms summary {
  color: #1a1210;
  text-shadow: none;
}
.seik-locker-root.is-photo-mode .seik-locker-title {
  color: #9a2f2c;
  text-shadow: none;
  font-size: clamp(18px, 5vw, 30px);
  line-height: 1.05;
  max-width: calc(100% - 8px);
  margin: 0 0 8px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
}
.seik-locker-root.is-photo-mode .seik-locker-title.is-stacked {
  font-size: clamp(18px, 5vw, 30px);
  line-height: 1.05;
  white-space: nowrap;
}
.seik-locker-root.is-photo-mode .seik-locker-tag {
  max-width: min(100%, 18rem);
  margin-top: 0;
  font-size: clamp(12px, 3.2vw, 14px);
  line-height: 1.35;
  letter-spacing: 0.01em;
  opacity: 0.82;
  text-wrap: balance;
}
.seik-locker-root.is-photo-mode .seik-locker-hint {
  margin-top: 10px;
  max-width: none;
  color: #1a1210;
  text-shadow: 0 1px 0 rgba(255, 248, 240, 0.55), 0 0 12px rgba(250, 240, 239, 0.65);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.seik-locker-root.is-photo-mode .seik-locker-crush-btn {
  border-color: transparent;
  border-bottom: 1px solid rgba(255, 248, 240, 0.55);
  color: rgba(255, 248, 240, 0.78);
  background: transparent;
  width: auto;
  max-width: none;
  padding: 6px 0;
  font-size: 10px;
}
.seik-locker-root.is-photo-mode .seik-locker-crush-btn:hover {
  background: transparent;
  color: #faf0ef;
  opacity: 1;
}
.seik-locker-root.is-photo-mode .seik-locker-extra-games {
  margin-top: 0;
  padding-top: 4px;
  width: 100%;
  max-width: 22rem;
}
/* No golden wash / vignette over the video - keep media clean. */
/* Premium foil ticket card: static tease / miss / win (no hover-follow) */
.seik-locker-golden-ticket {
  position: absolute;
  z-index: 6;
  width: 152px;
  height: auto;
  min-height: 82px;
  margin-left: -76px;
  margin-top: -41px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-28px) scale(0.92) rotate(-6deg);
  transition:
    opacity 0.5s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.seik-locker-golden-ticket.is-in {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(-3deg);
}
.seik-locker-golden-ticket.is-settled {
  transform: translateY(0) scale(1) rotate(-3deg);
}
.seik-locker-golden-ticket.is-tease.is-settled,
.seik-locker-golden-ticket.is-float.is-settled {
  animation: seikTicketFloat 3s ease-in-out infinite;
}
.seik-locker-root.is-golden-tease .seik-locker-golden-ticket.is-soon {
  opacity: 0.96;
  filter: none;
}
.seik-locker-golden-ticket.is-miss,
.seik-locker-golden-ticket.is-miss.is-in,
.seik-locker-golden-ticket.is-miss.is-settled,
.seik-locker-golden-ticket.is-win,
.seik-locker-golden-ticket.is-win.is-in,
.seik-locker-golden-ticket.is-win.is-settled {
  width: 112px;
  min-height: 68px;
  margin-left: -56px;
  margin-top: -34px;
  z-index: 8;
  opacity: 1 !important;
  transform: translateY(0) scale(1) rotate(-3deg);
  animation: seikTicketInBay 2.6s ease-in-out infinite;
}
.seik-locker-golden-ticket.is-win {
  width: 124px;
  min-height: 78px;
  margin-left: -62px;
  margin-top: -39px;
}
.seik-locker-golden-ticket.is-in-bay .seik-locker-golden-ticket-body {
  padding: 10px 8px;
  gap: 3px;
}
.seik-locker-golden-ticket.is-in-bay .seik-locker-golden-ticket-label {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.seik-locker-golden-ticket.is-in-bay .seik-locker-golden-ticket-sub {
  font-size: 9px;
  max-width: 6.8rem;
}
@keyframes seikTicketInBay {
  0%, 100% { transform: translateY(0) scale(1) rotate(-3deg); filter: brightness(1); }
  50% { transform: translateY(-6px) scale(1.04) rotate(-1deg); filter: brightness(1.05); }
}
@keyframes seikTicketWinPulse {
  0%, 100% { transform: translateY(0) scale(1) rotate(-3deg); filter: brightness(1); }
  50% { transform: translateY(-6px) scale(1.05) rotate(-1deg); filter: brightness(1.06); }
}
@keyframes seikTicketFloat {
  0%, 100% { transform: translateY(0) scale(1) rotate(-3deg); }
  50% { transform: translateY(-8px) scale(1.03) rotate(-2deg); }
}
.seik-locker-golden-ticket-foil {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background:
    linear-gradient(135deg, #f7e7b0 0%, #d4b45a 38%, #f3d98a 52%, #b8923c 100%);
  box-shadow:
    0 14px 32px rgba(40, 28, 8, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.seik-locker-golden-ticket-foil::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 248, 220, 0.5);
  border-radius: 4px;
}
.seik-locker-golden-ticket-foil::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.4) 48%, transparent 62%);
  animation: seikTicketShimmer 2.8s ease-in-out infinite;
}
@keyframes seikTicketShimmer {
  0%, 100% { opacity: 0.15; transform: translateX(-30%); }
  50% { opacity: 0.55; transform: translateX(30%); }
}
.seik-locker-golden-ticket-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 14px 12px;
  text-align: center;
}
.seik-locker-golden-ticket-label {
  color: #3a2a0c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.15;
}
.seik-locker-golden-ticket-sub {
  color: rgba(58, 42, 12, 0.88);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-transform: none;
  max-width: 11.5rem;
}
.seik-locker-golden-ticket.is-win .seik-locker-golden-ticket-label {
  font-size: 13px;
}
.seik-locker-golden-ticket.is-win .seik-locker-golden-ticket-sub {
  font-size: 11px;
  max-width: 12.5rem;
}
/* Win/miss: no door frame glow - ticket + result panel carry the signal. */
.seik-locker-root.is-sequence-playing .seik-locker-golden-ticket:not(.is-win):not(.is-miss) {
  opacity: 0 !important;
  pointer-events: none;
  animation: none !important;
}
.seik-locker-root.is-sequence-playing .seik-locker-golden-ticket.is-win,
.seik-locker-root.is-sequence-playing .seik-locker-golden-ticket.is-miss {
  opacity: 1 !important;
  pointer-events: none;
}
.seik-locker-root.is-revealed .seik-locker-golden-ticket:not(.is-win):not(.is-miss) {
  opacity: 0 !important;
  pointer-events: none;
  animation: none !important;
}
.seik-locker-root.is-revealed.is-golden-win .seik-locker-golden-ticket.is-win,
.seik-locker-root.is-revealed.is-golden-miss .seik-locker-golden-ticket.is-miss {
  opacity: 1 !important;
  pointer-events: none;
}
.seik-locker-root.is-revealed .seik-locker-terms {
  display: none !important;
}
.seik-locker-root.is-photo-mode .seik-locker-x,
.seik-locker-root.is-photo-mode .seik-locker-admin-refresh,
.seik-locker-root.is-photo-mode .seik-locker-games-menu .seikGameGamesMenuBtn {
  background: transparent;
  color: #fff8f0;
}
.seik-locker-root.is-photo-mode .seik-locker-games-menu .seikGameBurgerIcon span {
  background: #fff8f0;
}
.seik-locker-root.is-photo-mode .seik-locker-hotspots {
  /* Absolute door hit-zones aligned to the 3 locker panels (not equal CSS grid) */
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  inset: 0;
}
.seik-locker-root.is-photo-mode .seik-locker-hotspot {
  position: absolute;
  top: 17.8%;
  height: 74.5%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.seik-locker-root.is-photo-mode .seik-locker-hotspot[data-locker="0"] {
  left: 16.5%;
  width: 19.8%;
}
.seik-locker-root.is-photo-mode .seik-locker-hotspot[data-locker="1"] {
  left: 38.6%;
  width: 19.8%;
}
.seik-locker-root.is-photo-mode .seik-locker-hotspot[data-locker="2"] {
  left: 60.4%;
  width: 19.5%;
}
.seik-locker-root.is-photo-mode .seik-locker-tag.is-golden-warn {
  color: #ffe9b0;
  font-family: var(--seik-sans);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
  max-width: 19rem;
  margin-left: auto;
  margin-right: auto;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 2px 16px rgba(0, 0, 0, 0.45);
}
.seik-locker-root.is-photo-mode.is-golden-round .seik-locker-title {
  /* Campaign red stays on School Locker header. */
  color: #9a2f2c;
}
.seik-locker-root.is-door-zones .seik-locker-hotspot-ring {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 2px dashed rgba(220, 40, 40, 0.95) !important;
  background: rgba(220, 40, 40, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(220, 40, 40, 0.25) !important;
  z-index: 6;
  pointer-events: none;
}
/* Hide pick-cue dots while measuring door frames - they look like stray red ticks. */
.seik-locker-root.is-door-zones .seik-locker-pick-cue,
.seik-locker-root.is-door-zones .seik-locker-pick-cue::after {
  opacity: 0 !important;
  visibility: hidden !important;
  animation: none !important;
}
/* Keep zone outlines visible even while sequence / all-open hide normal rings. */
.seik-locker-root.is-door-zones.is-photo-mode.is-sequence-playing .seik-locker-hotspot-ring,
.seik-locker-root.is-door-zones.is-photo-mode.is-all-open .seik-locker-hotspot-ring {
  border: 2px dashed rgba(220, 40, 40, 0.95) !important;
  background: rgba(220, 40, 40, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(220, 40, 40, 0.25) !important;
}
.seik-locker-root.is-photo-mode .seik-locker-hint.is-golden {
  color: #fff8e8;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-transform: none;
  font-weight: 500;
  max-width: 19rem;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 2px 14px rgba(0, 0, 0, 0.4);
}
.seik-locker-root.is-photo-mode.is-golden-tease .seik-locker-hint.is-golden {
  color: #fff8e8;
}
.seik-locker-hint .seik-locker-daily-msg {
  display: block;
  font-family: var(--seik-serif, "Cormorant Garamond", Georgia, serif);
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
  color: rgba(20, 17, 15, 0.78);
}
.seik-locker-hint .seik-locker-next-peek,
.seik-locker-result-next {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  margin-top: 0.85rem;
  text-align: center;
}
.seik-locker-next-peek-label {
  display: block;
  font-family: var(--seik-serif, "Cormorant Garamond", Georgia, serif);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(90, 62, 48, 0.55);
}
.seik-locker-next-peek-clock {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.22rem;
  padding: 0.2rem 0.55rem 0.28rem;
  font-family: var(--seik-serif-display, "Cormorant Garamond", Georgia, serif);
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #2a1f1a;
  background: linear-gradient(180deg, rgba(255, 248, 240, 0.55), rgba(244, 232, 218, 0.28));
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(90, 62, 48, 0.08);
}
.seik-locker-clock-unit {
  min-width: 1.65ch;
  text-align: center;
}
.seik-locker-clock-sep {
  opacity: 0.32;
  font-size: 0.72em;
  font-weight: 500;
  transform: translateY(-0.12em);
  user-select: none;
  color: rgba(90, 62, 48, 0.55);
}
.seik-locker-root.is-photo-mode .seik-locker-hint .seik-locker-next-peek {
  color: inherit;
  text-shadow: none;
}
.seik-locker-root.is-photo-mode .seik-locker-hint .seik-locker-daily-msg {
  color: rgba(20, 17, 15, 0.82);
  text-shadow: none;
}
.seik-locker-result-next {
  margin-top: 0.85rem;
}
.seik-locker-result-next .seik-locker-next-peek-clock {
  font-size: 1.65rem;
}
.seik-locker-account-hint {
  display: block;
  margin: 0.65rem 0 0.25rem;
  font-size: 0.82em;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(20, 17, 15, 0.55);
}
.seik-locker-account-cta {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: 0.88em;
  font-weight: 600;
  color: #9a2f2c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.seik-locker-account-cta:hover,
.seik-locker-account-cta:focus {
  color: #7a2422;
}
.seik-locker-result-scroll .seik-locker-account-hint {
  margin-top: 0.85rem;
}
.seik-locker-hint .seik-locker-account-hint,
.seik-locker-hint .seik-locker-account-cta {
  text-transform: none;
  letter-spacing: 0.01em;
}
@keyframes seikDoorWaitPulse {
  0%, 100% { opacity: 1; transform: none; }
  50% { opacity: 1; transform: none; }
}
.seik-locker-root.is-photo-mode .seik-locker-hotspot .seik-locker-inside {
  /* Span upper shelf + bay under it: image on shelf, label under shelf. */
  inset: 3% 9% 38%;
  opacity: 0;
  transform: translateY(6px) scale(0.92);
  transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  pointer-events: none;
}
.seik-locker-root.is-photo-mode .seik-locker-hotspot.is-prize-in .seik-locker-inside {
  opacity: 1;
  transform: translateY(0) scale(1);
}
/* Freeship (and other prizes): never use the mid-bay CSS door offset in photo mode. */
.seik-locker-root.is-photo-mode .seik-locker-hotspot.is-prize-freeship .seik-locker-inside {
  inset: 3% 9% 38%;
  justify-content: flex-start;
  transform: translateY(0) scale(1);
}
.seik-locker-root.is-photo-mode .seik-locker-hotspot.is-prize-freeship.is-prize-in .seik-locker-inside,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot.is-prize-freeship .seik-locker-inside {
  transform: translateY(0) scale(1);
}
.seik-locker-root.is-photo-mode .seik-locker-hotspot.is-prize-freeship .seik-locker-prize-img {
  width: min(58%, 72px);
  max-width: 72px;
  padding: 6px;
}
.seik-locker-root.is-photo-mode .seik-locker-hotspot .seik-locker-prize-txt {
  margin-top: clamp(22px, 11%, 40px);
}
/* Never show prize from is-open alone - wait for video mark (is-prize-in). */
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot.is-open:not(.is-prize-in) .seik-locker-inside {
  opacity: 0 !important;
  transform: translateY(10px) scale(0.88) !important;
}
.seik-locker-root.is-photo-mode .seik-locker-result-sheet {
  /* Keep sheet paper UI; do not inherit photo chrome white text. */
  color: #14110f;
}
.seik-locker-root.is-photo-mode .seik-locker-result-title,
.seik-locker-root.is-photo-mode .seik-locker-result-lead {
  color: #14110f;
  text-shadow: none;
}
.seik-locker-root.is-photo-mode .seik-locker-result-sub,
.seik-locker-root.is-photo-mode .seik-locker-result-meta {
  color: #5c534c;
  text-shadow: none;
}
.seik-locker-golden-win {
  text-align: center;
  max-width: 22rem;
  margin: 0 auto;
}
.seik-locker-golden-win-kicker {
  margin: 0 0 6px !important;
  font-size: 11px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8c878 !important;
  font-weight: 600;
}
.seik-locker-golden-win h3 {
  font-size: clamp(26px, 7vw, 34px) !important;
  line-height: 1.1;
  margin: 0 0 10px !important;
  color: #fff8e8;
  text-shadow: 0 2px 18px rgba(180, 120, 20, 0.45);
}
.seik-locker-golden-win-lead {
  font-size: 16px !important;
  color: #ffe9b0 !important;
  font-weight: 600;
  margin: 0 0 8px !important;
}
.seik-locker-golden-win-next {
  font-size: 13px !important;
  line-height: 1.45;
  color: rgba(255, 248, 240, 0.82) !important;
  margin: 0 0 10px !important;
}
.seik-locker-golden-win-mail {
  font-size: 12px !important;
  color: rgba(255, 232, 170, 0.9) !important;
  margin: 0 0 8px !important;
  word-break: break-all;
}
.seik-locker-golden-win-cta {
  display: inline-block;
  margin: 4px 0 10px !important;
  padding: 10px 18px;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a140c !important;
  background: linear-gradient(135deg, #f6e2a0, #d4a84a);
  border-radius: 0;
}
.seik-locker-follow {
  display: inline-block;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 248, 240, 0.88) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
}
.seik-locker-root.is-photo-mode .seik-locker-again {
  border: 0;
  background: #faf0ef;
  color: #14110f;
  font-weight: 600;
  border-radius: 0;
}
.seik-locker-root.is-photo-mode .seik-locker-again:hover {
  background: #fff;
}
.seik-locker-root.is-photo-mode .seik-locker-crush-btn {
  border: 0;
  border-bottom: 1px solid rgba(255, 248, 240, 0.45);
  color: rgba(255, 248, 240, 0.75);
  background: transparent;
  width: auto;
  max-width: none;
  padding: 6px 0;
  font-size: 10px;
}
.seik-locker-root.is-photo-mode .seik-locker-crush-btn:hover {
  background: transparent;
  color: #faf0ef;
}
.seik-locker-root.is-photo-mode .seik-locker-terms .seik-locker-terms-body {
  background: rgba(20, 17, 15, 0.55);
  border-color: rgba(255, 248, 240, 0.16);
  color: rgba(255, 248, 240, 0.9);
}
.seik-locker-root.is-photo-mode .seik-locker-extra-games {
  margin-top: 0;
  padding-top: 8px;
  width: 100%;
  max-width: 22rem;
}
/* Sequence + end: prize card sits inside the open bay of THAT door */
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspots,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspots {
  pointer-events: none;
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot {
  overflow: hidden;
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot .seik-locker-inside,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot .seik-locker-inside {
  inset: 3% 9% 38%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
/* Left bay sits a hair right on the soft pick clips (door 1 framing). */
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot[data-locker="0"] .seik-locker-inside,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot[data-locker="0"] .seik-locker-inside {
  inset: 3% 7% 38% 11%;
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot.is-prize-freeship .seik-locker-inside,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot.is-prize-freeship .seik-locker-inside {
  inset: 3% 9% 38%;
  justify-content: flex-start;
  transform: translateY(0) scale(1);
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot[data-locker="0"].is-prize-freeship .seik-locker-inside,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot[data-locker="0"].is-prize-freeship .seik-locker-inside {
  inset: 3% 7% 38% 11%;
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot.is-prize-in .seik-locker-inside {
  opacity: 0.92;
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot.is-empty .seik-locker-inside,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot.is-empty .seik-locker-inside {
  opacity: 0 !important;
  transform: none !important;
}
.seik-locker-root.is-photo-mode .seik-locker-hotspot .seik-locker-glow {
  display: none !important;
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot .seik-locker-glow,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot .seik-locker-glow {
  display: none;
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot.has-image .seik-locker-prize-img,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot.has-image .seik-locker-prize-img {
  display: block !important;
  width: min(72%, 78px);
  max-width: 78px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 0;
  background: #fff;
  border: 1px solid rgba(20, 17, 15, 0.22);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  padding: 5px;
  /* Rest on the upper shelf plate. */
  flex: 0 0 auto;
  margin: 0;
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot .seik-locker-prize-txt,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot .seik-locker-prize-txt {
  font-family: var(--seik-serif);
  font-size: clamp(12px, 3.2vw, 15px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 96%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #faf0ef;
  border: 0;
  box-shadow: none;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  /* Drop under the shelf edge (image stays on the plate above). */
  margin-top: clamp(22px, 11%, 40px);
  flex: 0 0 auto;
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot.is-win .seik-locker-prize-txt,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot.is-win .seik-locker-prize-txt {
  background: transparent;
  color: #faf0ef;
  border: 0;
  box-shadow: none;
}
.seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot-ring,
.seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot-ring {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.seik-locker-root.is-photo-mode.is-revealed .seik-locker-hint {
  display: none !important;
}
.seik-locker-root.is-photo-mode.is-revealed .seik-locker-tag {
  opacity: 0.55;
}
.seik-locker-root.is-photo-mode.is-revealed .seik-locker-chrome-top {
  padding-bottom: 8px;
  background: transparent;
}
.seik-locker-root.is-photo-mode.is-revealed .seik-locker-chrome-bottom {
  padding: 18px 18px 16px;
  background: transparent;
}
.seik-locker-root.is-photo-mode .seik-locker-phone {
  width: min(420px, 100vw);
  height: auto;
  max-height: min(100dvh, calc(100vw * 16 / 9));
  max-width: min(420px, calc(100dvh * 9 / 16));
  aspect-ratio: 9 / 16;
  isolation: isolate;
}
@media (max-width: 420px) {
  .seik-locker-root.is-photo-mode .seik-locker-hotspot {
    top: 17.8%;
    height: 74.5%;
  }
  .seik-locker-root.is-photo-mode .seik-locker-hotspot[data-locker="0"] {
    left: 15.6%;
    width: 22.9%;
  }
  .seik-locker-root.is-photo-mode .seik-locker-hotspot[data-locker="1"] {
    left: 38.7%;
    width: 22.9%;
  }
  .seik-locker-root.is-photo-mode .seik-locker-hotspot[data-locker="2"] {
    left: 61.8%;
    width: 22.9%;
  }
  .seik-locker-root.is-photo-mode.is-sequence-playing .seik-locker-hotspot.has-image .seik-locker-prize-img,
  .seik-locker-root.is-photo-mode.is-all-open .seik-locker-hotspot.has-image .seik-locker-prize-img {
    max-width: 68px;
  }
  .seik-locker-root:not(.is-photo-mode) .seik-locker-photo-stage {
    aspect-ratio: 5 / 4;
    border-radius: 10px;
  }
  .seik-locker-root:not(.is-photo-mode) .seik-locker-hotspots {
    padding: 7% 4% 12%;
  }
}
.seik-locker-teaser {
  margin-top: auto;
  padding-top: 18px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--seik-metal);
  text-align: center;
}
.seik-locker-extra-games {
  margin-top: auto;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
}
/* Match / Crush only after a peek - so start screen is clearly "tap a locker" */
.seik-locker-root.is-revealed .seik-locker-extra-games,
.seik-locker-root.is-played-today .seik-locker-extra-games {
  display: flex;
}
.seik-locker-crush-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 6px 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.75;
  cursor: pointer;
  border-radius: 0;
}
.seik-locker-crush-btn:hover {
  background: transparent;
  opacity: 1;
}
.seik-locker-crush-btn.is-missing {
  opacity: 0.45;
  cursor: not-allowed;
}
.seik-locker-terms {
  margin-top: 10px;
  width: 100%;
  max-width: 22rem;
  text-align: left;
  color: var(--seik-metal);
  font-size: 11px;
  line-height: 1.45;
}
.seik-locker-terms summary {
  cursor: pointer;
  list-style: none;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
  user-select: none;
}
.seik-locker-terms summary::-webkit-details-marker {
  display: none;
}
.seik-locker-terms-body {
  margin: 10px 0 0;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--seik-line);
  font-size: 11px;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.5;
}
.seik-locker-terms-link {
  margin: 8px 0 0;
  text-align: center;
}
.seik-locker-terms-link a,
.seik-locker-terms a {
  color: inherit;
}
.seik-locker-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.seik-locker-turnstile {
  margin: 10px 0 4px;
  min-height: 0;
}
.seik-locker-turnstile[hidden] {
  display: none !important;
}
.seik-locker-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--seik-ink);
  cursor: pointer;
  text-align: left;
}
.seik-locker-consent input {
  margin-top: 2px;
  flex: 0 0 auto;
}
.seik-locker-consent-text {
  flex: 1 1 auto;
}
.seik-locker-consent-terms-btn {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.seik-locker-consent-terms {
  margin: 10px 0 0;
  padding: 0;
  max-height: none;
  overflow: visible;
  background: transparent !important;
  text-align: left;
  box-shadow: none;
  border: 0;
}
.seik-locker-consent-terms[hidden] {
  display: none !important;
}
.seik-locker-email-sheet .seik-locker-consent-terms .seik-locker-consent-terms-body,
.seik-locker-root.is-photo-mode .seik-locker-email-sheet .seik-locker-consent-terms .seik-locker-consent-terms-body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #14110f !important;
  background: transparent !important;
  border: 0 !important;
  text-shadow: none !important;
}
.seik-locker-consent-terms .seik-locker-terms-link {
  margin: 8px 0 0;
  text-align: left;
}
.seik-locker-consent-terms .seik-locker-terms-link a {
  color: #14110f;
  text-decoration: underline;
}
.seik-locker-otp {
  margin: 14px 0 0;
  text-align: left;
}
.seik-locker-result-otp {
  margin: 12px 0 4px;
  width: 100%;
  max-width: 18rem;
}
.seik-locker-result-otp-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--seik-ink);
  border-radius: 0;
  background: transparent;
  padding: 12px 0;
  font-size: 22px;
  letter-spacing: 0.28em;
  text-align: center;
  color: #14110f;
  -webkit-appearance: none;
  appearance: none;
}
.seik-locker-result-otp .seik-locker-otp-debug,
.seik-locker-result-otp .seik-locker-otp-spam,
.seik-locker-result-otp .seik-locker-email-err {
  margin: 8px 0 0;
  text-align: center;
}
.seik-locker-otp-spam {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: var(--seik-metal);
}
.seik-locker-otp-spam[hidden] {
  display: none !important;
}
.seik-locker-result-otp .seik-locker-otp-resend {
  display: block;
  margin: 10px auto 0;
}
.seik-locker-otp[hidden] {
  display: none !important;
}
.seik-locker-otp-sub {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--seik-ink);
}
#seikLockerOtpInput {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid var(--seik-line);
  border-radius: 0;
  font-size: 20px;
  letter-spacing: 0.28em;
  text-align: center;
  background: #fff;
}
.seik-locker-otp-debug {
  margin: 8px 0 0;
  font-size: 12px;
  color: #6b4a12;
  background: rgba(240, 212, 138, 0.35);
  padding: 8px 10px;
}
.seik-locker-otp-debug[hidden] {
  display: none !important;
}
.seik-locker-otp-resend {
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--seik-metal);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.seik-locker-email-sheet {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(12, 10, 9, 0.35);
}
.seik-locker-email-sheet[hidden] {
  display: none !important;
}
.seik-locker-email-card {
  width: 100%;
  max-height: min(78vh, 640px);
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--seik-paper);
  border-radius: 0;
  animation: seikSheetUp 0.35s ease;
  touch-action: pan-y;
  will-change: transform;
  transition: transform 0.22s ease;
}
.seik-locker-email-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 28px 22px 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(20, 17, 15, 0.28) transparent;
}
.seik-locker-email-scroll::-webkit-scrollbar {
  width: 4px;
}
.seik-locker-email-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.seik-locker-email-scroll::-webkit-scrollbar-thumb {
  background: rgba(20, 17, 15, 0.28);
  border-radius: 2px;
}
.seik-locker-email-foot {
  flex: 0 0 auto;
  padding: 10px 22px 28px;
  background: var(--seik-paper);
  box-shadow: 0 -8px 18px rgba(250, 240, 239, 0.95);
}
@keyframes seikSheetUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.seik-locker-email-kicker {
  margin: 0;
  font-family: var(--seik-serif-display);
  font-weight: 800;
  font-size: clamp(22px, 6vw, 28px);
  line-height: 1.1;
  color: #14110f;
}
.seik-locker-email-sub {
  display: none;
  margin: 6px 0 18px;
  color: var(--seik-metal);
  font-family: var(--seik-sans);
  font-weight: 500;
  font-size: 14px;
}
#seikLockerEmailInput {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--seik-ink);
  background: transparent;
  padding: 12px 0;
  font-size: 16px;
  outline: none;
  color: #14110f;
}
.seik-locker-email-err {
  margin: 0 0 8px;
  color: #9b2c2c;
  font-size: 13px;
}
.seik-locker-email-cta {
  width: 100%;
  margin-top: 0;
  border: 0;
  background: var(--seik-ink);
  color: #fff;
  padding: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.seik-locker-email-cta.is-busy,
.seik-locker-email-cta:disabled {
  opacity: 0.65;
  pointer-events: none;
  cursor: wait;
}
.seik-locker-email-sheet.is-sheet-dragging .seik-locker-email-card {
  transition: none;
}
.seik-locker-float {
  position: fixed;
  right: 16px;
  bottom: 88px;
  z-index: 99999980;
  border: 0;
  background: var(--seik-ink);
  color: #fff;
  padding: 12px 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  box-shadow: none;
  transition: bottom 0.2s ease;
}
.seik-locker-float-golden {
  position: fixed;
  right: 16px;
  bottom: 148px;
  z-index: 99999980;
  border: 1px solid #c8a45a;
  background: #1a160f;
  color: #f0d48a;
  padding: 12px 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  box-shadow: none;
  transition: bottom 0.2s ease;
}
.seik-locker-float-golden:hover {
  background: #2a2214;
  color: #fff1c2;
}
.seik-locker-open-btn,
button.openSeikLocker,
a.openSeikLocker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: var(--seik-ink);
  color: #fff !important;
  padding: 14px 22px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none !important;
  cursor: pointer;
}
.seik-locker-embed {
  max-width: 420px;
  margin: 40px auto;
  padding: 36px 28px;
  text-align: center;
  background: #faf0ef;
}
.seik-locker-embed-brand {
  letter-spacing: 0.42em;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--seik-metal);
}
.seik-locker-embed h3 {
  font-family: var(--seik-serif-display);
  font-weight: 800;
  font-size: 40px;
  margin: 8px 0;
}
.seik-locker-embed-hint {
  margin-top: 18px;
  font-size: 12px;
  color: var(--seik-metal);
}
.seik-locker-embed-hint code {
  background: rgba(0, 0, 0, 0.06);
  padding: 2px 5px;
}
body.seik-locker-lock {
  overflow: hidden;
}
body.seik-locker-lock .seik-locker-float,
body.seik-locker-lock .seik-locker-float-golden {
  display: none !important;
}
