/* eResonate — event.css · per-show event page */

.ev-wrap { padding-top: 64px; }

/* HERO */
.ev-hero { position: relative; min-height: 430px; display: flex; align-items: flex-end; overflow: hidden; }
.ev-hero-bg { position: absolute; inset: 0; }
.ev-hero-bg video { width: 100%; height: 100%; object-fit: cover; }
.ev-hero-grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,11,24,0.45) 0%, rgba(7,11,24,0.75) 55%, #070B18 100%); }
.ev-hero-inner { position: relative; z-index: 1; padding-top: 3rem; padding-bottom: 2.2rem; }
.ev-badges { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 0.9rem; }
.ev-free {
  display: inline-flex; align-items: center; padding: 0.32rem 0.8rem; border-radius: 999px;
  background: rgba(62,224,140,0.14); border: 1px solid rgba(62,224,140,0.5);
  color: var(--money, #3EE08C); font-family: 'Outfit', sans-serif; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em;
}
.ev-title { font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900; line-height: 1.1; margin: 0 0 0.7rem; }
.ev-meta { display: flex; gap: 1.4rem; flex-wrap: wrap; color: #D8DCF0; font-size: 0.95rem; margin-bottom: 1.3rem; }
.ev-meta b { color: var(--money, #3EE08C); }
.ev-ctas { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.ev-avatars { display: flex; }
.ev-mini, .ev-av {
  width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 35% 30%, var(--c, #A855F7), #10152a 85%);
  color: #fff; font-family: 'Outfit', sans-serif; font-size: 0.68rem; font-weight: 800;
  border: 2px solid #0D1428; flex: none;
}
.ev-mini { margin-left: -8px; }
.ev-mini:first-child { margin-left: 0; }
.ev-mini--more { background: rgba(255,255,255,0.12); font-size: 0.62rem; }

/* BODY */
.ev-body { padding: 2.2rem 2rem 4rem; }
.ev-cols { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 1.6rem; align-items: start; }
.ev-tabs { display: flex; gap: 0.4rem; border-bottom: 1px solid var(--border); margin-bottom: 1.2rem; }
.ev-tab {
  font-family: 'Outfit', sans-serif; font-size: 0.92rem; font-weight: 700; color: var(--text-muted);
  background: none; border: none; border-bottom: 2px solid transparent; padding: 0.6rem 1rem; cursor: pointer;
}
.ev-tab.active { color: #fff; border-bottom-color: var(--accent); }
.ev-post {
  background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 14px;
  padding: 1.1rem 1.2rem; margin-bottom: 1rem;
}
.ev-post-head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.6rem; }
.ev-post-head b { display: block; font-size: 0.92rem; }
.ev-when { font-size: 0.72rem; color: var(--text-muted); }
.ev-post p { color: #D8DCF0; font-size: 0.92rem; line-height: 1.6; margin: 0 0 0.6rem; }
.ev-post-meta { font-size: 0.78rem; color: var(--text-muted); }
.ev-about-p { color: #D8DCF0; line-height: 1.7; margin-bottom: 1.1rem; }
.ev-facts { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.ev-facts li { padding: 0.45rem 0; border-bottom: 1px solid var(--border); font-size: 0.88rem; color: var(--text-muted); }
.ev-facts b { color: #fff; }
.ev-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.ev-tags span {
  padding: 0.3rem 0.75rem; border-radius: 999px; background: rgba(168,85,247,0.12);
  border: 1px solid rgba(168,85,247,0.35); color: #D8C6FF; font-size: 0.76rem; font-weight: 600;
}
.ev-social { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.ev-social a {
  padding: 0.45rem 0.9rem; border-radius: 10px; border: 1px solid var(--border);
  color: #D8DCF0; text-decoration: none; font-size: 0.82rem; font-weight: 600; transition: border-color 0.15s;
}
.ev-social a:hover { border-color: var(--accent); }
.ev-store-note { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1rem; }
.ev-store-note b { color: var(--money, #3EE08C); }
.ev-item {
  display: flex; align-items: center; gap: 0.9rem;
  background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 14px;
  padding: 0.9rem 1rem; margin-bottom: 0.8rem;
}
.ev-item-ico {
  width: 52px; height: 52px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.5rem; background: linear-gradient(135deg, var(--c1), var(--c2)); flex: none;
}
.ev-item-body { flex: 1; }
.ev-item-body b { display: block; font-size: 0.92rem; }
.ev-item-body span { font-size: 0.76rem; color: var(--text-muted); }
.btn-sm { padding: 0.45rem 0.9rem; font-size: 0.8rem; }

/* SIDE */
.ev-card {
  background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 16px;
  padding: 1.1rem 1.2rem; margin-bottom: 1rem;
}
.ev-card-title { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 0.95rem; margin-bottom: 0.9rem; }
.ev-host { display: flex; align-items: center; gap: 0.7rem; padding: 0.45rem 0; }
.ev-host b { display: block; font-size: 0.88rem; }
.ev-host span { font-size: 0.72rem; color: var(--text-muted); }
.ev-host > div { flex: 1; }
.ev-rel { display: flex; align-items: center; gap: 0.7rem; padding: 0.5rem 0; color: inherit; text-decoration: none; }
.ev-rel:hover b { color: var(--accent); }
.ev-rel-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--c); box-shadow: 0 0 10px var(--c); flex: none; }
.ev-rel b { display: block; font-size: 0.88rem; transition: color 0.15s; }
.ev-rel span { font-size: 0.72rem; color: var(--text-muted); }
.ev-card--money { border-color: rgba(62,224,140,0.4); }
.ev-card--money p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 0.7rem; }
.ev-card--money b { color: var(--money, #3EE08C); }
.ev-link { color: var(--accent); font-weight: 700; font-size: 0.85rem; text-decoration: none; }

/* toast */
.ev-toast {
  position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 16px); z-index: 9500;
  background: rgba(10,14,26,0.95); border: 1px solid rgba(168,85,247,0.5); border-radius: 12px;
  padding: 0.7rem 1.1rem; font-size: 0.85rem; color: #F0F1F8; opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease; max-width: min(480px, calc(100vw - 32px));
}
.ev-toast.on { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .ev-cols { grid-template-columns: 1fr; }
  .ev-hero { min-height: 360px; }
}
