:root{
  --live-green:#12c25b;
  --live-green-dark:#08783a;
  --live-green-deep:#0b2b1b;
  --live-green-soft:#eaf9f0;
  --live-orange:#ff6600;
  --live-orange-dark:#e85a00;
  --live-ink:#102018;
  --live-muted:#647168;
  --live-line:#dce9e1;
  --live-page:#f7fbf8;
  --live-surface:#fff;
  --live-red:#df2838;
}

body.live-discovery-page{
  background:var(--live-page);
  color:var(--live-ink);
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.live-discovery-page button,
body.live-discovery-page input,
body.live-discovery-page select,
body.live-discovery-page textarea{font-family:inherit}
body.live-discovery-page #sidebarMenu{display:none!important}
body.live-discovery-page .container-fluid{padding-right:0!important;padding-left:0!important}
body.live-discovery-page .row.flex-nowrap{display:block;width:100%;margin:0}
body.live-discovery-page .main-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;flex:0 0 100%!important}
body.live-discovery-page .site-footer{width:100%!important;margin-left:0!important}

.live-page{
  width:min(100%,1240px);
  margin:0 auto;
  padding:40px 28px 76px;
}
.live-page *{box-sizing:border-box}
.live-page a{text-decoration:none}
.live-page svg{display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.live-hero{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
  gap:28px;
  align-items:center;
  min-height:270px;
  padding:38px 40px;
  overflow:hidden;
  border:1px solid #cfe8d9;
  border-radius:20px;
  background:var(--live-surface);
  box-shadow:0 8px 30px rgba(11,43,27,.06);
}
.live-hero__copy{min-width:0}
.live-eyebrow{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 10px;
  color:var(--live-green-dark);
  font-size:12px;
  font-weight:700;
  line-height:16px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.live-eyebrow span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--live-red);
  box-shadow:0 0 0 4px rgba(223,40,56,.1);
}
.live-hero h1{
  max-width:700px;
  margin:0;
  color:var(--live-green-deep);
  font-family:"Poppins",sans-serif;
  font-size:clamp(36px,4.6vw,56px);
  font-weight:700;
  line-height:1.07;
  letter-spacing:-.045em;
}
.live-hero h1 em{color:var(--live-orange);font-style:normal}
.live-hero__copy>p{
  max-width:650px;
  margin:15px 0 0;
  color:var(--live-muted);
  font-size:15px;
  line-height:24px;
}
.live-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}

