:root{
  --glass: rgba(255,255,255,.08);
  --glass2: rgba(255,255,255,.12);
  --stroke: rgba(255,255,255,.14);
}

body.bg-hero{
  min-height:100vh;
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(255,182,72,.25), transparent 60%),
    radial-gradient(900px 500px at 80% 20%, rgba(120,92,255,.22), transparent 55%),
    radial-gradient(900px 700px at 40% 90%, rgba(0,208,255,.18), transparent 60%),
    linear-gradient(180deg, #0c1020, #0b0e18 60%, #070912);
  color: #fff;
}

.glass-nav{
  backdrop-filter: blur(12px);
  background: rgba(10, 12, 22, .55);
  border-bottom: 1px solid var(--stroke);
}

.brand-badge{
  width:34px;height:34px;border-radius:12px;
  display:grid;place-items:center;
  background: linear-gradient(135deg, rgba(255,182,72,.95), rgba(120,92,255,.95));
  color:#0b0e18;font-weight:900;
}

.hero-card{
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border: 1px solid var(--stroke);
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
}

.glass-card{
  border-radius: 24px;
  background: var(--glass);
  border: 1px solid var(--stroke);
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
}

.footer-glass{
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

.w-fit{ width: fit-content; }

.grad{
  background: linear-gradient(90deg, #ffb648, #7d66ff, #00d0ff);
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

.text-white-75{ color: rgba(255,255,255,.75)!important; }

.product-card{
  border-radius: 22px;
  overflow:hidden;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
  transition: transform .15s ease, border-color .15s ease;
}
.product-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.22);
}
.product-img{
  height: 170px;
  background-size: cover;
  background-position: center;
  filter: saturate(1.1) contrast(1.05);
}
.price-tag{
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,182,72,.18);
  border: 1px solid rgba(255,182,72,.28);
  font-weight: 700;
  white-space: nowrap;
}

.campaign-tile{
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.order-line{
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}

.thumb{
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
}

.info-callout{
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(120,92,255,.18), rgba(0,208,255,.14));
  border: 1px solid rgba(255,255,255,.12);
}

.form-control, .form-select{
  background: rgba(10, 12, 22, .55);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
}
.form-control:focus, .form-select:focus{
  background: rgba(10, 12, 22, .70);
  border-color: rgba(0,208,255,.45);
  box-shadow: 0 0 0 .25rem rgba(0,208,255,.12);
  color:#fff;
}

.game-wrap .arena{
  height: 320px;
  border-radius: 22px;
  background: radial-gradient(800px 260px at 50% 40%, rgba(255,182,72,.18), transparent 60%),
              rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  position: relative;
  overflow:hidden;
  cursor: pointer;
  user-select:none;
}
.game-wrap .arena.active{
  outline: 2px solid rgba(0,208,255,.35);
}

.game-hud{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom: 10px;
}
.hud-pill{
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.doner{
  width: 140px;
  height: 220px;
  border-radius: 90px;
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(120px 120px at 35% 30%, rgba(255,255,255,.22), transparent 60%),
    linear-gradient(180deg, rgba(120,72,30,1), rgba(210,120,50,1) 50%, rgba(140,70,30,1));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 25px 70px rgba(0,0,0,.35);
}

.doner::after{
  content:"";
  position:absolute;
  inset: 16px;
  border-radius: 80px;
  background:
    repeating-linear-gradient(25deg,
      rgba(255,255,255,.0) 0px,
      rgba(255,255,255,.0) 10px,
      rgba(255,255,255,.08) 10px,
      rgba(255,255,255,.08) 14px);
  opacity:.55;
}

.doner.shake{
  animation: shake .12s linear;
}
@keyframes shake{
  0%{ transform: translate(-50%,-50%) rotate(0deg); }
  40%{ transform: translate(-50%,-50%) rotate(2deg); }
  80%{ transform: translate(-50%,-50%) rotate(-2deg); }
  100%{ transform: translate(-50%,-50%) rotate(0deg); }
}

.fx{ position:absolute; inset:0; pointer-events:none; }
.hit{
  position:absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0,208,255,.95);
  box-shadow: 0 0 20px rgba(0,208,255,.6);
  transform: translate(-50%,-50%);
  animation: pop .6s ease forwards;
}
@keyframes pop{
  0%{ opacity:0; transform: translate(-50%,-50%) scale(.5); }
  20%{ opacity:1; transform: translate(-50%,-50%) scale(1); }
  100%{ opacity:0; transform: translate(-50%,-50%) scale(2.2); }
}
