:root {
  --ink: #101018;
  --muted: #6c6878;
  --paper: #fff8ec;
  --surface: #ffffff;
  --line: #eceaf1;
  --coral: #ff1b6b;
  --cyan: #00e5ff;
  --lime: #00e5ff;
  --violet: #6d2cff;
  --gold: #ffd36a;
  --emerald: #ff2f7d;
  --pink: #ff1b6b;
  --deep: #07070d;
  --shadow: 0 24px 70px rgba(22, 22, 31, .14);
  --font-display: "Oxanium", "Arial Black", Impact, system-ui, sans-serif;
  --font-body: "Chakra Petch", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    linear-gradient(180deg, rgba(0,0,0,.88) 0%, rgba(10,0,8,.72) 420px, rgba(8,8,12,.34) 820px, rgba(7,7,10,.56) 100%),
    radial-gradient(circle at 8% 18%, rgba(255,0,92,.34), transparent 24%),
    radial-gradient(circle at 92% 28%, rgba(0,240,255,.22), transparent 27%),
    linear-gradient(135deg, rgba(255,0,92,.08) 0 8%, transparent 8% 16%, rgba(0,240,255,.07) 16% 24%, transparent 24% 100%),
    url("assets/infinity-graffiti-bg.png") center top / cover fixed,
    #07070a;
  background-attachment: fixed, fixed, fixed, fixed, fixed, scroll;
  isolation: isolate;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,27,107,.22), rgba(7,7,13,.34) 34%, rgba(0,229,255,.20) 76%, rgba(7,7,13,.42)),
    linear-gradient(180deg, rgba(7,7,13,.50), rgba(7,7,13,.78));
  mix-blend-mode: normal;
}

body > * {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
.brand strong,
.brand small,
.eyebrow,
.btn,
button,
.product-card h3,
.shelf-card h3,
.promo-band span,
.wolf-service-row strong,
.section-title h2,
.store-shelf h2,
.review-grid strong,
.review-track strong,
.admin-header h1 {
  font-family: var(--font-display);
  letter-spacing: .01em;
}

.utility-bar {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 22px;
  min-height: 34px;
  padding: 0 18px;
  color: #050505;
  background: #fff;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
}

.utility-bar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.utility-bar svg {
  width: 16px;
  height: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 12, 18, .82);
  backdrop-filter: blur(18px);
}

.age-gate.hidden {
  display: none;
}

.age-panel {
  width: min(440px, 100%);
  padding: 32px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #1d1b28, #09090d);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: var(--shadow);
  text-align: center;
}

.age-panel h2 {
  margin: 8px 0 10px;
  font-size: 30px;
}

.age-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #000;
  box-shadow: 0 8px 28px rgba(0,0,0,.10);
}

.telegram-strip {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 8px 16px;
  color: #fff;
  background:
    linear-gradient(90deg, #0a0710, #ff1b6b 28%, #9b3cff 58%, #00e5ff 100%);
  background-size: 180% 100%;
  animation: stripMove 9s linear infinite;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.topbar {
  display: grid;
  grid-template-columns: auto minmax(220px, 310px) minmax(280px, 1fr) auto;
  align-items: center;
  gap: 26px;
  max-width: 1240px;
  min-height: 128px;
  margin: 0 auto;
  padding: 18px 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,0,92,.24), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(0,240,255,.22), transparent 30%),
    linear-gradient(145deg, #050507, #11111b);
  box-shadow: 0 0 34px rgba(0,240,255,.20), 0 14px 32px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.12);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 120deg, transparent, rgba(255,255,255,.20), transparent 34%);
  animation: orbitOne 7s linear infinite;
}

.brand-logo {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: block;
}

.brand strong {
  display: block;
  color: #fff;
  font-size: clamp(32px, 3vw, 46px);
  line-height: .85;
  font-weight: 950;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(255,255,255,.14), 0 0 28px rgba(0,240,255,.12);
}

.brand small {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  height: 52px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(246,250,255,.82)) padding-box,
    linear-gradient(90deg, rgba(255,27,107,.68), rgba(155,60,255,.46), rgba(0,229,255,.54)) border-box;
  box-shadow: 0 14px 34px rgba(0,0,0,.24), 0 0 28px rgba(0,240,255,.08);
  transition: box-shadow .2s ease, transform .2s ease;
}

.search:focus-within {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(0,0,0,.28), 0 0 34px rgba(0,240,255,.18);
}

.search input {
  flex: 1;
  min-width: 0;
  border: 0;
  height: 100%;
  padding: 0 14px;
  background: transparent;
  outline: 0;
  color: #14131b;
  font-weight: 700;
}

.search input::placeholder {
  color: #77717f;
}

.search button,
.icon-btn,
.cart-button {
  display: inline-grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.search button {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: #101016;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.48), transparent 22%),
    linear-gradient(135deg, var(--coral), var(--violet), var(--cyan));
  box-shadow: 0 0 20px rgba(0,240,255,.22);
  transition: transform .18s ease, box-shadow .18s ease;
}

.search button:hover {
  transform: scale(1.06);
  box-shadow: 0 0 26px rgba(0,240,255,.34), 0 0 18px rgba(255,0,92,.16);
}

.quick-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.quick-actions a,
.cart-button,
.account-button,
.icon-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 44px;
}

.account-button,
.icon-action {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.site-header .cart-button,
.site-header .icon-btn {
  color: #fff;
}

.search .icon-btn,
.search button {
  color: var(--ink);
}

.quick-actions span {
  color: #fff;
}

.quick-actions span {
  font-size: 13px;
  line-height: 1.15;
}

.quick-actions svg {
  width: 31px;
  height: 31px;
  stroke-width: 2.2;
}

.cart-button b {
  position: absolute;
  top: 4px;
  right: -1px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  color: #fff;
  background: var(--coral);
  font-size: 11px;
}

.menu-toggle {
  display: none;
}

.category-nav {
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: min(1048px, calc(100% - 28px));
  margin: 16px auto -54px;
  padding: 10px 12px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11,11,18,.96), rgba(45,9,45,.90), rgba(0,46,54,.88)) padding-box,
    linear-gradient(90deg, rgba(255,27,107,.78), rgba(155,60,255,.58), rgba(0,229,255,.60)) border-box;
  color: #fff;
  box-shadow: 0 20px 54px rgba(0,0,0,.32), 0 0 34px rgba(0,240,255,.10) inset;
}

.category-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 0%, rgba(255,0,92,.28), transparent 24%),
    radial-gradient(circle at 84% 10%, rgba(0,240,255,.22), transparent 24%),
    repeating-linear-gradient(-18deg, rgba(255,255,255,.025) 0 1px, transparent 1px 12px);
}