.live-button{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border:1px solid transparent;
  border-radius:11px;
  font-size:13px;
  font-weight:700;
  line-height:1;
  transition:background 150ms ease,border-color 150ms ease,color 150ms ease,transform 150ms ease;
}
.live-button svg,.live-text-link svg,.live-card__watch svg{width:18px;height:18px}
.live-button--primary{background:var(--live-orange);color:#fff}
.live-button--primary:hover{background:var(--live-orange-dark);color:#fff;transform:translateY(-1px)}
.live-button--secondary{border-color:#bfdecf;background:#fff;color:var(--live-green-dark)}
.live-button--secondary:hover{border-color:var(--live-green);background:var(--live-green-soft);color:var(--live-green-deep)}

.live-hero__guide{
  display:flex;
  gap:15px;
  align-items:flex-start;
  padding:22px;
  border-radius:16px;
  background:var(--live-green-deep);
  color:#fff;
}
.live-guide__icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(255,255,255,.1);
  color:#6be399;
}
.live-guide__icon svg{width:25px;height:25px}
.live-hero__guide strong{
  display:block;
  margin:1px 0 6px;
  font-family:"Poppins",sans-serif;
  font-size:15px;
  font-weight:600;
}
.live-hero__guide p{margin:0;color:#c9d8d0;font-size:12px;line-height:19px}

.live-directory{margin-top:34px}
.live-section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:0 2px 16px;
}
.live-section-heading p{
  margin:0 0 4px;
  color:var(--live-green-dark);
  font-size:11px;
  font-weight:700;
  line-height:15px;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.live-section-heading h2{
  margin:0;
  color:var(--live-green-deep);
  font-family:"Poppins",sans-serif;
  font-size:26px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.025em;
}
.live-count{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 11px;
  border:1px solid var(--live-line);
  border-radius:9px;
  background:#fff;
  color:#4f6358;
  font-size:12px;
  font-weight:600;
}
.live-count i{width:7px;height:7px;border-radius:50%;background:var(--live-red)}
.live-count b{font:inherit}

.live-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.live-card{
  position:relative;
  min-width:0;
  min-height:440px;
  overflow:hidden;
  border:1px solid #d5e5dc;
  border-radius:18px;
  background:#132119;
  color:#fff;
  box-shadow:0 7px 24px rgba(11,43,27,.08);
  isolation:isolate;
  transition:transform 160ms ease,border-color 160ms ease,box-shadow 160ms ease;
}
.live-card:hover{transform:translateY(-2px);border-color:#add8be;box-shadow:0 14px 34px rgba(11,43,27,.13);color:#fff}
.live-card:focus-visible,.live-button:focus-visible,.live-text-link:focus-visible{outline:3px solid rgba(255,102,0,.28);outline-offset:3px}
.live-card__media{position:absolute;inset:0;background:#e9f5ee}
.live-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform 220ms ease}
.live-card:hover .live-card__media img{transform:scale(1.015)}
.live-card__media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,rgba(5,18,11,.08) 32%,rgba(5,18,11,.9) 83%,rgba(5,18,11,.98) 100%);
}
.live-card__fallback{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#83b89a;
  background:linear-gradient(145deg,#eff8f3,#dceee4);
}
.live-card__fallback svg{width:62px;height:62px}
.live-card__top{
  position:absolute;
  z-index:2;
  top:14px;
  right:14px;
  left:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.live-status,.live-viewers{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 10px;
  border-radius:8px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
}
.live-status{background:var(--live-red);color:#fff;text-transform:uppercase}
.live-status i{width:6px;height:6px;border-radius:50%;background:#fff;animation:live-pulse 1.4s ease-in-out infinite}
.live-viewers{background:rgba(7,24,14,.64);color:#fff;backdrop-filter:blur(8px)}
.live-viewers svg{width:15px;height:15px}

.live-card__body{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:72px 16px 16px}
.live-seller{display:flex;align-items:center;gap:9px;margin-bottom:9px}
.live-seller img,.live-seller>span{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border:2px solid rgba(255,255,255,.74);
  border-radius:10px;
  object-fit:cover;
  background:#fff;
}
.live-seller>span{display:grid;place-items:center;color:var(--live-green-dark);font-size:12px;font-weight:700}
.live-seller p{min-width:0;margin:0;overflow:hidden;color:#e5eee9;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.live-card h3{
  margin:0 0 14px;
  overflow:hidden;
  color:#fff;
  display:-webkit-box;
  font-family:"Poppins",sans-serif;
  font-size:19px;
  font-weight:600;
  line-height:1.28;
  letter-spacing:-.015em;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.live-product{
  display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:8px;
  border-radius:12px;
  background:#fff;
  color:var(--live-ink);
}
.live-product img,.live-product__fallback{width:46px;height:46px;border-radius:9px;object-fit:cover;background:var(--live-green-soft)}
.live-product__fallback{display:grid;place-items:center;color:var(--live-green-dark)}
.live-product__fallback svg{width:20px;height:20px}
.live-product div{min-width:0}
.live-product strong{display:block;overflow:hidden;font-size:11px;font-weight:700;line-height:16px;text-overflow:ellipsis;white-space:nowrap}
.live-product span{display:block;margin-top:2px;color:var(--live-green-dark);font-size:11px;font-weight:700}
.live-product>b{padding:8px 10px;border-radius:8px;background:var(--live-orange);color:#fff;font-size:10px;font-weight:700}
.live-card__watch{display:inline-flex;align-items:center;gap:7px;color:#fff;font-size:12px;font-weight:700}

.live-empty{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  min-height:150px;
  padding:26px 28px;
  border:1px solid var(--live-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 6px 22px rgba(11,43,27,.045);
}
.live-empty__icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:var(--live-green-soft);
  color:var(--live-green-dark);
}
.live-empty__icon svg{width:29px;height:29px}
.live-empty__copy h3{margin:0 0 6px;color:var(--live-green-deep);font-family:"Poppins",sans-serif;font-size:18px;font-weight:600}
.live-empty__copy p{max-width:570px;margin:0;color:var(--live-muted);font-size:13px;line-height:20px}
.live-empty__actions{display:flex;align-items:center;gap:15px}
.live-text-link{display:inline-flex;align-items:center;gap:6px;color:var(--live-green-dark);font-size:12px;font-weight:700}
.live-text-link:hover{color:var(--live-orange)}

@keyframes live-pulse{50%{opacity:.48;transform:scale(.82)}}

@media(max-width:960px){
  .live-page{padding:24px 20px 110px}
  .live-hero{grid-template-columns:minmax(0,1fr) 280px;padding:30px}
  .live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .live-empty{grid-template-columns:auto minmax(0,1fr)}
  .live-empty__actions{grid-column:2}
}

@media(max-width:700px){
  .live-page{padding:14px 12px 96px}
  .live-hero{display:block;min-height:0;padding:24px 20px;border-radius:16px;box-shadow:none}
  .live-eyebrow{margin-bottom:9px;font-size:10px}
  .live-hero h1{max-width:14ch;font-size:31px;line-height:1.1}
  .live-hero__copy>p{margin-top:11px;font-size:13px;line-height:20px}
  .live-hero__actions{margin-top:18px}
  .live-button{min-height:42px;padding:0 14px}
  .live-hero__guide{display:none}
  .live-directory{margin-top:25px}
  .live-section-heading{margin-bottom:12px}
  .live-section-heading h2{font-size:22px}
  .live-count{min-height:30px;padding:0 9px;font-size:11px}
  .live-grid{grid-template-columns:1fr;gap:12px}
  .live-card{min-height:430px;border-radius:15px;box-shadow:none}
  .live-card:hover{transform:none}
  .live-card__body{padding:68px 13px 13px}
  .live-empty{display:flex;min-height:0;align-items:flex-start;flex-direction:column;gap:14px;padding:20px;border-radius:14px;box-shadow:none}
  .live-empty__icon{width:48px;height:48px;border-radius:13px}
  .live-empty__copy h3{font-size:17px}
  .live-empty__actions{width:100%;display:grid;grid-template-columns:1fr auto;gap:12px}
}

@media(max-width:380px){
  .live-page{padding-right:10px;padding-left:10px}
  .live-hero{padding:21px 17px}
  .live-hero h1{font-size:28px}
  .live-hero__actions{display:grid}
  .live-button{width:100%}
  .live-empty__actions{grid-template-columns:1fr}
  .live-text-link{justify-content:center;min-height:40px}
}

@media(prefers-reduced-motion:reduce){
  .live-card,.live-card__media img,.live-button{transition:none}
  .live-status i{animation:none}
}
