:root{--bg:#071018;--panel:#0d1822;--panel2:#111f2b;--text:#eef5f7;--muted:#8fa2ad;--line:#20313d;--accent:#37e6a5;--accent2:#52a7ff;--danger:#ff6b6b}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}a{color:inherit}.container{width:min(1180px,94%);margin:0 auto;padding:28px 0 60px}.admin-top{position:sticky;top:0;z-index:20;display:flex;gap:24px;align-items:center;justify-content:space-between;padding:16px 3%;background:#071018ee;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.admin-top nav{display:flex;gap:7px;flex-wrap:wrap}.admin-top nav a{text-decoration:none;padding:8px 10px;border-radius:9px;color:#cfe0e7}.admin-top nav a:hover{background:var(--panel2)}h1{font-size:2rem;margin:8px 0 24px}h2{margin-top:32px}.muted{color:var(--muted);font-size:.9rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px}.card{background:linear-gradient(145deg,var(--panel),#0a141d);border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 16px 36px #0002}.metric{font-size:2.25rem;font-weight:800;margin-top:6px}.metric.small{font-size:1.2rem;line-height:1.3}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}label{display:block;color:#cbd9df;font-size:.9rem;margin:8px 0}input,select,textarea{width:100%;border:1px solid #29404f;background:#09131b;color:var(--text);padding:11px 12px;border-radius:10px}textarea{min-height:90px;resize:vertical}button,.button{display:inline-block;border:0;background:var(--accent);color:#032016;font-weight:800;padding:10px 14px;border-radius:10px;text-decoration:none;cursor:pointer}.button.secondary,button.secondary{background:#1c3342;color:#dce9ee}.danger{background:var(--danger);color:#2b0606}table{width:100%;border-collapse:collapse;background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top}th{color:#9eb1bb;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.hero{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 30%,#16394a 0,#071018 50%)}.hero-card{width:min(680px,94vw);text-align:center;padding:48px 34px;border:1px solid #244152;border-radius:28px;background:#071018cc;box-shadow:0 40px 80px #0008}.brand{font-size:clamp(2.7rem,8vw,5.4rem);font-weight:950;letter-spacing:-.06em}.brand span{color:var(--accent)}.tag{font-size:1.2rem;color:#b9cad1}.play{display:inline-block;margin:22px 0;padding:16px 26px;background:var(--accent);color:#032016;text-decoration:none;border-radius:999px;font-weight:900}.now{margin-top:20px;padding:16px;background:#0c1922;border-radius:14px}.onair,.live-badge{font-weight:800;font-size:.82rem;letter-spacing:.12em;color:#cfe8dc}.dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:7px}.dot.on{background:var(--accent);box-shadow:0 0 12px var(--accent)}.status-strip{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding:12px 14px;background:#0b1b22;border:1px solid #1a3c3b;border-radius:12px}.status-strip .muted{margin-left:auto}.actions{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.live-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:16px}.live-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.live-stats>div{padding:12px;background:#08131b;border-radius:12px;text-align:center}.live-stats strong{font-size:1.5rem;display:block}.live-stats span{font-size:.75rem;color:var(--muted)}.queue-row{display:flex;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.queue-num{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#1c3342;color:#d8e6eb;font-weight:800}.checks{display:flex;gap:14px;flex-wrap:wrap}.checks label{display:flex;align-items:center;gap:7px}.checks input{width:auto}.notice{padding:12px 14px;background:#123126;border:1px solid #286b50;border-radius:12px;margin-bottom:14px}.pill{padding:4px 7px;border-radius:999px;background:#253642;font-size:.72rem}.pill.error{background:#4b2020}.pill.warning{background:#4b3c20}@media(max-width:800px){.admin-top{align-items:flex-start;flex-direction:column}.live-layout{grid-template-columns:1fr}.status-strip{align-items:flex-start;flex-wrap:wrap}.status-strip .muted{margin-left:0;width:100%}table{font-size:.86rem}}
.admin-brand{text-decoration:none;font-weight:950;font-size:1.2rem;letter-spacing:-.03em}.admin-brand span{color:var(--accent)}.page-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;color:var(--accent)}code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}pre{white-space:pre-wrap;background:#071018;border:1px solid var(--line);border-radius:10px;padding:12px;overflow:auto}.script{max-width:720px}.inline{display:flex;gap:6px}.priority{display:inline-block;padding:4px 8px;border-radius:999px;background:#20313d;font-weight:800}.priority.hot{background:#5c2525;color:#ffd4d4}.notice.warn{background:#302b16;border-color:#665b25}.switchline{display:flex;gap:9px;align-items:center}.switchline input{width:auto}.card h2{margin-top:8px}.card p{line-height:1.55}@media(max-width:700px){.page-head{align-items:flex-start;flex-direction:column}}

.theme-light{--bg:#f5f7f9;--panel:#ffffff;--panel2:#eef2f5;--text:#17212a;--muted:#667783;--line:#d9e1e6;--accent:#0aa873;--accent2:#1677c8;--danger:#d84b4b}
.theme-light .admin-top{background:#ffffffee}.theme-light input,.theme-light select,.theme-light textarea{background:#fff;color:#17212a;border-color:#ccd7de}.theme-light .card{background:#fff;box-shadow:0 12px 30px #17212a12}.theme-light .hero{background:radial-gradient(circle at 50% 30%,#dcecf4 0,#f5f7f9 55%)}.theme-light .hero-card{background:#ffffffdd;border-color:#d2dde4;box-shadow:0 30px 70px #17212a20}.theme-light .now,.theme-light .live-stats>div,.theme-light pre{background:#f4f7f9}.theme-light .status-strip{background:#eef8f4;border-color:#c7e9dd}.theme-light .button.secondary,.theme-light button.secondary{background:#e5edf2;color:#253743}.theme-light .admin-top nav a{color:#344c5a}
.source-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:8px;margin:10px 0 18px}.source-check{display:flex;gap:9px;align-items:flex-start;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--panel2)}.source-check input{width:auto;margin-top:3px}.source-check span{display:flex;flex-direction:column}.source-check small{color:var(--muted)}.grid-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:800px){.grid-two{grid-template-columns:1fr}}
@media (prefers-color-scheme: light){body.theme-system{--bg:#f5f7f9;--panel:#ffffff;--panel2:#eef2f5;--text:#17212a;--muted:#667783;--line:#d9e1e6;--accent:#0aa873;--accent2:#1677c8;--danger:#d84b4b}body.theme-system .admin-top{background:#ffffffee}body.theme-system input,body.theme-system select,body.theme-system textarea{background:#fff;color:#17212a;border-color:#ccd7de}body.theme-system .card{background:#fff}body.theme-system .hero{background:radial-gradient(circle at 50% 30%,#dcecf4 0,#f5f7f9 55%)}body.theme-system .hero-card{background:#ffffffdd;border-color:#d2dde4}}

.speaker-live-row{display:flex;gap:14px;align-items:center}.speaker-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--line)}.now-speaker-card h2{margin:4px 0;font-size:1.8rem}.public-speaker{margin:18px 0;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--panel2)}.public-speaker .speaker-avatar{width:54px;height:54px}