.category-nav a,
.category-nav button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 78px;
  padding: 0 16px;
  font-weight: 800;
  font-size: 14px;
  color: rgba(255,255,255,.86);
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.category-nav a:hover,
.category-nav button:hover,
.category-nav .active,
.category-nav .hot-link {
  color: #101016;
  background: linear-gradient(135deg, var(--coral), var(--violet), var(--cyan));
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0,240,255,.18);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  margin-top: 64px;
  background:
    linear-gradient(180deg, rgba(7,7,13,.94) 0%, rgba(7,7,13,.70) 18%, rgba(7,7,13,.42) 54%, rgba(7,7,13,.82) 100%),
    radial-gradient(circle at 18% 42%, rgba(255,27,107,.26), transparent 32%),
    radial-gradient(circle at 78% 38%, rgba(0,229,255,.20), transparent 34%),
    linear-gradient(110deg, rgba(255,27,107,.16), transparent 42%, rgba(0,229,255,.14));
  box-shadow:
    inset 0 72px 70px rgba(0,0,0,.92),
    inset 0 -130px 130px rgba(7,7,13,.92);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7,7,13,.70) 0%, transparent 30%, rgba(7,7,13,.64) 100%),
    repeating-linear-gradient(120deg, rgba(255,255,255,.045) 0 1px, transparent 1px 32px);
  mix-blend-mode: normal;
}

.hero::after {
  content: "INFINITY PODS";
  position: absolute;
  right: -2vw;
  bottom: 2vw;
  color: rgba(255,255,255,.055);
  font-size: clamp(76px, 13vw, 210px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: 0;
  pointer-events: none;
}

.hero-track {
  position: relative;
  min-height: 520px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 72px 22px 76px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .7s ease;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(7,7,10,.45) 42%, rgba(7,7,10,.96) 100%),
    radial-gradient(circle at 50% 100%, rgba(255,0,92,.22), transparent 42%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  margin: 0;
  color: #fff;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  cursor: default;
}

.hero-copy h1 {
  max-width: 11ch;
  margin: 8px 0 10px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy .btn {
  margin-top: 14px;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  pointer-events: auto;
}

.btn.glass {
  color: #fff;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.hero-stage {
  display: none !important;
}

.hero-stage::before {
  display: none;
}

.hero-stage img {
  display: none;
}

.hero-stage.compact img {
  object-fit: cover;
}

.hero-stage.product-only {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #080811, #111126);
}

.hero-stage.product-only img {
  width: min(82%, 560px);
  height: auto;
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 36px 50px rgba(0,0,0,.38));
}

.orbit {
  position: absolute;
  width: 160px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  pointer-events: none;
}

.orbit.one {
  right: 10%;
  top: 12%;
  animation: orbitOne 7s linear infinite;
}

.orbit.two {
  left: 8%;
  bottom: 12%;
  width: 110px;
  animation: orbitTwo 8s linear infinite;
}

.hero-copy p:not(.eyebrow) {
  max-width: 470px;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
}

.eyebrow {
  margin: 0;
  color: var(--coral);
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.alt,
.citrus {
  background:
    radial-gradient(circle at 76% 50%, rgba(201, 255, 55, .22), transparent 20%),
    linear-gradient(110deg, #111018 0%, #34143a 46%, #ff3d6e 100%);
}

.citrus {
  background:
    radial-gradient(circle at 78% 44%, rgba(255, 177, 31, .34), transparent 22%),
    linear-gradient(110deg, #081015 0%, #243078 52%, #00e5ff 100%);
}

.hero-art,
.flavor-cloud {
  position: absolute;
  right: 10%;
  width: min(460px, 42vw);
  aspect-ratio: 1.35;
  border-radius: 8px;
  transform: rotate(-8deg);
  background:
    linear-gradient(90deg, transparent 30%, rgba(255, 255, 255, .12) 31% 33%, transparent 34%),
    linear-gradient(135deg, #0c0c12, #2b2b38 48%, #00d5ff);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .38);
}

.hero-art span {
  position: absolute;
  bottom: 18%;
  width: 58px;
  height: 190px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #00d5ff 35%, #111018 36%);
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.18);
}

.hero-art span:nth-child(1) { left: 18%; }
.hero-art span:nth-child(2) { left: 39%; height: 230px; background: linear-gradient(180deg, #fff, #ff3d6e 36%, #111018 37%); }
.hero-art span:nth-child(3) { left: 60%; height: 205px; background: linear-gradient(180deg, #fff, #9b3cff 36%, #111018 37%); }

.flavor-cloud {
  border-radius: 50%;
  filter: blur(.2px);
  background:
    radial-gradient(circle at 45% 40%, #fff 0 9%, transparent 10%),
    radial-gradient(circle at 65% 28%, #ffb11f 0 10%, transparent 11%),
    radial-gradient(circle at 35% 60%, #ff3d6e 0 15%, transparent 16%),
    radial-gradient(circle at 68% 65%, #00e5ff 0 12%, transparent 13%),
    radial-gradient(circle, rgba(255,255,255,.28), transparent 60%);
  animation: floatCloud 5s ease-in-out infinite;
}

.slider-dots {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 50%;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.slider-dots button {
  width: 12px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
}

.slider-dots button.active {
  width: 34px;
  background: var(--lime);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.btn.primary {
  color: #101016;
  background: linear-gradient(90deg, var(--coral), var(--violet), var(--cyan));
  box-shadow: 0 16px 38px rgba(0, 240, 255, .32);
  background-size: 180% 100%;
  animation: buttonPulse 3s ease-in-out infinite;
}

.btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .25);
  background: transparent;
}

.promo-band {
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 1160px;
  width: min(1160px, calc(100% - 76px));
  margin: -62px auto 30px;
  position: relative;
  z-index: 4;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(255,27,107,.52), rgba(155,60,255,.34), rgba(0,229,255,.48)) padding-box,
    radial-gradient(circle at 14% 0%, rgba(255,27,107,.22), transparent 28%) padding-box,
    linear-gradient(92deg, rgba(255,27,107,.82), rgba(155,60,255,.60), rgba(0,229,255,.70)) border-box,
    #090910;
  border: 1px solid transparent;
  box-shadow: 0 30px 90px rgba(0,0,0,.42), 0 0 44px rgba(255,0,92,.20), 0 0 34px rgba(0,240,255,.12) inset;
}

.promo-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255,255,255,.16) 46%, transparent 58% 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 72px);
  transform: translateX(-45%);
  animation: panelScan 7s linear infinite;
}

.wolf-service-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto;
  position: relative;
  z-index: 2;
}

.wolf-service-row article {
  position: relative;
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 112px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 50% -10%, rgba(255,27,107,.22), transparent 34%) padding-box,
    linear-gradient(145deg, rgba(255,27,107,.34), rgba(155,60,255,.22), rgba(0,229,255,.24)) padding-box,
    linear-gradient(135deg, rgba(255,27,107,.72), rgba(155,60,255,.52), rgba(0,229,255,.55)) border-box,
    #101018;
  box-shadow: 0 22px 50px rgba(0,0,0,.28), 0 0 30px rgba(0,240,255,.10) inset;
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease;
}

.wolf-service-row article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(255,255,255,.16) 50%, transparent 62% 100%),
    repeating-linear-gradient(-18deg, rgba(255,255,255,.025) 0 1px, transparent 1px 12px);
  transform: translateX(-120%);
  transition: transform .65s ease;
}

.wolf-service-row article:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(0,0,0,.36), 0 0 38px rgba(255,0,92,.16), 0 0 34px rgba(0,240,255,.12) inset;
}

.wolf-service-row article:hover::before {
  transform: translateX(120%);
}

.wolf-service-row svg {
  width: 34px;
  height: 34px;
  padding: 6px;
  color: #111;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--coral), var(--violet), var(--cyan));
  box-shadow: 0 0 26px rgba(0,240,255,.26);
}

.wolf-service-row strong {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 18px rgba(255,255,255,.14);
}

.wolf-service-row span {
  color: rgba(255,255,255,.70);
  font-size: 13px;
  font-weight: 700;
}

.store-shelf {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 54px auto;
  padding: 26px 22px 30px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(145deg, rgba(10,10,16,.88), rgba(32,8,34,.72), rgba(0,43,50,.58)),
    radial-gradient(circle at 12% 0%, rgba(255,27,107,.22), transparent 32%),
    radial-gradient(circle at 90% 12%, rgba(0,229,255,.18), transparent 28%);
  box-shadow: 0 28px 80px rgba(0,0,0,.28), 0 0 32px rgba(0,229,255,.08) inset;
}

.store-shelf h2 {
  margin: 0 0 26px;
  text-align: center;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(0,229,255,.14);
}

.shelf-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.shelf-grid::-webkit-scrollbar {
  display: none;
}

.shelf-card {
  position: relative;
  display: grid;
  grid-template-rows: 205px minmax(54px, auto) auto 48px;
  align-content: stretch;
  min-height: 405px;
  padding: 16px 14px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(145deg, rgba(255,0,92,.22), rgba(0,240,255,.20)) border-box;
  box-shadow: 0 18px 36px rgba(0,0,0,.12);
  text-align: center;
  scroll-snap-align: start;
}

.shelf-card figure {
  display: grid;
  place-items: center;
  height: 205px;
  margin: 0 0 12px;
}

.shelf-card img {
  max-width: 100%;
  max-height: 205px;
  object-fit: contain;
}

.offer-label {
  position: absolute;
  top: 16px;
  left: 14px;
  z-index: 1;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: #df0028;
  font-size: 14px;
  font-weight: 800;
}

.shelf-card h3 {
  min-height: 54px;
  margin: 0 0 8px;
  color: #111;
  font-size: 17px;
  line-height: 1.22;
}

.shelf-card p {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
}

.shelf-card .buy {
  align-self: end;
  min-height: 48px;
}

.shelf-card p span {
  color: #777;
  text-decoration: line-through;
  font-weight: 500;
}

.shelf-card p strong {
  color: #df0028;
}

.shelf-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #df0028;
  box-shadow: 0 8px 18px rgba(223,0,40,.24);
}

.shelf-arrow.left { left: -22px; }
.shelf-arrow.right { right: -22px; }

.promo-band div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 74px;
  padding: 14px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 18px rgba(0,240,255,.22);
  background: rgba(255,255,255,.04);
  border-right: 1px solid rgba(255,255,255,.10);
  transition: transform .2s ease, background .2s ease;
}

.promo-band div:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.10);
}

