body.website-mode #frame[data-website-route="ilnbroadcasters"] #contentframe {
  overflow: hidden;
}

body.website-mode #frame[data-website-route="ilnbroadcasters"] #content {
  height: 100%;
}

body.website-mode #frame[data-website-route="ilnbroadcasters"] .example .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.website-mode #frame[data-website-route="ilnbroadcasters"] .example .image > .iln-media-shell {
  width: min(100%, 760px);
  max-width: 100%;
}

.iln-media-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--highlight) 18%, rgba(255, 255, 255, 0.15));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #ffffff;
  box-shadow:
    0 24px 48px rgba(22, 31, 48, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.iln-media-shell.is-fallback-white {
  background: #ffffff;
}

.iln-media-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iln-media-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 23, 35, 0.12) 0%, rgba(16, 23, 35, 0.05) 32%, rgba(16, 23, 35, 0.42) 100%);
  pointer-events: none;
}

.iln-media-shell.is-fallback-white::after {
  background:
    linear-gradient(180deg, rgba(240, 243, 247, 0.16) 0%, rgba(240, 243, 247, 0.06) 32%, rgba(210, 216, 224, 0.18) 100%);
}

.iln-media-meta,
.iln-media-avatar,
.iln-live-card {
  position: absolute;
  z-index: 2;
}

.iln-media-meta {
  top: 18px;
  left: 18px;
  max-width: calc(100% - 84px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.iln-media-name,
.iln-media-kind,
.iln-live-label,
.iln-live-title,
.iln-open-link,
.iln-toolbar-stat-label,
.iln-toolbar-stat-value {
  margin: 0;
}

.iln-media-name {
  color: #ffffff;
  font-size: clamp(1.2rem, 1vw + 0.85rem, 1.75rem);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.iln-media-kind {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.iln-media-shell.is-fallback-white .iln-media-name,
.iln-media-shell.is-fallback-white .iln-media-kind {
  color: #111111;
  text-shadow: none;
}

.iln-media-avatar {
  top: 14px;
  right: 14px;
  width: clamp(56px, 5vw, 80px);
  height: clamp(56px, 5vw, 80px);
  max-width: 80px;
  max-height: 80px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  background: #ffffff;
}

.iln-live-card {
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: min(78%, 340px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(27, 31, 38, 0.82);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

.iln-live-accent {
  width: min(72px, 38%);
  height: 6px;
  border-radius: 999px;
  background: var(--highlight);
}

.iln-live-label {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iln-live-title {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 600;
}

.iln-project-card {
  display: flex;
  flex-direction: column;
  min-height: min(100%, 420px);
}

.iln-description.is-hidden {
  display: none;
}

.iln-card-actions {
  margin-top: auto;
  padding-top: 16px;
}

.iln-open-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--highlight) 26%, rgba(0, 0, 0, 0.06));
  background: var(--menu-button-bg);
  color: var(--font-color);
  text-decoration: none;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--highlight) 10%, transparent);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.iln-open-link:hover,
.iln-open-link:focus-visible {
  border-color: var(--highlight);
  transform: translateY(-1px);
}

.iln-toolbar-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 112px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 247, 250, 0.82));
  box-shadow:
    0 10px 20px rgba(22, 31, 48, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.iln-toolbar-stat-label {
  color: var(--message-font-color);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iln-toolbar-stat-value {
  color: var(--font-color);
  font-size: 1.05rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .iln-live-card {
    max-width: calc(100% - 36px);
  }
}

@media (max-width: 760px) {
  .iln-media-meta {
    max-width: calc(100% - 74px);
  }
}
