@charset "UTF-8";
/* AV2_2_1_0_HOME_LIVESTREAM_LAYER_GUARD_V2
   Canonical scope: public homepage live host and phone preview only. */

/* The generic .live-hub-section::before rule survived the host reset and created
   the square plane visible 17px outside the real rounded live card. */
body.emerald-art-home #live-hub-section.tlg-home-live-preview-host {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.emerald-art-home #live-hub-section.tlg-home-live-preview-host::before,
body.emerald-art-home #live-hub-section.tlg-home-live-preview-host::after {
  content: none !important;
  display: none !important;
  position: static !important;
  inset: auto !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.emerald-art-home #tlg-home-live-preview-final .tlg-live-screen {
  isolation: isolate !important;
  background:
    radial-gradient(circle at 50% 26%, rgba(132, 255, 224, .10), transparent 42%),
    linear-gradient(180deg, #06251f, #010806) !important;
}

body.emerald-art-home #tlg-home-live-preview-final .tlg-live-safe-poster-v2 {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: #010806 !important;
  color: #f4dfaa !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

body.emerald-art-home #tlg-home-live-preview-final .tlg-live-safe-poster-v2 img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  filter: saturate(.96) contrast(1.03) !important;
}

body.emerald-art-home #tlg-home-live-preview-final .tlg-live-safe-poster-status {
  position: absolute !important;
  left: 50% !important;
  bottom: 9% !important;
  transform: translateX(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 78% !important;
  min-height: 27px !important;
  padding: 5px 9px !important;
  border: 1px solid rgba(244, 223, 170, .44) !important;
  border-radius: 999px !important;
  background: rgba(1, 14, 12, .78) !important;
  color: #f4dfaa !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .30), inset 0 1px rgba(255, 255, 255, .08) !important;
  font: 800 8px/1.1 "Be Vietnam Pro", "Segoe UI", sans-serif !important;
  letter-spacing: .11em !important;
  white-space: nowrap !important;
}

body.emerald-art-home #tlg-home-live-preview-final[data-live-safety="poster-fallback"] .tlg-live-screen-overlay {
  z-index: 3 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, .015), transparent 45%, rgba(0, 0, 0, .08)) !important;
}

body.emerald-art-home #tlg-home-live-preview-final[data-live-safety="poster-fallback"] .tlg-audio-toggle-final,
body.emerald-art-home #tlg-home-live-preview-final .tlg-audio-toggle-final[hidden] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