.promo-band svg {
  color: var(--cyan);
  filter: drop-shadow(0 0 10px rgba(0,229,255,.42));
}

.radio-strip {
  display: none;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  max-width: 1160px;
  margin: 20px auto 28px;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 20%, rgba(255,0,122,.35), transparent 28%),
    radial-gradient(circle at 82% 30%, rgba(0,240,255,.25), transparent 24%),
    linear-gradient(135deg, #070711, #1a061e 60%, #00181b);
  box-shadow: var(--shadow);
}

.radio-strip h2 {
  margin: 6px 0;
  font-size: clamp(24px, 4vw, 38px);
}

.radio-strip span,
.radio-player small {
  color: rgba(255,255,255,.72);
}

.radio-player {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.pod-tabs {
  position: relative;
  isolation: isolate;
  width: min(1180px, calc(100% - 32px));
  margin: 30px auto 10px;
  padding: 18px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,0,92,.38), transparent 28%) padding-box,
    radial-gradient(circle at 88% 12%, rgba(0,240,255,.26), transparent 28%) padding-box,
    linear-gradient(135deg, rgba(14,14,22,.96), rgba(46,5,44,.90), rgba(0,44,52,.86)) padding-box,
    linear-gradient(135deg, rgba(255,27,107,.78), rgba(155,60,255,.56), rgba(0,229,255,.58)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 24px 70px rgba(0,0,0,.30), 0 0 40px rgba(255,0,92,.12) inset;
}

.pod-tabs::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(112deg, transparent 0 36%, rgba(255,255,255,.10) 48%, transparent 60%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 70px);
  animation: panelScan 8s linear infinite;
}

.pod-tabs h2 {
  margin: 4px 0 14px;
  font-size: clamp(24px, 3vw, 38px);
  color: #fff;
  text-shadow: 0 0 24px rgba(0,240,255,.18);
}

.pod-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pod-tab-row button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.pod-tab-row button:hover,
.pod-tab-row button.active {
  color: #101016;
  background: linear-gradient(135deg, var(--coral), var(--violet), var(--cyan));
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,240,255,.18);
}

.showcase {
  max-width: 1240px;
  margin: 34px auto 0;
  padding: 46px 24px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.78)),
    radial-gradient(circle at 10% 8%, rgba(255,0,92,.16), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(0,240,255,.14), transparent 30%),
    repeating-linear-gradient(135deg, rgba(16,16,24,.035) 0 1px, transparent 1px 34px);
  box-shadow: 0 30px 90px rgba(15,15,22,.12);
  scroll-margin-top: 160px;
}

.section-title {
  margin: 0 auto 32px;
  text-align: center;
}

