:root{color-scheme:dark;--bg:#080604;--panel:#12100d;--line:#33291b;--gold:#d9a528;--gold2:#f0c862;--text:#f8f5ef;--muted:#9f978b}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 85% 0,#3a1d08 0,transparent 35%),linear-gradient(135deg,#080604,#130b05);color:var(--text);font:16px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;min-height:100vh}a{color:var(--gold2);text-decoration:none}header,main,footer{width:min(1180px,calc(100% - 40px));margin:auto}header{display:flex;justify-content:space-between;align-items:center;padding:34px 0 22px;border-bottom:1px solid var(--line)}h1,h2,h3,p{margin-top:0}h1{margin:0;font-size:27px}.eyebrow{margin:0 0 4px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.16em}.user,.muted{color:var(--muted)}main{padding:42px 0 80px}.hero{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;padding:44px;border:1px solid #7d5d1f;background:linear-gradient(135deg,rgba(217,165,40,.15),rgba(255,255,255,.025));box-shadow:0 25px 80px rgba(0,0,0,.35)}.hero h2{font-size:42px;margin:14px 0 10px}.hero p{max-width:750px;color:#d9d2c7;font-size:18px}.status{color:var(--gold2);font-size:12px;font-weight:900;letter-spacing:.13em}.hero-stat{width:150px;height:150px;border:1px solid var(--gold);display:grid;place-content:center;text-align:center;background:#05040399}.hero-stat strong{font-size:54px;color:var(--gold2)}.hero-stat span{color:var(--muted)}.toolbar{display:flex;align-items:end;justify-content:space-between;margin:45px 0 18px}.toolbar h2{margin-bottom:2px}.button,button{display:inline-block;border:0;background:var(--gold);color:#120b03;padding:13px 20px;font-weight:800;cursor:pointer}.station-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.station-card,.empty{display:block;min-height:190px;padding:26px;border:1px solid var(--line);background:rgba(18,16,13,.94);color:var(--text)}.station-card{transition:.18s ease}.station-card:hover{transform:translateY(-3px);border-color:var(--gold);box-shadow:0 18px 45px #000}.station-top{display:flex;align-items:center;justify-content:space-between}.media{color:var(--gold);font-size:12px;font-weight:900}.dot{width:9px;height:9px;background:#4ade80;border-radius:50%;box-shadow:0 0 12px #4ade80}.station-card h3{font-size:25px;margin:25px 0 4px}.station-card p{color:var(--muted)}code{display:block;color:#dfc986;background:#070604;padding:9px;overflow:hidden}.auth{display:grid;place-items:center;padding:30px}.auth-card{width:min(470px,100%);padding:42px;border:1px solid #7d5d1f;background:rgba(14,11,8,.96);box-shadow:0 30px 100px #000}.brand-mark{width:70px;height:70px;display:grid;place-items:center;border:2px solid var(--gold);border-radius:50%;color:var(--gold2);font-weight:900;margin-bottom:22px}.auth-card h1{font-size:36px}.auth-card form{display:grid;gap:18px;margin-top:28px}label{display:grid;gap:7px;color:#d9d2c7;font-weight:700}input,select,textarea{width:100%;border:1px solid #443725;background:#050403;color:white;padding:14px;font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(217,165,40,.15)}.alert{padding:12px 14px;border-left:4px solid #ef4444;background:#351312;color:#fecaca}footer{padding:22px 0 35px;border-top:1px solid var(--line);color:var(--muted);text-align:right}.editor{display:grid;gap:22px}.editor section{padding:28px;border:1px solid var(--line);background:rgba(18,16,13,.94)}.editor section h2{margin-bottom:6px}.fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}.wide{grid-column:1/-1}.priority{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.priority span{padding:8px 12px;border:1px solid #75591f;background:#171108;color:var(--gold2);font-weight:800}.priority.artwork span:nth-child(2){border-color:#6b6b6b;color:#fff}.priority.artwork span:nth-child(3){border-color:#7d2948;color:#ffb6d1}.check{display:flex;align-items:center;gap:10px}.check input{width:auto}.savebar{position:sticky;bottom:0;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border:1px solid #7d5d1f;background:#0b0805f2;backdrop-filter:blur(16px)}@media(max-width:700px){.hero{grid-template-columns:1fr;padding:28px}.hero-stat{width:100%;height:100px}.hero h2{font-size:32px}header{align-items:flex-start}.user{font-size:13px}.toolbar{align-items:flex-start;gap:20px}.auth-card{padding:28px}.fields{grid-template-columns:1fr}.wide{grid-column:auto}.editor section{padding:20px}}
.requirements{display:grid;gap:.45rem;margin:1.1rem 0}.requirement{display:flex;gap:.65rem;align-items:center;padding:.55rem .7rem;border-radius:8px;background:#171511}.requirement span{font-weight:800}.requirement.pass span{color:#65d889}.requirement.fail{color:#ffb4a9}.requirement.fail span{color:#ff624f}button:disabled{opacity:.45;cursor:not-allowed}
.station-actions{display:flex;justify-content:space-between;gap:14px;margin-top:18px;font-weight:800}.station-actions a:last-child{color:var(--gold2)}
.build-hero{margin-bottom:24px}.build-alert{margin:18px 0}.build-panel{padding:28px;border:1px solid var(--line);background:rgba(18,16,13,.94)}.build-form{display:flex;align-items:end;gap:16px;margin:18px 0}.build-form label{width:min(340px,100%)}.build-list{display:grid;gap:14px}.build-card{display:grid;grid-template-columns:1fr minmax(260px,1fr) auto;align-items:center;gap:20px;padding:20px 24px;border:1px solid var(--line);background:rgba(18,16,13,.94)}.build-card>div{display:grid}.build-card strong{font-size:22px;color:var(--gold2)}.build-card span{color:var(--muted)}@media(max-width:700px){.build-form{align-items:stretch;flex-direction:column}.build-card{grid-template-columns:1fr}}

/* Interactive Roku preview */
.preview-main{width:min(1500px,calc(100% - 32px));padding-top:28px}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:16px}.preview-toolbar h2{margin:0;font-size:25px}.preview-toolbar p{margin:2px 0 0}.preview-health{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.preview-health span{padding:6px 9px;border:1px solid #655b4d;color:#c4bbae;font-size:10px;font-weight:900;letter-spacing:.08em}.preview-health span.ok{border-color:#257a4c;color:#77e2a5;background:#0d281b}.preview-health span.bad{border-color:#893632;color:#ff9189;background:#301211}.preview-health a{padding:7px 11px;border:1px solid #75591f;font-size:12px;font-weight:800}.preview-modes{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.preview-modes button{padding:9px 15px;border:1px solid #4a3a26;background:#15110c;color:#d8d0c5}.preview-modes button.active,.preview-modes button:hover{border-color:var(--gold);background:#5a4315;color:#fff}.tv-frame{container-type:inline-size;position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;outline:1px solid #5d4929;background:#100904;box-shadow:0 28px 90px #000;border-radius:3px;color:#fff;font-family:Arial,Helvetica,sans-serif}.tv-frame:focus{outline:3px solid var(--gold)}.roku-bg,.roku-shade{position:absolute;inset:0}.roku-bg{background-image:var(--station-bg),linear-gradient(110deg,#160b05,#512009);background-size:cover;background-position:center}.roku-shade{background:linear-gradient(90deg,rgba(5,2,1,.65),rgba(17,5,0,.25) 50%,rgba(4,1,0,.56)),linear-gradient(0deg,rgba(4,2,1,.55),transparent 30%)}.roku-app,.loading-preview,.ambient-preview{position:absolute;inset:0}.roku-brand{position:absolute;z-index:3;left:4.2cqw;top:2.3cqw;display:flex;align-items:center;gap:1.05cqw;width:35cqw;height:8.6cqw}.roku-brand img{width:8.6cqw;height:8.6cqw;object-fit:contain;filter:drop-shadow(0 0 .4cqw #000)}.roku-brand>div{display:grid;line-height:1.05}.roku-brand strong{font-size:2.65cqw;letter-spacing:.02em}.roku-brand b{margin-top:.55cqw;color:#ddb02f;font-size:1.65cqw}.roku-brand span{margin-top:.35cqw;color:#f0e8d9;font-size:1.5cqw}.roku-nav{position:absolute;z-index:5;right:4.1cqw;top:3.6cqw;display:flex;background:rgba(8,4,2,.78);box-shadow:0 .4cqw 1.3cqw #0005}.roku-nav button{position:relative;padding:.75cqw 1.05cqw;border:0;background:transparent;color:#eee4d9;font-size:1.55cqw;font-weight:700}.roku-nav button.active{background:linear-gradient(#65501c,#3c2d0c);color:#ffd84f;box-shadow:inset 0 0 0 .13cqw #d9a528,0 0 1.1cqw #d9a52888;transform:scale(1.04)}.roku-nav button.active:after{content:"";position:absolute;left:8%;right:8%;bottom:-.25cqw;height:.18cqw;background:#ffc834}.roku-page{display:none;position:absolute;z-index:2}.roku-page.active{display:block}.live-page{inset:13.1cqw 4.5cqw 7.5cqw 4.5cqw}.hero-art{position:absolute;left:0;top:3.5cqw;width:28cqw;height:28cqw;border:.13cqw solid #e3b52e;background:#090604;box-shadow:0 1cqw 2.2cqw #0009}.hero-art img{width:100%;height:100%;object-fit:contain}.live-card{position:absolute;left:32cqw;right:0;top:0;bottom:0;padding:2.2cqw 3cqw;background:rgba(5,5,3,.91);border:.12cqw solid #a37c22;border-left:.42cqw solid #edbd31;box-shadow:1cqw 1cqw 0 #05030288}.live-heading{display:flex;align-items:center;gap:1.7cqw}.live-heading span{padding:.55cqw 1cqw;background:#bd092c;font-size:1.65cqw;font-weight:800}.live-heading b{color:#e5b52b;font-size:1.75cqw}.live-card h2{margin:1.25cqw 0 .45cqw;font-size:2.25cqw;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-card>p{margin:0;color:#e8dfce;font-size:1.65cqw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-card>p.album{margin-top:.25cqw;color:#b6ab9d;font-size:1.05cqw}.program-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2cqw;margin-top:2.4cqw}.program-row article{height:6.8cqw;display:flex;gap:1.05cqw;align-items:center;padding:.7cqw .85cqw;border-left:.35cqw solid #e4b329;background:#1a1915}.program-row article:nth-child(2){border-left-color:#f3eee0}.program-row img{width:5.3cqw;height:5.3cqw;object-fit:cover;background:#080604}.program-row article>div{display:grid;min-width:0;line-height:1.15}.program-row b{color:#e5b52b;font-size:1.25cqw}.program-row strong{font-size:1.2cqw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.program-row span{margin-top:.42cqw;color:#d1c9bd;font-size:1.08cqw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.play-control{display:block;width:48%;margin:1.45cqw auto .45cqw;padding:.85cqw 1cqw;border:.15cqw solid #f4cf65;background:#dbae2b;box-shadow:0 .4cqw 0 #3b220c;color:#100a02;font-size:1.42cqw;font-weight:900}.play-control:hover,.play-control:focus{transform:scale(1.035);box-shadow:0 0 1.4cqw #ffd54d}.live-card small{display:block;text-align:center;color:#cfc6bb;font-size:1.15cqw}.equalizer{display:flex;align-items:flex-end;justify-content:center;gap:.55cqw;height:4.2cqw;margin-top:.7cqw}.equalizer i{width:.75cqw;background:#e8b82d;animation:eq 1s ease-in-out infinite alternate}.equalizer i:nth-child(1),.equalizer i:nth-child(8){height:2.2cqw}.equalizer i:nth-child(2),.equalizer i:nth-child(6){height:3.5cqw;animation-delay:.2s}.equalizer i:nth-child(3),.equalizer i:nth-child(7){height:2.8cqw;animation-delay:.4s}.equalizer i:nth-child(4),.equalizer i:nth-child(9){height:4cqw;animation-delay:.1s}.equalizer i:nth-child(5){height:3cqw;animation-delay:.5s}@keyframes eq{to{height:1.25cqw}}.panel-page{left:6cqw;right:6cqw;top:13.3cqw;bottom:7cqw;padding:2.1cqw 2.7cqw;border:.12cqw solid #9a7621;border-left:.45cqw solid #e9b92e;background:rgba(6,5,3,.92);overflow:hidden}.panel-page h2{margin:0;font-size:2.2cqw}.gold-subtitle{margin:.25cqw 0 1.2cqw;color:#dcae2d;font-size:1.2cqw}.recent-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1cqw}.recent-grid article{min-width:0;padding:.65cqw;background:#191713;border:.08cqw solid #443722}.recent-grid img{width:100%;aspect-ratio:1;object-fit:cover;background:#080604}.recent-grid strong,.recent-grid span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-grid strong{margin-top:.38cqw;font-size:1.06cqw}.recent-grid span{color:#c7bdb0;font-size:.9cqw}.schedule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1cqw;margin-top:2.2cqw}.schedule-grid article{display:flex;align-items:center;gap:1cqw;height:10.3cqw;padding:1cqw;background:#1a1815}.schedule-grid article.next{background:#554314;border-left:.38cqw solid #e8b82d}.schedule-grid img{width:7.3cqw;height:7.3cqw;object-fit:cover}.schedule-grid article>div{display:grid;min-width:0}.schedule-grid b{color:#e5b52b;font-size:1.1cqw}.schedule-grid strong{font-size:1.35cqw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-grid span{margin-top:1.4cqw;color:#cfc5b7;font-size:1.05cqw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:1.4cqw;margin-top:2cqw}.community-grid article,.contact-card{padding:1.5cqw 2cqw;border-left:.35cqw solid #e5b52b;background:#1a1815}.community-grid article{height:26cqw}.community-grid b,.contact-card>b{color:#e5b52b;font-size:1.5cqw}.community-grid h3{margin:.6cqw 0;font-size:1.45cqw}.community-grid p{margin:1.2cqw 0;color:#e9dfd0;font-size:1.6cqw}.qr-row{display:flex;align-items:center;gap:1.6cqw;margin-top:1.1cqw}.qr-row img{width:10cqw;height:10cqw;background:#fff}.qr-row strong{font-size:1.35cqw;line-height:1.4}.contact-card{width:64cqw;margin:2.1cqw auto 0}.contact-card p{margin:.55cqw 0;font-size:1.4cqw}.contact-card p strong{display:inline-block;width:7cqw;color:#e4b52e}.roku-footer{position:absolute;z-index:3;left:4.7cqw;right:4.7cqw;bottom:1.3cqw;width:auto;padding:.55cqw 0 0;border-top:.07cqw solid #6e531d;display:flex;justify-content:space-between;color:#e5ddd2;font-size:1.15cqw}.roku-announcement{position:absolute;z-index:9;left:6cqw;right:6cqw;bottom:4.9cqw;display:grid;grid-template-columns:12cqw 1fr;grid-template-rows:auto auto;gap:0 1.3cqw;align-items:center;padding:1cqw 1.4cqw;border:.13cqw solid #f4ca58;border-left:.55cqw solid #f5c239;background:linear-gradient(100deg,#17130b,#090805 70%);box-shadow:0 0 2cqw #000}.roku-announcement b{grid-row:1/3;padding:.45cqw;color:#ffd64d;font-size:1.25cqw;letter-spacing:.08em}.roku-announcement strong{font-size:1.35cqw}.roku-announcement span{color:#d9d0c4;font-size:1.05cqw}.loading-preview{z-index:10;display:grid;place-items:center;align-content:center;background:radial-gradient(circle at 50% 42%,rgba(94,42,11,.45),transparent 30%),rgba(8,3,1,.54);text-align:center}.loading-preview img{width:26cqw;height:26cqw;object-fit:contain;filter:drop-shadow(0 0 1.3cqw #d59c23)}.loading-preview strong{margin-top:.3cqw;font-size:2.25cqw}.loading-preview p{margin:.45cqw 0 1.2cqw;color:#efca69;font-size:1.45cqw}.loading-preview>div{width:42cqw;height:1cqw;border:.08cqw solid #9e7c28;background:#2a2118}.loading-preview>div i{display:block;width:70%;height:100%;background:linear-gradient(90deg,#b78613,#ffd95c);animation:loadbar 2s ease-in-out infinite alternate}.loading-preview>span{margin-top:.7cqw;color:#d9d0c4;font-size:1.15cqw}@keyframes loadbar{from{width:18%}to{width:94%}}.ambient-preview{z-index:10;padding:3cqw 5cqw 2.5cqw;background:rgba(8,3,1,.38)}.ambient-head{display:flex;justify-content:space-between;align-items:center}.ambient-head>div{display:grid;grid-template-columns:8cqw auto;grid-template-rows:auto auto;column-gap:1.3cqw;align-items:center}.ambient-head img{grid-row:1/3;width:8cqw;height:8cqw;object-fit:contain}.ambient-head strong{align-self:end;font-size:2.35cqw}.ambient-head span{align-self:start;color:#e2b632;font-size:1.35cqw}.ambient-head time{font-size:1.6cqw;font-weight:800}.ambient-body{display:grid;grid-template-columns:38cqw 1fr;gap:5cqw;align-items:center;margin:1.2cqw 1cqw}.ambient-body>img{width:36cqw;height:36cqw;object-fit:contain;border:.13cqw solid #e3b52e;background:#080604}.ambient-body>div>p:first-child{color:#e4b52e;font-size:1.75cqw;font-weight:800}.ambient-body h2{font-size:2.25cqw;margin:1.7cqw 0 .6cqw}.ambient-body h3{font-size:1.65cqw;font-weight:400;color:#e8dfcf}.ambient-body hr{margin:4cqw 0 1.8cqw;border:0;border-top:.07cqw solid #70541f}.ambient-body p{font-size:1.35cqw}.ambient-body p b{display:inline-block;width:10cqw;color:#e4b52e}.ambient-body>div>strong{display:block;margin-top:3cqw;padding:1.2cqw;background:#191511aa;text-align:center;font-size:1.35cqw}.ambient-preview footer{position:absolute;left:5cqw;right:5cqw;bottom:2cqw;width:auto;padding:.7cqw 0 0;display:flex;justify-content:space-between;border-top:.07cqw solid #70541f;color:#cfc6bb;font-size:1.15cqw}.remote-controls{display:flex;justify-content:center;gap:8px;margin-top:16px}.remote-controls button{min-width:60px;border:1px solid #8a6a27;background:#17120b;color:#f3d36f}.remote-controls button:hover{background:#d9a528;color:#100a02}.preview-note{text-align:center;color:var(--muted);font-size:13px}.tv-frame [hidden]{display:none!important}
@media(max-width:850px){.preview-toolbar{align-items:flex-start;flex-direction:column}.preview-health{justify-content:flex-start}.preview-main{width:calc(100% - 20px)}.preview-modes button{font-size:12px;padding:8px 10px}}
