.live-prayer-board {
  position: relative;
  container-type: inline-size;
  min-height: 520px;
  padding: clamp(24px, 4vw, 52px);
  overflow: hidden;
  border-radius: 0 0 26px 26px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(72, 201, 176, .24), transparent 32%),
    linear-gradient(135deg, #062c25 0%, #0d493d 58%, #103c34 100%);
  isolation: isolate;
}

.live-prayer-board::before,
.live-prayer-board::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.live-prayer-board::before {
  width: 360px;
  height: 360px;
  right: -120px;
  top: -160px;
}

.live-prayer-board::after {
  width: 540px;
  height: 540px;
  left: -300px;
  bottom: -390px;
}

.live-prayer-board--compact {
  min-height: 500px;
}

.live-prayer__loading,
.live-prayer__error {
  min-height: 380px;
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(255,255,255,.78);
}

.live-prayer__spinner {
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  border: 3px solid rgba(255,255,255,.18);
  border-top-color: #55d6b6;
  border-radius: 50%;
  animation: prayer-spin .8s linear infinite;
}

@keyframes prayer-spin { to { transform: rotate(360deg); } }

.live-prayer__brand {
  display: none;
}

.live-prayer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(26px, 4vw, 44px);
}

.live-prayer__date {
  display: grid;
  gap: 6px;
}