.section-title h2,
.newsletter h2 {
  margin: 7px 0 8px;
  color: #70051d;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.section-title span,
.newsletter p {
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card,
.mini-card {
  position: relative;
  display: grid;
  grid-template-rows: 238px auto 58px minmax(58px, auto) 74px 24px 100px 48px;
  min-width: 0;
  min-height: 640px;
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(145deg, rgba(255,0,92,.32), rgba(0,240,255,.22), rgba(255,209,92,.25)) border-box;
  box-shadow: 0 16px 34px rgba(0,0,0,.10);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-card:hover,
.mini-card:hover {
  transform: translateY(-4px);
  border-color: #e6e6e6;
  box-shadow: 0 10px 28px rgba(0,0,0,.13);
}

.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: #df0028;
  font-size: 12px;
  font-weight: 950;
}

.badge.hot,
.badge.new {
  background: var(--coral);
  color: #fff;
}

.badge.lime {
  background: var(--lime);
}

.product-photo {
  display: grid;
  place-items: center;
  width: 100%;
  height: 238px;
  margin: 4px 0 14px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.favorite {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  color: var(--coral);
  background: rgba(255,255,255,.9);
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

.product-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #2b1c39;
  background: #f4efff;
  font-size: 12px;
  font-weight: 900;
}

.product-meta svg {
  width: 15px;
  height: 15px;
  color: var(--violet);
}

.desc {
  min-height: 58px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
  mix-blend-mode: normal;
  transition: transform .3s ease;
}

.product-card:hover .product-photo img,
.mini-card:hover .product-photo img {
  transform: scale(1.04);
}

.product-photo.small {
  height: 185px;
}

.product-card h3,
.mini-card h3 {
  min-height: 48px;
  margin: 0 0 8px;
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
}

.stars {
  color: #ffc400;
  letter-spacing: 0;
}

.stars span {
  color: #d7d7d7;
}

.pix {
  margin: 2px 0 0;
  color: #df0028;
  text-align: center;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.08;
}

.old-price {
  margin: 0 0 4px;
  color: #777;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  text-decoration: line-through;
}

.pix small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.price-stack {
  display: grid;
  align-content: center;
  min-height: 74px;
  margin: 0;
}

.product-card .buy,
.mini-card .buy {
  align-self: end;
  min-height: 48px;
  margin-top: auto;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  min-height: 50px;
  margin-bottom: 14px;
}

.tags a {
  color: #5d5563;
  font-size: 12px;
  font-weight: 800;
}

.buy {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 18% 18%, rgba(0,240,255,.28), transparent 24%),
    linear-gradient(92deg, #111118 0%, #35114f 48%, #ea0046 100%);
  background-size: 160% 160%, 190% 100%;
  box-shadow: 0 13px 25px rgba(54,17,77,.25), inset 0 1px 0 rgba(255,255,255,.14);
  transition: transform .2s ease, box-shadow .2s ease, background-position .35s ease;
}

.buy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 35%, rgba(255,255,255,.24) 48%, transparent 62% 100%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.buy:hover {
  transform: translateY(-3px) scale(1.01);
  background-position: 100% 50%, 100% 50%;
  box-shadow: 0 20px 40px rgba(255,0,92,.30), 0 0 26px rgba(0,240,255,.22), inset 0 1px 0 rgba(255,255,255,.18);
}

.buy:hover::before {
  transform: translateX(120%);
}

.buy:active {
  transform: translateY(0) scale(.98);
}

.buy.added {
  background: var(--coral);
}

.ad-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
  max-width: 1240px;
  margin: 8px auto 18px;
  padding: 0 20px;
}

.feature-wall {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
  max-width: 1240px;
  margin: 28px auto 10px;
  padding: 0 20px;
  scroll-margin-top: 160px;
}

.customer-reviews {
  max-width: 1240px;
  margin: 46px auto 30px;
  padding: 0 20px;
}

.customer-reviews .section-title h2 {
  color: #fff;
  text-shadow: 0 12px 34px rgba(0,0,0,.34);
}

.customer-reviews .section-title span {
  color: rgba(255,255,255,.72);
}

.review-marquee {
  position: relative;
  overflow: hidden;
  padding: 8px 0 14px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.review-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: reviewScroll 92s linear infinite;
}

.review-marquee:hover .review-track {
  animation-play-state: paused;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.review-track article,
.review-grid article {
  display: grid;
  gap: 12px;
  width: 300px;
  min-height: 220px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(11,11,18,.94), rgba(47,13,55,.88)),
    radial-gradient(circle at 100% 0%, rgba(0,240,255,.18), transparent 34%);
  box-shadow: 0 24px 60px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.08);
}

.review-track article {
  flex: 0 0 300px;
}

.review-track article:nth-child(3n + 2) {
  background:
    linear-gradient(145deg, rgba(12,12,18,.94), rgba(4,42,48,.88)),
    radial-gradient(circle at 100% 0%, rgba(255,0,92,.16), transparent 34%);
}

.review-track article:nth-child(3n + 3) {
  background:
    linear-gradient(145deg, rgba(15,8,21,.95), rgba(72,6,38,.84)),
    radial-gradient(circle at 100% 0%, rgba(116,255,0,.16), transparent 34%);
}

.review-track article div,
.review-grid article div {
  display: grid;
  gap: 3px;
}

.review-track strong,
.review-grid strong {
  font-size: 18px;
}

.review-track span,
.review-grid span {
  color: rgba(255,255,255,.64);
  font-size: 13px;
  font-weight: 800;
}

.review-track b,
.review-grid b {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  letter-spacing: .08em;
}

.review-track b em,
.review-grid b em {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0;
}

.review-track .stars,
.review-grid .stars {
  position: relative;
  display: inline-block;
  color: rgba(255,255,255,.20);
  font-size: 17px;
  line-height: 1;
}

.review-track .stars::before,
.review-grid .stars::before {
  content: "\2605\2605\2605\2605\2605";
  position: absolute;
  inset: 0;
  width: var(--rating);
  overflow: hidden;
  color: var(--gold);
}

.review-track p,
.review-grid p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.45;
  font-weight: 700;
}

.feature-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 42%);
  align-items: center;
  gap: 16px;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.22) 43% 46%, transparent 47%),
    radial-gradient(circle at 78% 20%, rgba(0,240,255,.45), transparent 24%),
    radial-gradient(circle at 12% 100%, rgba(255,0,92,.55), transparent 36%),
    linear-gradient(135deg, #050508, #1c0010 42%, #101018);
  box-shadow: 0 34px 90px rgba(16,16,24,.20), 0 0 0 1px rgba(255,255,255,.04) inset;
  transform-style: preserve-3d;
}

.feature-card.mega {
  min-height: 380px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 46%);
}

.feature-card.green {
  background:
    radial-gradient(circle at 85% 18%, rgba(0,240,255,.50), transparent 28%),
    radial-gradient(circle at 10% 100%, rgba(105,255,0,.45), transparent 34%),
    linear-gradient(135deg, #020b0a, #003f31 58%, #001c24);
}

.feature-card.gold {
  color: #101018;
  background:
    radial-gradient(circle at 86% 20%, rgba(255,255,255,.55), transparent 28%),
    linear-gradient(135deg, #ff1b6b, #9b3cff 42%, #00e5ff);
}

.feature-card:not(.mega) {
  grid-template-columns: 1fr;
  align-content: space-between;
}

.feature-card:not(.mega) img {
  grid-column: 1;
  grid-row: 3;
  justify-self: end;
  width: 72%;
  height: 120px;
}

.feature-card:not(.mega) strong {
  max-width: 9ch;
  font-size: clamp(24px, 2.6vw, 34px);
}

.feature-card img {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 30px 34px rgba(0,0,0,.30));
  animation: productFloat 4.5s ease-in-out infinite;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.98), rgba(255,255,255,.72) 62%, rgba(255,255,255,.30));
}

.feature-card span,
.feature-card strong {
  position: relative;
  z-index: 1;
  grid-column: 1;
}