.speaker-current-text{margin-top:6px;font-size:.92rem;line-height:1.35;max-width:680px}
.public-schedule-section{padding:0 18px 50px}.public-schedule-wrap{max-width:900px;margin:0 auto}.public-schedule-wrap h2{margin:6px 0 18px}
.schedule-public-row{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;margin:9px 0;background:var(--panel)}
.schedule-public-row.is-now{border-width:2px}.schedule-time{font-weight:700;font-variant-numeric:tabular-nums}.onair-mini{display:inline-block;margin-left:10px;padding:3px 7px;border-radius:999px;font-size:.68rem;font-weight:800;border:1px solid currentColor}
@media(max-width:650px){.schedule-public-row{grid-template-columns:1fr;gap:5px}.schedule-time{font-size:.9rem}}


/* RadioSportAI 2.4.3 — Public accessibility */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important
}

.skip-link{
  position:absolute;
  left:12px;
  top:-80px;
  z-index:10000;
  padding:12px 16px;
  background:#fff;
  color:#000;
  border:3px solid #000;
  border-radius:8px;
  font-weight:800;
  text-decoration:none
}
.skip-link:focus{top:12px}

.public-home a:focus-visible,
.public-home button:focus-visible,
.public-home [tabindex]:focus-visible{
  outline:4px solid currentColor;
  outline-offset:4px
}

.player-accessible .play{
  border:2px solid currentColor;
  min-height:48px;
  cursor:pointer
}