.live-prayer__date strong {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.live-prayer__date span,
.live-prayer__source {
  color: rgba(255,255,255,.68);
  font-size: .92rem;
}

.live-prayer__clock {
  font-variant-numeric: tabular-nums;
  font-size: clamp(2rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.045em;
}

.live-prayer__focus {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(240px, .7fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: stretch;
  margin-bottom: clamp(24px, 4vw, 38px);
}

.live-prayer__next,
.live-prayer__countdown {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: clamp(22px, 3vw, 34px);
}

.live-prayer__next small,
.live-prayer__countdown small {
  display: block;
  margin-bottom: 10px;
  color: #f5d38a;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.live-prayer__next-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  min-width: 0;
}

.live-prayer__next-name {
  min-width: 0;
  font-size: clamp(1.8rem, 3.1vw, 3.15rem);
  font-weight: 800;
  line-height: 1;
  overflow-wrap: anywhere;
}

.live-prayer__next-time {
  max-width: 100%;
  font-size: clamp(2.3rem, 4.1vw, 3.85rem);
  font-weight: 900;
  line-height: .9;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.live-prayer__countdown strong {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  font-variant-numeric: tabular-nums;
}

.live-prayer__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.live-prayer__item {
  min-width: 0;
  overflow: hidden;
  padding: 18px 8px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background: rgba(1,20,17,.28);
  text-align: center;
  transition: .2s ease;
}

.live-prayer__item.is-next {
  border-color: rgba(245,211,138,.72);
  background: rgba(245,211,138,.13);
  transform: translateY(-3px);
}

.live-prayer__item span {
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
  color: rgba(255,255,255,.7);
  font-size: clamp(.66rem, .8vw, .74rem);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-prayer__item strong {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-variant-numeric: tabular-nums;
}

.live-prayer__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  color: rgba(255,255,255,.68);
  font-size: .82rem;
}

.live-prayer__foot > :last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.live-prayer__foot a {
  color: #fff;
  font-weight: 800;
}

.live-prayer__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.live-prayer__badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #47d6a5;
  box-shadow: 0 0 0 6px rgba(71,214,165,.14);
}

@media (max-width: 900px) {
  .live-prayer__focus { grid-template-columns: 1fr; }
  .live-prayer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@container (max-width: 760px) {
  .live-prayer__focus { grid-template-columns: 1fr; }
  .live-prayer__next-row { grid-template-columns: minmax(0, 1fr) auto; }
  .live-prayer__next-name { font-size: clamp(1.55rem, 7cqi, 2.35rem); }
  .live-prayer__next-time { font-size: clamp(2rem, 9cqi, 3rem); }
}

@media (max-width: 560px) {
  .live-prayer-board { min-height: 0; padding: 22px 16px; border-radius: 0 0 20px 20px; }
  .live-prayer__head { align-items: center; }
  .live-prayer__clock { font-size: 2.2rem; }
  .live-prayer__focus { gap: 12px; }
  .live-prayer__next, .live-prayer__countdown { padding: 20px 16px; }
  .live-prayer__next-row { grid-template-columns: 1fr; align-items: flex-start; }
  .live-prayer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .live-prayer__item { padding: 14px 8px; }
  .live-prayer__foot { align-items: flex-start; flex-direction: column; }
}


/* FINAL 2.1 — mobile prayer scaling */
.live-prayer-board { width: 100%; min-width: 0; }
@media (max-width: 620px) {
  .live-prayer-board,
  .live-prayer-board--compact { min-height: 0; padding: 18px 14px 20px; }
  .live-prayer__head { gap: 12px; margin-bottom: 20px; }
  .live-prayer__date strong { font-size: 1rem; }
  .live-prayer__date span { font-size: .78rem; }
  .live-prayer__clock { flex: 0 0 auto; font-size: clamp(1.75rem, 9vw, 2.35rem); letter-spacing: -.05em; }
  .live-prayer__focus { grid-template-columns: 1fr; gap: 10px; margin-bottom: 18px; }
  .live-prayer__next,
  .live-prayer__countdown { min-width: 0; padding: 16px 14px; border-radius: 17px; }
  .live-prayer__next-row { grid-template-columns: minmax(0, 1fr) auto; align-items: flex-end; gap: 10px; }
  .live-prayer__next-name { min-width: 0; font-size: clamp(1.55rem, 7vw, 2rem); }
  .live-prayer__next-time { flex: 0 0 auto; font-size: clamp(2rem, 10vw, 2.65rem); }
  .live-prayer__countdown { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .live-prayer__countdown small { margin: 0; }
  .live-prayer__countdown strong { font-size: 1.45rem; }
  .live-prayer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .live-prayer__item { min-width: 0; padding: 11px 5px; border-radius: 12px; }
  .live-prayer__item span { margin-bottom: 4px; font-size: .65rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .live-prayer__item strong { font-size: 1rem; }
  .live-prayer__foot { margin-top: 16px; gap: 8px; font-size: .7rem; }
}
@media (max-width: 370px) {
  .live-prayer__head { align-items: flex-start; flex-direction: column; }
  .live-prayer__clock { font-size: 2rem; }
  .live-prayer__next-row { grid-template-columns: 1fr; align-items: flex-start; }
  .live-prayer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* TV Design 3.1 — Vollbild näher an der ausgewählten Kaaba-/Gold-Vorlage.
   Nur Browser-Vollbild; normale Website und Mobilansicht bleiben unverändert. */
.prayer-stage__screen--live:fullscreen,
.prayer-stage__screen--live:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #05372f !important;
}

.prayer-stage__screen--live:fullscreen .live-prayer-board,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer-board {
  --tv-gold: #e9bf62;
  --tv-gold-soft: rgba(233,191,98,.26);
  --tv-panel: rgba(15,83,68,.78);
  --tv-panel-dark: rgba(5,56,47,.88);
  box-sizing: border-box;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(30px, 4.1vh, 50px) clamp(42px, 4.5vw, 74px) clamp(24px, 3.3vh, 42px) !important;
  border-radius: 0 !important;
  display: grid;
  grid-template-columns: minmax(420px, 30.7vw) minmax(0, 1fr);
  grid-template-rows: minmax(112px, 15.5vh) minmax(305px, 38.5vh) minmax(155px, 19.2vh) minmax(36px, 5.2vh);
  column-gap: clamp(16px, 1.25vw, 24px);
  row-gap: clamp(14px, 1.65vh, 20px);
  align-content: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(ellipse at 70% 38%, rgba(39,121,91,.42) 0, rgba(22,93,73,.18) 32%, transparent 56%),
    radial-gradient(ellipse at 16% 55%, rgba(218,171,71,.10) 0, transparent 39%),
    linear-gradient(112deg, #042f29 0%, #06473a 48%, #063d34 76%, #04332c 100%);
}

/* Kaaba-/Halbmond-Motiv: transparente, weich auslaufende Version statt sichtbarem Rechteck. */
.prayer-stage__screen--live:fullscreen .live-prayer-board::before,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer-board::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: clamp(145px, 17.5vh, 190px);
  width: min(35.3vw, 690px);
  height: min(52vh, 570px);
  pointer-events: none;
  background: url("images/prayer-tv-kaaba-blend-v2.png") left center / contain no-repeat;
  opacity: 1;
  filter: saturate(1.06) contrast(1.04) brightness(.98);
}

/* Ornamente wie im Entwurf: bewusst nur in den Randzonen. */
.prayer-stage__screen--live:fullscreen .live-prayer-board::after,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer-board::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .58;
  background-image:
    repeating-linear-gradient(45deg, transparent 0 29px, rgba(230,186,86,.12) 30px 31px, transparent 32px 61px),
    repeating-linear-gradient(-45deg, transparent 0 29px, rgba(230,186,86,.09) 30px 31px, transparent 32px 61px);
  background-size: 64px 64px;
  -webkit-mask-image:
    radial-gradient(ellipse at 100% 0%, #000 0 16%, rgba(0,0,0,.92) 24%, transparent 48%),
    radial-gradient(ellipse at 0% 100%, #000 0 13%, rgba(0,0,0,.72) 24%, transparent 46%);
  -webkit-mask-composite: source-over;
  mask-image:
    radial-gradient(ellipse at 100% 0%, #000 0 16%, rgba(0,0,0,.92) 24%, transparent 48%),
    radial-gradient(ellipse at 0% 100%, #000 0 13%, rgba(0,0,0,.72) 24%, transparent 46%);
}

.prayer-stage__screen--live:fullscreen .live-prayer-board > *,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer-board > * {
  position: relative;
  z-index: 3;
}

/* Kopfzeile: gleiche Dreiteilung wie die Vorlage. */
.prayer-stage__screen--live:fullscreen .live-prayer__head,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__head {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(430px, 1.16fr) minmax(220px, .72fr) minmax(390px, 1fr);
  align-items: center;
  gap: clamp(22px, 2.4vw, 42px);
  margin: 0;
  min-height: 0;
}

.prayer-stage__screen--live:fullscreen .live-prayer__brand,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.3vw, 22px);
  min-width: 0;
}

.prayer-stage__screen--live:fullscreen .live-prayer__brand-mark,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-mark {
  flex: 0 0 auto;
  width: clamp(82px, 8.5vh, 108px);
  height: clamp(82px, 8.5vh, 108px);
  padding: 5px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.98);
  box-shadow: 0 14px 38px rgba(0,0,0,.18), 0 0 0 1px rgba(255,255,255,.20);
}

.prayer-stage__screen--live:fullscreen .live-prayer__brand-mark img,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.prayer-stage__screen--live:fullscreen .live-prayer__brand-copy,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.prayer-stage__screen--live:fullscreen .live-prayer__brand-copy strong,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-copy strong {
  color: #fff;
  font-size: clamp(1.55rem, 1.85vw, 2.15rem);
  line-height: 1.03;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.prayer-stage__screen--live:fullscreen .live-prayer__brand-copy small,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-copy small {
  color: rgba(255,255,255,.68);
  font-size: clamp(.78rem, .88vw, 1rem);
  letter-spacing: .025em;
}

.prayer-stage__screen--live:fullscreen .live-prayer__date,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__date {
  align-self: center;
  justify-self: start;
  display: grid;
  gap: 5px;
  padding: 0;
}

/* Hijri-Datum bleibt in der normalen Website, im TV-Entwurf wird es ausgeblendet. */
.prayer-stage__screen--live:fullscreen .live-prayer__date > span:first-of-type:not(:last-child),
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__date > span:first-of-type:not(:last-child) {
  display: none;
}

.prayer-stage__screen--live:fullscreen .live-prayer__date strong,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__date strong {
  color: #fff;
  font-size: clamp(1.2rem, 1.42vw, 1.65rem);
  line-height: 1;
}

.prayer-stage__screen--live:fullscreen .live-prayer__date span,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__date span {
  color: rgba(255,255,255,.68);
  font-size: clamp(.78rem, .85vw, .98rem);
}

.prayer-stage__screen--live:fullscreen .live-prayer__clock,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__clock {
  justify-self: end;
  color: #fff;
  font-size: clamp(4.4rem, 5.75vw, 6.4rem);
  line-height: .95;
  letter-spacing: -.055em;
  text-shadow: 0 8px 30px rgba(0,0,0,.13);
}

/* Hauptbereich: exakt rechts vom Motiv, mit breitem Gebets- und schmalem Countdown-Panel. */
.prayer-stage__screen--live:fullscreen .live-prayer__focus,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__focus {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(235px, .66fr);
  gap: clamp(14px, 1.25vw, 22px);
  align-items: stretch;
}

.prayer-stage__screen--live:fullscreen .live-prayer__next,
.prayer-stage__screen--live:fullscreen .live-prayer__countdown,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__next,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__countdown {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: clamp(28px, 3.3vh, 44px) clamp(32px, 2.8vw, 50px);
  border: 1px solid rgba(231,188,89,.27);
  border-radius: clamp(19px, 1.45vw, 25px);
  background:
    linear-gradient(145deg, rgba(32,101,79,.74), rgba(12,75,61,.76)),
    rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 48px rgba(0,0,0,.08);
  backdrop-filter: blur(7px);
}

/* Goldornament im Hauptpanel unten rechts, wie im Entwurf. */
.prayer-stage__screen--live:fullscreen .live-prayer__next::after,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__next::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -28%;
  width: 48%;
  aspect-ratio: 1;
  opacity: .22;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(45deg, transparent 0 15px, rgba(233,191,98,.60) 16px 17px, transparent 18px 32px),
    repeating-linear-gradient(-45deg, transparent 0 15px, rgba(233,191,98,.42) 16px 17px, transparent 18px 32px);
  transform: rotate(4deg);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0 52%, transparent 72%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0 52%, transparent 72%);
}

.prayer-stage__screen--live:fullscreen .live-prayer__next small,
.prayer-stage__screen--live:fullscreen .live-prayer__countdown small,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__next small,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__countdown small {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(14px, 1.7vh, 20px);
  color: var(--tv-gold);
  font-size: clamp(.8rem, .84vw, 1rem);
  font-weight: 800;
  letter-spacing: .11em;
}

.prayer-stage__screen--live:fullscreen .live-prayer__next-row,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__next-row {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.prayer-stage__screen--live:fullscreen .live-prayer__next-name,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__next-name {
  color: #fff;
  font-size: clamp(3.35rem, 4.6vw, 5.15rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.prayer-stage__screen--live:fullscreen .live-prayer__next-time,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__next-time {
  color: #fff;
  font-size: clamp(4.1rem, 5.35vw, 6rem);
  line-height: .95;
  letter-spacing: -.045em;
}

.prayer-stage__screen--live:fullscreen .live-prayer__countdown strong,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__countdown strong {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(3.55rem, 4.65vw, 5.15rem);
  line-height: .95;
  letter-spacing: -.045em;
}

/* Untere sechs Gebetskarten — kompakter und näher an der Vorlage. */
.prayer-stage__screen--live:fullscreen .live-prayer__grid,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__grid {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(11px, 1.05vw, 17px);
  align-items: stretch;
}

.prayer-stage__screen--live:fullscreen .live-prayer__item,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: clamp(10px, 1.2vh, 16px) 8px;
  border: 1px solid rgba(231,188,89,.24);
  border-radius: clamp(14px, 1.1vw, 18px);
  background: linear-gradient(160deg, rgba(6,67,55,.91), rgba(4,52,44,.91));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transform: none;
}

.prayer-stage__screen--live:fullscreen .live-prayer__item::before,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item::before {
  content: "";
  display: block;
  width: clamp(31px, 2.25vw, 42px);
  height: clamp(25px, 1.8vw, 34px);
  margin-bottom: clamp(5px, .6vh, 8px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 0 10px rgba(233,191,98,.10));
}

/* Feine goldene Linien-Icons statt System-Emoji. */
.prayer-stage__screen--live:fullscreen .live-prayer__item[data-prayer-key="fajr"]::before,
.prayer-stage__screen--live:fullscreen .live-prayer__item[data-prayer-key="sunrise"]::before,
.prayer-stage__screen--live:fullscreen .live-prayer__item[data-prayer-key="dhuhr"]::before,
.prayer-stage__screen--live:fullscreen .live-prayer__item[data-prayer-key="asr"]::before,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item[data-prayer-key="fajr"]::before,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item[data-prayer-key="sunrise"]::before,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item[data-prayer-key="dhuhr"]::before,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item[data-prayer-key="asr"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 36' fill='none' stroke='%23e9bf62' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M8 26h32M12 30h24M16 26a8 8 0 0 1 16 0'/%3E%3Cpath d='M24 5v6M10 12l4 4M38 12l-4 4M5 22h6M43 22h-6'/%3E%3C/svg%3E");
}

.prayer-stage__screen--live:fullscreen .live-prayer__item[data-prayer-key="maghrib"]::before,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item[data-prayer-key="maghrib"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 36' fill='none' stroke='%23e9bf62' stroke-width='2.1' stroke-linecap='round'%3E%3Cpath d='M8 29h32M12 32h24'/%3E%3Cpath d='M29 7a10 10 0 1 0 7 17 9 9 0 0 1-7-17Z'/%3E%3Cpath d='m38 7 1 2 2 .4-1.6 1.5.4 2.1-1.8-1-1.8 1 .4-2.1L35 9.4l2-.4 1-2Z'/%3E%3C/svg%3E");
}

.prayer-stage__screen--live:fullscreen .live-prayer__item[data-prayer-key="isha"]::before,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item[data-prayer-key="isha"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 36' fill='none' stroke='%23e9bf62' stroke-width='2.1' stroke-linecap='round'%3E%3Cpath d='M25 6a11 11 0 1 0 9 18 10 10 0 0 1-9-18Z'/%3E%3Cpath d='m38 8 1.2 2.3 2.5.4-1.8 1.8.4 2.5-2.3-1.2-2.2 1.2.4-2.5-1.8-1.8 2.5-.4L38 8Z'/%3E%3C/svg%3E");
}

.prayer-stage__screen--live:fullscreen .live-prayer__item span,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item span {
  margin-bottom: clamp(5px, .55vh, 8px);
  color: rgba(255,255,255,.89);
  font-size: clamp(.74rem, .79vw, .98rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.prayer-stage__screen--live:fullscreen .live-prayer__item strong,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item strong {
  color: #fff;
  font-size: clamp(1.8rem, 2.15vw, 2.55rem);
  line-height: 1;
  letter-spacing: -.025em;
}

.prayer-stage__screen--live:fullscreen .live-prayer__item.is-next,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item.is-next {
  border-color: #ecca71;
  background: linear-gradient(155deg, rgba(9,112,82,.96), rgba(6,77,60,.96));
  box-shadow: 0 0 0 3px rgba(239,199,101,.94), 0 0 22px rgba(225,181,78,.11), inset 0 1px 0 rgba(255,255,255,.06);
  transform: translateY(-1px);
}

.prayer-stage__screen--live:fullscreen .live-prayer__item.is-next strong,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__item.is-next strong {
  color: #f0ca6f;
}

.prayer-stage__screen--live:fullscreen .live-prayer__foot,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__foot {
  grid-column: 1 / -1;
  grid-row: 4;
  margin: 0;
  min-height: 0;
  align-self: center;
  color: rgba(255,255,255,.74);
  font-size: clamp(.69rem, .72vw, .88rem);
}

.prayer-stage__screen--live:fullscreen .live-prayer__foot a,
.prayer-stage__screen--live:-webkit-full-screen .live-prayer__foot a {
  color: #fff;
  font-weight: 700;
}

/* 16:10 / 1366×768: gleiche Komposition, lediglich kompakter. */
@media (max-height: 820px) and (min-width: 1000px) {
  .prayer-stage__screen--live:fullscreen .live-prayer-board,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board {
    padding-top: 20px !important;
    padding-bottom: 18px !important;
    grid-template-columns: minmax(330px, 30.5vw) minmax(0,1fr);
    grid-template-rows: minmax(88px, 14vh) minmax(225px, 38vh) minmax(122px, 20vh) minmax(30px, 5vh);
    row-gap: 10px;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer-board::before,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board::before {
    top: 14.5vh;
    width: 34vw;
    height: 51vh;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-mark,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-mark {
    width: 68px;
    height: 68px;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__clock,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__clock {
    font-size: clamp(3.5rem, 5.6vw, 5.2rem);
  }
}

/* Nicht-breite Vollbildgeräte: TV-Dekoration reduzieren, Lesbarkeit vor Design. */
@media (max-width: 999px), (max-aspect-ratio: 4/3) {
  .prayer-stage__screen--live:fullscreen .live-prayer-board,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: auto;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer-board::before,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board::before {
    display: none;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__focus,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__focus {
    grid-template-columns: 1fr;
  }
}

/* TV DESIGN 4 — 1:1-Komposition nach freigegebenem 1536x864-Entwurf.
   Nur Vollbild. Live-Daten bleiben HTML; keine Uhrzeit ist im Hintergrund eingebrannt. */
@media (min-width:1000px) and (min-aspect-ratio:4/3) {
  .prayer-stage__screen--live:fullscreen,
  .prayer-stage__screen--live:-webkit-full-screen {
    width:100vw!important;height:100vh!important;min-height:100vh!important;
    margin:0!important;padding:0!important;overflow:hidden!important;background:#04372f!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer-board,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board {
    --tv4-gold:#e8bd60;
    --tv4-border:rgba(224,181,83,.30);
    position:relative!important;display:block!important;box-sizing:border-box!important;
    width:100vw!important;height:100vh!important;min-height:100vh!important;max-width:none!important;
    margin:0!important;padding:0!important;border-radius:0!important;overflow:hidden!important;isolation:isolate;
    color:#fff;
    background:
      radial-gradient(ellipse at 68% 42%, rgba(31,105,82,.42) 0%, rgba(20,83,67,.15) 36%, transparent 61%),
      radial-gradient(ellipse at 17% 55%, rgba(208,162,67,.08) 0%, transparent 42%),
      linear-gradient(112deg,#03332c 0%,#06493b 50%,#063e34 76%,#03342d 100%)!important;
  }

  /* Exakter Kunst-Ausschnitt aus der gewählten Vorlage, ohne Text/Live-Daten. */
  .prayer-stage__screen--live:fullscreen .live-prayer-board::before,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board::before {
    content:""!important;position:absolute!important;z-index:1!important;pointer-events:none!important;
    left:0!important;top:19.0%!important;width:33.55%!important;height:49.0%!important;
    background:url("images/prayer-tv-art-exact-v1.png") left center/100% 100% no-repeat!important;
    opacity:1!important;filter:none!important;transform:none!important;
  }

  /* Goldornamente nur an den Rändern wie im Entwurf. */
  .prayer-stage__screen--live:fullscreen .live-prayer-board::after,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board::after {
    content:""!important;position:absolute!important;inset:0!important;z-index:0!important;pointer-events:none!important;
    opacity:.54!important;
    background-image:
      repeating-linear-gradient(45deg,transparent 0 22px,rgba(224,181,83,.13) 23px 24px,transparent 25px 47px),
      repeating-linear-gradient(-45deg,transparent 0 22px,rgba(224,181,83,.10) 23px 24px,transparent 25px 47px)!important;
    background-size:48px 48px!important;
    -webkit-mask-image:radial-gradient(ellipse at 100% 0%,#000 0 14%,rgba(0,0,0,.72) 27%,transparent 46%),radial-gradient(ellipse at 0% 100%,#000 0 12%,rgba(0,0,0,.68) 23%,transparent 42%)!important;
    mask-image:radial-gradient(ellipse at 100% 0%,#000 0 14%,rgba(0,0,0,.72) 27%,transparent 46%),radial-gradient(ellipse at 0% 100%,#000 0 12%,rgba(0,0,0,.68) 23%,transparent 42%)!important;
  }

  .prayer-stage__screen--live:fullscreen .live-prayer-board > *,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board > * { z-index:3; }

  /* HEAD: die drei Positionen entsprechen dem 1536×864-Entwurf. */
  .prayer-stage__screen--live:fullscreen .live-prayer__head,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__head {
    position:static!important;display:block!important;margin:0!important;padding:0!important;min-height:0!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand {
    position:absolute!important;left:4.25%!important;top:10.4%!important;width:27.2%!important;height:10.1%!important;
    display:flex!important;align-items:center!important;gap:1.25vw!important;margin:0!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-mark,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-mark {
    width:5.55vw!important;height:5.55vw!important;max-width:none!important;max-height:none!important;padding:.25vw!important;
    flex:0 0 auto!important;border-radius:50%!important;background:#fff!important;box-shadow:0 .7vw 2vw rgba(0,0,0,.18)!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-mark img,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-mark img { width:100%!important;height:100%!important;object-fit:contain!important;border-radius:50%!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-copy,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-copy { display:grid!important;gap:.45vw!important;min-width:0!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-copy strong,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-copy strong {
    font-size:2.02vw!important;line-height:1!important;letter-spacing:-.035em!important;white-space:nowrap!important;color:#fff!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-copy small,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-copy small { font-size:.91vw!important;color:rgba(255,255,255,.68)!important;letter-spacing:.01em!important; }

  .prayer-stage__screen--live:fullscreen .live-prayer__date,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__date {
    position:absolute!important;left:44.9%!important;top:11.2%!important;width:14.2%!important;height:auto!important;
    display:grid!important;gap:.48vw!important;margin:0!important;padding:0!important;justify-items:start!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__date > span:first-of-type:not(:last-child),
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__date > span:first-of-type:not(:last-child) { display:none!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__date strong,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__date strong { font-size:1.47vw!important;line-height:1!important;color:#fff!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__date span,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__date span { font-size:.84vw!important;color:rgba(255,255,255,.67)!important; }

  .prayer-stage__screen--live:fullscreen .live-prayer__clock,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__clock {
    position:absolute!important;right:4.3%!important;top:9.6%!important;width:27%!important;text-align:right!important;
    font-size:5.48vw!important;line-height:1!important;letter-spacing:-.06em!important;font-weight:800!important;color:#fff!important;text-shadow:0 .6vw 2vw rgba(0,0,0,.12)!important;
  }

  /* FOCUS: gewünschte Hauptkarten exakt neben dem Kunstmotiv. */
  .prayer-stage__screen--live:fullscreen .live-prayer__focus,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__focus {
    position:absolute!important;left:32.8%!important;top:26.55%!important;width:63.1%!important;height:37.45%!important;
    display:grid!important;grid-template-columns:2.19fr 1fr!important;gap:1.05%!important;margin:0!important;padding:0!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__next,
  .prayer-stage__screen--live:fullscreen .live-prayer__countdown,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__countdown {
    position:relative!important;display:flex!important;flex-direction:column!important;justify-content:center!important;overflow:hidden!important;
    min-width:0!important;min-height:0!important;margin:0!important;padding:3.0vw 2.45vw!important;
    border:1px solid var(--tv4-border)!important;border-radius:1.38vw!important;
    background:linear-gradient(145deg,rgba(32,101,79,.76),rgba(11,73,60,.79))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 .9vw 2.8vw rgba(0,0,0,.07)!important;backdrop-filter:blur(5px)!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__next::after,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next::after {
    content:""!important;position:absolute!important;right:-4%!important;bottom:-18%!important;width:42%!important;aspect-ratio:1!important;opacity:.16!important;
    background-image:repeating-linear-gradient(45deg,transparent 0 12px,rgba(232,189,96,.6) 13px 14px,transparent 15px 27px),repeating-linear-gradient(-45deg,transparent 0 12px,rgba(232,189,96,.42) 13px 14px,transparent 15px 27px)!important;
    -webkit-mask-image:radial-gradient(circle,#000 0 48%,transparent 73%)!important;mask-image:radial-gradient(circle,#000 0 48%,transparent 73%)!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__next small,
  .prayer-stage__screen--live:fullscreen .live-prayer__countdown small,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next small,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__countdown small {
    margin:0 0 2.4vw!important;color:var(--tv4-gold)!important;font-size:.86vw!important;font-weight:800!important;letter-spacing:.11em!important;line-height:1!important;text-transform:uppercase!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__next-row,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next-row { display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:2vw!important;min-width:0!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__next-name,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next-name { font-size:4.9vw!important;line-height:.96!important;letter-spacing:-.045em!important;font-weight:800!important;color:#fff!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__next-time,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next-time { font-size:5.28vw!important;line-height:.94!important;letter-spacing:-.05em!important;font-weight:800!important;color:#fff!important;white-space:nowrap!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__countdown strong,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__countdown strong { font-size:4.85vw!important;line-height:.95!important;letter-spacing:-.05em!important;font-weight:800!important;color:#fff!important;white-space:nowrap!important; }

  /* Sechs Karten exakt auf einer Linie wie im Entwurf. */
  .prayer-stage__screen--live:fullscreen .live-prayer__grid,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__grid {
    position:absolute!important;left:3.7%!important;top:67.2%!important;width:92.6%!important;height:20.7%!important;
    display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:.95%!important;margin:0!important;padding:0!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__item,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item {
    position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    margin:0!important;padding:.7vw .35vw!important;min-width:0!important;min-height:0!important;overflow:hidden!important;
    border:1px solid rgba(224,181,83,.25)!important;border-radius:1.12vw!important;
    background:linear-gradient(160deg,rgba(5,67,55,.93),rgba(3,52,44,.93))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;transform:none!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__item::before,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item::before { width:2.35vw!important;height:1.9vw!important;margin:0 0 .75vw!important;background-size:contain!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__item span,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item span { margin:0 0 .55vw!important;color:rgba(255,255,255,.88)!important;font-size:.82vw!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__item strong,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item strong { color:#fff!important;font-size:2.18vw!important;line-height:1!important;letter-spacing:-.035em!important;font-weight:800!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__item.is-next,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item.is-next {
    border-color:#efc96d!important;background:linear-gradient(155deg,rgba(8,110,81,.98),rgba(5,75,59,.98))!important;
    box-shadow:0 0 0 .18vw rgba(239,199,101,.92),0 0 1.2vw rgba(225,181,78,.12),inset 0 1px 0 rgba(255,255,255,.06)!important;transform:none!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__item.is-next strong,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item.is-next strong { color:#f0ca6f!important; }

  .prayer-stage__screen--live:fullscreen .live-prayer__foot,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__foot {
    position:absolute!important;left:4.1%!important;right:4.0%!important;bottom:5.45%!important;width:auto!important;height:auto!important;
    display:flex!important;justify-content:space-between!important;align-items:center!important;gap:1vw!important;margin:0!important;padding:0!important;
    color:rgba(255,255,255,.72)!important;font-size:.72vw!important;line-height:1!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__foot a,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__foot a { color:#fff!important;font-weight:700!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__badge::before,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__badge::before { width:.62vw!important;height:.62vw!important;box-shadow:0 0 0 .34vw rgba(71,214,165,.13)!important; }
}

/* TV DESIGN 6 — dynamische Umsetzung des ausgewählten grünen Kaaba-/Halbmond-Entwurfs.
   Nur Browser-Vollbild; Live-Daten bleiben DOM-Inhalt. Auf abweichenden Formaten
   wird die 16:9-Komposition proportional skaliert und nicht gedehnt. */
@media (min-width:1000px) and (min-aspect-ratio:4/3) {
  .prayer-stage__screen--live:fullscreen,
  .prayer-stage__screen--live:-webkit-full-screen {
    position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;min-height:100vh!important;
    margin:0!important;padding:0!important;overflow:hidden!important;background:#003d33!important;
    display:grid!important;place-items:center!important;
  }

  .prayer-stage__screen--live:fullscreen .live-prayer-board,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board {
    position:relative!important;display:block!important;
    width:min(100vw,177.7777778vh)!important;
    height:min(100vh,56.25vw)!important;
    min-height:0!important;max-width:none!important;max-height:none!important;aspect-ratio:16/9!important;
    margin:0!important;padding:0!important;border:0!important;border-radius:0!important;overflow:hidden!important;isolation:isolate!important;
    color:#fff!important;
    background:
      radial-gradient(ellipse at 67% 44%,rgba(39,111,88,.22) 0%,rgba(9,69,57,.08) 45%,transparent 64%),
      linear-gradient(112deg,#00382f 0%,#06483a 55%,#054137 78%,#00362f 100%)!important;
    box-shadow:none!important;
  }

  /* Reines Dekormotiv ohne eingebrannte Karten, Texte oder Uhrzeiten. */
  .prayer-stage__screen--live:fullscreen .live-prayer-board::before,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board::before {
    content:""!important;position:absolute!important;z-index:1!important;pointer-events:none!important;
    inset:auto!important;right:auto!important;bottom:auto!important;
    border:0!important;border-radius:0!important;box-shadow:none!important;
    left:0!important;top:19.8%!important;width:34.6%!important;height:54.2%!important;
    background:url("images/prayer-tv-kaaba-crescent-green-v1.webp") left center/contain no-repeat!important;
    opacity:1!important;filter:none!important;transform:none!important;
    -webkit-mask-image:radial-gradient(ellipse 73% 78% at 47% 50%,#000 0 76%,rgba(0,0,0,.94) 84%,transparent 100%)!important;
    mask-image:radial-gradient(ellipse 73% 78% at 47% 50%,#000 0 76%,rgba(0,0,0,.94) 84%,transparent 100%)!important;
  }

  /* Goldornament nur oben rechts – nicht über die ganze Fläche. */
  .prayer-stage__screen--live:fullscreen .live-prayer-board::after,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board::after {
    content:""!important;position:absolute!important;z-index:0!important;pointer-events:none!important;
    inset:auto!important;left:auto!important;bottom:auto!important;
    border:0!important;border-radius:0!important;box-shadow:none!important;
    right:-2%!important;top:-3%!important;width:31%!important;height:25%!important;opacity:.42!important;
    background-image:
      repeating-linear-gradient(45deg,transparent 0 21px,rgba(224,181,83,.20) 22px 23px,transparent 24px 45px),
      repeating-linear-gradient(-45deg,transparent 0 21px,rgba(224,181,83,.12) 22px 23px,transparent 24px 45px)!important;
    background-size:46px 46px!important;
    -webkit-mask-image:radial-gradient(ellipse at 100% 0,#000 0 36%,rgba(0,0,0,.62) 58%,transparent 84%)!important;
    mask-image:radial-gradient(ellipse at 100% 0,#000 0 36%,rgba(0,0,0,.62) 58%,transparent 84%)!important;
  }

  .prayer-stage__screen--live:fullscreen .live-prayer-board > *,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer-board > * { z-index:3!important; }

  .prayer-stage__screen--live:fullscreen .live-prayer__head,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__head {
    position:static!important;display:block!important;margin:0!important;padding:0!important;min-height:0!important;
  }

  .prayer-stage__screen--live:fullscreen .live-prayer__brand,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand {
    position:absolute!important;left:4.25%!important;top:9.8%!important;width:29%!important;height:10.8%!important;
    display:flex!important;align-items:center!important;gap:min(1.35vw,2.4vh)!important;margin:0!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-mark,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-mark {
    width:min(5.7vw,10.13vh)!important;height:min(5.7vw,10.13vh)!important;max-width:none!important;max-height:none!important;
    padding:min(.22vw,.39vh)!important;flex:0 0 auto!important;border-radius:50%!important;background:#fff!important;
    box-shadow:0 min(.5vw,.89vh) min(1.8vw,3.2vh) rgba(0,0,0,.18)!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-mark img,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-mark img {
    width:100%!important;height:100%!important;object-fit:contain!important;border-radius:50%!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-copy,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-copy {
    display:flex!important;flex-direction:column!important;gap:min(.55vw,.98vh)!important;min-width:0!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-copy strong,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-copy strong {
    color:#fff!important;font-size:min(2.05vw,3.64vh)!important;line-height:1!important;font-weight:800!important;letter-spacing:-.035em!important;white-space:nowrap!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__brand-copy small,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__brand-copy small {
    color:rgba(255,255,255,.68)!important;font-size:min(.95vw,1.69vh)!important;line-height:1!important;
  }

  .prayer-stage__screen--live:fullscreen .live-prayer__date,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__date {
    position:absolute!important;left:45.1%!important;top:11.7%!important;width:15%!important;height:auto!important;
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:min(.58vw,1.03vh)!important;
    margin:0!important;padding:0!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__date > span:first-of-type:not(:last-child),
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__date > span:first-of-type:not(:last-child) { display:none!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__date strong,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__date strong {
    color:#fff!important;font-size:min(1.5vw,2.67vh)!important;line-height:1!important;font-weight:800!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__date span,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__date span {
    color:rgba(255,255,255,.68)!important;font-size:min(.86vw,1.53vh)!important;line-height:1!important;
  }

  .prayer-stage__screen--live:fullscreen .live-prayer__clock,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__clock {
    position:absolute!important;right:4.25%!important;top:8.65%!important;width:27%!important;margin:0!important;padding:0!important;
    color:#fff!important;font-size:min(5.15vw,9.16vh)!important;line-height:1!important;font-weight:800!important;
    letter-spacing:-.055em!important;text-align:right!important;text-shadow:none!important;white-space:nowrap!important;
  }

  .prayer-stage__screen--live:fullscreen .live-prayer__focus,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__focus {
    position:absolute!important;left:32.88%!important;top:26.62%!important;width:62.69%!important;height:37.62%!important;
    display:grid!important;grid-template-columns:2.12fr 1fr!important;gap:1.55%!important;margin:0!important;padding:0!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__next,
  .prayer-stage__screen--live:fullscreen .live-prayer__countdown,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__countdown {
    position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;
    min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;
    border:1px solid rgba(225,184,90,.29)!important;border-radius:min(1.25vw,2.22vh)!important;
    background:linear-gradient(145deg,rgba(31,99,78,.78),rgba(10,73,60,.82))!important;
    box-shadow:inset 0 1px rgba(255,255,255,.05)!important;backdrop-filter:none!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__next::after,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next::after {
    content:""!important;position:absolute!important;right:-4%!important;bottom:-16%!important;width:39%!important;aspect-ratio:1!important;opacity:.16!important;
    background-image:
      repeating-linear-gradient(45deg,transparent 0 11px,rgba(232,189,96,.55) 12px 13px,transparent 14px 25px),
      repeating-linear-gradient(-45deg,transparent 0 11px,rgba(232,189,96,.38) 12px 13px,transparent 14px 25px)!important;
    -webkit-mask-image:radial-gradient(circle,#000 0 50%,transparent 75%)!important;
    mask-image:radial-gradient(circle,#000 0 50%,transparent 75%)!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__next small,
  .prayer-stage__screen--live:fullscreen .live-prayer__countdown small,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next small,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__countdown small {
    position:absolute!important;left:5.8%!important;top:27.5%!important;margin:0!important;
    color:#e8bd59!important;font-size:min(.92vw,1.64vh)!important;font-weight:800!important;letter-spacing:.09em!important;line-height:1!important;text-transform:uppercase!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__next-row,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next-row {
    position:absolute!important;left:5.8%!important;right:6.3%!important;top:43.8%!important;
    display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:min(2vw,3.55vh)!important;min-width:0!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__next-name,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next-name {
    color:#fff!important;font-size:min(4.05vw,7.2vh)!important;line-height:.96!important;font-weight:800!important;letter-spacing:-.04em!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__next-time,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__next-time {
    color:#fff!important;font-size:min(4.25vw,7.56vh)!important;line-height:.95!important;font-weight:800!important;letter-spacing:-.045em!important;white-space:nowrap!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__countdown strong,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__countdown strong {
    position:absolute!important;left:13%!important;top:43.8%!important;margin:0!important;
    color:#fff!important;font-size:min(4.15vw,7.38vh)!important;line-height:.95!important;font-weight:800!important;letter-spacing:-.045em!important;white-space:nowrap!important;
  }

  .prayer-stage__screen--live:fullscreen .live-prayer__grid,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__grid {
    position:absolute!important;left:4.86%!important;top:67.59%!important;width:91.06%!important;height:20.14%!important;
    display:grid!important;grid-template-columns:13.8fr 14.45fr 14.4fr 14.72fr 14.4fr 14.52fr!important;gap:.82%!important;
    margin:0!important;padding:0!important;
  }
  /* zweites Goldornament nur unten links */
  .prayer-stage__screen--live:fullscreen .live-prayer__grid::before,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__grid::before {
    content:""!important;position:absolute!important;z-index:-2!important;pointer-events:none!important;
    left:-5.4%!important;bottom:-62%!important;width:25%!important;height:145%!important;opacity:.34!important;
    background-image:
      repeating-linear-gradient(45deg,transparent 0 21px,rgba(224,181,83,.18) 22px 23px,transparent 24px 45px),
      repeating-linear-gradient(-45deg,transparent 0 21px,rgba(224,181,83,.10) 22px 23px,transparent 24px 45px)!important;
    background-size:46px 46px!important;
    -webkit-mask-image:radial-gradient(ellipse at 0 100%,#000 0 36%,rgba(0,0,0,.60) 59%,transparent 85%)!important;
    mask-image:radial-gradient(ellipse at 0 100%,#000 0 36%,rgba(0,0,0,.60) 59%,transparent 85%)!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__item,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item {
    position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    margin:0!important;padding:min(.75vw,1.33vh) min(.35vw,.62vh)!important;min-width:0!important;min-height:0!important;overflow:hidden!important;
    border:1px solid rgba(225,184,90,.27)!important;border-radius:min(1.03vw,1.83vh)!important;
    background:linear-gradient(160deg,rgba(4,66,54,.95),rgba(2,51,43,.95))!important;
    box-shadow:inset 0 1px rgba(255,255,255,.025)!important;transform:none!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__item::before,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item::before {
    width:min(2.25vw,4vh)!important;height:min(1.8vw,3.2vh)!important;margin:0 0 min(.7vw,1.24vh)!important;background-size:contain!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__item span,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item span {
    margin:0 0 min(.55vw,.98vh)!important;color:#fff!important;font-size:min(1.02vw,1.81vh)!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__item strong,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item strong {
    color:#fff!important;font-size:min(2.23vw,3.96vh)!important;line-height:1!important;font-weight:800!important;letter-spacing:-.035em!important;white-space:nowrap!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__item.is-next,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item.is-next {
    transform:none!important;
    border:min(.16vw,.284vh) solid #efc96d!important;
    background:linear-gradient(155deg,rgba(8,105,79,.98),rgba(5,74,58,.98))!important;
    box-shadow:0 0 0 min(.10vw,.178vh) rgba(239,199,101,.22),0 0 min(1.1vw,1.96vh) rgba(225,181,78,.10)!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__item.is-next strong,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__item.is-next strong { color:#fff!important; }

  .prayer-stage__screen--live:fullscreen .live-prayer__foot,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__foot {
    position:absolute!important;left:4.35%!important;right:4.45%!important;bottom:5.65%!important;width:auto!important;height:auto!important;
    display:flex!important;justify-content:space-between!important;align-items:center!important;gap:1vw!important;margin:0!important;padding:0!important;
    color:rgba(255,255,255,.73)!important;font-size:min(.76vw,1.35vh)!important;line-height:1!important;
  }
  .prayer-stage__screen--live:fullscreen .live-prayer__foot a,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__foot a { color:#fff!important;font-weight:700!important; }
  .prayer-stage__screen--live:fullscreen .live-prayer__badge::before,
  .prayer-stage__screen--live:-webkit-full-screen .live-prayer__badge::before {
    width:min(.65vw,1.16vh)!important;height:min(.65vw,1.16vh)!important;box-shadow:0 0 0 min(.28vw,.5vh) rgba(54,211,167,.13)!important;
  }
}
