:root {
  --ink: #11120c;
  --page: #17180f;
  --page-raised: #202117;
  --panel: #2b2d23;
  --cream: #f6edd8;
  --cream-soft: #d5cbb6;
  --muted: #a9a28f;
  --gold: #d6a84c;
  --gold-light: #f2d17f;
  --lcd: #c8e777;
  --lcd-dim: #829a4c;
  --wine: #6f332c;
  --sage: #72834b;
  --line: rgba(246, 237, 216, 0.13);
  --line-gold: rgba(214, 168, 76, 0.34);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  font-family: Inter, Arial, sans-serif;
  color: var(--cream);
  background: var(--page);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  padding-bottom: 86px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(214, 168, 76, 0.13), transparent 25rem),
    radial-gradient(circle at 10% 35%, rgba(111, 51, 44, 0.12), transparent 30rem),
    var(--page);
  color: var(--cream);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 16px; color: var(--ink); background: var(--gold-light); }
.skip-link:focus { top: 12px; }

.site-header, main, footer {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(23, 24, 15, 0.88);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; text-decoration: none; }
.brand-symbol {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-gold);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(214, 168, 76, 0.04);
}
.brand-symbol::before, .brand-symbol::after, .phone-logo i::before, .phone-logo i::after {
  content: "";
  position: absolute;
  background: var(--gold-light);
}
.brand-symbol::before { width: 3px; height: 19px; }
.brand-symbol::after { width: 12px; height: 3px; transform: translateY(-2px); }
.brand-copy strong { display: block; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 600; letter-spacing: 0.01em; }
.brand-copy small { display: block; margin-top: 3px; color: var(--muted); font-size: 0.59rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.main-nav { display: flex; gap: 28px; }
.main-nav a { position: relative; padding: 29px 0 27px; color: var(--cream-soft); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: 20px; left: 50%; height: 1px; background: var(--gold); transition: left 180ms ease, right 180ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; left: 0; }
.header-actions { display: flex; justify-content: flex-end; gap: 8px; }
.install-button, .header-live-button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.header-live-button { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.header-live-button span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--wine); box-shadow: 0 0 0 4px rgba(111, 51, 44, 0.15); }