.feature-card span {
  display: block;
  align-self: end;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-card strong {
  display: block;
  align-self: start;
  max-width: 11ch;
  margin-top: 10px;
  font-size: clamp(22px, 2.7vw, 38px);
  line-height: 1;
  text-transform: uppercase;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-row button,
.toolbar select {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.pill-row button.active {
  color: #101018;
  border-color: transparent;
  background: linear-gradient(90deg, var(--coral), var(--violet), var(--cyan));
}

.empty-state {
  grid-column: 1 / -1;
  padding: 42px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  color: var(--muted);
  box-shadow: var(--shadow);
}

.checkout-preview {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 28px;
  align-items: center;
  max-width: 1200px;
  margin: 34px auto;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(0,229,255,.22), transparent 28%),
    linear-gradient(135deg, #090911, #281047 55%, #001d23);
}

.checkout-preview h2 {
  margin: 8px 0;
  font-size: clamp(30px, 4vw, 48px);
}

.checkout-preview p {
  color: rgba(255,255,255,.78);
}

.checkout-preview ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.checkout-preview li {
  padding: 13px 14px;
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  font-weight: 900;
}

.ad-card {
  position: relative;
  min-height: 220px;
  padding: 26px;
  overflow: hidden;
  border-radius: 8px;
  color: #101016;
  background:
    radial-gradient(circle at 85% 70%, rgba(255,255,255,.44), transparent 20%),
    linear-gradient(135deg, var(--violet), var(--cyan));
}

.ad-card.large {
  min-height: 300px;
  background:
    radial-gradient(circle at 76% 44%, rgba(255,255,255,.28), transparent 20%),
    linear-gradient(135deg, var(--coral), var(--violet) 54%, var(--cyan));
  color: #fff;
}

.ad-card.dark {
  color: #fff;
  background: linear-gradient(135deg, #15151d, #36324d);
}

.ad-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 62%;
  height: 58%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .28));
  pointer-events: none;
}

.ad-card img {
  position: absolute;
  right: -8%;
  bottom: -10%;
  z-index: 0;
  width: 62%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .2));
}

.ad-card span {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 950;
  text-transform: uppercase;
}

.ad-card strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 12ch;
  margin-top: 10px;
  font-size: clamp(26px, 4vw, 48px);
  line-height: .92;
  text-transform: uppercase;
}

.ad-card svg {
  position: absolute;
  z-index: 2;
  right: 22px;
  top: 22px;
}

.rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mini-card p {
  color: #a10626;
  font-size: 20px;
  font-weight: 950;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 44px auto;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(120deg, #15151d, #3c1d5c 50%, #007486);
}

.newsletter h2 {
  color: #fff;
}

.newsletter .eyebrow {
  color: var(--lime);
}

.newsletter p {
  color: rgba(255,255,255,.78);
}

.newsletter form {
  display: flex;
  gap: 10px;
}

.newsletter input {
  width: min(340px, 44vw);
  height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: min(460px, 100%);
  height: 100vh;
  padding: 24px;
  background: #fff;
  box-shadow: -20px 0 60px rgba(0,0,0,.18);
  transform: translateX(110%);
  transition: transform .3s ease;
}

.cart-drawer.open {
  transform: translateX(0);
}

.drawer-head,
.cart-drawer > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer ul {
  flex: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cart-drawer li {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-drawer li img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: contain;
  background: #f7f7fb;
}

.cart-drawer li span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.qty {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
}

.qty button {
  min-width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.qty .remove {
  width: auto;
  padding: 0 9px;
  color: var(--coral);
  font-weight: 800;
}

.cart-summary {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.cart-summary p {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.cart-total {
  font-size: 20px;
}

.empty-cart {
  display: block !important;
  color: var(--muted);
  text-align: center;
}

.full {
  width: 100%;
}

.floating-actions {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 15;
  display: grid;
  gap: 10px;
}

.support-widget {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 16;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.support-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  min-height: 64px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  text-align: left;
  background:
    radial-gradient(circle at 28% 24%, rgba(255,255,255,.42), transparent 18%),
    linear-gradient(135deg, var(--coral), var(--violet), var(--cyan));
  box-shadow: 0 18px 42px rgba(0,0,0,.32), 0 0 34px rgba(0,240,255,.26);
  cursor: pointer;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.support-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255,255,255,.18) 50%, transparent 62% 100%);
  transform: translateX(-120%);
  transition: transform .65s ease;
}

.support-card:hover {
  transform: translateY(-4px) scale(1.05);
  border-color: rgba(0,240,255,.5);
  box-shadow: 0 24px 54px rgba(0,0,0,.42), 0 0 46px rgba(0,240,255,.32);
}

.support-card:hover::after {
  transform: translateX(120%);
}

.support-card strong,
.support-card small {
  display: none;
}

.support-card strong {
  font-size: 16px;
}

.support-card small {
  margin-top: 3px;
  color: rgba(255,255,255,.72);
  font-weight: 800;
}

.support-orb {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #101016;
  background: rgba(255,255,255,.70);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}

.support-orb svg {
  width: 28px;
  height: 28px;
}

.float {
  display: grid;
  place-items: center;
  width: 54px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 15px 36px rgba(0,0,0,.18);
}

.telegram { background: #2aabee; }
.chat { background: #00a986; }
.top {
  background: #15151d;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  margin-bottom: 2px;
}

.top.visible {
  opacity: 1;
  pointer-events: auto;
}

.loyalty-tab {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 14;
  padding: 14px 12px;
  color: #101016;
  background: linear-gradient(180deg, var(--coral), var(--violet), var(--cyan));
  border-radius: 8px 0 0 8px;
  font-weight: 950;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.deal-note {
  display: grid;
  place-items: center;
  min-height: 64px;
  margin: 0 0 10px;
  padding: 12px;
  border-radius: 8px;
  color: #101018;
  background: linear-gradient(90deg, var(--coral), var(--violet), var(--cyan));
  font-weight: 950;
}

.deal-note.ghost {
  visibility: hidden;
}

.modal {
  width: min(980px, calc(100% - 28px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: transparent;
}

.modal::backdrop {
  background: rgba(4, 4, 8, .74);
  backdrop-filter: blur(10px);
}

.support-chat-modal {
  width: min(370px, calc(100vw - 28px));
  max-width: none;
  margin: auto 18px 104px auto;
  border: 0;
  border-radius: 8px;
  overflow: visible;
  background: transparent;
  animation: chatPop .18s ease-out;
}

.support-chat-modal::backdrop {
  background: transparent;
  backdrop-filter: none;
}

.modal-panel {
  position: relative;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.modal-panel h2 {
  margin: 4px 0 18px;
  font-size: clamp(28px, 4vw, 42px);
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 18px;
  padding: 5px;
  border-radius: 999px;
  background: #f2f0f7;
}

.tab {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-weight: 950;
  cursor: pointer;
}

.tab.active {
  background: linear-gradient(90deg, var(--coral), var(--violet), var(--cyan));
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  color: #2d2a36;
  font-size: 13px;
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #ddd8e8;
  border-radius: 8px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.wide {
  grid-column: 1 / -1;
}

.hidden {
  display: none !important;
}

.form-note {
  color: var(--muted);
  font-size: 13px;
}

.locked-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.locked-grid input[readonly] {
  color: #6f6978;
  background: #f3f1f7;
  cursor: not-allowed;
}

.profile-panel {
  width: min(980px, calc(100vw - 28px));
  background:
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,250,255,.95)),
    radial-gradient(circle at 8% 0%, rgba(255,0,92,.08), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(0,240,255,.10), transparent 26%);
}

.profile-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.profile-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid #e6e0f2;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(245,248,255,.96)),
    radial-gradient(circle at 100% 0%, rgba(0,240,255,.12), transparent 35%);
  box-shadow: 0 16px 38px rgba(14,10,28,.08);
}

.profile-card h3,
.profile-card p {
  margin: 0;
}

.profile-card h3 {
  font-size: 18px;
}

.profile-card p,
.profile-card small {
  color: #6a6576;
  font-size: 13px;
  font-weight: 800;
}

.profile-card label {
  grid-column: 1 / -1;
  margin: 0;
}

.profile-card-icon {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 8px;
  color: #101016;
  background: linear-gradient(135deg, var(--coral), var(--violet), var(--cyan));
  box-shadow: 0 12px 28px rgba(0,240,255,.16);
}

.locked-card {
  grid-row: span 2;
}

.locked-card input[readonly] {
  color: #686272;
  background: #efedf5;
  cursor: not-allowed;
}

.action-card {
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  width: 100%;
  color: var(--ink);
  text-align: left;
  border-color: rgba(255,0,92,.22);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.action-card strong,
.action-card small {
  display: block;
}

.action-card strong {
  font-size: 16px;
}

.action-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,0,92,.48);
  box-shadow: 0 20px 44px rgba(255,0,92,.12), 0 0 24px rgba(0,240,255,.10);
}

.danger-card .profile-card-icon {
  color: #fff;
  background: linear-gradient(135deg, #190f1c, #35114f);
}

.profile-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.btn.danger {
  color: #fff;
  background: #1b1016;
}

.checkout-modal {
  width: min(1180px, calc(100% - 28px));
}

.admin-modal {
  width: min(1220px, calc(100% - 28px));
}

.admin-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(0,0,0,.76), rgba(7,7,10,.68)),
    radial-gradient(circle at 12% 10%, rgba(255,0,122,.28), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(0,240,255,.20), transparent 24%),
    url("assets/infinity-graffiti-bg.png") center top / cover fixed,
    #07070a;
}

.admin-shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(7,7,13,.96), rgba(22,8,32,.94)),
    radial-gradient(circle at 30% 0%, rgba(255,0,92,.24), transparent 38%);
  border-right: 1px solid rgba(255,255,255,.08);
  box-shadow: 16px 0 60px rgba(0,0,0,.25);
}

.admin-brand {
  margin-bottom: 28px;
}

.admin-sidebar nav {
  display: grid;
  gap: 10px;
}

.admin-sidebar nav a,
.admin-sidebar nav button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.04);
  cursor: pointer;
  font-weight: 900;
}

.admin-sidebar nav .active {
  color: #101018;
  background: linear-gradient(90deg, var(--coral), var(--violet), var(--cyan));
}

.admin-main {
  padding: 28px;
  color: #111;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(12,12,18,.92), rgba(48,9,38,.82)),
    radial-gradient(circle at 90% 10%, rgba(0,240,255,.18), transparent 28%);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.admin-header h1 {
  margin: 6px 0 0;
  font-size: clamp(34px, 5vw, 58px);
}

.admin-panel {
  max-height: min(92vh, 940px);
  overflow: auto;
}

.admin-login {
  display: grid;
  grid-template-columns: minmax(220px, 360px) auto;
  gap: 12px;
  align-items: end;
  max-width: 720px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}

.admin-login .form-note {
  grid-column: 1 / -1;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.admin-stats article {
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #11111a, #2a1234);
  box-shadow: 0 14px 30px rgba(16, 16, 24, .12);
}

.admin-stats span {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-stats strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
}

.admin-tabs {
  margin: 12px 0 18px;
}

.admin-toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 12px;
}

.admin-table {
  display: grid;
  gap: 10px;
}

.admin-row {
  display: grid;
  grid-template-columns: 1fr 1.45fr .9fr minmax(150px, auto);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
}

.admin-row span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.access-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 0, 122, .26);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(236, 255, 255, .9)),
    radial-gradient(circle at 0 0, rgba(255, 0, 122, .18), transparent 36%),
    radial-gradient(circle at 100% 0, rgba(0, 224, 255, .2), transparent 32%);
  box-shadow: 0 20px 46px rgba(0,0,0,.12);
}

.access-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.access-card header strong,
.access-card header span {
  display: block;
}

.access-card header strong {
  font-size: 18px;
}

.access-card header span,
.access-details p,
.access-events small {
  color: #5d596c;
}

.access-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.access-metrics span {
  display: grid;
  gap: 3px;
  min-height: 72px;
  padding: 12px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 0, 122, .9), rgba(14, 219, 225, .86)),
    #17101f;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}

.access-metrics strong {
  font-size: 24px;
}

.access-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.access-details p {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.72);
}

.access-events {
  display: grid;
  gap: 7px;
}

.access-events span {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(20, 16, 28, .08);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.btn.mini {
  min-height: 34px;
  padding: 0 10px;
  color: #101018;
  background: #f4f1fb;
}

.btn.warn {
  background: #ffe66d;
}

.btn.mini.danger {
  background: #ff007a;
  color: #fff;
}

.btn.ghost-dark {
  color: #101018;
  border-color: var(--line);
  background: #fff;
}

.checkout-panel {
  max-height: min(92vh, 920px);
  overflow: auto;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
}

.checkout-fields h3,
.order-box h3 {
  margin: 18px 0 12px;
}

.payment-options {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.payment-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.payment-options input {
  width: auto;
}

.order-box {
  align-self: start;
  position: sticky;
  top: 12px;
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(180deg, #11111a, #22112e);
  color: #fff;
}

.order-box ul {
  display: grid;
  gap: 9px;
  max-height: 240px;
  padding: 0 0 14px;
  margin: 0 0 14px;
  overflow: auto;
  border-bottom: 1px solid rgba(255,255,255,.12);
  list-style: none;
}

.order-box li,
.order-box p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.orders-list {
  display: grid;
  gap: 12px;
}

.order-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.order-card div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.order-expanded {
  display: grid;
  gap: 10px;
}

.order-head {
  align-items: center;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #101018;
  background: #ffe66d;
  font-size: 12px;
  font-weight: 950;
}

.status-pill.paid {
  background: #00ff85;
}

.status-pill.denied {
  color: #fff;
  background: #ff007a;
}

.order-card span,
.order-card small {
  color: var(--muted);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 60;
  padding: 13px 18px;
  border-radius: 999px;
  color: #101018;
  background: linear-gradient(90deg, var(--coral), var(--violet), var(--cyan));
  font-weight: 950;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 18px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.payment-panel {
  max-width: 860px;
}

.payment-panel.payment-done .payment-layout,
.payment-success.hidden {
  display: none;
}

.payment-success {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  max-width: 690px;
  margin: 8px auto 0;
  padding: 20px;
  border: 1px solid rgba(0, 226, 255, .32);
  border-radius: 12px;
  color: #fff;
  text-align: left;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 226, 255, .24), transparent 26%),
    linear-gradient(135deg, rgba(24, 11, 35, .96), rgba(18, 33, 54, .94));
  box-shadow: 0 20px 54px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.08);
  animation: successIn .32s ease both;
}

.success-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: 66px;
  aspect-ratio: 1;
  border-radius: 999px;
  color: #071018;
  background: linear-gradient(135deg, #a7ff00, #00e2ff);
  box-shadow: 0 0 28px rgba(0, 226, 255, .34);
  animation: successPulse 1.8s ease-in-out infinite;
}

.success-orbit::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(0, 226, 255, .32);
  animation: successRing 1.8s ease-out infinite;
}

