﻿:root{
  --red:#e30613;
  --red-dark:#a9000a;
  --green:#00843d;
  --ink:#101216;
  --muted:#5e6673;
  --paper:#f4f5f7;
  --card:#ffffff;
  --line:#dde1e7;
  --soft:#eef1f5;
  --font-head:'Oswald',sans-serif;
  --font-body:'Roboto',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:18px;min-height:78px;padding:8px clamp(14px,3vw,48px);background:#000;border-bottom:1px solid #1f232b;box-shadow:0 14px 34px rgba(16,18,22,.24);backdrop-filter:blur(16px);white-space:nowrap;overflow:visible}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand img{height:52px;width:auto}.brand-name{font-family:var(--font-head);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;line-height:1;color:#fff}.brand-name strong{display:block;color:var(--red)}.main-nav{display:flex;align-items:center;justify-content:center;gap:6px;flex:1 0 auto;min-width:max-content;flex-wrap:nowrap}.main-nav a{padding:8px 10px;border-radius:4px;color:#f3f5f8;font-family:var(--font-head);font-size:.95rem;text-transform:uppercase;letter-spacing:.7px}.main-nav a:hover,.main-nav a.is-active{background:#fff0f1;color:var(--red);box-shadow:inset 0 0 0 1px #ffccd0}.listen-live,.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:4px;border:0;background:var(--green);color:#fff;font-family:var(--font-head);font-weight:700;text-transform:uppercase;letter-spacing:1px}.listen-live{min-width:max-content}.nav-dropdown{position:relative;display:inline-flex;align-items:center}.nav-dropdown>a{display:inline-flex}.submenu{position:absolute;top:100%;left:0;z-index:40;display:none;min-width:190px;padding:8px;background:#08090b;border:1px solid #252932;border-radius:6px;box-shadow:0 18px 38px rgba(0,0,0,.28)}.submenu a{display:flex;min-height:36px;align-items:center;color:#fff}.submenu a:hover{background:#fff0f1;color:var(--red)}.nav-dropdown:hover .submenu,.nav-dropdown:focus-within .submenu{display:grid}.about-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.about-links a{display:inline-flex;min-height:38px;align-items:center;padding:0 12px;border-radius:4px;background:#101216;color:#fff;font-family:var(--font-head);text-transform:uppercase;letter-spacing:1px}.host-page-card{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 14px 34px rgba(16,18,22,.07)}.host-page-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.host-page-card div{padding:16px}.host-page-card h3{margin:0;font-family:var(--font-head);font-size:1.6rem;text-transform:uppercase}.listen-live:hover,.button.primary:hover{background:var(--red)}.button.ghost{background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.75);color:#111}
.score-ticker,.listen-ticker{overflow:hidden;white-space:nowrap;background:#2f333a;color:#fff;border-top:1px solid #20242a;border-bottom:1px solid #20242a}.ticker-track{display:inline-flex;gap:54px;align-items:center;min-width:max-content;padding:10px 0;font-family:var(--font-head);font-size:1rem;text-transform:uppercase;letter-spacing:1.8px;animation:tickerLeft 42s linear infinite}.ticker-right .ticker-track{animation-name:tickerRight}.ticker-left .ticker-track{animation-name:tickerLeft}.ticker-track span,.ticker-track a{display:inline-flex;align-items:center;gap:10px}.ticker-track span:before{content:'';width:7px;height:7px;border-radius:999px;background:#fff}.listen-link{color:#fff}.listen-icon{display:inline-grid;place-items:center;min-width:40px;height:24px;padding:0 7px;border-radius:4px;background:var(--red);color:#fff;font-size:.7rem;letter-spacing:.7px}@keyframes tickerLeft{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes tickerRight{from{transform:translateX(-50%)}to{transform:translateX(0)}}
#app{width:100%}.hero-rotator{position:relative;min-height:clamp(520px,70vh,740px);overflow:hidden;background:#111}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease}.hero-slide.is-active{opacity:1;z-index:1}.hero-slide>img{width:100%;height:100%;object-fit:cover;opacity:.55}.hero-slide:nth-child(3)>img{object-fit:contain;padding:8vw;background:radial-gradient(circle at 55% 45%,#ffffff 0,#eef1f5 44%,#dfe3ea 100%);opacity:.9}.hero-slide:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.72) 43%,rgba(255,255,255,.2) 100%),linear-gradient(0deg,#f4f5f7 0%,rgba(244,245,247,0) 30%)}.hero-layout{position:absolute;z-index:2;inset:0;display:grid;grid-template-columns:minmax(0,1fr) 400px;align-items:center;gap:40px;padding:clamp(44px,7vw,92px) clamp(20px,6vw,76px)}.hero-layout.has-model{grid-template-columns:400px minmax(0,1fr)}.hero-copy{max-width:760px}.eyebrow,.meta{margin:0 0 8px;color:var(--red);font-family:var(--font-head);font-size:.86rem;font-weight:700;text-transform:uppercase;letter-spacing:2px}.hero-copy h1,.page-hero h1{margin:0;font-family:var(--font-head);font-size:clamp(3.4rem,9vw,7.6rem);line-height:.86;text-transform:uppercase;letter-spacing:0}.hero-copy p,.page-hero p{max-width:620px;color:#343944;font-size:1.12rem}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px}.hero-actions .hero-app-buttons{display:flex;align-items:center;gap:8px}.hero-actions .hero-app-buttons img{height:40px;max-width:136px}.hero-dots{position:absolute;z-index:3;right:clamp(18px,4vw,54px);bottom:34px;display:flex;gap:9px}.hero-dots button{width:42px;height:5px;border:0;border-radius:99px;background:rgba(16,18,22,.25)}.hero-dots button.is-active{background:var(--red)}.hero-model-wrap{display:grid;place-items:center;min-height:360px}.hero-3d-main{width:360px;height:360px;background:transparent;--poster-color:transparent;filter:drop-shadow(0 28px 40px rgba(0,0,0,.18))}.hero-model-wrap:empty:before{content:'SRN';display:grid;place-items:center;width:280px;height:280px;border-radius:50%;background:#fff;color:var(--red);font-family:var(--font-head);font-size:4rem;box-shadow:0 30px 70px rgba(16,18,22,.16)}
.app-solicit{display:grid;grid-template-columns:minmax(0,1fr) 220px auto;align-items:center;gap:28px;padding:30px clamp(20px,6vw,76px);background:#fff;color:var(--ink);border-top:1px solid var(--line);border-bottom:6px solid var(--red)}.app-solicit h2,.section-heading h2,.page-hero h1,.host-card h3,.event-list h3,.story-card h3,.podcast-card h3{font-family:var(--font-head);text-transform:uppercase;line-height:1.02}.app-solicit h2{margin:0;font-size:clamp(2rem,4vw,4rem)}.app-solicit p:not(.eyebrow){margin:8px 0 0;color:#3b3f47}.app-solicit img{max-height:148px;margin:auto}.store-buttons{display:grid;gap:10px}.store-buttons a{min-width:138px;padding:10px 14px;border-radius:4px;background:#111;color:#fff;text-align:center;font-family:var(--font-head);text-transform:uppercase;letter-spacing:1px}
.content-band,.feature-grid,.two-ad-grid,.page-hero{max-width:1240px;margin:0 auto;padding:36px 24px}.section-heading{display:block;text-align:left;margin-bottom:18px}.section-heading h2{margin:0;font-size:clamp(2rem,4vw,3.4rem)}.three-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.story-card,.podcast-card,.host-panel,.events-panel,.ad-unit,.about-copy,.advertiser-list article{border:1px solid var(--line);border-radius:8px;background:var(--card);overflow:hidden;box-shadow:0 14px 34px rgba(16,18,22,.07)}.story-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.story-card div,.story-card.text-only,.podcast-card,.about-copy,.advertiser-list article{padding:18px}.story-card h3,.podcast-card h3{margin:0;font-size:1.45rem}.story-card p,.podcast-card p,.host-card p,.event-list p,.about-copy p,.advertiser-list p{color:var(--muted);margin:8px 0 0}.story-card a,.podcast-card a{display:inline-flex;margin-top:14px;color:var(--red);font-family:var(--font-head);text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid var(--red)}.podcast-mark{width:68px;height:68px;display:grid;place-items:center;margin-bottom:16px;background:var(--red);color:#fff;border-radius:8px;font-family:var(--font-head);font-size:1.45rem}.podcast-card{min-height:270px}.podcast-thumb{width:100%;aspect-ratio:16/10;object-fit:cover;background:#111;border-bottom:1px solid var(--line)}
.ad-unit{max-width:1192px;margin:8px auto 0;padding:18px 22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;background:#fff;color:#101010}.ad-unit strong{display:block;font-family:var(--font-head);font-size:1.7rem;text-transform:uppercase}.ad-unit span{color:#4d5159}.ad-logos{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex-wrap:wrap}.ad-logos img{max-width:112px;max-height:42px;object-fit:contain;filter:grayscale(100%)}.google-ad-slot{grid-column:1/-1;min-height:72px;border:1px dashed #c8ced8;border-radius:8px;background:#fafbfc;padding:12px;display:grid;align-content:center;gap:4px}.google-ad-slot .eyebrow{margin:0}.google-ad-slot span{font-size:.85rem}.ad-box{align-content:space-between;min-height:240px;margin:0}.ad-box .ad-logos{justify-content:flex-start}.two-ad-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding-top:8px}
.feature-grid{display:grid;grid-template-columns:1fr 2fr;gap:18px}.host-panel,.events-panel{padding:20px}.host-scroll{height:510px;overflow:hidden;position:relative;border-radius:8px}.host-scroll:before,.host-scroll:after{content:'';position:absolute;left:0;right:0;height:44px;z-index:2;pointer-events:none}.host-scroll:before{top:0;background:linear-gradient(to bottom,#fff,rgba(255,255,255,0))}.host-scroll:after{bottom:0;background:linear-gradient(to top,#fff,rgba(255,255,255,0))}.host-track{display:grid;gap:14px;animation:hostScroll 28s linear infinite}.host-scroll:hover .host-track{animation-play-state:paused}.host-card{display:grid;grid-template-columns:86px 1fr;align-items:center;gap:14px;padding:16px;border:1px solid var(--line);border-left:5px solid var(--red);border-radius:8px;background:#fff}.host-card img{width:86px;height:86px;border-radius:50%;object-fit:cover;border:3px solid var(--red)}.host-card span{color:var(--red);font-family:var(--font-head);text-transform:uppercase;letter-spacing:1px}.host-card h3{margin:5px 0 0;font-size:1.55rem}@keyframes hostScroll{from{transform:translateY(0)}to{transform:translateY(-50%)}}
.event-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.event-list article{display:grid;grid-template-rows:150px 1fr;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.event-list article>img{width:100%;height:100%;object-fit:cover}.event-body{padding:14px}.event-list time{display:inline-grid;place-items:center;min-height:34px;padding:0 10px;margin-bottom:8px;border-radius:4px;background:var(--red);color:#fff;font-family:var(--font-head);font-weight:700;text-align:center;text-transform:uppercase}.event-list h3{margin:0;font-size:1.25rem}.page-hero{min-height:320px;display:grid;align-content:end;background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.52)),url('images/web-hero.webp') center/cover;max-width:none;padding:92px clamp(20px,6vw,76px) 42px}.about-copy{font-size:1.08rem}.about-copy h2{margin:0;font-family:var(--font-head);font-size:3rem;text-transform:uppercase}
.sponsor-ticker-wrap{width:100%;overflow:hidden;background:#000;padding:12px 0;border-top:1px solid #171717;border-bottom:1px solid #171717}.sponsor-ticker{display:inline-flex;align-items:center;gap:0;min-width:max-content;animation:tickerLeft 35s linear infinite}.sponsor-ticker:hover{animation-play-state:paused}.sponsor-logo-item{display:inline-flex;align-items:center;padding:0 25px}.sponsor-logo-item img{height:27px;max-width:110px;object-fit:contain;filter:grayscale(100%) brightness(0) invert(1);opacity:.82;transition:.25s}.sponsor-logo-item img:hover{filter:grayscale(0%);opacity:1}.giant-footer-bg{height:240px;background:#000 url('images/srn-background.png') center/cover no-repeat;opacity:1}.site-footer{position:relative;padding:52px clamp(20px,5vw,54px) 22px;background:#08090b;color:#d5d8de;overflow:hidden}.footer-grid{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:40px;margin:0 auto 34px;max-width:1180px}.footer-logo{display:flex;align-items:center;gap:20px}.footer-logo img{height:70px}.footer-logo p{color:#aeb4bf;font-size:.94rem;max-width:330px;margin:0}.footer-contact h4,.footer-social h4{margin:0 0 15px;font-family:var(--font-head);font-size:1.2rem;text-transform:uppercase;color:#fff}.footer-contact ul{list-style:none;margin:0;padding:0;color:#aeb4bf;font-size:.95rem;line-height:1.8}.footer-contact li{display:flex;gap:10px;margin-bottom:10px}.footer-icon{display:inline-grid;place-items:center;min-width:34px;height:24px;border-radius:4px;background:var(--red);color:#fff;font-family:var(--font-head);font-size:.72rem}.social-handle{display:block;color:var(--red);font-family:var(--font-head);font-size:1.4rem;margin-bottom:12px}.social-icons{display:flex;flex-wrap:wrap;gap:10px}.social-icons a{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:4px;background:#15171b;color:#fff;font-family:var(--font-head);font-size:.85rem;text-transform:uppercase}.footer-bottom{display:flex;justify-content:space-between;gap:18px;max-width:1180px;margin:0 auto;padding-top:20px;border-top:1px solid #252932;color:#8f96a3;font-size:.85rem}.footer-bottom p{margin:0}.footer-bottom a{color:#fff}
@media(max-width:1120px){.site-header{gap:10px;padding-inline:12px}.brand-name{font-size:.9rem}.main-nav a{font-size:.82rem;padding:6px 6px}.listen-live{padding-inline:10px;font-size:.84rem}.hero-layout,.hero-layout.has-model{grid-template-columns:1fr}.hero-model-wrap{display:none}.three-grid,.two-ad-grid{grid-template-columns:1fr}.event-list{grid-template-columns:repeat(2,minmax(0,1fr))}.app-solicit{grid-template-columns:1fr;text-align:center}.store-buttons{display:flex;justify-content:center;flex-wrap:wrap}.ad-unit{grid-template-columns:1fr}.ad-logos{justify-content:flex-start}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-logo,.footer-contact li{justify-content:center}.footer-bottom{display:grid;text-align:center;justify-items:center}}
@media(max-width:720px){.site-header{position:sticky;display:flex;justify-content:flex-start;white-space:nowrap}.brand img{height:44px}.brand-name{font-size:.78rem}.hero-rotator{min-height:560px}.hero-dots{left:20px;right:auto}.content-band,.feature-grid,.two-ad-grid{padding-left:16px;padding-right:16px}.feature-grid{grid-template-columns:1fr}.event-list{grid-template-columns:1fr}.host-card{grid-template-columns:70px 1fr}.host-card img{width:70px;height:70px}.footer-logo{display:grid;justify-items:center}}
.detail-page{max-width:960px;margin:0 auto;padding:56px 24px 72px}.detail-page h1{margin:0 0 18px;font-family:var(--font-head);font-size:clamp(2.6rem,7vw,5.4rem);line-height:.92;text-transform:uppercase}.detail-page>img{width:100%;max-height:420px;object-fit:cover;border-radius:8px;border:1px solid var(--line);box-shadow:0 18px 44px rgba(16,18,22,.12);margin:18px 0}.detail-page .lead{font-size:1.25rem;color:#303744}.detail-page audio{width:100%;margin:10px 0 18px}.button.dark,.button.ghost.dark{background:#101216;color:#fff;border-color:#101216}.button.danger{background:#b00012;color:#fff}.admin-shell{max-width:1180px;margin:0 auto;padding:34px 20px 70px}.admin-hero{padding:34px 0}.admin-hero h1{margin:0;font-family:var(--font-head);font-size:clamp(2.4rem,6vw,5rem);line-height:.95;text-transform:uppercase}.admin-hero p{max-width:760px;color:var(--muted)}.admin-panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;margin-bottom:22px;box-shadow:0 14px 34px rgba(16,18,22,.07)}.admin-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:20px}.admin-form label{display:grid;gap:6px;color:#4b5360;font-weight:900;text-transform:uppercase;font-size:.78rem;letter-spacing:1px}.admin-form input{min-height:42px;border:1px solid var(--line);border-radius:5px;padding:9px 10px;font:inherit}.admin-actions{display:flex;align-items:end;gap:10px;grid-column:1/-1}.admin-list{display:grid;gap:10px}.admin-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:8px;padding:12px;background:#fafbfc}.admin-row>div{display:flex;align-items:center;gap:12px}.admin-row img{width:64px;height:64px;object-fit:cover;border-radius:6px}.admin-row h3{margin:0;font-family:var(--font-head);font-size:1.2rem;text-transform:uppercase}.admin-row p{margin:4px 0 0;color:var(--muted);font-size:.92rem}.app-badges a{background:transparent;padding:0;min-height:auto}.app-badges img{height:46px;width:auto;max-width:160px}@media(max-width:720px){.admin-form{grid-template-columns:1fr}.admin-row,.admin-row>div{display:grid}.admin-row{justify-items:start}}
/* SRN managed content updates */
.sponsor-ticker-wrap{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.sponsor-logo-item img{filter:grayscale(100%);opacity:.9;mix-blend-mode:multiply}
.sponsor-logo-item img:hover{filter:grayscale(0%);opacity:1}
.listen-icon{width:38px;height:38px;min-width:38px;padding:0;border-radius:50%;background:var(--red);color:#fff}
.listen-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ticker-track span:before{background:var(--red)}
.hero-slide>video{width:100%;height:100%;object-fit:cover;opacity:.55}
.lead-story{display:inline-flex;margin-top:12px;color:var(--red);font-family:var(--font-head);font-size:1.05rem;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid var(--red)}
.podcasts-cta{background:var(--green)!important;color:#fff!important;border:0!important}
.managed-ad{display:grid;justify-items:center;gap:7px;color:#111;font-family:var(--font-head);font-size:.8rem;text-transform:uppercase;letter-spacing:1px;text-align:center}
.managed-ad img{max-width:150px;max-height:72px;object-fit:contain;filter:grayscale(100%)}
.broadcast-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.broadcast-card{position:relative;height:150px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#101216;color:#fff;box-shadow:0 14px 34px rgba(16,18,22,.08)}
.broadcast-card img{width:100%;height:100%;object-fit:cover;opacity:.62}
.broadcast-card>div{position:absolute;inset:auto 0 0;padding:14px;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,0))}
.broadcast-card time{color:#fff;font-family:var(--font-head);font-size:.78rem;text-transform:uppercase;letter-spacing:1px}
.broadcast-card h3{margin:3px 0 0;font-family:var(--font-head);font-size:1.25rem;text-transform:uppercase;line-height:1}
.broadcast-card p{margin:4px 0 0;color:#dce1e8;font-size:.82rem;line-height:1.25}
.host-card a{display:grid;grid-template-columns:86px 1fr;align-items:center;gap:14px;color:inherit}
.app-solicit{border-bottom:1px solid var(--line)}
.giant-footer-bg{height:330px;background:#000 url('images/srn-background.png') center top/contain no-repeat}
.admin-form select,.admin-form textarea{border:1px solid var(--line);border-radius:5px;padding:9px 10px;font:inherit;background:#fff;color:var(--ink)}
.admin-form textarea{resize:vertical;min-height:98px}
.admin-form label.wide{grid-column:1/-1}
@media(max-width:1120px){.broadcast-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.host-card a{grid-template-columns:70px 1fr}}
@media(max-width:720px){.broadcast-grid{grid-template-columns:1fr}.broadcast-card{height:160px}.giant-footer-bg{height:220px}.managed-ad{justify-items:start}.listen-icon{width:34px;height:34px;min-width:34px}}

/* Advertise page and ticker admin refinements */
.giant-footer-bg{width:100%;height:360px;background-color:#000;background-image:url('images/srn-background.png');background-position:center top;background-size:100% auto;background-repeat:no-repeat}
.advertise-copy article,.offerings-panel,.questionnaire-panel{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 34px rgba(16,18,22,.07)}
.advertise-copy article{padding:22px}
.advertise-copy h3,.offering-row h4{margin:0;font-family:var(--font-head);font-size:1.45rem;text-transform:uppercase;line-height:1.05}
.advertise-copy p,.offering-row p{margin:8px 0 0;color:var(--muted)}
.ad-split-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:22px;align-items:start}
.offerings-panel,.questionnaire-panel{padding:22px}
.offering-row{padding:0 0 16px 15px;margin-bottom:16px;border-left:4px solid var(--red);border-bottom:1px solid var(--line)}
.offering-row:last-child{margin-bottom:0;border-bottom:0}
.advertise-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.advertise-form label{display:grid;gap:6px;color:#4b5360;font-weight:900;text-transform:uppercase;font-size:.78rem;letter-spacing:1px}
.advertise-form input,.advertise-form select,.advertise-form textarea{min-height:42px;border:1px solid var(--line);border-radius:5px;padding:9px 10px;font:inherit;background:#fff;color:var(--ink)}
.advertise-form textarea{min-height:110px;resize:vertical}.advertise-form .wide,.advertise-form button{grid-column:1/-1}
@media(max-width:900px){.ad-split-grid,.advertise-form{grid-template-columns:1fr}.giant-footer-bg{height:240px;background-size:cover}}

/* SRN requested refinements 20260711-7 */
.site-header,.site-footer{background:#000!important}
.footer-bottom{background:#000}.podcasts-cta:hover{background:var(--red)!important;color:#fff!important}
.host-card{grid-template-columns:74px minmax(0,1fr);padding:12px}.host-card a{grid-template-columns:74px minmax(0,1fr);gap:12px}.host-card img{width:74px;height:74px}.host-card p{white-space:nowrap;font-size:.9rem}.host-card h3{font-size:1.38rem}.host-card span{font-size:.82rem;white-space:nowrap}
.section-heading{display:flex;align-items:center;gap:14px}.section-heading::before{content:"";flex:0 0 46px;height:28px;border-radius:5px;background:linear-gradient(90deg,var(--red) 0 4px,transparent 4px 7px,var(--green) 7px 11px,transparent 11px 14px,var(--red) 14px 18px,transparent 18px 21px,#101216 21px 25px,transparent 25px 28px,var(--green) 28px 32px,transparent 32px 35px,var(--red) 35px 39px,transparent 39px 42px,#101216 42px 46px);animation:wavePulse .9s ease-in-out infinite;transform-origin:center}.section-heading>div{min-width:0}@keyframes wavePulse{0%,100%{transform:scaleY(.65);opacity:.72}50%{transform:scaleY(1.08);opacity:1}}
.podcast-card{position:relative;background:rgba(255,255,255,.62)!important;border:1px solid rgba(255,255,255,.75)!important;box-shadow:0 22px 60px rgba(16,18,22,.16),inset 0 1px 0 rgba(255,255,255,.85)!important;backdrop-filter:blur(14px);transform-style:preserve-3d;transition:transform .25s ease,box-shadow .25s ease}.podcast-card:hover{transform:translateY(-6px) rotateX(1deg) rotateY(-1deg);box-shadow:0 30px 72px rgba(16,18,22,.22),inset 0 1px 0 rgba(255,255,255,.9)!important}.podcast-card::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.45),rgba(255,255,255,0) 42%)}
.live-counters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.live-counters div{padding:10px;border:1px solid #252932;border-radius:8px;background:#08090b}.live-counters strong{display:block;color:#fff;font-family:var(--font-head);font-size:1.65rem;line-height:1}.live-counters span{display:block;color:#aeb4bf;font-size:.72rem;text-transform:uppercase;letter-spacing:1px;margin-top:4px}.social-icons a{background:#111;border:1px solid #252932}.footer-logo{align-items:flex-start}.about-links a[href*="media.sportsrapnetwork.com"]{background:var(--red)}
@media(max-width:720px){.section-heading{align-items:flex-start}.host-card p,.host-card span{white-space:normal}.live-counters{grid-template-columns:1fr}.footer-logo{text-align:center;align-items:center}}
.section-heading{display:grid!important;grid-template-columns:46px minmax(0,1fr);align-items:center;column-gap:14px;row-gap:0}.section-heading::before{grid-row:1/3;grid-column:1}.section-heading .eyebrow,.section-heading h2{grid-column:2}.section-heading .eyebrow{align-self:end}.section-heading h2{align-self:start}

/* SRN responsive polish 20260711-8 */
.site-header{position:sticky!important;top:0!important;z-index:1000!important}
.listen-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px;color:#fff;text-align:center}.listen-icon{display:inline-grid!important;place-items:center!important;flex:0 0 38px}.listen-label{display:inline-block;font-family:var(--font-head);font-size:.86rem;letter-spacing:1px;text-transform:uppercase;line-height:1;white-space:nowrap}.listen-ticker .ticker-track{gap:38px}
.hero-copy{max-width:min(760px,100%)}.hero-copy h1{max-width:12ch;line-height:.9;text-wrap:balance}.hero-copy>p:not(.eyebrow){max-width:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-actions{display:flex!important;align-items:center!important;gap:10px}.hero-actions .button{flex:0 0 auto}.hero-actions .hero-app-buttons{flex:0 0 auto}.hero-actions .hero-app-buttons a{display:inline-flex}.hero-actions .hero-app-buttons img{display:block}
.section-heading{display:grid!important;grid-template-columns:minmax(0,auto) 66px!important;align-items:center!important;justify-content:start!important;column-gap:14px!important}.section-heading::before{content:none!important}.section-heading::after{content:"";grid-column:2;grid-row:1/3;width:66px;height:34px;border-radius:6px;background:linear-gradient(90deg,#e30613 0 5px,transparent 5px 8px,#00843d 8px 13px,transparent 13px 17px,#101216 17px 22px,transparent 22px 25px,#e30613 25px 30px,transparent 30px 34px,#00843d 34px 39px,transparent 39px 43px,#101216 43px 48px,transparent 48px 52px,#e30613 52px 57px,transparent 57px 61px,#00843d 61px 66px);animation:audioBars 1.05s steps(5,end) infinite;transform-origin:center}.section-heading .eyebrow,.section-heading h2{grid-column:1!important}.section-heading h2{max-width:100%;text-wrap:balance}@keyframes audioBars{0%{clip-path:polygon(0 42%,7% 42%,7% 58%,0 58%,12% 24%,19% 24%,19% 76%,12% 76%,25% 10%,33% 10%,33% 90%,25% 90%,39% 35%,47% 35%,47% 65%,39% 65%,53% 18%,61% 18%,61% 82%,53% 82%,67% 46%,75% 46%,75% 54%,67% 54%,81% 28%,89% 28%,89% 72%,81% 72%,95% 14%,100% 14%,100% 86%,95% 86%)}50%{clip-path:polygon(0 18%,7% 18%,7% 82%,0 82%,12% 44%,19% 44%,19% 56%,12% 56%,25% 30%,33% 30%,33% 70%,25% 70%,39% 8%,47% 8%,47% 92%,39% 92%,53% 40%,61% 40%,61% 60%,53% 60%,67% 16%,75% 16%,75% 84%,67% 84%,81% 36%,89% 36%,89% 64%,81% 64%,95% 26%,100% 26%,100% 74%,95% 74%)}100%{clip-path:polygon(0 35%,7% 35%,7% 65%,0 65%,12% 12%,19% 12%,19% 88%,12% 88%,25% 46%,33% 46%,33% 54%,25% 54%,39% 22%,47% 22%,47% 78%,39% 78%,53% 6%,61% 6%,61% 94%,53% 94%,67% 32%,75% 32%,75% 68%,67% 68%,81% 18%,89% 18%,89% 82%,81% 82%,95% 42%,100% 42%,100% 58%,95% 58%)}}
.square-ad-deck{max-width:1192px;margin:8px auto 0;padding:8px 24px 36px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.square-ad-card{aspect-ratio:1/1;border:1px solid var(--line);border-radius:8px;background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 14px 34px rgba(16,18,22,.07)}.square-ad-card img{width:100%;height:100%;object-fit:contain;padding:18px}.square-ad-card.google{background:#fafbfc}.square-ad-card.google ins{width:100%;height:100%}.square-ad-card span,.square-ad-card strong,.square-ad-card p{display:none!important}
.footer-logo{display:grid!important;grid-template-columns:82px minmax(0,1fr);align-items:start;text-align:left}.footer-logo img{grid-row:1/3}.footer-logo p{grid-column:2;max-width:420px}.footer-logo .live-counters{grid-column:2;margin-top:14px}.live-counters{max-width:420px}.live-counters strong{font-variant-numeric:tabular-nums}.site-footer p,.site-footer a,.story-card p,.podcast-card p,.event-list p,.about-copy p{text-wrap:pretty;overflow-wrap:anywhere}.main-nav a,.button,.listen-label{text-wrap:nowrap}
@media(max-width:1120px){.hero-copy>p:not(.eyebrow){white-space:normal}.hero-actions{flex-wrap:wrap}.square-ad-deck{grid-template-columns:repeat(3,minmax(0,1fr));padding-inline:16px}.listen-ticker .ticker-track{gap:28px}.listen-label{font-size:.78rem}}
@media(max-width:760px){.site-header{overflow-x:auto}.hero-rotator{min-height:640px}.hero-copy h1{font-size:clamp(3rem,15vw,4.8rem);max-width:11ch}.hero-layout,.hero-layout.has-model{align-content:center;padding-top:42px;padding-bottom:70px}.hero-actions{display:grid!important;grid-template-columns:1fr 1fr;align-items:stretch}.hero-actions .button{width:100%;min-height:44px}.hero-actions .hero-app-buttons{grid-column:1/-1;justify-content:center}.square-ad-deck{grid-template-columns:1fr;max-width:420px}.section-heading{grid-template-columns:minmax(0,1fr) 54px!important}.section-heading::after{width:54px}.listen-link{gap:7px}.listen-icon{flex-basis:34px}.listen-label{font-size:.72rem}.footer-logo{grid-template-columns:1fr;justify-items:center;text-align:center}.footer-logo img,.footer-logo p,.footer-logo .live-counters{grid-column:1}.footer-logo img{grid-row:auto}.live-counters{width:100%}}
.hero-copy h1{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-copy>p:not(.eyebrow){white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis}

/* SRN listen ticker and nav refinements 20260711-9 */
.btn-live{background-color:#006622!important;color:#fff!important;padding:12px 24px!important;font-family:var(--font-head);font-size:1.05rem!important;text-transform:uppercase;border-radius:4px!important;display:inline-flex!important;align-items:center!important;gap:10px!important;transition:background-color .3s ease,transform .2s ease;border:none!important;cursor:pointer;min-height:50px!important}.btn-live:hover{background-color:var(--red)!important;transform:translateY(-1px)}
.listen-ticker{background:#e8eaee!important;color:#101216!important;border-top:1px solid #d2d6dd!important;border-bottom:1px solid #d2d6dd!important;padding:0;position:relative;z-index:50}.listen-ticker .ticker-track{animation-duration:70s!important;font-family:var(--font-head);font-size:1.1rem;color:#101216;text-transform:uppercase;letter-spacing:2px;padding:12px 0;gap:0}.listen-ticker .ticker-track:hover{animation-play-state:paused}.listen-link.ticker-item{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 30px;color:#101216!important;gap:10px!important}.listen-link.ticker-item i{display:inline-grid;place-items:center;width:20px;min-width:20px;margin:0;color:var(--red);font-size:1rem;line-height:1}.listen-link.ticker-item span{line-height:1;white-space:nowrap}.ticker-separator{display:inline-flex;align-items:center;color:#9aa1ad;font-family:var(--font-head)}.listen-icon,.listen-label{display:none!important}
.section-heading{grid-template-columns:minmax(0,auto) 66px!important}.section-heading::after{grid-row:2!important;align-self:center!important}.section-heading .eyebrow{align-self:end}.section-heading h2{align-self:center}
.main-nav .host-menu .submenu{min-width:210px}.host-social{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;color:var(--red);font-family:var(--font-head);text-transform:uppercase;letter-spacing:1px}.host-related{margin-top:34px}.host-related .story-card,.host-related .podcast-card{text-align:left}
@media(max-width:760px){.listen-ticker .ticker-track{font-size:.9rem;letter-spacing:1px}.listen-link.ticker-item{padding:0 18px}.btn-live{min-height:42px!important;padding:9px 12px!important;font-size:.9rem!important}.main-nav{overflow-x:auto}.submenu{position:absolute}.section-heading::after{grid-row:2!important}}

/* SRN layout refinements 20260712-1 */
.giant-footer-bg{
  height:420px!important;
  background-size:100% auto!important;
  background-position:center -54px!important;
}
.footer-grid{
  column-gap:8%!important;
  max-width:1280px!important;
}
.app-solicit h2 span{
  display:block;
}
.feature-grid{
  gap:32px!important;
}
.host-panel{
  background:#eef1f5!important;
}
.host-scroll:before{
  background:linear-gradient(to bottom,#eef1f5,rgba(238,241,245,0))!important;
}
.host-scroll:after{
  background:linear-gradient(to top,#eef1f5,rgba(238,241,245,0))!important;
}
.event-list{
  gap:28px!important;
}
.event-list time{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  margin-bottom:8px!important;
  background:transparent!important;
  color:var(--red)!important;
  border-radius:0!important;
  text-align:left!important;
  letter-spacing:1.4px!important;
}
.broadcast-card img{
  filter:grayscale(100%)!important;
  opacity:.52!important;
  transition:filter .25s ease,opacity .25s ease,transform .25s ease;
}
.broadcast-card:hover img{
  filter:grayscale(0%)!important;
  opacity:.82!important;
  transform:scale(1.03);
}
.story-card h3,.podcast-card h3{
  line-height:1.18!important;
}
.podcast-card h3{
  margin-top:4px!important;
}
.podcast-card .meta{
  color:var(--red)!important;
}
.sponsor-ticker{
  animation-duration:82s!important;
}
.score-ticker .ticker-track{
  animation-duration:42s!important;
  gap:64px!important;
}
.score-league{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  padding-right:12px!important;
}
.score-league::before{
  content:""!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:var(--red)!important;
  flex:0 0 8px!important;
}
.score-league strong{
  color:#fff!important;
  font-family:var(--font-head);
  font-weight:800;
}
.score-league em{
  color:#fff!important;
  font-style:normal;
  display:inline-flex;
  gap:18px;
}
.score-ticker .ticker-track > span:not(.score-league)::before,
.score-ticker .ticker-track .score-league span::before{
  content:none!important;
}
@media(max-width:900px){
  .giant-footer-bg{height:280px!important;background-position:center top!important;background-size:cover!important}
  .footer-grid{column-gap:40px!important}
  .feature-grid{gap:20px!important}
  .event-list{gap:18px!important}
}

/* SRN dashboard and public refinements 20260712-2 */
.admin-guidance{
  display:grid;
  gap:5px;
  margin:0 0 18px;
  padding:12px 14px;
  border:1px solid #cfd6df;
  border-radius:8px;
  background:#f5f7fa;
  color:#343944;
}
.admin-guidance strong{
  font-family:var(--font-head);
  text-transform:uppercase;
  letter-spacing:1px;
  color:var(--red);
}
.host-panel{
  background:#cfd6df!important;
}
.host-scroll:before{
  background:linear-gradient(to bottom,#cfd6df,rgba(207,214,223,0))!important;
}
.host-scroll:after{
  background:linear-gradient(to top,#cfd6df,rgba(207,214,223,0))!important;
}
.broadcast-card{
  background:#030405!important;
}
.broadcast-card img{
  filter:grayscale(100%) brightness(.58)!important;
  opacity:.46!important;
}
.broadcast-card:hover img{
  filter:grayscale(0%) brightness(.76)!important;
  opacity:.72!important;
}
.podcast-card .meta{
  font-size:.72rem!important;
  font-weight:500!important;
  letter-spacing:1.2px!important;
}
.ad-horizontal{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  padding:24px clamp(20px,6vw,76px)!important;
  border-radius:0!important;
  border-left:0!important;
  border-right:0!important;
  box-shadow:none!important;
}
.ad-horizontal .ad-logos{
  width:min(1240px,100%);
  margin:0 auto;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px!important;
  justify-content:stretch!important;
}
.ad-horizontal .managed-ad,
.ad-horizontal .google-ad-slot{
  min-height:120px!important;
  width:100%!important;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  display:grid!important;
  place-items:center!important;
  padding:12px!important;
}
.ad-horizontal .managed-ad img{
  max-width:100%!important;
  max-height:96px!important;
}
.listen-ticker .ticker-track{
  animation-duration:110s!important;
}
.listen-ticker .ticker-track span:before,
.listen-ticker .ticker-separator,
.listen-ticker .ticker-item span:before{
  content:none!important;
  display:none!important;
}
.event-list article>a{
  display:grid;
  grid-template-rows:150px 1fr;
  color:inherit;
  height:100%;
}
.event-page-list article{
  grid-template-rows:220px 1fr!important;
}
.event-body a{
  display:inline-flex;
  margin-top:12px;
  color:var(--red);
  font-family:var(--font-head);
  text-transform:uppercase;
  border-bottom:2px solid var(--red);
}
.square-ad-deck .square-ad-card.google{
  display:none!important;
}
@media(max-width:900px){
  .ad-horizontal .ad-logos{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .ad-horizontal .ad-logos{grid-template-columns:1fr}
}

/* SRN requested refinements 20260712-4 */
.ad-horizontal{
  max-width:1240px!important;
  width:calc(100% - 48px)!important;
  margin:8px auto 0!important;
  padding:18px 22px!important;
  border-left:1px solid var(--line)!important;
  border-right:1px solid var(--line)!important;
  border-radius:8px!important;
  box-shadow:0 14px 34px rgba(16,18,22,.07)!important;
}
.ad-horizontal .ad-logos{
  width:100%!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.google-ad-slot{
  display:none!important;
}
.event-list time{
  line-height:1.35!important;
}
.score-league em{
  align-items:center!important;
}
.score-rule{
  display:inline-block!important;
  width:34px!important;
  height:1px!important;
  margin:0 16px!important;
  background:rgba(255,255,255,.48)!important;
  vertical-align:middle!important;
}
.app-solicit{
  border-bottom:0!important;
}
.footer-icon{
  background:transparent!important;
  color:var(--red)!important;
  border-radius:0!important;
  min-width:auto!important;
  height:auto!important;
}
.sponsor-ad-band{
  padding-top:36px!important;
}
.sponsor-ad-band .square-ad-deck{
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
@media(max-width:760px){
  .ad-horizontal{width:calc(100% - 32px)!important}
  .ad-horizontal .ad-logos{grid-template-columns:1fr!important}
}

/* SRN hero fill fix 20260712-5 */
.hero-slide>img,
.hero-slide:nth-child(3)>img,
.hero-slide>video{
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  background:transparent!important;
}
.hero-slide.hero-contain>img{
  object-fit:contain!important;
  background:#101216!important;
}

/* SRN ticker and horizontal ad refinements 20260712-6 */
.score-ticker .ticker-track{
  animation-name:tickerRight!important;
}
.score-rule{
  width:1px!important;
  height:22px!important;
  margin:0 18px!important;
  background:rgba(255,255,255,.62)!important;
}
.ad-horizontal .ad-logos{
  grid-template-columns:1fr!important;
}
.ad-horizontal .managed-ad{
  min-height:clamp(120px,14vw,210px)!important;
  width:100%!important;
  justify-items:stretch!important;
}
.ad-horizontal .managed-ad img{
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  filter:none!important;
}

/* SRN responsive ad images 20260712-7 */
.managed-ad picture,
.square-ad-card picture{
  display:block;
  width:100%;
  height:100%;
}
.managed-ad picture img,
.square-ad-card picture img{
  width:100%;
  height:100%;
  display:block;
}
.ad-horizontal .managed-ad picture img{
  object-fit:cover!important;
}
.square-ad-card picture img{
  object-fit:contain!important;
  padding:18px;
}
@media(max-width:700px){
  .ad-horizontal .managed-ad{
    aspect-ratio:1/1!important;
    min-height:auto!important;
  }
  .ad-horizontal .managed-ad picture img{
    object-fit:contain!important;
    padding:18px;
    background:#fff;
  }
}

/* SRN narrow container ad fallback 20260712-8 */
.ad-horizontal{
  container-type:inline-size;
}
@container (max-width: 700px){
  .ad-horizontal .managed-ad{
    aspect-ratio:1/1!important;
    min-height:auto!important;
  }
  .ad-horizontal .managed-ad picture img{
    object-fit:contain!important;
    padding:18px;
    background:#fff;
  }
}

/* SRN smoother score ticker 20260712-10 */
.score-ticker .ticker-track{
  animation-duration:53s!important;
  animation-timing-function:linear!important;
  will-change:transform;
  transform:translate3d(0,0,0);
  backface-visibility:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
.score-ticker{
  transform:translateZ(0);
  contain:paint;
}
.score-league,
.score-league em{
  white-space:nowrap!important;
}

/* SRN ticker host and counter refinements 20260712-11 */
.score-ticker .ticker-track{
  animation-name:tickerRight!important;
  animation-duration:74s!important;
}
.sponsor-ticker{
  animation-name:tickerLeft!important;
}
.host-card h3{
  max-width:none!important;
}
.host-card a[href="#host/stews"] h3{
  max-width:7ch!important;
  white-space:normal!important;
  line-height:1.05!important;
}



/* SRN feed host refinements 20260712-12 */
.brand-name{display:inline-flex!important;align-items:baseline;gap:5px;white-space:nowrap;line-height:1!important;}
.brand-name strong{display:inline!important;color:var(--red);}
.host-social a{display:inline-flex;align-items:center;gap:8px;color:var(--red);}
.empty-related{grid-column:1/-1;margin:0;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);}


/* SRN dashboard sorting and host refinements 20260712-14 */
.hero-slide[data-url]{cursor:pointer;}
.hero-copy>p:not(.eyebrow){color:var(--red)!important;}
.event-meta-list{display:grid;gap:4px;margin:10px 0 8px;color:#3d434d;}
.event-meta-list div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:8px;align-items:start;}
.event-meta-list dt{font-family:var(--font-head);font-size:.78rem;text-transform:uppercase;letter-spacing:1px;color:var(--red);}
.event-meta-list dd{margin:0;color:#3d434d;overflow-wrap:anywhere;}
.footer-bottom,.footer-bottom p,.footer-bottom a{color:#8f96a3!important;}
.host-card a[href="#host/stews"] h3{max-width:8ch!important;line-height:1.02!important;}
.admin-row .sort-buttons{display:inline-flex;gap:6px;}
.admin-row .sort-buttons button{min-height:34px;padding:0 10px;}
@media(max-width:1120px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:720px){.footer-grid{grid-template-columns:1fr;}}

/* SRN freeze prevention 20260712-16 */
.admin-shell .section-heading::after{animation:none!important;}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important;}
}


/* SRN stability and live UI fixes 20260712-17 */
.section-heading{grid-template-columns:minmax(0,auto) auto!important;}
.section-heading::after{content:none!important;}
.audio-wave{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:74px;height:44px;align-self:center;contain:layout paint;}
.audio-wave i{display:block;width:5px;height:var(--bar-h);border-radius:5px;background:var(--red);animation:srnAudioBar var(--bar-d) ease-in-out var(--bar-delay) infinite;transform-origin:center;will-change:transform;}
.audio-wave i:nth-child(3n+2){background:var(--green);}
.audio-wave i:nth-child(4n){background:#101216;}
@keyframes srnAudioBar{0%,100%{transform:scaleY(.35);opacity:.68}45%{transform:scaleY(1);opacity:1}70%{transform:scaleY(.62);opacity:.86}}
.host-track{animation:none!important;will-change:transform;}
.host-track.is-scrollable{animation:hostScrollMeasured var(--host-scroll-duration,48s) linear infinite!important;}
.host-scroll:hover .host-track{animation-play-state:paused!important;}
@keyframes hostScrollMeasured{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,calc(-1 * var(--host-scroll-distance,50%)),0)}}
.host-card{min-height:102px;}
.host-card a{min-width:0;}
.host-card h3,.host-card p,.host-card span{overflow-wrap:normal;}
.score-ticker .ticker-track{animation-duration:104s!important;animation-name:tickerRight!important;}
.sponsor-ticker{animation-duration:96s!important;}
.score-league em{gap:0!important;}
.score-rule{flex:0 0 1px!important;}
.site-footer{overflow:visible!important;}
@media(max-width:1120px){.footer-grid{grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important;row-gap:34px!important}.footer-logo{grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important}.footer-logo img,.footer-logo p,.footer-logo .live-counters{grid-column:1!important;grid-row:auto!important}.footer-bottom{display:grid!important;text-align:center!important;justify-items:center!important}}
@media(max-width:760px){.section-heading{grid-template-columns:minmax(0,1fr) auto!important}.audio-wave{width:58px;height:38px;gap:3px}.audio-wave i{width:4px}.host-scroll{height:460px}.score-ticker .ticker-track{animation-duration:118s!important}}


/* SRN wave and container ad automation 20260712-19 */
.audio-wave i{transition:height .34s ease, opacity .2s ease!important;}
.ad-horizontal .managed-ad img[data-mobile-src]{transition:opacity .18s ease;}


/* SRN dashboard controls and final layout polish 20260712-22 */
.score-ticker .ticker-track{animation-duration:var(--score-ticker-duration,104s)!important;}
.sponsor-ticker{animation-duration:var(--sponsor-ticker-duration,96s)!important;}
.listen-ticker .ticker-track{animation-duration:var(--listen-ticker-duration,110s)!important;}
.host-panel .host-card a > div{padding-right:10%!important;min-width:0;}
.section-heading{position:relative!important;padding-bottom:12px!important;border-bottom:3px solid var(--red)!important;margin-bottom:22px!important;}
.admin-shell .section-heading{border-bottom:3px solid var(--red)!important;}
.site-header .btn-live.listen-live{min-height:50px!important;padding:0 24px!important;border-radius:4px!important;background:#00843d!important;color:#fff!important;box-shadow:none!important;gap:10px!important;}
.site-header .btn-live.listen-live:hover,.site-header .btn-live.listen-live:focus-visible{background:var(--red)!important;color:#fff!important;transform:none!important;}
.footer-contact a{color:#d5d8de;}
.footer-contact a:hover{color:#fff;}
.admin-form label small{display:block;margin-top:5px;color:#727a87;font-size:.78rem;line-height:1.35;}
.click-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0;}
.click-summary article{border:1px solid var(--line);border-radius:8px;background:#fff;padding:16px;}
.click-summary strong{display:block;font-family:var(--font-head);font-size:2rem;color:var(--red);line-height:1;}
.click-summary span{display:block;margin-top:4px;color:#404650;overflow-wrap:anywhere;}
.click-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fff;}
.click-table{width:100%;border-collapse:collapse;font-size:.92rem;}
.click-table th,.click-table td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;}
.click-table th{font-family:var(--font-head);text-transform:uppercase;letter-spacing:1px;color:#101216;}
.ad-horizontal{max-width:1240px!important;margin-left:auto!important;margin-right:auto!important;}
@media(max-width:760px){.click-summary{grid-template-columns:1fr}.site-header .btn-live.listen-live{min-height:42px!important;padding:0 12px!important}.footer-contact li{justify-content:center;text-align:left}}


/* SRN server dashboard publishing 20260712-25 */
.server-status-shell{margin-top:20px;}
.server-status-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px;border:1px solid var(--line);border-left:5px solid #7b8492;border-radius:8px;background:#fff;box-shadow:0 14px 34px rgba(16,18,22,.07);}
.server-status-card.ok{border-left-color:var(--green);}
.server-status-card.warn,.server-status-card.saving{border-left-color:#f0b429;}
.server-status-card.error{border-left-color:var(--red);}
.server-status-card h2{margin:0;font-family:var(--font-head);text-transform:uppercase;font-size:1.7rem;}
.server-status-card p:not(.eyebrow){margin:6px 0 0;color:#4d5561;}
.admin-auth-form{display:flex;gap:10px;align-items:center;}
.admin-auth-form input{min-height:44px;min-width:220px;border:1px solid var(--line);border-radius:4px;padding:0 12px;font:inherit;}
.upload-control{margin-top:8px!important;padding:9px!important;background:#f5f6f8;border:1px dashed #aeb5c0!important;}
@media(max-width:760px){.server-status-card{grid-template-columns:1fr}.admin-auth-form{display:grid}.admin-auth-form input{min-width:0;width:100%;}}



/* SRN live playback button reset 20260712-26 */
button.listen-live,button.button{cursor:pointer;font:inherit;}
button.btn-live{border:0;}


/* SRN contained events ad 20260712-28 */
.events-panel .ad-horizontal,
.events-page-section .ad-horizontal{
  width:100%!important;
  max-width:100%!important;
  margin:18px 0 0!important;
  padding:0!important;
  box-sizing:border-box!important;
  grid-column:1/-1;
}
.events-panel .ad-horizontal .ad-logos,
.events-page-section .ad-horizontal .ad-logos{
  width:100%!important;
  display:grid!important;
  grid-template-columns:1fr!important;
}
.events-panel .ad-horizontal .managed-ad,
.events-page-section .ad-horizontal .managed-ad{
  width:100%!important;
  min-height:clamp(96px,11vw,160px)!important;
  border-radius:8px!important;
}
.events-panel .ad-horizontal .managed-ad img,
.events-page-section .ad-horizontal .managed-ad img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
@media(max-width:700px){
  .events-panel .ad-horizontal .managed-ad,
  .events-page-section .ad-horizontal .managed-ad{aspect-ratio:1/1!important;min-height:auto!important;}
  .events-panel .ad-horizontal .managed-ad img,
  .events-page-section .ad-horizontal .managed-ad img{object-fit:contain!important;padding:18px!important;background:#fff;}
}

/* SRN event grayscale and VIP footer 20260712-30 */
.event-list article img,
.event-page-list article img{
  filter:grayscale(100%) contrast(.9) brightness(.78)!important;
  transition:filter .25s ease,transform .25s ease;
}
.event-list article:hover img,
.event-list article:focus-within img,
.event-page-list article:hover img,
.event-page-list article:focus-within img{
  filter:grayscale(0%) contrast(1) brightness(1)!important;
}
.footer-grid{
  grid-template-columns:minmax(260px,1.55fr) minmax(210px,1fr) minmax(220px,1fr) minmax(190px,.85fr);
}
.footer-contact h4,
.footer-social h4,
.footer-vip h4{
  margin:0 0 15px;
  font-family:var(--font-head);
  font-size:1.2rem;
  text-transform:uppercase;
  color:#fff;
}
.vip-form{
  display:grid;
  gap:10px;
  max-width:280px;
}
.vip-form label{
  display:grid;
  gap:5px;
  color:#aeb4bf;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.vip-form input{
  width:100%;
  min-height:42px;
  border:1px solid #292e38;
  border-radius:4px;
  background:#111419;
  color:#fff;
  padding:0 12px;
  font:inherit;
}
.vip-form input:focus{
  outline:2px solid rgba(237,28,36,.55);
  outline-offset:2px;
}
.vip-form button{
  width:100%;
  justify-content:center;
  border:0;
  cursor:pointer;
}
@media(max-width:1120px){
  .footer-grid{grid-template-columns:1fr!important;}
  .vip-form{margin:0 auto;}
}

/* SRN rotating square ads 20260713-01 */
.square-ad-rotator{
  position:relative;
  aspect-ratio:1/1;
  border-radius:8px;
  overflow:hidden;
}
.square-ad-rotator .square-ad-card{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  transform:scale(.985);
  transition:opacity .45s ease,transform .45s ease;
}
.square-ad-rotator .square-ad-card.is-active{
  opacity:1;
  pointer-events:auto;
  transform:scale(1);
}

/* SRN ticker direction and click report controls 20260713-02 */
.score-ticker .ticker-track{animation-name:tickerLeft!important;}
.sponsor-ticker{animation-name:tickerRight!important;}
.check-field{display:flex!important;align-items:flex-start;gap:10px;}
.check-field input{width:auto!important;min-height:auto!important;margin-top:5px;accent-color:var(--red);}
.check-field span{font-weight:700;}
.click-summary-four{grid-template-columns:repeat(4,minmax(0,1fr));}
.click-summary small{display:block;margin-top:8px;color:#68707c;line-height:1.45;}
.report-heading{font-family:var(--font-head);text-transform:uppercase;letter-spacing:1px;margin:22px 0 10px;}
@media(max-width:900px){.click-summary-four{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:620px){.click-summary-four{grid-template-columns:1fr;}}

.blog-pager{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px;flex-wrap:wrap}.blog-pager span:not(.button){font-family:var(--font-head);text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.blog-pager .is-disabled{opacity:.42;pointer-events:none}
@media(max-width:560px){.blog-pager{display:grid;grid-template-columns:1fr;justify-items:stretch}.blog-pager .button{width:100%}.blog-pager span:not(.button){text-align:center}}
