/* September customer review: independent of admin, technician and payment UI. */
html { overflow-x: hidden; overflow-x: clip; }
body.customer-theme,
body.customer-theme.customer-page-leaving { animation: none; }
.customer-transition-pending .customer-theme > .main-content { opacity: 0; visibility: hidden; }
.customer-theme.customer-page-entering > .main-content {
  animation: customer-slide-in 280ms cubic-bezier(.2,.7,.2,1) both;
}
.customer-theme.customer-page-leaving > .main-content {
  animation: customer-slide-out 140ms ease-in both;
}
@keyframes customer-slide-in {
  from { opacity: 0; transform: translateX(var(--customer-enter-x, 22px)); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes customer-slide-out {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(var(--customer-leave-x, -22px)); }
}

/* Shared coordinates: orbit, brand and button enter and breathe as ONE scene. */
.customer-theme .splash.splash-unified {
  background: radial-gradient(ellipse at 50% 44%, #16112e 0, #080914 42%, #02040a 78%);
  perspective: none;
}
.customer-theme .splash-unified::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 18% 31%, #9d7cff 0 1px, transparent 2px),
    radial-gradient(circle at 72% 24%, #7d9ddd 0 1px, transparent 2px),
    radial-gradient(circle at 84% 68%, #817dcb 0 1px, transparent 2px),
    radial-gradient(circle at 26% 78%, #848cc1 0 1px, transparent 2px);
  background-size: 233px 211px, 327px 281px, 379px 307px, 431px 397px;
  opacity: .55;
}
.customer-theme .splash-unified .splash-scene {
  position: relative; width: min(86vw, 76vh, 620px); aspect-ratio: 1;
  display: grid; place-items: center; flex: none;
  animation: splash-scene-arrive 1100ms cubic-bezier(.16,1,.3,1) both;
}
.customer-theme .splash-unified.is-settled .splash-scene {
  animation: splash-scene-idle 6s ease-in-out infinite;
}
.customer-theme .splash-orbit { position: absolute; inset: 0; border-radius: 50%; pointer-events: none; }
.customer-theme .splash-orbit-shell {
  border: 2px solid #776f9d;
  background: radial-gradient(circle, transparent 64%, #34314a 65%, #b8b9cf 65.5%, #272636 66.3%, transparent 67%);
  box-shadow: 0 0 50px #7655ed33, inset 0 0 32px #7060ce22, 0 0 2px #e1deff;
}
.customer-theme .splash-orbit-ticks {
  inset: 3%;
  background: repeating-conic-gradient(from 0deg, #aba5ce 0deg .55deg, transparent .55deg 5deg);
  -webkit-mask: radial-gradient(circle, transparent 68%, #000 68.3% 70%, transparent 70.3%);
  mask: radial-gradient(circle, transparent 68%, #000 68.3% 70%, transparent 70.3%);
  animation: splash-orbit-turn 48s linear infinite;
  opacity: .65;
}
.customer-theme .splash-orbit-light {
  inset: 6%; border: 2px solid #656187; border-top-color: #d9cfff; border-left-color: #8c60e9;
  box-shadow: inset 0 0 18px #7a56ed22;
  animation: splash-orbit-turn 18s linear infinite;
}
.customer-theme .splash-unified .splash-content {
  position: relative; width: 78%; z-index: 4; transform: none;
  display: flex; flex-direction: column; align-items: center;
  animation: splash-brand-reveal 700ms ease 150ms both;
}
.customer-theme .splash-unified .splash-content::before { content: none; }
.customer-theme .splash-unified .splash-logo,
.customer-theme .splash-unified .splash-title,
.customer-theme .splash-unified .splash-subtitle {
  opacity: 1; transform: none; transition: none; animation: none;
}
.customer-theme .splash-unified .splash-logo { width: clamp(56px, 14vw, 92px); margin: 0 0 12px; }
.customer-theme .splash-unified .splash-title { font-size: clamp(26px, 5vw, 44px); white-space: nowrap; letter-spacing: .07em; line-height: 1.2; }
.customer-theme .splash-unified .splash-subtitle { font-size: clamp(9px, 1.8vw, 12px); letter-spacing: .32em; margin-top: 12px; }
.customer-theme .splash-unified .splash-entry { margin-top: clamp(18px, 4vw, 32px); transform: none; transition: opacity .3s ease, visibility .3s; }
.customer-theme .splash-unified .splash-enter-button { min-width: 0; padding: 14px 28px; font-size: 12px; }
.customer-theme .splash-unified .splash-enter-button::after { animation: none; }
.customer-theme .splash-unified .splash-entry-hint { font-size: 8px; letter-spacing: .18em; margin-top: 12px; }
.customer-theme .splash-unified.is-exiting { opacity: 0; transition: opacity 180ms ease; pointer-events: none; }
.customer-theme .splash-unified.is-paused * { animation-play-state: paused !important; }
@keyframes splash-scene-arrive { from { opacity: 0; transform: translateY(26px) scale(.76); } to { opacity: 1; transform: none; } }
@keyframes splash-scene-idle { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-3px) scale(1.012); } }
@keyframes splash-brand-reveal { from { opacity: 0; } to { opacity: 1; } }
@keyframes splash-orbit-turn { to { transform: rotate(360deg); } }
@media (max-height: 540px) and (min-width: 600px) {
  .customer-theme .splash-unified .splash-scene { width: 90vh; }
  .customer-theme .splash-unified .splash-logo { width: 48px; margin-bottom: 4px; }
  .customer-theme .splash-unified .splash-title { font-size: 28px; }
  .customer-theme .splash-unified .splash-entry { margin-top: 12px; }
  .customer-theme .splash-unified .splash-entry-hint { display: none; }
}
.customer-theme .advantage-icon svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* Arena art fits by WIDTH, so side screens survive narrow windows. */
.customer-theme.customer-arena-page::after {
  top: 4.5rem; height: calc(100vh - 4.5rem); opacity: .78; filter: none;
  background-image: linear-gradient(180deg, #0304070d, #03040777 70%, #030407), url('../assets/images/esports-arena-bg-v2.png');
  background-position: center top, center top;
  background-size: 100% 100%, 100% auto;
  background-repeat: no-repeat;
  -webkit-mask-image: none; mask-image: none;
}
@media (max-width: 767px) {
  .customer-theme.customer-arena-page::after {
    opacity: .9;
    background-image: linear-gradient(180deg, #03040722, #03040766 70%, #030407), url('../assets/images/esports-arena-bg-v2.png');
    background-size: 100% 100%, 100% auto;
    background-repeat: no-repeat, repeat-y;
  }
  .customer-theme.customer-arena-page .section-header,
  .customer-theme.customer-arena-page .page-command-header { background-color: #080b13b8; }
}

/* Three plans and six compact services, still driven by /packages. */
.customer-theme .shop-page .package-section { margin-bottom: 0; }
.customer-theme .shop-page .package-section + .package-section { margin-top: 56px; padding-top: 32px; border-top: 1px solid #64608744; }
.customer-theme .shop-page .package-group-header { display: flex; align-items: center; gap: 14px; padding: 10px 0 10px 16px; border-left: 3px solid #9272ff; margin-bottom: 26px; }
.customer-theme .shop-page .package-group-icon { color: #a68aff; display: flex; flex: none; }
.customer-theme .shop-page .package-group-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; stroke-linecap: round; }
.customer-theme .shop-page .package-section-title { margin: 0 0 6px; padding: 0; border: 0; background: none; font-size: 18px; font-style: normal; }
.customer-theme .shop-page .package-group-header p { margin: 0; color: #9ba6bf; font-size: 13px; line-height: 1.6; }
.customer-theme .shop-page #featuredList,
.customer-theme .shop-page #serviceList { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; align-items: stretch; }
.customer-theme .shop-page .package-list[data-count="1"] { grid-template-columns: minmax(0, 420px) !important; justify-content: center; }
.customer-theme .shop-page .package-list[data-count="2"] { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
.customer-theme .shop-page .package-card {
  --shop-accent: #8872e8; min-width: 0; height: 100%; min-height: 0;
  gap: 12px; padding: 28px 22px 22px; border: 1px solid #615382;
  border-radius: 0; clip-path: none; transform: none; text-align: left; align-items: stretch;
  background: linear-gradient(140deg, #191627ee, #090d17f2 62%);
  box-shadow: inset 0 1px #b2a3e322, 0 8px 22px #0004;
}
.customer-theme .shop-page .package-card::after { content: ''; position: absolute; top: -1px; right: -1px; width: 15px; height: 15px; background: linear-gradient(45deg, transparent 47%, #807098 49% 52%, #030407 54%); pointer-events: none; }
.customer-theme .shop-page .package-list .package-card:not(.recommended) { --shop-accent: #8872e8; border-color: #615382; }
.customer-theme .shop-page .package-card .package-name { margin: 0; min-height: 30px; font-size: 22px; font-style: normal; }
.customer-theme .shop-page .package-card .package-price { margin: 0; }
.customer-theme .shop-page .package-card .price-number { color: #bba4ff; background: linear-gradient(120deg,#d4c3ff,#9179ff 55%,#62b5ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 16px #9575ff33; }
.customer-theme .shop-page .package-card .package-tags { justify-content: flex-start; }
.customer-theme .shop-page .package-card .package-services { text-align: left; flex: 1; margin: 0 0 12px; }
.customer-theme .shop-page .package-card .package-subtitle { margin: 0; min-height: 42px; line-height: 1.65; }
.customer-theme .shop-page .package-card .buy-btn { margin-top: auto; background: #111625 !important; border: 1px solid #78649e; color: #ded8ee; box-shadow: none; text-shadow: none; min-height: 46px; }
.customer-theme .shop-page .package-card .buy-btn::before { display: none; }
.customer-theme .shop-page .package-card .buy-btn:hover { background: #251c3d !important; border-color: #b194ed; }
.customer-theme .shop-page .package-card.recommended {
  --shop-accent: #8c75ff; transform: translateY(-7px); border-color: #ad94ff;
  background: linear-gradient(145deg,#2a2044f2,#0b1221f2 70%);
  box-shadow: 0 0 0 1px #b18dff44, 0 0 26px #825bfa40, 0 16px 34px #0008, inset 0 1px #e1d2ff44;
}
.customer-theme .shop-page .package-card.recommended .package-name { margin-top: 14px; }
.customer-theme .shop-page .recommend-badge { top: 0; left: 0; padding: 5px 18px 5px 12px; background: #8662d6; color: #fff; font-size: 11px; }
.customer-theme .shop-page .package-card.recommended .buy-btn { background: linear-gradient(105deg,#825be0,#526fdb) !important; color: #fff; border-color: #c0a4ff; box-shadow: 0 4px 20px #7d57e744, inset 0 1px #fff4; }
.customer-theme .shop-page #serviceList .package-card { padding: 22px 20px 20px; gap: 10px; background: #0b101be8; }
.customer-theme .shop-page #serviceList .package-name { font-size: 18px; min-height: 0; }
.customer-theme .shop-page #serviceList .price-number { font-size: 30px; }
.customer-theme .shop-page #serviceList .package-subtitle { min-height: 0; }
.customer-theme .shop-page #serviceList .package-dot-field { opacity: .35; }
.customer-theme .shop-page #serviceList .buy-btn { background: transparent !important; border-color: #49546d; }
@media (min-width: 768px) and (max-width: 1023px) {
  .customer-theme .shop-page #featuredList { gap: 12px; }
  .customer-theme .shop-page #featuredList .package-card { padding: 24px 14px 18px; }
  .customer-theme .shop-page #featuredList .package-name { font-size: 19px; }
  .customer-theme .shop-page #serviceList { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .customer-theme .shop-page #featuredList,
  .customer-theme .shop-page #serviceList,
  .customer-theme .shop-page .package-list[data-count="2"] { grid-template-columns: 1fr !important; gap: 22px; }
  .customer-theme .shop-page .package-card.recommended { transform: none; }
  .customer-theme .shop-page .package-card .package-subtitle { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .customer-transition-pending .customer-theme > .main-content { opacity: 1; visibility: visible; }
  .customer-theme.customer-page-entering > .main-content,
  .customer-theme.customer-page-leaving > .main-content,
  .customer-theme .splash-unified .splash-scene,
  .customer-theme .splash-unified .splash-content,
  .customer-theme .splash-unified .splash-orbit { animation: none !important; transform: none; opacity: 1; }
  .customer-theme .splash-unified.is-exiting { transition: none; }
}