.success-orbit svg {
  width: 34px;
  height: 34px;
  stroke-width: 4;
}

.payment-success strong {
  display: block;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.05;
}

.payment-success span {
  color: rgba(255,255,255,.96);
  font-size: 15px;
  font-weight: 800;
}

.payment-success .btn {
  min-width: 118px;
}

@keyframes successIn {
  from { opacity: 0; transform: translateY(12px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes successPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes successRing {
  0% { opacity: .8; transform: scale(.9); }
  100% { opacity: 0; transform: scale(1.35); }
}

.support-panel {
  display: grid;
  gap: 0;
  max-width: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}

.support-head {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid #ececf2;
  background: #fff;
}

.support-head strong,
.support-head small {
  display: block;
}

.support-head small {
  color: #656575;
  font-size: 12px;
  font-weight: 800;
}

.support-avatar {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #101016;
  background: linear-gradient(135deg, var(--coral), var(--violet), var(--cyan));
  font-weight: 950;
}

.support-head .modal-close {
  position: static;
  width: 36px;
}

.support-messages {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 260px;
  max-height: 380px;
  padding: 12px;
  margin: 0;
  overflow: auto;
  border-radius: 0;
  background: linear-gradient(180deg, #f7f8fc, #fff);
}

.support-messages p {
  max-width: 86%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.bot-msg {
  justify-self: start;
  color: #111;
  background: #eef0f6;
  border: 0;
}

.client-msg {
  justify-self: end;
  color: #fff;
  background: #4c5cff;
}

.support-form {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #ececf2;
  background: #fff;
}

.support-form input {
  min-height: 42px;
  border-radius: 999px;
  background: #f6f7fb;
}

.send-chat {
  width: 42px;
  color: #101016;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--violet), var(--cyan));
}

.human-bubble {
  justify-self: center;
  margin: 0 10px 10px;
  padding: 9px 12px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #15151d, #331348);
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
  cursor: pointer;
  font-weight: 900;
}

.support-admin-row {
  grid-template-columns: 1fr 1.8fr auto;
}

.support-thread-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255,0,92,.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.97), rgba(246,249,255,.94)),
    radial-gradient(circle at 100% 0%, rgba(0,240,255,.14), transparent 32%);
  box-shadow: 0 18px 46px rgba(0,0,0,.14);
}

.support-thread-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.support-thread-card header strong,
.support-thread-card header span {
  display: block;
}

.support-thread-card header span {
  margin-top: 4px;
  color: #5e5870;
  font-size: 13px;
}

.support-thread-messages {
  display: grid;
  gap: 8px;
  max-height: 280px;
  overflow: auto;
  padding: 12px;
  border-radius: 8px;
  background: #f5f6fb;
}

.support-thread-messages p {
  display: grid;
  gap: 3px;
  width: min(680px, 88%);
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
}

.support-thread-messages strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.support-thread-messages span {
  color: #16151d;
  font-weight: 800;
}

.support-thread-messages small {
  color: #6a6576;
  font-size: 11px;
}

.client-line {
  justify-self: end;
  color: #fff;
  background: #4c5cff;
}

.client-line span,
.client-line small {
  color: #fff;
}

.bot-line {
  justify-self: start;
  background: #e8ebf4;
}

.admin-line {
  justify-self: start;
  border: 1px solid rgba(255,0,92,.18);
  background: #fff;
}

.support-reply-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.support-reply-form input {
  min-height: 46px;
  border-radius: 999px;
}

.payment-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.pix-box {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 18px;
  border-radius: 8px;
  background: #f7f8fc;
  text-align: center;
}

.fake-qr {
  display: grid;
  place-items: center;
  width: 220px;
  aspect-ratio: 1;
  border: 12px solid #fff;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #101018 12px, transparent 12px) 0 0 / 34px 34px,
    linear-gradient(#101018 12px, transparent 12px) 0 0 / 34px 34px,
    radial-gradient(circle at 22% 22%, #101018 0 18px, transparent 19px),
    radial-gradient(circle at 78% 22%, #101018 0 18px, transparent 19px),
    radial-gradient(circle at 22% 78%, #101018 0 18px, transparent 19px),
    #fff;
  box-shadow: 0 16px 36px rgba(16,16,24,.14);
}

.fake-qr img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
  object-fit: contain;
  background: #fff;
}

.admin-order-actions {
  display: grid;
  gap: 8px;
}

.admin-content {
  display: grid;
  gap: 18px;
}

.admin-content.hidden,
.admin-section.hidden,
.admin-order-detail.hidden {
  display: none;
}

.admin-stats {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.admin-stats article {
  min-height: 112px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent),
    linear-gradient(135deg, #090915, #24003f 48%, #002c36);
  border: 1px solid rgba(255,255,255,.09);
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 14px;
}

.admin-card,
.admin-order-card,
.admin-product-card,
.admin-promo-card {
  border: 1px solid rgba(255,0,92,.16);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.90)) padding-box,
    linear-gradient(145deg, rgba(255,0,92,.26), rgba(0,240,255,.20)) border-box;
  box-shadow: 0 22px 54px rgba(0,0,0,.14);
}

.admin-card {
  padding: 18px;
}

.admin-card h2 {
  margin: 6px 0 14px;
}

.admin-shortcuts,
#adminRecentOrders {
  display: grid;
  gap: 10px;
}

.admin-recent,
.admin-order-summary {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #f6f7fb;
  cursor: pointer;
  text-align: left;
}

.admin-recent-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.admin-recent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 10px 12px;
}

.admin-recent span,
.admin-recent small {
  display: grid;
  gap: 2px;
}

.admin-order-card {
  overflow: hidden;
}

.admin-order-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: #fff;
}

.admin-order-toggle {
  display: grid;
  grid-template-columns: auto 1.4fr .8fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.admin-order-summary svg,
.admin-order-toggle svg {
  color: var(--violet);
}

.order-delete-mini {
  justify-self: end;
}

.admin-order-summary small,
.admin-detail-grid small,
.admin-product-card p,
.admin-product-card small,
.admin-promo-card p {
  display: block;
  color: var(--muted);
}

.admin-order-detail {
  display: grid;
  gap: 14px;
  padding: 0 14px 14px 44px;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.admin-detail-grid section {
  padding: 12px;
  border-radius: 8px;
  background: #f7f8fc;
}

.admin-detail-grid h3,
.admin-detail-grid p {
  margin: 0 0 6px;
}

.admin-items {
  display: grid;
  gap: 8px;
  padding: 12px;
  margin: 0;
  border-radius: 8px;
  background: #101018;
  color: #fff;
  list-style: none;
}

.admin-items li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.admin-items small {
  color: var(--lime);
}

.admin-order-actions {
  grid-template-columns: minmax(190px, 1fr) auto auto;
  align-items: center;
}

.admin-products,
.admin-promos {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 12px;
}

.admin-product-card,
.admin-promo-card {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.admin-promo-card.editor {
  align-content: start;
}

.promo-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(16,16,24,.08);
}

.admin-product-card.editor {
  align-content: start;
}

.admin-product-card figure {
  display: grid;
  place-items: center;
  min-height: 190px;
  margin: 0;
  border-radius: 8px;
  background: #fff;
}

.admin-product-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 10px;
  border-radius: 8px;
  background: transparent;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.admin-product-card textarea,
.admin-product-card select,
.admin-promo-card textarea,
.admin-promo-card select,
.admin-promo-card input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  font: inherit;
  background: #fff;
}

.check-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.check-line input {
  width: auto;
}

.admin-product-card h3,
.admin-promo-card h3,
.admin-promo-card strong {
  margin: 0;
}

.status-pill.pending {
  background: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatCloud {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-16px) rotate(-4deg); }
}

@keyframes stripMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 220% 50%; }
}

