:root {
  color-scheme: dark;
  --bg: #08060d;
  --panel: rgba(22, 17, 28, 0.86);
  --panel-strong: rgba(33, 24, 42, 0.94);
  --text: #fff5fb;
  --muted: rgba(255, 245, 251, 0.68);
  --pink: #ff65cf;
  --hot: #ff179f;
  --cyan: #65fff1;
  --amber: #f4b35e;
  --line: rgba(255, 255, 255, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 23, 159, 0.32), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(101, 255, 241, 0.18), transparent 30rem),
    linear-gradient(140deg, #07050a 0%, #150715 48%, #07050a 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.bar-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 20px 0 54px;
}
.bar-nav {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 14px 12px 18px;
  background: rgba(8, 6, 13, 0.76);
  backdrop-filter: blur(18px);
}
.brand {
  color: var(--pink);
  font-weight: 1000;
  letter-spacing: -0.04em;
  text-decoration: none;
  text-shadow: 0 0 18px rgba(255, 101, 207, 0.7);
}
.bar-nav div { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.bar-nav div a, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--text);
  background: rgba(255,255,255,0.08);
  text-decoration: none;
  font-weight: 900;
}
.button.primary, .bar-nav div a:hover, .button:hover {
  color: #100711;
  background: linear-gradient(135deg, var(--pink), var(--cyan));
  box-shadow: 0 0 24px rgba(255, 101, 207, 0.32);
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(20px, 5vw, 54px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: clamp(24px, 5vw, 56px);
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.025));
  box-shadow: 0 24px 90px rgba(255, 23, 159, 0.17);
  overflow: hidden;
}
.kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1, h2, p { margin-top: 0; }
h1 {
  max-width: 780px;
  margin-bottom: 18px;
  color: var(--pink);
  font-size: clamp(3rem, 8vw, 7.8rem);
  line-height: 0.82;
  letter-spacing: -0.09em;
  text-shadow: 0 0 10px rgba(255,255,255,0.38), 0 0 28px rgba(255,101,207,0.95), 0 0 58px rgba(255,23,159,0.48);
}
.lead {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.72;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.poster-card {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 28px;
  overflow: hidden;
  transform: rotate(1.2deg);
  background: #111;
  box-shadow: 0 28px 80px rgba(0,0,0,0.45), 0 0 42px rgba(255,101,207,0.22);
}
.signal-strip, .products-preview {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.signal-strip { grid-template-columns: repeat(3, 1fr); }
.signal-strip article, .product-card, .shop-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 58px rgba(0,0,0,0.24);
}
.signal-strip article { padding: 18px; }
.signal-strip span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(101,255,241,0.55);
  color: var(--cyan);
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 950;
}
.signal-strip strong { display: block; margin: 12px 0 4px; color: var(--pink); font-size: 1.25rem; }
.signal-strip p, .product-card p, .shop-panel__header p { color: var(--muted); line-height: 1.55; margin-bottom: 0; }
.products-preview { grid-template-columns: repeat(4, 1fr); }
.product-card { padding: 20px; min-height: 184px; }
.product-card span { display: block; font-size: 2.4rem; margin-bottom: 12px; }
.product-card h2 { margin-bottom: 8px; font-size: 1.2rem; }
.product-card.combo { background: linear-gradient(135deg, rgba(255,101,207,0.24), rgba(101,255,241,0.1)); }
.shop-panel {
  margin-top: 18px;
  overflow: hidden;
  padding: clamp(16px, 3vw, 28px);
}
.shop-panel__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}
.shop-panel h2 {
  margin: 0;
  color: var(--pink);
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.07em;
  text-shadow: 0 0 24px rgba(255,101,207,0.52);
}
.member-gate {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  border: 1px solid rgba(101,255,241,0.26);
  border-radius: 24px;
  padding: clamp(16px, 3vw, 24px);
  background: linear-gradient(135deg, rgba(255,101,207,0.16), rgba(101,255,241,0.07));
}
.member-gate label {
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.member-gate__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}
.member-gate input {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 15px 18px;
  color: var(--text);
  background: rgba(8, 6, 13, 0.72);
  font: inherit;
  font-weight: 850;
  outline: none;
}
.member-gate input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(101,255,241,0.12), 0 0 28px rgba(255,101,207,0.26);
}
.member-gate__message {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.5;
}
.member-gate__message.is-error { color: #ff8ccf; }
.member-gate__message.is-success { color: var(--cyan); }
.member-gate.is-unlocked {
  border-color: rgba(101,255,241,0.62);
  box-shadow: 0 0 30px rgba(101,255,241,0.12);
}

.bar-food-widget {
  min-height: 380px;
  border: 1px solid rgba(101,255,241,0.22);
  border-radius: 24px;
  overflow: hidden;
  background: #120d18;
}
.widget-loading {
  display: grid;
  place-items: center;
  min-height: 260px;
  color: var(--muted);
  font-weight: 900;
}
.hievents-widget iframe { min-height: 420px; }
@media (max-width: 900px) {
  .hero, .shop-panel__header { grid-template-columns: 1fr; }
  .poster-card { max-width: 480px; }
  .signal-strip, .products-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .bar-shell { width: min(100% - 18px, 1180px); padding-top: 10px; }
  .bar-nav { align-items: flex-start; border-radius: 24px; flex-direction: column; }
  .bar-nav div { justify-content: flex-start; }
  .hero, .shop-panel, .signal-strip article, .product-card { border-radius: 22px; }
  .signal-strip, .products-preview { grid-template-columns: 1fr; }
  .button, .bar-nav div a { width: 100%; }
  .member-gate__row { grid-template-columns: 1fr; }
}