.public-home .muted{
  opacity:.82
}

.public-home .now h2{
  font-size:1rem;
  margin:0 0 6px
}

.schedule-public-list{
  list-style:none;
  margin:0;
  padding:0
}

.schedule-public-row{
  min-height:64px
}

.public-footer{
  max-width:900px;
  margin:0 auto;
  padding:10px 18px 40px;
  text-align:center
}

/* Do not rely on color alone for "in onda". */
.schedule-public-row.is-now::before{
  content:"";
  display:block;
  width:6px;
  border-radius:4px;
  background:currentColor
}
.schedule-public-row.is-now{
  grid-template-columns:6px 120px 1fr
}

@media(max-width:650px){
  .schedule-public-row.is-now{
    grid-template-columns:6px 1fr
  }
  .schedule-public-row.is-now .schedule-time{
    grid-column:2
  }
  .schedule-public-row.is-now > div:last-child{
    grid-column:2
  }
}

/* Respect reduced motion for users who request it. */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important
  }
}


/* =========================================================
   RadioSportAI 2.6 — Public Radio UI
   ========================================================= */
.public-radio-v26{background:#061018;color:#eff7f7;min-height:100vh}
.public-radio-v26 .muted{color:#9badb5}
.radio-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));border-bottom:1px solid #19303b;background:#07131bee;position:sticky;top:0;z-index:15;backdrop-filter:blur(16px)}
.radio-logo{font-size:1.45rem;font-weight:900;text-decoration:none;letter-spacing:-.04em}.radio-logo strong,.radio-footer-brand strong{color:#37e6a5}.radio-header-live{font-size:.76rem;font-weight:850;letter-spacing:.14em;color:#cae7dc}
.radio-hero{padding:70px 24px 58px;background:radial-gradient(circle at 78% 15%,#123d46 0,transparent 37%),linear-gradient(135deg,#061018,#091720 70%,#071018)}
.radio-hero-inner,.radio-content-width{width:min(1180px,100%);margin:0 auto}
.radio-hero-inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:56px;align-items:center}
.radio-kicker,.radio-small-label{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#5ee9b5}
.radio-live-copy h1{font-size:clamp(3rem,7vw,6.3rem);line-height:.94;letter-spacing:-.065em;margin:16px 0 18px;max-width:850px}
.radio-current-title{font-size:clamp(1.08rem,2vw,1.45rem);line-height:1.45;max-width:780px;color:#b9cbd1;margin:0 0 30px}
.radio-speaker-line{display:flex;gap:14px;align-items:center;padding:15px 0;margin-bottom:8px}.radio-speaker-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid #37e6a5}.radio-speaker-line strong{display:block;font-size:1.1rem;margin-top:3px}
.radio-controls{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:20px}.radio-play{min-height:58px;border-radius:999px;padding:0 27px;border:0;background:#37e6a5;color:#032016;font-size:.95rem;font-weight:900;letter-spacing:.04em;cursor:pointer}.radio-play:hover{transform:translateY(-1px)}.radio-play-icon{margin-right:8px}.radio-listeners{font-size:.9rem;color:#9badb5}
.radio-now-card{min-height:330px;border:1px solid #24404b;border-radius:26px;background:linear-gradient(145deg,#0d1d26,#09151d);padding:30px;box-shadow:0 28px 70px #0006;display:flex;flex-direction:column;justify-content:flex-end}.radio-now-card p{font-size:1.3rem;line-height:1.45;font-weight:700;margin:10px 0 24px}.radio-now-wave{height:100px;display:flex;align-items:center;justify-content:center;gap:7px;margin-bottom:auto}.radio-now-wave i{width:5px;height:28px;border-radius:6px;background:#37e6a5;opacity:.85;animation:rsa-wave 1.25s ease-in-out infinite}.radio-now-wave i:nth-child(2n){height:58px;animation-delay:.12s}.radio-now-wave i:nth-child(3n){height:78px;animation-delay:.24s}.radio-now-wave i:nth-child(4n){height:42px;animation-delay:.36s}@keyframes rsa-wave{0%,100%{transform:scaleY(.45)}50%{transform:scaleY(1)}}
.radio-progress-wrap{height:5px;background:#1b3039;border-radius:10px;overflow:hidden}.radio-progress{height:100%;width:0;background:#37e6a5;transition:width .6s linear}.radio-time{font-size:.78rem;margin-top:9px;text-align:right}
.radio-next-section{padding:42px 24px;background:#0a151d;border-top:1px solid #162d37;border-bottom:1px solid #162d37}.radio-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.radio-section-head h2{font-size:2rem;margin:5px 0 0;letter-spacing:-.04em}.radio-next-card{display:grid;grid-template-columns:130px 1fr;gap:25px;align-items:center;border:1px solid #223b46;border-radius:18px;padding:22px 26px;background:#0d1b24}.radio-next-time{font-size:1.7rem;font-weight:850}.radio-next-card strong{font-size:1.25rem}.radio-next-card p{margin:5px 0 0;color:#9badb5}
.radio-schedule-section{padding:55px 24px 75px;background:#071018}.radio-schedule-list{list-style:none;margin:0;padding:0;border-top:1px solid #1c333d}.radio-schedule-item{display:grid;grid-template-columns:160px minmax(0,1fr) 130px;gap:25px;align-items:center;padding:20px 8px;border-bottom:1px solid #1c333d}.radio-schedule-item time{font-size:1rem;font-weight:800;font-variant-numeric:tabular-nums}.radio-schedule-program strong{display:block;font-size:1.1rem}.radio-schedule-program span{display:block;color:#91a4ad;margin-top:4px;font-size:.9rem}.radio-schedule-item.is-live{background:#0b1f24;border-radius:12px;padding-left:16px;padding-right:16px}.radio-live-pill{justify-self:end;border:1px solid #6cebbd;border-radius:999px;padding:6px 10px;font-size:.7rem;font-weight:850;letter-spacing:.07em;color:#d5f8eb}
.radio-footer{border-top:1px solid #19303b;background:#040b10;padding:40px 24px;text-align:center}.radio-footer-brand{font-weight:900;font-size:1.25rem}.radio-footer p{color:#91a4ad}.radio-copyright{font-size:.86rem;margin-top:24px!important}
.public-radio-v26.theme-light{background:#f5f7f8;color:#17232a}.public-radio-v26.theme-light .radio-header{background:#fffffff2;border-color:#d8e2e7}.public-radio-v26.theme-light .radio-hero{background:radial-gradient(circle at 78% 15%,#d6f5eb 0,transparent 36%),linear-gradient(135deg,#f8fbfc,#eef5f6)}.public-radio-v26.theme-light .radio-current-title,.public-radio-v26.theme-light .muted,.public-radio-v26.theme-light .radio-listeners,.public-radio-v26.theme-light .radio-next-card p,.public-radio-v26.theme-light .radio-schedule-program span,.public-radio-v26.theme-light .radio-footer p{color:#60747d}.public-radio-v26.theme-light .radio-now-card,.public-radio-v26.theme-light .radio-next-card{background:#fff;border-color:#d8e2e7;box-shadow:0 20px 45px #17212a14}.public-radio-v26.theme-light .radio-next-section{background:#edf4f5;border-color:#d8e2e7}.public-radio-v26.theme-light .radio-schedule-section{background:#f8fbfc}.public-radio-v26.theme-light .radio-schedule-list,.public-radio-v26.theme-light .radio-schedule-item{border-color:#d8e2e7}.public-radio-v26.theme-light .radio-schedule-item.is-live{background:#e3f8ef}.public-radio-v26.theme-light .radio-footer{background:#fff;border-color:#d8e2e7}

@media(max-width:850px){
  .radio-hero-inner{grid-template-columns:1fr;gap:28px}.radio-now-card{min-height:250px}.radio-now-wave{height:70px}.radio-schedule-item{grid-template-columns:120px 1fr}.radio-live-pill{grid-column:2;justify-self:start}.radio-next-card{grid-template-columns:95px 1fr}.radio-header{padding-left:20px;padding-right:20px}
}
@media(max-width:540px){
  .radio-hero{padding:45px 18px}.radio-live-copy h1{font-size:3.1rem}.radio-controls{align-items:flex-start;flex-direction:column}.radio-play{width:100%}.radio-schedule-item{grid-template-columns:1fr;gap:7px}.radio-live-pill{grid-column:1}.radio-next-card{grid-template-columns:1fr;gap:7px}.radio-next-section,.radio-schedule-section{padding-left:18px;padding-right:18px}.radio-section-head{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){.radio-now-wave i{animation:none!important}}

/* 2.6 Admin: white is the default operating theme. */
body.theme-light{background:#f5f7f9;color:#17212a}
body.theme-light th{color:#536875}
body.theme-light label{color:#3b505b}
body.theme-light .priority{background:#e7eef2;color:#263942}
body.theme-light .notice{color:#173e31}
body.theme-light .notice.warn{color:#493f12}

.rsa-public-v28{margin:0;background:#071017;color:#eef5f7;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.rsa-shell{width:min(1120px,calc(100% - 40px));margin:auto}.rsa-top{height:70px;padding:0 max(20px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #20323b;background:#071017;position:sticky;top:0;z-index:10}.rsa-logo,.rsa-footer-logo{font-size:1.35rem;font-weight:900;letter-spacing:-.04em;text-decoration:none;color:inherit}.rsa-logo strong,.rsa-footer-logo strong{color:#38e3a5}.rsa-stream-badge{font-size:.72rem;font-weight:900;letter-spacing:.12em}.rsa-onair{padding:72px 0 62px;background:linear-gradient(125deg,#071017,#0a1820 65%,#0b2427)}.rsa-onair-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.7fr);gap:55px;align-items:center}.rsa-label{font-size:.7rem;font-weight:900;letter-spacing:.16em;color:#55e9b2;text-transform:uppercase}.rsa-onair h1{font-size:clamp(3rem,7vw,6.1rem);letter-spacing:-.07em;line-height:.95;margin:14px 0 18px}.rsa-headline{font-size:1.3rem;line-height:1.45;color:#b8c8ce;max-width:760px}.rsa-presenter{display:flex;align-items:center;gap:13px;margin:28px 0}.rsa-presenter img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #38e3a5}.rsa-presenter strong{display:block;margin-top:4px}.rsa-presenter span:last-child{color:#93a7af}.rsa-player{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.rsa-player button{border:0;border-radius:999px;padding:16px 24px;background:#38e3a5;color:#062018;font-weight:900;cursor:pointer;min-height:52px}.rsa-current-card{border:1px solid #29404a;background:#0d1b23;border-radius:24px;padding:29px;min-height:270px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 24px 60px #0005}.rsa-current-card p{font-size:1.25rem;line-height:1.5;font-weight:700}.rsa-progress-track{height:5px;background:#1d3038;border-radius:10px;overflow:hidden}.rsa-progress-track>div{height:100%;background:#38e3a5;width:0}.rsa-progress-time{text-align:right;color:#91a4ac;font-size:.78rem;margin-top:8px}.rsa-follow{padding:38px 0;background:#0a151c;border-block:1px solid #1c3039}.rsa-section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:17px}.rsa-section-title h2{font-size:2rem;letter-spacing:-.04em;margin:4px 0}.rsa-next{display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:center;padding:21px 24px;border:1px solid #263b45;border-radius:16px;background:#0d1b23}.rsa-next>time{font-size:1.65rem;font-weight:900}.rsa-next p{margin:5px 0;color:#91a4ac}.rsa-schedule{padding:52px 0 70px}.rsa-schedule-list{list-style:none;margin:0;padding:0;border-top:1px solid #1d3038}.rsa-schedule-list li{display:grid;grid-template-columns:150px 1fr 120px;gap:24px;align-items:center;padding:20px 8px;border-bottom:1px solid #1d3038}.rsa-schedule-list li p{margin:4px 0;color:#8fa3ac}.rsa-schedule-list li.live{background:#0d2425;border-radius:12px;padding-inline:15px}.rsa-pill{justify-self:end;font-size:.68rem;font-weight:900;border:1px solid #5ceab7;border-radius:999px;padding:6px 9px}.rsa-footer{border-top:1px solid #1d3038;background:#040a0e;padding:38px 0;text-align:center;color:#8fa3ac}.rsa-footer-logo{color:#eef5f7}.rsa-rights{margin-top:22px;font-size:.85rem}
.rsa-public-v28.theme-light{background:#f8fafb;color:#172329}.rsa-public-v28.theme-light .rsa-top{background:#fff;border-color:#dbe4e8}.rsa-public-v28.theme-light .rsa-onair{background:linear-gradient(125deg,#f7fbfb,#edf7f4)}.rsa-public-v28.theme-light .rsa-headline,.rsa-public-v28.theme-light .rsa-presenter span:last-child{color:#61737c}.rsa-public-v28.theme-light .rsa-current-card,.rsa-public-v28.theme-light .rsa-next{background:#fff;border-color:#d9e3e7;box-shadow:0 18px 45px #17303d12}.rsa-public-v28.theme-light .rsa-follow{background:#edf5f4;border-color:#d9e3e7}.rsa-public-v28.theme-light .rsa-schedule-list,.rsa-public-v28.theme-light .rsa-schedule-list li{border-color:#d9e3e7}.rsa-public-v28.theme-light .rsa-schedule-list li.live{background:#e3f7ee}.rsa-public-v28.theme-light .rsa-footer{background:#fff;border-color:#d9e3e7}.rsa-public-v28.theme-light .rsa-footer-logo{color:#172329}
@media(max-width:820px){.rsa-onair-grid{grid-template-columns:1fr}.rsa-schedule-list li{grid-template-columns:115px 1fr}.rsa-pill{grid-column:2;justify-self:start}}@media(max-width:540px){.rsa-shell{width:calc(100% - 28px)}.rsa-onair h1{font-size:3.1rem}.rsa-player{flex-direction:column;align-items:stretch}.rsa-next,.rsa-schedule-list li{grid-template-columns:1fr}.rsa-pill{grid-column:1}.rsa-section-title{align-items:flex-start;flex-direction:column}}


/* RadioSportAI 2.9.1 — Reset palinsesto */
.schedule-danger-zone{
  border:1px solid #a53b3b;
  margin-bottom:20px;
}
.confirm-dialog{
  max-width:560px;
  border:1px solid #425762;
  border-radius:16px;
  padding:24px;
  background:#101b22;
  color:#eef5f7;
  box-shadow:0 24px 80px #0008;
}
.confirm-dialog::backdrop{background:#0009}
.theme-light .confirm-dialog{
  background:#fff;
  color:#17212a;
  border-color:#d7e0e5;
}


/* RadioSportAI 2.10 — Programs / Speakers / Provider catalog */
.program-danger-zone{border:1px solid #a43b3b;margin-bottom:20px}
.speaker-help-intro{padding:14px 16px;border:1px solid var(--line);border-radius:12px;margin-bottom:14px}
.field-help{font-size:.78rem;line-height:1.35;color:var(--muted);margin:-3px 0 7px}
.help-dot{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1px solid currentColor;font-size:.72rem;cursor:help;margin-left:4px}
.speaker-guide{border:1px solid var(--line);border-radius:12px;padding:12px 14px;margin:14px 0 20px}
.speaker-guide summary{font-weight:800;cursor:pointer}
.speaker-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-top:12px}
.speaker-guide-grid>div{padding:12px;border-radius:10px;background:var(--soft)}
.speaker-guide-grid strong,.speaker-guide-grid span{display:block}.speaker-guide-grid span{font-size:.8rem;color:var(--muted);margin-top:4px}
.provider-catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;margin-top:16px}
.provider-candidate{border:1px solid var(--line);border-radius:14px;padding:16px;background:var(--soft)}
.provider-candidate h3{margin:7px 0 8px}.provider-candidate p{font-size:.88rem;line-height:1.45}
.provider-status{font-size:.67rem;font-weight:900;letter-spacing:.08em;color:var(--accent)}

/* RadioSportAI 2.11 — Visual schedule */
.schedule-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center}
.schedule-builder{display:grid;grid-template-columns:290px minmax(0,1fr);gap:18px;align-items:start}
.schedule-library{position:sticky;top:84px;max-height:calc(100vh - 100px);overflow:auto;border:1px solid var(--line);border-radius:14px;padding:14px;background:var(--card)}
.schedule-library h2{margin-top:0}.schedule-library details{border-bottom:1px solid var(--line);padding:8px 0}.schedule-library summary{cursor:pointer;font-weight:800}
.library-list{display:grid;gap:7px;margin-top:8px}.library-item{border:1px solid var(--line);border-radius:10px;padding:9px 10px;cursor:grab;background:var(--soft)}.library-item strong,.library-item span{display:block}.library-item span{font-size:.75rem;color:var(--muted);margin-top:3px}
.week-board{display:grid;grid-template-columns:repeat(7,minmax(180px,1fr));gap:10px;overflow-x:auto;padding-bottom:12px}.day-column{min-height:520px;border:1px solid var(--line);border-radius:14px;background:var(--card);transition:.15s}.day-column.drag-over{outline:3px solid var(--accent);outline-offset:2px}.day-head{padding:11px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--card);z-index:2;border-radius:14px 14px 0 0}.day-head strong,.day-head span{display:block}.day-head span{font-size:.72rem;color:var(--muted)}
.day-dropzone{padding:8px;min-height:465px}.schedule-card{position:relative;border:1px solid var(--line);border-left:5px solid var(--accent);border-radius:10px;padding:9px;margin-bottom:8px;background:var(--soft);cursor:grab}.schedule-card>strong,.schedule-card>span{display:block}.schedule-card>span{font-size:.72rem;color:var(--muted);margin-top:2px}.schedule-card-type{font-size:.62rem;font-weight:900;letter-spacing:.06em;margin-bottom:4px}.schedule-time-form{display:flex;gap:4px;align-items:center;margin-top:8px}.schedule-time-form input[type=time]{min-width:0;width:82px;padding:5px}.tiny{padding:5px 7px!important;min-height:auto!important}.schedule-delete-form{position:absolute;right:5px;top:5px}.type-program{--accent:#4fa3ff}.type-live{--accent:#ef5d67}.type-media{--accent:#9b7cff}.type-spot{--accent:#ffb84d}.dragging{opacity:.45}
@media(max-width:1100px){.schedule-builder{grid-template-columns:1fr}.schedule-library{position:static;max-height:none}.week-board{grid-template-columns:repeat(7,210px)}}


/* RadioSportAI 2.11.1 — compact schedule + emergency regia */
@media(min-width:1180px){
  .schedule-builder{display:block!important}
  .schedule-library{position:static!important;max-height:none!important;margin-bottom:12px;padding:8px!important}
  .schedule-library>h2{font-size:1rem;margin:0 0 6px}
  .schedule-library details{display:inline-block;vertical-align:top;width:24%;padding:5px!important;border:0!important}
  .library-list{max-height:125px;overflow:auto;gap:4px!important}
  .library-item{padding:5px 6px!important;font-size:.72rem}
  .library-item span{font-size:.62rem!important}
  .week-board{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:5px!important;overflow:visible!important}
  .day-column{min-width:0!important;min-height:420px!important}
  .day-head{padding:6px!important;font-size:.72rem}
  .day-dropzone{padding:4px!important;min-height:380px!important}
  .schedule-card{padding:6px!important;margin-bottom:5px!important;border-left-width:3px!important}
  .schedule-card>strong{font-size:.68rem;line-height:1.15;padding-right:15px}
  .schedule-card>span{font-size:.58rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .schedule-card-type{font-size:.53rem!important}
  .schedule-time-form{gap:2px!important;margin-top:5px!important;flex-wrap:wrap}
  .schedule-time-form input[type=time]{width:63px!important;padding:2px!important;font-size:.62rem!important}
  .schedule-time-form span{font-size:.55rem}
  .tiny{padding:2px 4px!important;font-size:.6rem!important}
}
.emergency-regia{border:2px solid #a93838}
.emergency-actions{display:flex;gap:10px;flex-wrap:wrap}
.strong-danger{background:#8f1515!important;color:white!important;font-weight:900!important}
button.success,.button.success{background:#238a5a;color:#fff;border-color:#238a5a}

/* RadioSportAI 2.12 — compact seven-day scheduler */
@media(min-width:1180px){
 .week-board{width:100%!important;grid-template-columns:repeat(7,minmax(0,1fr))!important}
 .day-column{font-size:.68rem!important}
 .day-head strong{font-size:.68rem!important}
 .schedule-card{padding:4px 5px!important}
 .schedule-card>strong{font-size:.62rem!important}
 .schedule-card>span{font-size:.54rem!important}
 .schedule-card-type{font-size:.48rem!important}
 .schedule-time-form input[type=time]{width:58px!important;font-size:.58rem!important}
}

/* RadioSportAI 2.12.1 */
.type-jingle{--accent:#34c7c2!important}
.time-select{width:68px!important;padding:3px!important;font-size:.62rem!important}
.schedule-time-dialog{max-width:420px}
.schedule-time-dialog select{width:100%}