.hero {
  position: relative;
  min-height: 730px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  padding: 92px 0 102px;
}
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(214, 168, 76, 0.08); border-radius: 50%; }
.orbit-one { width: 600px; height: 600px; right: -220px; top: -100px; }
.orbit-two { width: 420px; height: 420px; right: -130px; top: -10px; }
.hero-copy { max-width: 690px; }
.live-eyebrow, .eyebrow { color: var(--gold-light); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.live-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.live-eyebrow span { width: 24px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .verse-content blockquote { font-family: Georgia, "Times New Roman", serif; }
h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(3.2rem, 6.4vw, 6rem); font-weight: 400; letter-spacing: -0.05em; line-height: 0.96; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 590px; margin-bottom: 32px; color: var(--cream-soft); font-size: 1.03rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.primary-action, .secondary-action {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}
.primary-action { border: 1px solid var(--gold-light); color: var(--ink); background: linear-gradient(135deg, var(--gold-light), #c99738); box-shadow: 0 12px 34px rgba(214, 168, 76, 0.16); }
.secondary-action { border: 1px solid var(--line); background: rgba(255,255,255,0.025); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 600px; margin: 46px 0 0; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-facts div { padding-right: 18px; }
.hero-facts div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.hero-facts dt { color: var(--gold-light); font-family: Georgia, serif; font-size: 1.35rem; }
.hero-facts dd { margin: 5px 0 0; color: var(--muted); font-size: 0.66rem; letter-spacing: 0.05em; text-transform: uppercase; }
.hero-player-wrap { position: relative; }
.player-aura { position: absolute; inset: 12% -10%; border-radius: 50%; background: radial-gradient(circle, rgba(214, 168, 76, 0.12), transparent 67%); filter: blur(20px); }

.player-shell {
  position: relative;
  width: 100%;
  max-width: 565px;
  margin-left: auto;
  padding: 5px;
  background: #47483d;
  border: 2px solid #767668;
  border-right-color: #10110b;
  border-bottom-color: #10110b;
  box-shadow: var(--shadow);
}
.player-titlebar { min-height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 11px; color: #17140a; background: linear-gradient(90deg, #a87b28, #f1cd70 48%, #a77929); border: 1px solid #f8dd96; font-size: 0.66rem; font-weight: 900; letter-spacing: 0.14em; }
.titlebar-lights { display: flex; gap: 5px; }
.titlebar-lights i { width: 8px; height: 8px; background: #333329; border: 1px solid #12120d; box-shadow: inset 1px 1px rgba(255,255,255,0.3); }
.player-face { padding: 17px; background: linear-gradient(145deg, rgba(255,255,255,0.055), transparent 30%), #28291f; border: 2px solid #54554a; border-right-color: #10110b; border-bottom-color: #10110b; }
.lcd-panel { min-height: 148px; padding: 15px; color: var(--lcd); background: repeating-linear-gradient(0deg, rgba(200,231,119,0.025) 0 1px, transparent 1px 3px), #111608; border: 3px inset #555746; box-shadow: inset 0 0 30px rgba(0,0,0,0.9), 0 0 17px rgba(200,231,119,0.08); font-family: "Courier New", monospace; text-shadow: 0 0 8px rgba(200,231,119,0.42); }
.lcd-topline { display: grid; grid-template-columns: 1fr auto auto; gap: 11px; align-items: center; font-size: 0.64rem; }
.on-air i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #f1735d; box-shadow: 0 0 9px #f1735d; }
.on-air.is-offline i { background: #65704d; box-shadow: none; }
.on-air.is-connecting i { animation: pulse 0.8s ease-in-out infinite alternate; }
.stream-health { color: var(--lcd-dim); font-size: 0.55rem; text-transform: uppercase; }
.stream-health.is-online { color: var(--lcd); }
.stream-health.is-degraded { color: var(--gold-light); }
.stream-health.is-offline { color: #ef8f79; }
.lcd-kicker { margin: 18px 0 5px; color: #758946; font-size: 0.57rem; letter-spacing: 0.1em; }
.lcd-panel strong { display: block; overflow: hidden; font-size: clamp(1.25rem, 3vw, 1.78rem); line-height: 1.12; text-overflow: ellipsis; white-space: nowrap; }
.lcd-panel > span { display: block; margin-top: 5px; color: #91a857; font-size: 0.68rem; }
.lcd-panel .next-status { color: #687d3d; font-size: 0.61rem; }
.visualizer { height: 62px; display: flex; align-items: end; gap: 4px; margin: 13px 0; padding: 8px; overflow: hidden; background: #10110c; border: 2px inset #45463c; }
.visualizer span { flex: 1; min-width: 3px; height: 12%; background: linear-gradient(to top, #89ad48 0 58%, #d4aa4e 58% 82%, #c7664e 82%); opacity: 0.43; }
.visualizer.is-playing span { opacity: 0.92; animation: equalize 0.74s ease-in-out infinite alternate; }
.visualizer.is-playing span:nth-child(3n) { animation-duration: 0.44s; }
.visualizer.is-playing span:nth-child(4n) { animation-duration: 0.94s; }
.visualizer.is-playing span:nth-child(5n) { animation-delay: -0.3s; }
.transport { display: grid; grid-template-columns: 1.5fr 1fr; gap: 8px; }
.control-button { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 2px solid #747267; border-right-color: #14140e; border-bottom-color: #14140e; color: var(--cream); background: linear-gradient(#494a40, #2c2d26); box-shadow: inset 1px 1px rgba(255,255,255,0.12); cursor: pointer; font-size: 0.75rem; }
.control-button.primary { color: #17140a; background: linear-gradient(#f0ca6a, #a87c2d); border-color: #f7dc94 #4b3511 #4b3511 #f7dc94; }
.control-button:disabled { cursor: not-allowed; filter: grayscale(0.5); opacity: 0.58; }
.stream-settings { display: grid; grid-template-columns: auto minmax(150px,1fr); align-items: center; gap: 6px 10px; margin-top: 12px; font-size: 0.64rem; text-transform: uppercase; }
.stream-settings[hidden] { display: none; }
.stream-settings select { min-height: 39px; padding: 0 9px; border: 2px inset #555746; border-radius: 0; color: var(--lcd); background: #13170d; font: inherit; }
.stream-settings output { grid-column: 2; color: var(--muted); font-size: 0.56rem; }
.volume-row { display: grid; grid-template-columns: auto auto 1fr auto 42px; align-items: center; gap: 8px; margin-top: 14px; font-size: 0.64rem; text-transform: uppercase; }
input[type="range"] { width: 100%; accent-color: var(--gold); cursor: pointer; }
.player-footer-row { min-height: 49px; display: flex; align-items: start; justify-content: space-between; gap: 12px; margin-top: 13px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,0.09); }
.player-message, .listener-count { margin: 0; color: var(--muted); font-size: 0.68rem; line-height: 1.45; }
.listener-count { flex: 0 0 auto; color: var(--lcd); }
.telemetry-status { margin: 5px 0 0; color: #747265; font-family: "Courier New", monospace; font-size: 0.56rem; }

.now-ribbon { min-height: 76px; display: grid; grid-template-columns: auto minmax(160px,auto) 1fr minmax(180px,auto) auto; align-items: center; gap: 22px; margin-bottom: 10px; padding: 0 24px; border: 1px solid var(--line-gold); background: linear-gradient(90deg, rgba(214,168,76,0.09), rgba(255,255,255,0.02)); }
.ribbon-label { color: var(--gold-light); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.ribbon-label i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #ee705b; box-shadow: 0 0 8px #ee705b; }
.now-ribbon strong { font-family: Georgia, serif; font-size: 1.04rem; }
.ribbon-divider { height: 1px; background: var(--line); }
.now-ribbon > span:not(.ribbon-label,.ribbon-divider) { color: var(--muted); font-size: 0.72rem; }
.now-ribbon button, .text-action { border: 0; color: var(--gold-light); background: none; cursor: pointer; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.verse-section, .programs-section, .schedule-section, .participate-section, .mission-section, .app-section { border-top: 1px solid var(--line); padding: 110px 0; }
.verse-section { position: relative; display: grid; grid-template-columns: 70px minmax(0,1fr) 150px; gap: 30px; align-items: start; overflow: hidden; }
.verse-number { padding-top: 7px; color: var(--muted); font-size: 0.64rem; letter-spacing: 0.14em; }
.eyebrow { margin: 0 0 18px; }
.verse-content blockquote { max-width: 900px; margin: 0 0 25px; font-size: clamp(2.25rem, 5vw, 4.6rem); letter-spacing: -0.035em; line-height: 1.12; }
.verse-content cite { color: var(--gold-light); font-size: 0.75rem; font-style: normal; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.verse-mark { position: absolute; right: 10px; top: 45px; color: rgba(214,168,76,0.12); font-family: Georgia, serif; font-size: 17rem; line-height: 1; }
.section-intro { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,0.75fr); gap: 70px; align-items: end; margin-bottom: 48px; }
h2 { margin-bottom: 0; font-size: clamp(2.45rem, 5vw, 4.55rem); font-weight: 400; letter-spacing: -0.045em; line-height: 1.03; }
.section-intro > p { margin-bottom: 5px; color: var(--muted); line-height: 1.75; }
.program-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.program-card { position: relative; min-height: 270px; display: grid; grid-template-columns: 48px 1fr auto; gap: 20px; padding: 34px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.018); transition: background 180ms ease, transform 180ms ease; }
.program-card:hover { z-index: 1; background: rgba(214,168,76,0.06); transform: translateY(-3px); }
.featured-program { background: linear-gradient(145deg, rgba(214,168,76,0.12), rgba(255,255,255,0.018)); }
.calm-program { background: linear-gradient(145deg, rgba(114,131,75,0.12), rgba(255,255,255,0.018)); }
.program-index { color: var(--gold); font-family: Georgia, serif; font-size: 1rem; }
.program-card-copy { align-self: end; }
.program-frequency { color: var(--muted); font-size: 0.61rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.program-card h3 { max-width: 380px; margin: 13px 0 16px; font-family: Georgia, serif; font-size: clamp(1.7rem,3vw,2.6rem); font-weight: 400; line-height: 1.05; }
.program-card p { max-width: 420px; margin: 0; color: var(--muted); font-size: 0.82rem; line-height: 1.65; }
.program-arrow { color: var(--gold-light); font-size: 1.1rem; }

.schedule-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.schedule-clock { min-width: 170px; padding-left: 22px; border-left: 1px solid var(--line-gold); }
.schedule-clock span { display: block; color: var(--muted); font-size: 0.58rem; letter-spacing: 0.09em; text-transform: uppercase; }
.schedule-clock strong { display: block; margin-top: 4px; color: var(--gold-light); font-family: "Courier New", monospace; font-size: 1.7rem; }
.schedule-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 44px; }
.schedule-note { position: sticky; top: 110px; align-self: start; padding: 34px; border: 1px solid var(--line-gold); background: rgba(214,168,76,0.055); }
.schedule-note > span { color: var(--gold-light); font-size: 1.4rem; }
.schedule-note h3 { margin: 28px 0 16px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; line-height: 1.1; }
.schedule-note p { color: var(--muted); font-size: 0.83rem; line-height: 1.7; }
.schedule-note .text-action { padding: 18px 0 0; }
.schedule-list { display: grid; }
.schedule-card { display: grid; grid-template-columns: 120px minmax(0,1fr) auto; gap: 20px; align-items: center; min-height: 118px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.schedule-card:first-child { border-top: 1px solid var(--line); }
.schedule-card time { color: var(--gold-light); font-family: "Courier New", monospace; font-size: 0.86rem; font-weight: 700; }
.schedule-card h3 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 1.34rem; font-weight: 400; }
.schedule-card p { margin: 0; color: var(--muted); font-size: 0.76rem; line-height: 1.5; }
.schedule-status { padding: 5px 7px; border: 1px solid rgba(200,231,119,0.35); color: var(--lcd); font-size: 0.55rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.schedule-loading { color: var(--muted); }

.participate-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; }
.participate-copy { align-self: center; }
.participate-copy p:last-child { max-width: 490px; margin-top: 25px; color: var(--muted); line-height: 1.75; }
.request-grid { display: grid; }
.request-grid a { min-height: 112px; display: grid; grid-template-columns: 130px 1fr auto; gap: 20px; align-items: center; padding: 20px 24px; border-top: 1px solid var(--line); text-decoration: none; transition: padding-left 180ms ease, background 180ms ease; }
.request-grid a:last-child { border-bottom: 1px solid var(--line); }
.request-grid a:hover { padding-left: 32px; background: rgba(214,168,76,0.05); }
.request-grid span { font-family: Georgia, serif; font-size: 1.45rem; }
.request-grid small { color: var(--muted); font-size: 0.75rem; }
.request-grid b { color: var(--gold-light); }

.mission-section { display: grid; grid-template-columns: 170px minmax(0,1fr) minmax(260px,0.6fr); gap: 50px; align-items: center; }
.mission-seal { width: 150px; height: 150px; display: grid; place-content: center; text-align: center; border: 1px solid var(--line-gold); border-radius: 50%; box-shadow: inset 0 0 0 10px rgba(214,168,76,0.03); }
.mission-seal span { color: var(--gold-light); font-family: Georgia,serif; font-size: 2.25rem; }
.mission-seal small { color: var(--muted); font-size: 0.54rem; letter-spacing: 0.22em; }
.mission-copy h2 { font-size: clamp(2.2rem,4vw,3.75rem); }
.mission-section > p { margin: 0; color: var(--muted); line-height: 1.75; }

.app-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: center; }
.app-visual { min-height: 520px; display: grid; place-items: center; background: radial-gradient(circle, rgba(214,168,76,0.15), transparent 58%); }
.phone-shell { position: relative; width: 245px; height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 7px solid #3e4035; border-right-color: #11120c; border-bottom-color: #11120c; border-radius: 30px; background: linear-gradient(160deg,#24261b,#12130d); box-shadow: var(--shadow); }
.phone-speaker { position: absolute; top: 17px; width: 60px; height: 5px; border-radius: 5px; background: #080905; }
.phone-logo { position: relative; width: 105px; height: 105px; display: grid; place-items: center; margin-bottom: 30px; border: 1px solid var(--line-gold); border-radius: 50%; }
.phone-logo i { position: relative; width: 25px; height: 25px; }
.phone-logo i::before { left: 11px; width: 3px; height: 25px; }
.phone-logo i::after { left: 4px; top: 7px; width: 17px; height: 3px; }
.phone-logo strong { position: absolute; top: 112px; font-family: Georgia,serif; font-size: 1.15rem; line-height: 0.85; text-align: center; }
.phone-shell > span:not(.phone-speaker) { margin-top: 55px; color: var(--lcd-dim); font-family: "Courier New",monospace; font-size: 0.59rem; }
.phone-play { width: 55px; height: 55px; display: grid; place-items: center; margin-top: 22px; padding-left: 3px; border-radius: 50%; color: var(--ink); background: var(--gold-light); }
.app-copy { max-width: 650px; }
.app-copy h2 { margin-bottom: 24px; }
.app-copy > p { max-width: 540px; color: var(--muted); line-height: 1.75; }
.install-cta { margin-top: 14px; }
.app-copy small { display: block; margin-top: 14px; color: var(--muted); }

footer { padding: 50px 0 120px; border-top: 1px solid var(--line); }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-links a { color: var(--cream-soft); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-bottom { align-items: end; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.65rem; line-height: 1.55; }
.footer-bottom p { max-width: 760px; margin: 0; }

.player-dock { position: fixed; right: 18px; bottom: 16px; left: 18px; z-index: 60; min-height: 68px; display: grid; grid-template-columns: auto minmax(0,1fr) auto auto auto; gap: 16px; align-items: center; max-width: 980px; margin: auto; padding: 9px 10px 9px 18px; border: 1px solid rgba(214,168,76,0.52); background: rgba(22,23,15,0.96); box-shadow: 0 18px 60px rgba(0,0,0,0.55); backdrop-filter: blur(18px); transform: translateY(120px); opacity: 0; pointer-events: none; transition: transform 240ms ease, opacity 240ms ease; }
.player-dock.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.dock-live { color: var(--gold-light); font-size: 0.57rem; font-weight: 800; letter-spacing: 0.1em; }
.dock-live i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #ee705b; box-shadow: 0 0 8px #ee705b; }
.dock-track { min-width: 0; }
.dock-track strong, .dock-track span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dock-track strong { font-family: Georgia,serif; font-size: 0.98rem; }
.dock-track span { margin-top: 3px; color: var(--muted); font-size: 0.6rem; }
.dock-equalizer { height: 28px; display: flex; align-items: end; gap: 3px; }
.dock-equalizer i { width: 3px; height: 30%; background: var(--lcd); }
.dock-equalizer.is-playing i { animation: dockEqualize 0.6s ease-in-out infinite alternate; }
.dock-equalizer.is-playing i:nth-child(2) { animation-duration: 0.85s; }.dock-equalizer.is-playing i:nth-child(3) { animation-duration: 0.4s; }
.dock-play { min-width: 105px; min-height: 48px; border: 1px solid var(--gold); color: var(--ink); background: var(--gold-light); cursor: pointer; font-size: 0.66rem; }
.dock-play span { margin-right: 5px; }
.dock-stop { width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; cursor: pointer; }

.admin-page { width: min(760px,calc(100% - 24px)); margin: 48px auto; }
.admin-card { margin-top: 20px; padding: 26px; border: 1px solid var(--line); background: var(--page-raised); box-shadow: var(--shadow); }
.admin-form { display: grid; gap: 16px; }.admin-field { display: grid; gap: 7px; color: var(--muted); font-size: 0.82rem; }.admin-field input { min-height: 48px; width: 100%; padding: 0 12px; border: 1px solid #555449; color: var(--cream); background: #11110d; }.admin-actions { display: flex; flex-wrap: wrap; gap: 10px; }.admin-status { min-height: 24px; margin: 0; color: var(--muted); line-height: 1.5; }.admin-status.is-success { color: var(--lcd); }.admin-status.is-error { color: #f19a83; }.admin-note { color: var(--muted); line-height: 1.6; }.admin-meta { display: grid; grid-template-columns: auto 1fr; gap: 8px 14px; font-size: 0.82rem; }.admin-meta dt { color: var(--muted); }.admin-meta dd { margin: 0; overflow-wrap: anywhere; }.share-button { min-height: 48px; padding: 0 18px; border: 1px solid var(--gold); color: var(--gold-light); background: transparent; cursor: pointer; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }.share-button.whatsapp { color: var(--ink); background: var(--lcd); border-color: var(--lcd); }

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
@keyframes pulse { from { opacity: 0.35; } to { opacity: 1; } }
@keyframes equalize { from { height: 10%; } to { height: 96%; } }
@keyframes dockEqualize { from { height: 20%; } to { height: 100%; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 800px; }
  .player-shell { margin-inline: auto; }
  .section-intro, .participate-section { grid-template-columns: 1fr; gap: 35px; }
  .mission-section { grid-template-columns: 150px 1fr; }.mission-section > p { grid-column: 2; }
}

@media (max-width: 720px) {
  body { padding-bottom: 78px; }
  .site-header, main, footer { width: min(100% - 24px,1220px); }
  .site-header { min-height: 70px; gap: 10px; }
  .brand-symbol { width: 38px; height: 38px; }.brand-copy strong { font-size: 0.96rem; }.brand-copy small { display: none; }
  .install-button { display: none; }.header-live-button { min-height: 40px; padding: 0 11px; font-size: 0.6rem; }
  .hero { min-height: auto; grid-template-columns: minmax(0,1fr); gap: 48px; padding: 58px 0 70px; }
  .hero-player-wrap { min-width: 0; }
  h1 { font-size: clamp(3rem,15vw,4.4rem); }
  .hero-lead { font-size: 0.94rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }.primary-action,.secondary-action { width: 100%; }
  .hero-facts { gap: 0; }.hero-facts div { padding-right: 9px; }.hero-facts div + div { padding-left: 10px; }.hero-facts dt { font-size: 1.08rem; }.hero-facts dd { font-size: 0.52rem; }
  .player-shell { min-width: 0; }.player-face { padding: 11px; }.lcd-panel { min-height: 151px; padding: 13px; }.lcd-topline { grid-template-columns: 1fr auto; }.stream-health { grid-column: 1/-1; grid-row: 2; }.lcd-panel strong { font-size: 1.16rem; }.visualizer { gap: 2px; }
  .transport { gap: 5px; }.control-button { min-height: 56px; flex-direction: column; gap: 2px; font-size: 0.65rem; }.volume-row { grid-template-columns: auto 1fr 39px; }.volume-row > span { display: none; }.stream-settings { grid-template-columns: 1fr; }.stream-settings output { grid-column: 1; }
  .player-footer-row { display: block; }.listener-count { margin-top: 7px; }
  .now-ribbon { grid-template-columns: 1fr auto; gap: 8px; min-height: 92px; padding: 15px; }.ribbon-label,.ribbon-divider { display: none; }.now-ribbon > span:not(.ribbon-label,.ribbon-divider) { grid-column: 1; }.now-ribbon button { grid-column: 2; grid-row: 1/3; }
  .verse-section,.programs-section,.schedule-section,.participate-section,.mission-section,.app-section { padding: 76px 0; }
  .verse-section { grid-template-columns: 1fr; gap: 12px; }.verse-number { display: none; }.verse-content blockquote { font-size: clamp(2rem,10vw,3rem); }.verse-mark { right: -18px; top: 16px; font-size: 10rem; }
  .section-intro { gap: 25px; margin-bottom: 34px; }h2 { font-size: clamp(2.35rem,11vw,3.45rem); }
  .program-grid { grid-template-columns: 1fr; }.program-card { min-height: 245px; grid-template-columns: 36px 1fr auto; gap: 12px; padding: 24px 18px; }
  .schedule-heading { align-items: start; flex-direction: column; }.schedule-clock { padding: 0; border: 0; }.schedule-layout { grid-template-columns: 1fr; }.schedule-note { position: static; }.schedule-card { grid-template-columns: 88px 1fr; gap: 13px; }.schedule-card .schedule-status { grid-column: 2; width: max-content; }
  .request-grid a { grid-template-columns: 1fr auto; min-height: 105px; padding-inline: 12px; }.request-grid small { grid-column: 1; }.request-grid b { grid-column: 2; grid-row: 1/3; }
  .mission-section { grid-template-columns: 1fr; gap: 30px; }.mission-seal { width: 115px; height: 115px; }.mission-section > p { grid-column: 1; }
  .app-section { grid-template-columns: 1fr; gap: 20px; }.app-visual { min-height: 430px; }.phone-shell { transform: scale(0.86); }
  .footer-top,.footer-bottom { align-items: start; flex-direction: column; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .player-dock { right: 8px; bottom: 8px; left: 8px; min-height: 64px; grid-template-columns: minmax(0,1fr) auto auto; gap: 8px; padding: 8px 8px 8px 13px; }.dock-live,.dock-equalizer { display: none; }.dock-play { min-width: 86px; }.dock-stop { width: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .visualizer.is-playing span { height: 62%; }
}

/* Estúdio de Programação */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.studio-body { padding-bottom: 0; background: radial-gradient(circle at 75% 0,rgba(214,168,76,.11),transparent 30rem),#12130d; }
.studio-header { position: sticky; top: 0; z-index: 50; width: min(1440px,calc(100% - 40px)); min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; margin-inline: auto; border-bottom: 1px solid var(--line); background: rgba(18,19,13,.94); backdrop-filter: blur(18px); }
.studio-nav { display: flex; gap: 24px; }
.studio-nav a { color: var(--cream-soft); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.studio-nav a:hover { color: var(--gold-light); }
.studio-mode { justify-self: end; color: var(--muted); font-size: .65rem; letter-spacing: .04em; }
.studio-mode i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lcd); box-shadow: 0 0 10px var(--lcd); }
.studio-main { width: min(1440px,calc(100% - 40px)); margin: 0 auto; }
.studio-hero { min-height: 430px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.6fr); gap: 70px; align-items: center; padding: 70px 0; border-bottom: 1px solid var(--line); }
.studio-hero h1 { max-width: 900px; margin: 14px 0 24px; font-size: clamp(3.5rem,7vw,6.5rem); line-height: .88; }
.studio-hero h1 em { color: var(--gold-light); font-weight: 400; }
.studio-hero > div > p:last-child { max-width: 700px; color: var(--muted); line-height: 1.75; }
.studio-date-control { display: grid; gap: 12px; padding: 28px; border: 1px solid var(--line-gold); background: var(--page-raised); box-shadow: var(--shadow); }
.studio-date-control label { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.studio-date-control input,.library-filters input,.library-filters select { min-height: 48px; padding: 0 13px; border: 1px solid #56574b; color: var(--cream); background: #11120d; }
.studio-date-control .primary-action,.studio-date-control .secondary-action { width: 100%; }
.studio-kpis { display: grid; grid-template-columns: repeat(5,1fr); margin: 28px 0; border: 1px solid var(--line); background: var(--page-raised); }
.studio-kpis article { min-width: 0; padding: 22px; }
.studio-kpis article + article { border-left: 1px solid var(--line); }
.studio-kpis span,.studio-kpis small { display: block; color: var(--muted); }
.studio-kpis span { font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.studio-kpis strong { display: block; margin: 7px 0 4px; color: var(--gold-light); font-family: Georgia,serif; font-size: 2.1rem; }
.studio-kpis small { overflow: hidden; font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.studio-panel { margin: 24px 0; padding: 28px; border: 1px solid var(--line); background: rgba(32,33,23,.86); box-shadow: 0 18px 55px rgba(0,0,0,.22); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.panel-heading.compact { align-items: start; }
.panel-heading h2 { margin: 4px 0 0; font-size: clamp(1.8rem,3vw,2.7rem); }
.panel-copy { color: var(--muted); line-height: 1.65; }
.view-tabs { display: flex; padding: 4px; border: 1px solid var(--line); background: #12130d; }
.view-tabs button { min-height: 40px; padding: 0 18px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.view-tabs button.is-active { color: var(--ink); background: var(--gold-light); }
.status-pill { display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; border: 1px solid var(--line); color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-pill.is-active { color: var(--lcd); border-color: rgba(200,231,119,.35); }
.day-ruler { display: grid; grid-template-columns: repeat(4,1fr); min-height: 190px; border: 1px solid var(--line); background: #11120d; }
.day-ruler article { position: relative; display: flex; flex-direction: column; justify-content: end; gap: 7px; padding: 24px; border-top: 5px solid var(--block-color); }
.day-ruler article + article { border-left: 1px solid var(--line); }
.day-ruler span,.day-ruler small { color: var(--muted); font-size: .62rem; }
.day-ruler strong { font-family: Georgia,serif; font-size: 1.2rem; }
.calendar-caption { margin: 15px 0 0; color: var(--muted); font-size: .7rem; }
.week-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; }
.week-grid article { min-width: 0; min-height: 170px; display: flex; flex-direction: column; justify-content: end; padding: 16px; border: 1px solid var(--line); background: #11120d; }
.week-grid time { margin-bottom: auto; color: var(--gold-light); font-size: .65rem; text-transform: capitalize; }
.week-grid strong { font-family: Georgia,serif; font-size: 2rem; }.week-grid span,.week-grid small { color: var(--muted); font-size: .62rem; }
.month-weekdays,.month-grid { display: grid; grid-template-columns: repeat(7,1fr); }
.month-weekdays span { padding: 8px; color: var(--muted); font-size: .58rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.month-grid article { min-height: 95px; padding: 10px; border: 1px solid var(--line); background: #11120d; }
.month-grid article.is-outside { opacity: .22; }.month-grid article span { color: var(--gold-light); font-weight: 800; }.month-grid article i,.month-grid article small { display: block; margin-top: 12px; color: var(--muted); font-size: .58rem; font-style: normal; }
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.studio-grid .studio-panel { margin: 0; }
.rule-editor { display: grid; gap: 17px; margin-top: 24px; }.rule-editor label { display: grid; grid-template-columns: 140px 1fr 50px; gap: 12px; align-items: center; color: var(--cream-soft); font-size: .72rem; text-transform: capitalize; }.rule-editor input { accent-color: var(--gold); }.rule-editor output { color: var(--gold-light); text-align: right; }
.constraint-list { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: .7rem; }.constraint-list dt { color: var(--muted); }.constraint-list dd { margin: 0; color: var(--cream-soft); }
.break-rule-list { display: grid; gap: 8px; }.break-rule-list article { min-height: 62px; display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 9px 12px; border: 1px solid var(--line); background: #11120d; }.break-rule-list strong,.break-rule-list small { display: block; }.break-rule-list strong { font-size: .75rem; }.break-rule-list small { margin-top: 4px; color: var(--muted); font-size: .58rem; }.break-priority { color: var(--gold-light); font-family: "Courier New",monospace; font-size: .7rem; }.rule-tolerance { color: var(--lcd-dim); font-size: .56rem; font-weight: 800; text-transform: uppercase; }
.drag-note { max-width: 280px; color: var(--muted); font-size: .65rem; line-height: 1.5; text-align: right; }.schedule-blocks { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }.schedule-blocks article { position: relative; min-height: 150px; display: flex; flex-direction: column; justify-content: end; padding: 18px; border: 1px solid var(--line); border-top: 5px solid var(--block-color); background: #11120d; cursor: grab; }.schedule-blocks article.is-dragging { opacity: .4; }.schedule-blocks span,.schedule-blocks small { color: var(--muted); font-size: .6rem; }.schedule-blocks strong { margin: 9px 0 5px; font-family: Georgia,serif; font-size: 1.12rem; }.schedule-blocks i { position: absolute; top: 12px; right: 12px; color: var(--muted); font-style: normal; letter-spacing: -4px; }
.studio-feedback { min-height: 20px; margin: 15px 0 0; color: var(--muted); font-size: .65rem; line-height: 1.5; }
.library-filters { display: flex; gap: 8px; }.library-filters input { width: min(280px,35vw); }.library-table-wrap { overflow: auto; border: 1px solid var(--line); }.library-table { width: 100%; border-collapse: collapse; font-size: .7rem; }.library-table th { position: sticky; top: 0; z-index: 1; padding: 12px; color: var(--muted); background: #17180f; font-size: .56rem; letter-spacing: .1em; text-align: left; text-transform: uppercase; }.library-table td { padding: 12px; border-top: 1px solid var(--line); color: var(--cream-soft); }.library-table td:first-child { min-width: 260px; }.library-table strong,.library-table small { display: block; }.library-table small { max-width: 420px; margin-top: 4px; overflow: hidden; color: var(--muted); font-size: .56rem; text-overflow: ellipsis; white-space: nowrap; }.table-status { display: inline-flex; padding: 5px 7px; border: 1px solid var(--line); font-size: .52rem; font-weight: 800; }.table-status.is-ok { color: var(--lcd); }.table-status.is-review { color: #e8a484; }
.conflict-box { display: grid; gap: 6px; margin-bottom: 18px; padding: 16px; border-left: 4px solid #e8a484; color: var(--muted); background: rgba(111,51,44,.2); font-size: .68rem; }.conflict-box strong { color: #efb09a; }
.timeline-list { max-height: 760px; overflow: auto; border: 1px solid var(--line); background: #11120d; }.timeline-event { min-height: 61px; display: grid; grid-template-columns: 72px 2px minmax(0,1fr) auto; gap: 15px; align-items: center; padding: 7px 14px; }.timeline-event + .timeline-event { border-top: 1px solid rgba(246,237,216,.07); }.timeline-event time { color: var(--gold-light); font-family: "Courier New",monospace; font-size: .7rem; }.timeline-line { align-self: stretch; background: var(--line); }.timeline-event.is-break .timeline-line { background: var(--gold); }.timeline-event strong,.timeline-event small { display: block; }.timeline-event strong { font-size: .74rem; }.timeline-event small { margin-top: 4px; color: var(--muted); font-size: .58rem; }.event-badge { padding: 4px 6px; border: 1px solid var(--line); color: var(--muted); font-size: .5rem; font-weight: 800; }.timeline-event.is-break .event-badge { color: var(--gold-light); border-color: var(--line-gold); }
.studio-error { color: #ef9f88; }.studio-footer { width: min(1440px,calc(100% - 40px)); display: flex; justify-content: space-between; gap: 30px; margin: 70px auto 0; padding: 30px 0 45px; border-top: 1px solid var(--line); color: var(--muted); font-size: .62rem; }

@media (max-width: 1050px) {
  .studio-header { grid-template-columns: 1fr auto; }.studio-nav { display: none; }.studio-hero { grid-template-columns: 1fr; min-height: 0; gap: 35px; }.studio-date-control { max-width: 520px; }.studio-kpis { grid-template-columns: repeat(3,1fr); }.studio-kpis article:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }.studio-kpis article:nth-child(5) { border-top: 1px solid var(--line); }.studio-grid { grid-template-columns: 1fr; }.week-grid { grid-template-columns: repeat(4,1fr); }.schedule-blocks { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  .studio-header,.studio-main,.studio-footer { width: min(100% - 24px,1440px); }.studio-header { min-height: 68px; }.studio-mode { display: none; }.studio-hero { padding: 50px 0; }.studio-hero h1 { font-size: clamp(3rem,14vw,4.6rem); }.studio-kpis { grid-template-columns: 1fr 1fr; }.studio-kpis article:nth-child(n) { border-top: 1px solid var(--line); border-left: 0; }.studio-kpis article:nth-child(even) { border-left: 1px solid var(--line); }.studio-panel { padding: 18px; }.panel-heading { align-items: start; flex-direction: column; }.view-tabs { width: 100%; }.view-tabs button { flex: 1; padding-inline: 7px; }.day-ruler,.schedule-blocks { grid-template-columns: 1fr; }.day-ruler article { min-height: 95px; }.day-ruler article + article { border-left: 0; border-top-width: 5px; }.week-grid { grid-template-columns: 1fr 1fr; }.month-grid article { min-height: 64px; }.month-grid article i,.month-grid article small { display: none; }.library-filters { width: 100%; flex-direction: column; }.library-filters input { width: 100%; }.timeline-event { grid-template-columns: 58px 2px 1fr; gap: 9px; }.event-badge { display: none; }.rule-editor label { grid-template-columns: 90px 1fr 45px; }.studio-footer { align-items: start; flex-direction: column; }
}

/* Audio Operations */
.audio-page { background: radial-gradient(circle at 20% 0,rgba(145,191,125,.09),transparent 34rem),#12130d; }
.audio-hero { min-height: 500px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.55fr); gap: 72px; align-items: center; padding: 70px 0; border-bottom: 1px solid var(--line); }
.audio-hero h1 { max-width: 980px; margin: 14px 0 24px; font-size: clamp(3.3rem,6.8vw,6.3rem); line-height: .88; }
.audio-hero h1 em { color: var(--gold-light); font-weight: 400; }
.audio-hero > div > p:last-child { max-width: 760px; color: var(--muted); line-height: 1.75; }
.audio-selector-card { display: grid; gap: 10px; padding: 28px; border: 1px solid var(--line-gold); background: var(--page-raised); box-shadow: var(--shadow); }
.audio-selector-card label { color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.audio-selector-card input,.audio-selector-card select { min-height: 48px; width: 100%; padding: 0 12px; border: 1px solid #56574b; color: var(--cream); background: #11120d; }
.audio-selector-card p { min-height: 36px; margin: 4px 0 0; color: var(--muted); font-size: .66rem; line-height: 1.5; }
.audio-kpis { display: grid; grid-template-columns: repeat(5,1fr); margin: 28px 0; border: 1px solid var(--line); background: var(--page-raised); }
.audio-kpis article { min-width: 0; padding: 22px; }.audio-kpis article + article { border-left: 1px solid var(--line); }
.audio-kpis span,.audio-kpis small { display: block; color: var(--muted); }.audio-kpis span { font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.audio-kpis strong { display: block; overflow: hidden; margin: 7px 0 4px; color: var(--gold-light); font-family: Georgia,serif; font-size: clamp(1.3rem,2.3vw,2rem); text-overflow: ellipsis; white-space: nowrap; }.audio-kpis small { overflow: hidden; font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.waveform-stage { position: relative; min-height: 280px; overflow: hidden; border: 1px solid #494a3e; background: #11120d; }
.waveform-stage canvas { display: block; width: 100%; height: 280px; }.waveform-empty { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; color: var(--muted); font-size: .72rem; text-align: center; }
#audio-preview { width: 100%; margin-top: 18px; accent-color: var(--gold); }.preview-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 12px; }.preview-actions span { margin-left: auto; color: var(--lcd); font-family: ui-monospace,monospace; font-size: .78rem; }
.audio-workbench { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }.audio-workbench .studio-panel { margin: 0; }
.cue-ruler { position: relative; height: 74px; margin: 20px 0 10px; border: 1px solid #494a3e; background: linear-gradient(90deg,rgba(214,168,76,.08),rgba(161,211,134,.1)); }.cue-ruler::before { content:""; position:absolute; top:50%; right:0; left:0; height:1px; background:#6a6857; }
.cue-ruler i { position: absolute; top: 0; bottom: 0; width: 2px; transform: translateX(-1px); background: hsl(calc(41 + var(--marker) * 15) 60% 61%); }.cue-ruler i span { position: absolute; top: calc(4px + (var(--marker) % 2) * 34px); left: 5px; width: max-content; color: var(--cream-soft); font-size: .52rem; font-style: normal; text-transform: uppercase; }
.cue-controls { display: grid; gap: 10px; }.cue-controls label { display: grid; grid-template-columns: 105px 1fr 62px; gap: 12px; align-items: center; color: var(--muted); font-size: .64rem; }.cue-controls input { width: 100%; accent-color: var(--gold); }.cue-controls output { color: var(--cream-soft); font-family: ui-monospace,monospace; text-align: right; }
.qa-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 20px 0; background: var(--line); }.qa-details div { padding: 14px; background: #17180f; }.qa-details dt { color: var(--muted); font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.qa-details dd { margin: 6px 0 0; color: var(--cream); font-size: .76rem; }
.qa-gauge { height: 6px; overflow: hidden; background: #0d0e0a; }.qa-gauge span { display: block; width: 50%; height: 100%; background: linear-gradient(90deg,#b45b49,var(--gold),var(--lcd)); transition: width .3s ease; }
.table-scroll { overflow: auto; border: 1px solid var(--line); }.table-action { padding: 7px 10px; border: 1px solid var(--line-gold); color: var(--gold-light); background: transparent; cursor: pointer; font-size: .56rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.audio-library-panel { margin-bottom: 0; }
@media (max-width: 980px) { .audio-hero { grid-template-columns: 1fr; min-height: 0; gap: 35px; }.audio-selector-card { max-width: 560px; }.audio-kpis { grid-template-columns: repeat(3,1fr); }.audio-kpis article:nth-child(4),.audio-kpis article:nth-child(5) { border-top: 1px solid var(--line); }.audio-kpis article:nth-child(4) { border-left: 0; }.audio-workbench { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .audio-hero { padding: 50px 0; }.audio-hero h1 { font-size: clamp(3rem,14vw,4.5rem); }.audio-kpis { grid-template-columns: 1fr 1fr; }.audio-kpis article:nth-child(n) { border-top: 1px solid var(--line); border-left: 0; }.audio-kpis article:nth-child(even) { border-left: 1px solid var(--line); }.waveform-stage,.waveform-stage canvas { min-height: 190px; height: 190px; }.cue-controls label { grid-template-columns: 82px 1fr 56px; gap: 8px; }.qa-details { grid-template-columns: 1fr; }.preview-actions span { width: 100%; margin-left: 0; } }

/* Podcast / catch-up */
.podcast-body,.episode-body { min-height: 100vh; background: radial-gradient(circle at 85% 8%,rgba(214,168,76,.11),transparent 28rem),var(--page); }
.podcast-main,.episode-main { width: min(1220px,calc(100% - 40px)); margin-inline: auto; }
.podcast-hero { max-width: 1020px; padding: 110px 0 92px; }.podcast-hero h1 { margin: 16px 0 24px; font-size: clamp(3.8rem,7.5vw,7rem); line-height: .88; }.podcast-hero p:last-child { max-width: 720px; color: var(--muted); line-height: 1.75; }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }.section-heading h2 { margin: 5px 0 0; font-size: clamp(2rem,4vw,3.4rem); }.section-heading > span { color: var(--muted); font-size: .64rem; }
.podcast-programs,.podcast-episodes { padding: 52px 0; border-top: 1px solid var(--line); }.podcast-program-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.podcast-program-card { min-height: 285px; display: flex; flex-direction: column; align-items: start; padding: 28px; border: 1px solid var(--line); border-top: 5px solid var(--program-accent); color: var(--cream); background: var(--page-raised); cursor: pointer; text-align: left; transition: transform .2s ease,border-color .2s ease; }.podcast-program-card:hover,.podcast-program-card.is-active { transform: translateY(-4px); border-color: var(--program-accent); }.podcast-program-card > span { color: var(--program-accent); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.podcast-program-card strong { margin: 22px 0 13px; font-family: Georgia,serif; font-size: 1.8rem; }.podcast-program-card p { flex: 1; margin: 0; color: var(--muted); line-height: 1.6; }.podcast-program-card small { margin-top: 24px; color: var(--cream-soft); }
.episode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.episode-card { min-height: 250px; display: grid; grid-template-columns: 155px 1fr; border: 1px solid var(--line); background: var(--page-raised); }.episode-art { display: flex; flex-direction: column; justify-content: space-between; padding: 19px; color: #11120d; background: linear-gradient(145deg,var(--program-accent),#e4bf6f); }.episode-art span { font-size: .56rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.episode-art i { align-self: end; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(0,0,0,.35); border-radius: 50%; font-style: normal; }.episode-copy { display: flex; flex-direction: column; padding: 24px; }.episode-copy > p:first-child { margin: 0; color: var(--gold); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.episode-copy h3 { margin: 10px 0; font-family: Georgia,serif; font-size: 1.45rem; }.episode-copy h3 a { color: var(--cream); text-decoration: none; }.episode-copy > p:not(:first-child) { flex: 1; margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }.episode-copy footer { display: flex; justify-content: space-between; gap: 15px; margin-top: 20px; color: var(--muted); font-size: .58rem; }.empty-state { padding: 35px; border: 1px dashed var(--line); color: var(--muted); text-align: center; }.podcast-footer { width: min(1220px,calc(100% - 40px)); }
.episode-back { display: inline-flex; margin-top: 45px; color: var(--gold-light); text-decoration: none; font-size: .7rem; font-weight: 800; text-transform: uppercase; }.episode-detail { display: grid; grid-template-columns: 300px 1fr; gap: 62px; align-items: center; padding: 55px 0 65px; }.episode-cover { aspect-ratio: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; color: #11120d; background: linear-gradient(145deg,var(--program-accent),#e4bf6f); box-shadow: var(--shadow); }.episode-cover span { font-size: .62rem; font-weight: 900; text-transform: uppercase; }.episode-cover i { align-self: end; font-family: Georgia,serif; font-size: 4.8rem; font-style: normal; }.episode-heading h1 { margin: 10px 0 22px; font-size: clamp(3rem,6vw,5.4rem); line-height: .93; }.episode-heading > p:not(.eyebrow) { max-width: 700px; color: var(--muted); line-height: 1.7; }.episode-meta { display: flex; gap: 20px; margin-top: 25px; color: var(--cream-soft); font-size: .7rem; }
.episode-player { display: grid; grid-template-columns: 260px 1fr; gap: 28px 50px; align-items: center; padding: 34px; border: 1px solid var(--line-gold); background: var(--page-raised); }.episode-player h2 { margin: 5px 0 0; }.episode-player audio { width: 100%; }.episode-progress { grid-column: 1/-1; height: 4px; overflow: hidden; background: #0d0e0a; }.episode-progress span { display: block; width: 0; height: 100%; background: var(--lcd); }.episode-player > p { grid-column: 1/-1; margin: 0; color: var(--muted); font-size: .65rem; }.episode-content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; padding: 45px 0 80px; }.episode-copy-panel { padding: 30px; border: 1px solid var(--line); background: var(--page-raised); }.episode-copy-panel h2 { margin: 6px 0 20px; }.episode-copy-panel > p:last-child { color: var(--muted); line-height: 1.8; }.episode-copy-panel button { width: 100%; display: grid; grid-template-columns: 55px 1fr; gap: 12px; padding: 12px; border: 0; border-top: 1px solid var(--line); color: var(--cream); background: transparent; cursor: pointer; text-align: left; }.episode-copy-panel button time { color: var(--gold); font-family: ui-monospace,monospace; }

/* Content pipeline */
.pipeline-main { width: min(1500px,calc(100% - 40px)); margin: 0 auto; }.pipeline-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; min-height: 440px; padding: 70px 0; border-bottom: 1px solid var(--line); }.pipeline-hero h1 { margin: 14px 0 22px; font-size: clamp(3.6rem,6.5vw,6.2rem); line-height: .88; }.pipeline-hero p:last-child { max-width: 700px; color: var(--muted); line-height: 1.7; }.pipeline-flow { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; justify-content: center; padding: 32px; border: 1px solid var(--line-gold); background: var(--page-raised); }.pipeline-flow span { padding: 12px 15px; border: 1px solid var(--line); color: var(--cream-soft); font-size: .62rem; font-weight: 800; text-transform: uppercase; }.pipeline-flow i { color: var(--gold); font-style: normal; }
.pipeline-kpis { display: grid; grid-template-columns: repeat(5,1fr); margin: 28px 0; border: 1px solid var(--line); background: var(--page-raised); }.pipeline-kpis article { min-width: 0; padding: 20px; }.pipeline-kpis article + article { border-left: 1px solid var(--line); }.pipeline-kpis span,.pipeline-kpis small { display: block; color: var(--muted); font-size: .58rem; }.pipeline-kpis > article > span { font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.pipeline-kpis strong { display: block; margin: 6px 0 3px; color: var(--gold-light); font-family: Georgia,serif; font-size: 2rem; }
.pipeline-toolbar { display: flex; justify-content: space-between; gap: 25px; align-items: end; padding: 35px 0 18px; }.pipeline-toolbar h2 { margin: 5px 0 0; }.pipeline-toolbar label { display: grid; gap: 6px; color: var(--muted); font-size: .58rem; text-transform: uppercase; }.pipeline-toolbar input { min-height: 43px; width: min(300px,35vw); padding: 0 12px; border: 1px solid #56574b; color: var(--cream); background: #11120d; }
.pipeline-board { display: grid; grid-template-columns: repeat(8,minmax(225px,1fr)); gap: 10px; overflow-x: auto; padding: 0 0 25px; }.pipeline-lane { min-height: 520px; border: 1px solid var(--line); background: rgba(26,27,19,.88); }.pipeline-lane > header { display: flex; justify-content: space-between; gap: 10px; align-items: center; padding: 14px; border-bottom: 2px solid var(--gold); }.pipeline-lane > header span { color: var(--cream-soft); font-size: .58rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.pipeline-lane > header strong { display: grid; min-width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #11120d; background: var(--gold); font-size: .65rem; }.pipeline-lane > div { display: grid; gap: 9px; padding: 9px; }.pipeline-card { display: flex; flex-direction: column; align-items: start; padding: 15px; border: 1px solid var(--line); color: var(--cream); background: #11120d; cursor: pointer; text-align: left; }.pipeline-card:hover { border-color: var(--gold); }.pipeline-card > span { color: var(--gold); font-size: .51rem; font-weight: 800; text-transform: uppercase; }.pipeline-card strong { margin: 8px 0; font-family: Georgia,serif; font-size: 1rem; }.pipeline-card small,.pipeline-card em { color: var(--muted); font-size: .54rem; font-style: normal; }.pipeline-card > div { width: 100%; height: 4px; margin: 14px 0 8px; overflow: hidden; background: #292a21; }.pipeline-card > div i { display: block; height: 100%; background: var(--lcd); }.lane-empty { padding: 18px 5px; color: var(--muted); font-size: .6rem; text-align: center; }
.pipeline-dialog { width: min(650px,calc(100% - 32px)); max-height: 85vh; padding: 34px; overflow: auto; border: 1px solid var(--line-gold); color: var(--cream); background: #17180f; box-shadow: 0 40px 100px rgba(0,0,0,.6); }.pipeline-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }.dialog-close { float: right; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 1.7rem; }.pipeline-dialog h2 { margin: 8px 0 18px; font-size: 2.5rem; }.dialog-progress { height: 6px; background: #0d0e0a; }.dialog-progress span { display: block; height: 100%; background: var(--lcd); }.pipeline-dialog > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }.pipeline-dialog ol { display: grid; gap: 5px; margin: 24px 0; padding: 0; list-style: none; }.pipeline-dialog li { display: flex; justify-content: space-between; gap: 15px; padding: 10px; border-left: 3px solid var(--line); color: var(--muted); background: #11120d; }.pipeline-dialog li.is-done { border-color: var(--lcd); color: var(--cream-soft); }.pipeline-dialog li small { font-size: .55rem; }
@media (max-width: 980px) { .podcast-program-grid { grid-template-columns: 1fr; }.episode-grid { grid-template-columns: 1fr; }.pipeline-hero { grid-template-columns: 1fr; min-height: 0; }.pipeline-flow { justify-content: start; }.pipeline-kpis { grid-template-columns: repeat(3,1fr); }.episode-detail { grid-template-columns: 220px 1fr; gap: 35px; }.episode-content-grid { grid-template-columns: 1fr; } }
@media (max-width: 680px) { .podcast-main,.episode-main,.pipeline-main { width: min(100% - 24px,1500px); }.podcast-hero { padding: 70px 0 55px; }.podcast-hero h1 { font-size: clamp(3.2rem,15vw,5rem); }.section-heading,.pipeline-toolbar { align-items: start; flex-direction: column; }.episode-card { grid-template-columns: 105px 1fr; }.episode-art { padding: 12px; }.episode-copy { padding: 16px; }.episode-detail { grid-template-columns: 1fr; }.episode-cover { max-width: 250px; }.episode-player { grid-template-columns: 1fr; }.episode-player > * { grid-column: 1; }.pipeline-kpis { grid-template-columns: 1fr 1fr; }.pipeline-kpis article:nth-child(even) { border-left: 1px solid var(--line); }.pipeline-toolbar input { width: 100%; }.pipeline-toolbar label { width: 100%; } }

/* Analytics */
.analytics-main { width: min(1440px,calc(100% - 40px)); margin: 0 auto; }.analytics-hero { min-height: 420px; display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; padding: 65px 0; border-bottom: 1px solid var(--line); }.analytics-hero h1 { margin: 14px 0 22px; font-size: clamp(3.4rem,6vw,5.9rem); line-height: .9; }.analytics-hero p:last-child { max-width: 730px; color: var(--muted); line-height: 1.7; }.analytics-hero > label { display: grid; gap: 8px; min-width: 220px; color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.analytics-hero select { min-height: 48px; padding: 0 12px; border: 1px solid var(--line-gold); color: var(--cream); background: var(--page-raised); }
.analytics-kpis { display: grid; grid-template-columns: repeat(5,1fr); margin: 28px 0; border: 1px solid var(--line); background: var(--page-raised); }.analytics-kpis article { min-width: 0; padding: 22px; }.analytics-kpis article + article { border-left: 1px solid var(--line); }.analytics-kpis span,.analytics-kpis small { display: block; color: var(--muted); font-size: .58rem; }.analytics-kpis span { font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.analytics-kpis strong { display: block; margin: 7px 0 4px; overflow: hidden; color: var(--gold-light); font-family: Georgia,serif; font-size: 2rem; text-overflow: ellipsis; white-space: nowrap; }
.analytics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.analytics-grid .studio-panel { margin: 0; }.analytics-grid .analytics-wide { grid-column: 1/-1; }.daily-chart { min-height: 260px; display: flex; gap: 12px; align-items: end; padding-top: 20px; overflow-x: auto; }.daily-chart article { min-width: 90px; flex: 1; display: grid; gap: 6px; text-align: center; }.daily-chart article > div { height: 170px; display: flex; align-items: end; justify-content: center; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to top,transparent 0,transparent 33px,rgba(246,237,216,.05) 34px); }.daily-chart article i { width: min(48px,70%); min-height: 4px; background: linear-gradient(var(--gold-light),var(--gold)); }.daily-chart strong { color: var(--gold-light); font-size: .7rem; }.daily-chart span,.daily-chart small { color: var(--muted); font-size: .55rem; }
.hour-heatmap { display: grid; grid-template-columns: repeat(12,1fr); gap: 6px; margin-top: 22px; }.hour-heatmap div { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(214,168,76,.14); color: var(--cream-soft); background: rgba(214,168,76,var(--strength)); }.hour-heatmap span { font-size: .52rem; font-weight: 800; }.analytics-breakdown + .analytics-breakdown { margin-top: 27px; padding-top: 20px; border-top: 1px solid var(--line); }.analytics-breakdown h3 { margin: 0 0 14px; color: var(--cream-soft); font-size: .7rem; text-transform: uppercase; }.analytics-breakdown > div { display: grid; grid-template-columns: 80px 1fr 38px; gap: 10px; align-items: center; margin: 9px 0; }.analytics-breakdown > div span,.analytics-breakdown > div strong,.analytics-breakdown p { color: var(--muted); font-size: .6rem; }.analytics-breakdown > div i { height: 5px; overflow: hidden; background: #0d0e0a; }.analytics-breakdown > div b { display: block; height: 100%; background: var(--lcd); }.analytics-breakdown > div strong { color: var(--cream-soft); text-align: right; }.analytics-table-panel { margin-bottom: 0; }
@media (max-width: 900px) { .analytics-hero { grid-template-columns: 1fr; }.analytics-hero > label { max-width: 300px; }.analytics-kpis { grid-template-columns: repeat(3,1fr); }.analytics-grid { grid-template-columns: 1fr; }.analytics-grid .analytics-wide { grid-column: auto; } }
@media (max-width: 640px) { .analytics-main { width: min(100% - 24px,1440px); }.analytics-hero h1 { font-size: clamp(3rem,14vw,4.4rem); }.analytics-kpis { grid-template-columns: 1fr 1fr; }.analytics-kpis article:nth-child(even) { border-left: 1px solid var(--line); }.hour-heatmap { grid-template-columns: repeat(6,1fr); } }