@keyframes heroDrift {
  0% { transform: scale(1); filter: saturate(1.08) contrast(1.02); }
  100% { transform: scale(1.055) translateX(-1.5%); filter: saturate(1.22) contrast(1.08); }
}

@keyframes buttonPulse {
  0%, 100% { background-position: 0% 50%; transform: translateY(0); }
  50% { background-position: 100% 50%; transform: translateY(-1px); }
}

@keyframes panelScan {
  0% { transform: translateX(-55%); }
  100% { transform: translateX(55%); }
}

@keyframes chatPop {
  from {
    opacity: 0;
    transform: translate(12px, 12px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes reviewScroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 7px)); }
}

@keyframes productFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

@keyframes spinGlow {
  to { transform: rotate(360deg); }
}

@keyframes stageFloat {
  0% { transform: scale(1); }
  100% { transform: scale(1.035) translateY(-8px); }
}

@keyframes orbitOne {
  to { transform: rotate(360deg); }
}

@keyframes orbitTwo {
  to { transform: rotate(-360deg); }
}

@media (max-width: 980px) {
  .hero-slide {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 34px;
  }

  .hero-stage {
    min-height: 320px;
  }

  .hero-stage img {
    min-height: 320px;
  }

  .topbar {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    min-height: 82px;
  }

  .menu-toggle {
    display: grid;
  }

  .brand strong {
    font-size: 26px;
  }

  .search {
    grid-column: 1 / -1;
    order: 4;
  }

  .quick-actions span {
    display: none;
  }

  .category-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 20px;
  }

  .category-nav.open {
    display: flex;
  }

  .category-nav a,
  .category-nav button {
    min-height: 44px;
  }

  .promo-band,
  .product-grid,
  .rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ad-mosaic,
  .radio-strip,
  .feature-wall,
  .utility-bar,
  .wolf-service-row,
  .checkout-preview,
  .newsletter,
  .checkout-layout,
  .payment-layout,
  .admin-shell,
  .admin-stats,
  .admin-grid,
  .admin-detail-grid,
  .admin-products,
  .admin-promos,
  .admin-recent-row,
  .admin-order-summary,
  .admin-order-toggle,
  .admin-order-actions,
  .review-grid,
  .support-reply-form,
  .admin-row,
  .access-metrics,
  .access-details,
  .admin-login,
  .admin-toolbar {
    grid-template-columns: 1fr;
  }

  .access-events span {
    grid-template-columns: 1fr;
  }

  .payment-success {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .order-box {
    position: static;
  }

  .admin-sidebar {
    position: static;
    height: auto;
  }

  .admin-header {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-order-detail {
    padding-left: 14px;
  }

  .profile-card-grid {
    grid-template-columns: 1fr;
  }

  .locked-card {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .telegram-strip {
    font-size: 11px;
  }

  .topbar {
    grid-template-columns: auto minmax(112px, 1fr) auto;
    padding: 14px;
    gap: 10px;
  }

  .brand-mark {
    width: 46px;
  }

  .brand-logo {
    width: 43px;
    height: 43px;
  }

  .brand {
    gap: 8px;
  }

  .brand strong {
    font-size: 24px;
  }

  .brand small {
    font-size: 12px;
  }

  .quick-actions {
    gap: 6px;
  }

  .quick-actions a[aria-label="Favoritos"] {
    display: none;
  }

  .quick-actions svg {
    width: 28px;
    height: 28px;
  }

  .search button,
  .icon-btn,
  .cart-button {
    width: 42px;
  }

  .hero,
  .hero-track {
    min-height: 760px;
  }

  .hero-slide {
    padding: 24px 14px 72px;
  }

  .hero-copy {
    margin: 0;
    align-self: auto;
    padding-bottom: 0;
  }

  .hero-copy h1 {
    font-size: 44px;
    max-width: 9ch;
  }

  .hero-stage,
  .hero-stage img {
    min-height: 330px;
  }

  .promo-band,
  .product-grid,
  .rail {
    grid-template-columns: 1fr;
    margin-left: 14px;
    margin-right: 14px;
  }

  .promo-band {
    margin-top: 20px;
  }

  .ad-mosaic {
    padding: 0 14px;
  }

  .newsletter {
    margin: 28px 14px;
    padding: 24px;
  }

  .newsletter form {
    flex-direction: column;
  }

  .newsletter input {
    width: 100%;
  }

  .radio-strip {
    margin-left: 14px;
    margin-right: 14px;
  }

  .radio-player {
    justify-items: stretch;
  }

  .floating-actions,
  .support-widget {
    right: 14px;
    left: auto;
    bottom: 14px;
  }

  .support-card {
    width: 60px;
    min-height: 60px;
  }

  .review-track article {
    flex-basis: 260px;
    width: 260px;
  }

  .float {
    width: 50px;
  }

  .loyalty-tab {
    display: none;
  }

  .feature-wall {
    padding: 0 14px;
  }

  .feature-card,
  .feature-card.mega {
    grid-template-columns: 1fr;
    min-height: 270px;
  }

  .feature-card img {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    height: 160px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .modal-panel {
    padding: 22px;
  }
}
