:root{--navy:#08075e;--blue:#1140a3;--pink:#ff006d;--orange:#ff5e00;--lime:#89ef72;--paper:#f5f5f2;--ink:#121529;--muted:#6e7181}*{box-sizing:border-box}body,html{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.shell{max-width:1240px;margin:auto;padding:0 24px}.public-header{height:82px;display:flex;align-items:center;justify-content:space-between}.logo{width:152px;height:auto}.nav{display:flex;gap:30px;font-size:13px;font-weight:700;letter-spacing:.08em}.live-pill{border:0;border-radius:99px;padding:10px 16px;background:#fff;color:var(--pink);font-size:12px;font-weight:800}.hero{background:var(--navy);color:white;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px #09075e2b}.player{aspect-ratio:16/7.5;background:radial-gradient(circle at 75% 30%,#251f87,var(--navy) 55%);display:grid;place-items:center;position:relative}.player iframe,.player video{width:100%;height:100%;border:0}.player-empty{text-align:center}.play-button{margin:auto;width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--pink);box-shadow:0 0 0 13px #ff006d22;font-size:26px}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#ff5b9e}.player-info{padding:20px 28px;display:flex;align-items:center;justify-content:space-between}.player-info h1{font-size:23px;margin:5px 0}.next{border-left:1px solid #ffffff32;padding-left:28px;min-width:260px}.schedule-title{display:flex;justify-content:space-between;align-items:flex-end;margin:38px 0 16px}.schedule-title h2{margin:0;font-size:27px}.date-tabs{display:flex;gap:8px;overflow:auto}.date-tab{padding:9px 14px;border:1px solid #d9d9df;border-radius:99px;background:transparent}.date-tab.active{background:var(--navy);color:#fff}.schedule-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;padding-bottom:64px}.program-card{background:white;border-radius:17px;padding:18px;min-height:130px;border:1px solid #ebebee}.program-card.on{background:var(--pink);color:white}.program-time{font-size:12px;font-weight:800;opacity:.65}.program-card h3{font-size:17px;margin:20px 0 7px}.program-card p{font-size:12px;margin:0;opacity:.68}.footer{background:var(--navy);color:#fff;padding:40px 0;margin-top:30px}.footer .shell{display:flex;justify-content:space-between;align-items:center}.admin-layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:var(--navy);color:white;padding:28px 20px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar .logo{filter:brightness(0) invert(1);width:136px;margin:0 12px 35px}.side-label{font-size:10px;letter-spacing:.15em;opacity:.45;margin:24px 12px 10px}.side-link{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;font-size:14px;color:#c9cae8}.side-link.active,.side-link:hover{background:#ffffff16;color:white}.admin-main{padding:34px 40px}.admin-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.admin-top h1{margin:0;font-size:26px}.admin-top p{margin:6px 0;color:var(--muted);font-size:13px}.avatar{width:38px;height:38px;background:var(--pink);border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800}.status-panel{background:var(--navy);color:#fff;padding:25px;border-radius:20px;display:grid;grid-template-columns:2fr repeat(3,1fr);grid-gap:22px;gap:22px;align-items:center}.status-panel .big{font-size:25px;font-weight:800;margin-top:6px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#52dc72;margin-right:7px;box-shadow:0 0 0 4px #52dc7222}.metric-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;opacity:.55}.metric-value{font-weight:700;margin-top:8px}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:16px 0 28px}.stat{background:#fff;border:1px solid #e8e8ec;border-radius:16px;padding:18px}.stat b{font-size:26px;display:block;margin-top:9px}.stat small{color:var(--muted)}.two-col{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:18px;gap:18px}.panel{background:white;border:1px solid #e5e5e9;border-radius:17px;padding:20px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.panel h2{font-size:16px;margin:0}.timeline-row{display:grid;grid-template-columns:55px 4px 1fr;grid-gap:14px;gap:14px;min-height:67px}.timeline-row .line{background:#e1e1e6;position:relative}.timeline-row .line:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--blue);left:-3px;top:4px}.timeline-row.live .line:before{background:var(--pink)}.timeline-row b{font-size:13px}.timeline-row p{margin:5px 0;font-size:12px;color:var(--muted)}.health-row{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #eee;font-size:13px}.health-ok{color:#168842;font-weight:700}.health-warn{color:#d07300;font-weight:700}.notice{margin-top:16px;background:#fff5d9;border:1px solid #f1d582;padding:13px;border-radius:10px;font-size:12px;color:#795c0a}.primary{background:var(--pink);color:white;border:0;border-radius:9px;padding:11px 16px;font-weight:700}.toolbar{display:flex;gap:10px;margin-bottom:18px}.search{flex:1 1;border:1px solid #ddd;border-radius:9px;padding:11px}.search,.table{background:#fff}.table{width:100%;border-collapse:collapse;border-radius:14px;overflow:hidden}.table td,.table th{text-align:left;padding:14px;border-bottom:1px solid #eee;font-size:13px}.table th{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.badge{padding:5px 8px;border-radius:99px;background:#e9f8ed;color:#19853b;font-size:10px;font-weight:800}.login{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}.login-brand{background:var(--navy);display:grid;place-items:center;padding:80px}.login-brand img{width:min(440px,80%);filter:brightness(0) invert(1)}.login-form{display:grid;place-items:center}.login-box{width:min(390px,80%)}.login-box h1{font-size:30px}.login-box label{font-size:12px;font-weight:700}.login-box input{width:100%;padding:13px;border:1px solid #ddd;border-radius:9px;margin:7px 0 17px}.login-box button{width:100%}@media(max-width:800px){.nav{display:none}.player-info{display:block}.next{border:0;padding:12px 0 0}.schedule-grid{grid-template-columns:1fr 1fr}.admin-layout{grid-template-columns:76px 1fr}.sidebar{padding:24px 10px}.sidebar .logo{width:50px;margin:0 3px 30px}.side-label,.side-link span{display:none}.admin-main{padding:24px 16px}.stats,.status-panel,.two-col{grid-template-columns:1fr 1fr}.login{grid-template-columns:1fr}.login-brand{display:none}}@media(max-width:520px){.schedule-grid,.stats,.status-panel,.two-col{grid-template-columns:1fr}.public-header{height:68px}.shell{padding:0 14px}.hero{border-radius:16px}.admin-layout{grid-template-columns:1fr}.sidebar{display:none}}html{scroll-behavior:smooth;scroll-padding-top:92px}.site-container{width:min(1140px,calc(100% - 40px));margin-inline:auto}.site-header{height:88px;background:#fff;border-bottom:1px solid #edf0f6;position:-webkit-sticky;position:sticky;top:0;z-index:50;box-shadow:0 8px 28px rgba(9,19,55,.05)}.header-inner{height:100%;display:flex;align-items:center;gap:44px}.header-logo{display:block;width:92px;height:auto}.main-nav{display:flex;align-items:center;gap:34px;margin-left:auto}.main-nav a{font-size:14px;font-weight:600;color:#26304f;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:#1140a3;transition:right .2s}.main-nav a:hover:after{right:0}.admin-link{font-size:12px;font-weight:700;color:#1140a3;border:1px solid #dce4f5;border-radius:8px;padding:10px 14px}.broadcast-section{position:relative;isolation:isolate;overflow:hidden;padding:76px 0 92px;background:linear-gradient(180deg,#f4f8ff,#fbfcff 58%,#fff)}.broadcast-section:before{content:"";position:absolute;z-index:-3;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.8),transparent 42%),repeating-linear-gradient(135deg,rgba(8,7,94,.022) 0 1px,transparent 1px 18px)}.broadcast-brand-ring{position:absolute;z-index:-2;aspect-ratio:1;border-radius:50%;background:conic-gradient(from -18deg,#ff0038 0 10%,#ff5e00 10% 22%,#ffc400 22% 34%,#f4ef00 34% 44%,#8cf18b 44% 56%,#2dcc38 56% 66%,#3c70a2 66% 76%,#103da0 76% 87%,#08075e 87% 93%,#ff006d 93% 100%);opacity:.15;filter:saturate(1.12);box-shadow:0 0 90px rgba(17,64,163,.12)}.broadcast-brand-ring:after{content:"";position:absolute;inset:28%;border-radius:50%;background:#f7faff;box-shadow:inset 0 0 35px rgba(17,64,163,.08)}.ring-left{width:430px;left:-255px;top:58px;transform:rotate(-14deg)}.ring-right{width:560px;right:-360px;top:160px;transform:rotate(18deg);opacity:.12}.broadcast-brand-glow{position:absolute;z-index:-2;width:760px;height:360px;left:50%;top:-230px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(17,64,163,.13),rgba(255,0,109,.045) 45%,transparent 72%);filter:blur(8px)}.broadcast-heading{text-align:center;position:relative;max-width:760px;margin:0 auto 34px}.on-air-label{display:inline-flex;align-items:center;gap:8px;color:#ed0065;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:13px}.broadcast-heading h1{font-size:clamp(31px,5vw,50px);line-height:1.15;color:#091337;margin:0 0 14px;letter-spacing:-.035em}.broadcast-heading p{font-size:17px;color:#68708a;margin:0}.broadcast-card{position:relative;background:#fff;border:1px solid rgba(220,227,241,.9);border-radius:15px;padding:10px;box-shadow:0 30px 75px rgba(32,53,105,.2),0 0 0 1px rgba(255,255,255,.8)}.broadcast-player{aspect-ratio:16/8.2;background:#08075e;border-radius:10px;overflow:hidden;display:grid;place-items:center;color:#fff}.broadcast-player iframe,.broadcast-player video{width:100%;height:100%;border:0}.broadcast-details{min-height:82px;display:flex;align-items:center;justify-content:space-between;padding:13px 22px 7px}.next-program,.now-playing{display:flex;align-items:center;gap:13px}.status-dot{width:11px;height:11px;border-radius:50%;background:#ff006d;box-shadow:0 0 0 6px rgba(255,0,109,.1)}.broadcast-details small{display:block;color:#8a91a7;font-size:10px;font-weight:800;letter-spacing:.11em;margin-bottom:5px}.broadcast-details strong{font-size:16px;color:#131b3d}.next-program{min-width:260px;padding-left:25px;border-left:1px solid #e8eaf0;color:#1140a3}.about-section{padding:120px 0;background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1.05fr;grid-gap:95px;gap:95px;align-items:center}.about-brand{min-height:360px;border-radius:32px;background:linear-gradient(145deg,#eef7ff,#f8fbff);display:grid;place-items:center;position:relative;overflow:hidden}.about-brand:after{width:230px;height:230px;border:60px solid rgba(17,64,163,.06);border-radius:50%;right:-100px;bottom:-100px}.about-logo{width:72%;height:auto;position:relative;z-index:1}.section-kicker{display:block;font-size:11px;font-weight:800;letter-spacing:.16em;color:#1140a3;margin-bottom:12px}.about-copy h2,.contact-copy h2,.section-heading h2{font-size:clamp(29px,4vw,42px);line-height:1.2;letter-spacing:-.03em;color:#091337;margin:0 0 20px}.about-copy p,.contact-copy p,.section-heading p{font-size:16px;line-height:1.8;color:#66708b;margin:0 0 16px}.text-action{display:inline-block;color:#1140a3;font-size:14px;font-weight:700;margin-top:10px}.schedule-section{padding:100px 0;background:#f4f7fb}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:38px}.section-heading h2{margin-bottom:8px}.section-heading p{margin:0}.today-chip{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #e1e7f0;border-radius:9px;padding:11px 15px;color:#46506d;font-size:13px;font-weight:600}.schedule-list{background:#fff;border:1px solid #e1e7f0;border-radius:14px;overflow:hidden}.schedule-row{min-height:82px;display:grid;grid-template-columns:86px 15px 1fr auto;align-items:center;grid-gap:22px;gap:22px;padding:10px 28px;border-bottom:1px solid #edf0f5}.schedule-row:last-child{border-bottom:0}.schedule-row time{font-size:15px;font-weight:800;color:#18213e}.schedule-marker{width:9px;height:9px;border-radius:50%;background:#cbd2df;box-shadow:0 0 0 5px #f1f3f7}.schedule-program h3{font-size:16px;color:#18213e;margin:0 0 3px}.schedule-program p{font-size:12px;color:#8990a4;margin:0}.schedule-row.is-current{background:#f7f9ff;box-shadow:inset 4px 0 #1140a3}.schedule-row.is-current .schedule-marker{background:#ff006d;box-shadow:0 0 0 5px rgba(255,0,109,.1)}.current-label{color:#ff006d;background:#fff0f6;border-radius:99px;padding:7px 11px;font-size:10px;font-weight:800;letter-spacing:.1em}.contact-card{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center;background:#f3f7fb;border-radius:22px;padding:55px 60px}.contact-copy h2{font-size:34px;margin-bottom:14px}.contact-copy p{margin:0}.contact-actions{display:grid;grid-gap:12px;gap:12px}.contact-actions a{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e0e7f1;border-radius:10px;padding:15px 17px;color:#1140a3}.contact-actions a:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(31,57,108,.08)}.contact-actions small{display:block;color:#8a91a6;font-size:9px;font-weight:800;letter-spacing:.12em}.contact-actions strong{display:block;color:#18213e;font-size:14px;margin-top:3px}.site-footer{background:#091337;color:#fff;padding:65px 0 24px}.footer-inner{display:grid;grid-template-columns:1fr auto 52px;grid-gap:60px;gap:60px;align-items:center}.footer-logo{width:145px;height:auto;filter:brightness(0) invert(1)}.footer-inner p{font-size:13px;color:#aeb7d0;margin:9px 0 0}.footer-inner nav{display:flex;gap:30px;font-size:13px;color:#d6daea}.social-link{width:44px;height:44px;border:1px solid #ffffff32;border-radius:8px;display:grid;place-items:center}.copyright{border-top:1px solid #ffffff1f;margin-top:42px;padding-top:22px;color:#8791ac;font-size:11px}@media(max-width:850px){.main-nav{display:none}.admin-link{margin-left:auto}.broadcast-section{padding-top:55px}.about-grid{grid-template-columns:1fr;gap:45px}.about-brand{min-height:300px}.contact-card{grid-template-columns:1fr;gap:30px}.footer-inner{grid-template-columns:1fr auto}.footer-inner nav{display:none}}@media(max-width:560px){.site-container{width:min(100% - 28px,1140px)}.site-header{height:72px}.header-logo{width:72px}.admin-link{font-size:10px;padding:8px 10px}.broadcast-section{padding:42px 0 65px}.broadcast-heading h1{font-size:32px}.broadcast-heading p{font-size:14px}.broadcast-card{padding:6px}.broadcast-player{aspect-ratio:16/10}.broadcast-details{display:block;padding:15px}.next-program{border:0;border-top:1px solid #e8eaf0;padding:13px 0 0;margin-top:13px;min-width:0}.about-section,.contact-section,.schedule-section{padding:70px 0}.about-brand{min-height:230px}.section-heading{display:block}.today-chip{display:inline-flex;margin-top:15px}.schedule-row{grid-template-columns:55px 10px 1fr;padding:10px 14px;gap:12px}.current-label{display:none}.contact-card{padding:32px 22px}.contact-actions strong{font-size:12px}.footer-inner{grid-template-columns:1fr auto;gap:20px}}.video-toolbar{display:flex;gap:10px;margin-bottom:18px}.video-search,.video-toolbar select{height:43px;border:1px solid #dfe2e8;border-radius:10px;background:#fff}.video-search{flex:1 1;display:flex;align-items:center;gap:9px;padding:0 13px;color:#8a8e9e}.video-search input{width:100%;border:0;outline:0;background:transparent}.video-toolbar select{min-width:190px;padding:0 12px;color:#444b5d}.empty-library .primary,.video-toolbar .primary{display:inline-flex;align-items:center;justify-content:center;gap:8px}.video-library{background:#fff;border:1px solid #e5e5e9;border-radius:16px;overflow:hidden;min-height:350px}.empty-library{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:45px;color:#737789}.empty-library>span{width:62px;height:62px;border-radius:18px;background:#f0f2fa;color:var(--blue);display:grid;place-items:center}.empty-library h3{color:#20243a;margin:16px 0 7px}.empty-library p{font-size:13px;margin:0 0 18px}.video-table-wrap{overflow:auto}.video-table{border-radius:0}.video-table td{white-space:nowrap}.video-name{display:flex;align-items:center;gap:11px;min-width:230px}.video-name>span{width:38px;height:38px;border-radius:9px;background:#eef1fb;color:var(--blue);display:grid;place-items:center}.video-name b,.video-name small{display:block}.video-name small{font-size:10px;color:#9094a4;margin-top:4px}.status-button{border:0;border-radius:99px;padding:6px 10px;font-size:10px;font-weight:800}.status-button.active{background:#e9f8ed;color:#19853b}.status-button.inactive{background:#f0f1f4;color:#777c8d}.row-actions{display:flex;gap:5px}.row-actions button{width:32px;height:32px;display:grid;place-items:center;border:1px solid #e0e2e8;border-radius:8px;background:#fff;color:#5f6577}.row-actions button:hover{background:#f3f4f8}.row-actions .danger{color:#d62d4d}.modal-backdrop{position:fixed;inset:0;background:rgba(7,8,34,.6);z-index:100;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.video-modal{width:min(680px,100%);max-height:calc(100vh - 30px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.28)}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;padding:23px 25px;border-bottom:1px solid #ececf0}.modal-head h2{font-size:20px;margin:0}.modal-head p{font-size:12px;color:#818697;margin:5px 0 0}.modal-head button{border:0;background:#f1f2f5;border-radius:8px;width:34px;height:34px;display:grid;place-items:center}.video-modal form{padding:24px 25px}.video-modal form>label{display:block;font-size:12px;font-weight:700;margin:0 0 7px}.video-modal form>input,.video-modal textarea{width:100%;border:1px solid #dcdee5;border-radius:9px;padding:11px 12px;margin-bottom:16px;outline:0}.video-modal form>input:focus,.video-modal textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1140a311}.file-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.file-box{border:1px dashed #cbd0dd;border-radius:11px;padding:15px;cursor:pointer;background:#fafbfc}.file-box:hover{border-color:var(--blue);background:#f7f8fd}.file-box b,.file-box small,.file-box span{display:block}.file-box span{font-size:10px;font-weight:800;color:#858a9b;text-transform:uppercase;letter-spacing:.07em}.file-box b{font-size:12px;color:#323749;margin:9px 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-box small{font-size:10px;color:#969aaa}.file-box input{position:absolute;opacity:0;pointer-events:none}.upload-progress{margin-top:17px}.upload-progress div{display:flex;justify-content:space-between;font-size:11px;margin-bottom:7px}.upload-progress progress{width:100%;height:9px;accent-color:var(--pink)}.form-message{font-size:12px;color:#b32441;background:#fff0f3;padding:10px;border-radius:8px}.form-message.success{color:#16783a;background:#ebf8ef}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.modal-actions button{border:1px solid #dfe1e7;border-radius:9px;padding:10px 15px;background:#fff;font-weight:700}.modal-actions .primary{background:var(--pink);border-color:var(--pink)}.modal-actions button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:700px){.video-toolbar{flex-wrap:wrap}.video-search{flex-basis:100%}.video-toolbar select{flex:1 1;min-width:0}.file-grid{grid-template-columns:1fr}.modal-head,.video-modal form{padding:19px}.video-library{min-height:280px}}.video-format-guide{display:flex;align-items:flex-start;gap:13px;background:#eef3ff;border:1px solid #d8e2fa;border-radius:13px;padding:15px 17px;margin-bottom:15px;color:#273453}.video-guide-icon{width:38px;height:38px;flex:0 0 auto;border-radius:10px;background:#fff;color:var(--blue);display:grid;place-items:center}.video-format-guide strong{font-size:13px}.video-format-guide p{font-size:12px;margin:5px 0;color:#52607d}.video-format-guide small{font-size:10px;color:#78839b}.upload-format-tip{display:flex;gap:10px;align-items:flex-start;background:#eef3ff;color:#344463;border-radius:10px;padding:12px;margin-bottom:18px}.upload-format-tip svg{color:var(--blue);flex:0 0 auto}.upload-format-tip b,.upload-format-tip span{display:block}.upload-format-tip b{font-size:11px;margin-bottom:4px}.upload-format-tip span{font-size:10px;color:#67748e}@media(max-width:560px){.video-format-guide{padding:13px}.video-format-guide p{line-height:1.5}.video-format-guide small{display:none}}.live-status-card{display:grid;grid-template-columns:55px 1fr auto;grid-gap:17px;gap:17px;align-items:center;background:#fff;border:1px solid #e3e5eb;border-radius:17px;padding:22px 24px;margin-bottom:17px}.live-status-card.on-air{background:linear-gradient(135deg,#fff0f6,#fff);border-color:#ffc2dc}.live-state-icon{width:52px;height:52px;border-radius:14px;background:#eff1f7;color:#747b8d;display:grid;place-items:center}.on-air .live-state-icon{background:var(--pink);color:#fff;box-shadow:0 0 0 7px #ff006d18}.live-status-card span,.live-status-meta small{display:block;font-size:9px;font-weight:800;letter-spacing:.12em;color:#8a8f9e}.live-status-card h2{font-size:22px;margin:4px 0}.on-air h2{color:var(--pink)}.live-status-card p{font-size:12px;color:#74798a;margin:0}.live-status-meta{display:grid;grid-template-columns:auto auto;grid-gap:7px 16px;gap:7px 16px;padding-left:25px;border-left:1px solid #e7e8ed}.live-status-meta b{font-size:11px}.live-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:17px;gap:17px}.live-grid .panel-head h2{display:flex;align-items:center;gap:8px}.live-auto>p{font-size:12px;line-height:1.7;color:#74798a}.live-actions{display:flex;gap:8px;align-items:center;margin-top:16px}.live-actions a,.live-actions button{display:inline-flex;align-items:center;gap:7px;border:1px solid #dfe1e7;border-radius:8px;background:#fff;color:#566078;padding:9px 12px;font-size:11px;font-weight:700}.live-actions .stop-live{background:#fff0f3;border-color:#ffd0da;color:#c32647}.live-error,.live-feedback{margin-top:13px;border-radius:8px;padding:10px;background:#fff3db;color:#8b6300;font-size:11px}.live-feedback{background:#eaf8ee;color:#16783a}.live-feedback.error{background:#fff0f3;color:#b32441}.manual-live-form label{display:block;font-size:11px;font-weight:700;margin:0 0 6px}.manual-live-form input{width:100%;border:1px solid #dfe2e8;border-radius:8px;padding:10px;margin-bottom:13px}.manual-live-current b,.manual-live-current span{display:block}.manual-live-current span{font-size:10px;color:#868b9b;margin-top:7px}@media(max-width:760px){.live-grid{grid-template-columns:1fr}.live-status-card{grid-template-columns:48px 1fr}.live-status-meta{grid-column:1/-1;border-left:0;border-top:1px solid #e7e8ed;padding:14px 0 0}.live-actions{flex-wrap:wrap}}.playlist-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;color:#7c8090;font-size:13px}.playlist-top b{color:#24283b}.editor-footer .primary,.playlist-empty .primary,.playlist-top .primary{display:inline-flex;align-items:center;gap:7px}.playlist-empty{min-height:360px;background:#fff;border:1px solid #e5e5e9;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#74798a}.playlist-empty>span{width:62px;height:62px;background:#eff2fb;color:var(--blue);border-radius:18px;display:grid;place-items:center}.playlist-empty h3{color:#22273b;margin:15px 0 6px}.playlist-empty p{font-size:13px;margin:0 0 18px}.playlist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.playlist-card{background:#fff;border:1px solid #e3e5eb;border-radius:16px;overflow:hidden}.playlist-card-head{display:flex;align-items:center;gap:12px;padding:18px}.playlist-icon{width:42px;height:42px;border-radius:11px;background:#eef1fb;color:var(--blue);display:grid;place-items:center;flex:0 0 auto}.playlist-card-head h3{font-size:15px;margin:0 0 5px}.playlist-card-head p{font-size:11px;color:#858a9c;margin:0}.fallback-badge{margin-left:auto;display:flex;align-items:center;gap:5px;background:#fff3d9;color:#966600;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:800;white-space:nowrap}.playlist-summary{display:flex;align-items:center;gap:17px;background:#f8f9fb;padding:11px 18px;font-size:11px;color:#697083}.playlist-summary>span{display:flex;align-items:center;gap:6px}.playlist-summary .status-button{margin-left:auto}.playlist-preview{min-height:135px;padding:12px 18px}.playlist-preview>div{display:grid;grid-template-columns:28px 1fr auto;grid-gap:9px;gap:9px;padding:7px 0;border-bottom:1px solid #f0f0f3;font-size:11px}.playlist-preview>div b{color:#a0a4b1}.playlist-preview>div small,.playlist-preview>p{color:#9195a4}.playlist-preview>p{font-size:11px;text-align:center;margin:27px 0}.playlist-actions{display:flex;gap:6px;padding:12px 18px;border-top:1px solid #ededf1}.playlist-actions button{height:34px;border:1px solid #dfe1e7;border-radius:8px;background:#fff;color:#5c6274;display:grid;place-items:center;padding:0 10px}.playlist-actions .edit-playlist{display:block;flex:1 1;color:var(--blue);font-weight:700}.playlist-actions .selected{background:#fff3d9;color:#966600;border-color:#f2dca5}.playlist-actions .danger{color:#cf3150}.playlist-create{max-width:520px}.fallback-check{display:flex!important;gap:10px;align-items:flex-start;background:#f7f8fb;border:1px solid #e6e8ee;border-radius:10px;padding:13px;margin-top:2px!important}.fallback-check input{margin-top:3px}.fallback-check span b,.fallback-check span small{display:block}.fallback-check span b{font-size:12px}.fallback-check span small{font-size:10px;color:#858a99;margin-top:4px}.playlist-editor-backdrop{padding:12px}.playlist-editor{width:min(1050px,100%);height:min(760px,calc(100vh - 24px));background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.editor-columns{display:grid;grid-template-columns:1.45fr .8fr;min-height:0;flex:1 1}.editor-queue,.video-picker{padding:18px;overflow:auto}.video-picker{border-left:1px solid #e9e9ee;background:#fafbfc}.editor-title{display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.08em;color:#858a99;margin-bottom:13px}.editor-title span{font-size:10px;letter-spacing:0}.queue-list{display:grid;grid-gap:7px;gap:7px}.queue-item{display:grid;grid-template-columns:18px 28px 1fr 30px 30px 30px;grid-gap:6px;gap:6px;align-items:center;border:1px solid #e2e4ea;border-radius:9px;padding:9px;color:#8b8f9e;background:#fff;cursor:-webkit-grab;cursor:grab}.queue-item>span{font-size:12px;font-weight:700;color:#292e42}.queue-item small{display:block;color:#9296a5;font-size:9px;margin-top:3px}.queue-item button{width:29px;height:29px;border:0;background:#f2f3f6;border-radius:6px;color:#626879;display:grid;place-items:center}.queue-item .danger{color:#cc3150}.queue-empty{border:1px dashed #d4d7df;border-radius:10px;padding:45px;text-align:center;color:#9195a4;font-size:12px}.video-picker>input{width:100%;border:1px solid #dfe2e8;border-radius:8px;padding:10px;margin-bottom:11px}.picker-video{width:100%;display:grid;grid-template-columns:34px 1fr 20px;grid-gap:9px;gap:9px;align-items:center;text-align:left;border:1px solid #e3e5eb;background:#fff;border-radius:9px;padding:9px;margin-bottom:7px;color:var(--blue)}.picker-video>span{width:32px;height:32px;border-radius:7px;background:#eef1fb;display:grid;place-items:center}.picker-video b,.picker-video small{display:block}.picker-video b{font-size:11px;color:#303548}.picker-video small{font-size:9px;color:#8c91a0;margin-top:4px}.editor-footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 18px;border-top:1px solid #e9e9ee}.editor-footer button{border:1px solid #dfe1e7;border-radius:8px;padding:9px 14px;background:#fff;font-weight:700}.editor-footer .primary{background:var(--pink);border-color:var(--pink)}@media(max-width:850px){.editor-columns,.playlist-grid{grid-template-columns:1fr}.video-picker{border-left:0;border-top:1px solid #e9e9ee}.playlist-editor{height:calc(100vh - 24px)}.editor-queue,.video-picker{max-height:50vh}}@media(max-width:540px){.playlist-top{align-items:flex-start}.playlist-top>div{display:none}.playlist-top .primary{margin-left:auto}.playlist-card-head{align-items:flex-start}.fallback-badge{position:absolute;right:30px}.playlist-summary{gap:10px}.queue-item{grid-template-columns:16px 24px 1fr 28px 28px}.queue-item button:nth-of-type(2){display:none}}.playlist-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px;margin-bottom:16px}.playlist-overview article{display:flex;align-items:center;gap:12px;padding:15px 16px;border:1px solid #e1e5ed;border-radius:13px;background:#fff}.playlist-overview article>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#eef3ff;color:#1140a3}.playlist-overview b,.playlist-overview small{display:block}.playlist-overview small{margin-bottom:4px;color:#8a92a4;font-size:8px;font-weight:900;letter-spacing:.1em}.playlist-overview b{overflow:hidden;color:#19213d;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.playlist-overview .active>span{background:#e9f8ef;color:#168a49}.playlist-overview .inactive>span{background:#f0f1f4;color:#777f90}.playlist-overview .emergency>span{background:#fff3d9;color:#a16a00}.playlist-overview .emergency b{font-size:12px}.playlist-toolbar{display:grid;grid-template-columns:minmax(250px,1fr) auto;grid-gap:10px;gap:10px;margin-bottom:16px;padding:14px;border:1px solid #e2e6ed;border-radius:13px;background:#fff}.playlist-search{display:flex;align-items:center;gap:8px;height:41px;padding:0 12px;border:1px solid #dfe3eb;border-radius:9px;background:#fafbfe;color:#8b94a8}.playlist-search input{min-width:0;flex:1 1;border:0;outline:0;background:transparent}.playlist-toolbar>.primary{display:flex;align-items:center;gap:7px}.playlist-filters{grid-column:1/-1;display:grid;grid-template-columns:auto repeat(4,minmax(130px,1fr)) auto;align-items:center;grid-gap:7px;gap:7px}.playlist-filters>span{display:flex;align-items:center;gap:5px;color:#8a92a4;font-size:8px;font-weight:900;letter-spacing:.1em}.playlist-filters select{min-width:0;height:37px;padding:0 27px 0 9px;border:1px solid #e0e4ec;border-radius:8px;background:#fafbfe;color:#505b74;font-size:9px}.playlist-clear,.playlist-clear-empty{display:flex;align-items:center;justify-content:center;gap:5px;height:37px;padding:0 11px;border:1px solid #dfe4ec;border-radius:8px;background:#fff;color:#526079;font-size:9px;font-weight:800}.playlist-clear-empty:hover,.playlist-clear:hover:not(:disabled){border-color:#b9c9e8;background:#f1f5ff;color:#1140a3}.playlist-clear:disabled{opacity:.4;cursor:not-allowed}.playlist-result-count{grid-column:1/-1;color:#7d8699;font-size:9px}.playlist-result-count b{color:#1140a3}.playlist-message{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:11px 13px;border-radius:9px;font-size:10px}.playlist-message.error{border:1px solid #ffd1dc;background:#fff3f6;color:#a51d43}.playlist-message button{margin-left:auto;border:0;background:transparent;color:inherit;font-weight:900}.playlist-empty.compact{min-height:260px}.playlist-grid.renovated{align-items:start}.playlist-grid.renovated .playlist-card{position:relative;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.playlist-grid.renovated .playlist-card:hover{transform:translateY(-3px);border-color:#ccd6e9;box-shadow:0 13px 30px rgba(27,45,88,.08)}.playlist-card-accent{height:3px;background:#1140a3}.playlist-card.inactive{opacity:.7;background:#fafafa}.playlist-card.inactive .playlist-card-accent{background:#9ba1ae}.playlist-card.is-fallback .playlist-card-accent{background:linear-gradient(90deg,#ffb000,#ff6a00)}.playlist-card.is-empty .playlist-card-accent{background:#d4d7df}.playlist-grid.renovated .playlist-summary .status-indicator{margin-left:auto;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.playlist-grid.renovated .status-indicator:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.playlist-usage{display:flex;align-items:center;gap:7px;padding:9px 18px;border-bottom:1px solid #f0f1f4;color:#70798d;font-size:9px}.playlist-usage svg{color:#1140a3}.playlist-grid.renovated .playlist-preview{min-height:127px}.playlist-grid.renovated .playlist-actions{overflow-x:auto}.playlist-grid.renovated .playlist-actions button{flex:0 0 auto}.playlist-grid.renovated .playlist-actions .edit-playlist{min-width:130px;display:block;flex:1 1}.confirmation-actions.single{grid-template-columns:1fr}.playlist-editor .editor-title.sticky{position:-webkit-sticky;position:sticky;z-index:2;top:-18px;margin:-18px -18px 13px;padding:16px 18px 12px;background:inherit;border-bottom:1px solid #eaecf1}.picker-filters{display:grid;grid-gap:7px;gap:7px;margin-bottom:10px}.picker-filters>div{display:flex;align-items:center;gap:6px;padding:0 9px;border:1px solid #dfe2e8;border-radius:8px;background:#fff;color:#8d94a5}.picker-filters input{min-width:0;margin:0;border:0;outline:0;background:transparent}.picker-filters select{width:100%;height:38px;padding:0 10px;border:1px solid #dfe2e8;border-radius:8px;background:#fff;color:#5e6679;font-size:10px}.picker-empty{padding:32px 15px;text-align:center;color:#8a91a1;font-size:10px}.queue-item button:disabled{opacity:.3;cursor:not-allowed}.playlist-editor-message{display:flex;align-items:center;gap:7px;padding:9px 18px;border-top:1px solid #ffd5df;background:#fff3f6;color:#a71c43;font-size:10px}.editor-footer>span{margin-right:auto;color:#829083;font-size:9px;font-weight:800}.editor-footer>span.unsaved{color:#c37100}.editor-footer .primary:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1050px){.playlist-overview{grid-template-columns:repeat(2,1fr)}.playlist-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.playlist-clear,.playlist-filters>span{grid-column:1/-1}.playlist-clear{width:100%}}@media(max-width:650px){.playlist-overview{gap:8px}.playlist-overview article{padding:12px 10px;gap:8px}.playlist-overview article>span{width:33px;height:33px}.playlist-overview b{font-size:15px}.playlist-toolbar{grid-template-columns:1fr}.playlist-toolbar>.primary{justify-content:center}.playlist-filters{grid-template-columns:1fr}.playlist-clear,.playlist-filters>span{grid-column:auto}.playlist-grid.renovated .playlist-card-head{padding-right:18px}.playlist-grid.renovated .fallback-badge{position:static;margin-left:auto}.playlist-grid.renovated .playlist-actions{padding:10px 12px}.playlist-grid.renovated .playlist-actions button{padding:0 9px}.editor-footer{flex-wrap:wrap}.editor-footer>span{width:100%;margin-bottom:4px}}@media(prefers-reduced-motion:reduce){.playlist-grid.renovated .playlist-card{transition:none}}.scheduler-toolbar{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px}.day-navigation,.scheduler-actions{display:flex;gap:7px}.day-navigation button,.scheduler-actions button{height:42px;border:1px solid #dfe2e8;border-radius:9px;background:#fff;color:#5d6374;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px}.day-navigation .selected-day{min-width:245px;color:#24293d;font-weight:700;text-transform:capitalize}.scheduler-actions .primary{background:var(--pink);color:#fff;border-color:var(--pink)}.scheduler-actions button:disabled{opacity:.45}.schedule-warning{background:#fff5d9;border:1px solid #efd58d;color:#7d620f;border-radius:10px;padding:13px;font-size:12px;margin-bottom:14px}.schedule-board{background:#fff;border:1px solid #e3e5eb;border-radius:16px;overflow:hidden;min-height:420px}.schedule-board-head{display:flex;justify-content:space-between;padding:17px 22px;border-bottom:1px solid #eceef2}.schedule-board-head div{display:flex;gap:12px;align-items:center}.schedule-board-head b{font-size:10px;letter-spacing:.09em}.schedule-board-head small,.schedule-board-head span{font-size:10px;color:#8c91a1}.schedule-empty{min-height:355px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#858a9b;text-align:center}.schedule-empty>span{width:60px;height:60px;border-radius:17px;background:#eef1fb;color:var(--blue);display:grid;place-items:center}.schedule-empty h3{color:#272c40;margin:15px 0 5px}.schedule-empty p{font-size:12px;margin:0 0 17px}.schedule-timeline{padding:22px 28px}.schedule-entry{display:grid;grid-template-columns:70px 18px 1fr;grid-gap:15px;gap:15px;min-height:91px}.schedule-time b,.schedule-time span{display:block;text-align:right}.schedule-time b{font-size:14px;color:#292e43}.schedule-time span{font-size:10px;color:#999dac;margin-top:5px}.schedule-line{position:relative;display:flex;justify-content:center}.schedule-line i{width:11px;height:11px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px #eaf0fc;z-index:1;margin-top:3px}.schedule-line span{position:absolute;top:14px;bottom:0;width:2px;background:#e1e5ec}.schedule-content{height:74px;border:1px solid #e3e5ea;border-radius:10px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;background:#fff}.schedule-content h3{font-size:13px;margin:0 0 7px}.schedule-content p{display:flex;align-items:center;gap:6px;font-size:10px;color:#858a9a;margin:0}.schedule-content p svg:nth-of-type(2){margin-left:8px}.schedule-entry.inactive{opacity:.55}.schedule-entry.inactive .schedule-line i{background:#9ba0ae;box-shadow:0 0 0 5px #f0f1f3}.schedule-row-actions{display:flex;gap:5px}.schedule-row-actions button{width:31px;height:31px;border:1px solid #dfe1e7;background:#fff;color:#646a7b;border-radius:7px;display:grid;place-items:center}.schedule-row-actions .danger{color:#ce3150}.schedule-modal{max-width:560px}.schedule-form-grid input,.schedule-modal form>select{width:100%;border:1px solid #dfe2e8;border-radius:9px;padding:11px 12px;background:#fff;margin-bottom:16px}.selected-playlist-info{display:flex;align-items:center;gap:6px;background:#eef2fb;color:#59627b;border-radius:8px;padding:10px;font-size:11px;margin:-6px 0 15px}.schedule-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.schedule-form-grid label{display:block;font-size:12px;font-weight:700;margin-bottom:7px}.weekday-picker{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:5px;gap:5px;margin:0 0 16px}.weekday-picker button{border:1px solid #dfe2e8;background:#fff;border-radius:7px;padding:8px 3px;font-size:10px;font-weight:700;color:#6d7283}.weekday-picker .selected{background:var(--blue);border-color:var(--blue);color:#fff}@media(max-width:700px){.scheduler-toolbar{display:block}.day-navigation{margin-bottom:8px}.day-navigation .selected-day{flex:1 1;min-width:0}.scheduler-actions{justify-content:flex-end}.schedule-timeline{padding:18px 12px}.schedule-entry{grid-template-columns:55px 14px 1fr;gap:9px}.schedule-content{padding:10px}.schedule-content p svg:nth-of-type(2),.schedule-content p svg:nth-of-type(2)+*{display:none}}@media(max-width:480px){.scheduler-actions .primary,.scheduler-actions button:first-child{flex:1 1}.schedule-form-grid{grid-template-columns:1fr;gap:0}.weekday-picker{grid-template-columns:repeat(4,1fr)}.schedule-content p{max-width:150px;white-space:nowrap;overflow:hidden}.schedule-row-actions button:first-child{display:none}}[role=button],a[href],button,label[for],select{cursor:pointer}[aria-disabled=true],button:disabled,select:disabled{cursor:not-allowed}.now-playing em{display:block;color:#8a91a7;font-size:11px;font-style:normal;margin-top:4px}.public-schedule-empty{padding:38px;color:#7d8498;font-size:13px}.broadcast-player{position:relative;background:#050713}.broadcast-player .tv-video{width:100%;height:100%;object-fit:contain;background:#050713;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tv-preload{position:absolute!important;width:1px!important;height:1px!important}.tv-controls,.tv-preload{opacity:0;pointer-events:none}.tv-controls{position:absolute;z-index:4;left:14px;right:14px;bottom:14px;display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:12px;background:rgba(5,7,31,.82);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.broadcast-player:hover .tv-controls,.tv-controls.mobile-visible,.tv-controls:focus-within{opacity:1;transform:none;pointer-events:auto}.tv-controls button{height:38px;border:0;border-radius:8px;background:#ffffff14;color:#fff;display:flex;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:700}.tv-controls button:hover{background:#ffffff24}.tv-controls .needs-sound{background:var(--pink);box-shadow:0 5px 18px #ff006d55}.volume-control{display:flex;align-items:center;width:min(190px,28vw)}.volume-control input{width:100%;accent-color:var(--pink)}.fullscreen-button{margin-left:auto}.tv-player-shell:fullscreen{border-radius:0;padding:0;background:#050713;display:flex;flex-direction:column;justify-content:center}.tv-player-shell:-webkit-full-screen .broadcast-player{max-height:calc(100vh - 90px)}.tv-player-shell:fullscreen .broadcast-player{width:100%;max-height:calc(100vh - 90px)}.tv-player-shell:-webkit-full-screen .broadcast-details{background:#fff}.tv-player-shell:fullscreen .broadcast-details{background:#fff}.tv-player-fallback-fullscreen{z-index:9999;border-radius:0;display:flex;flex-direction:column;justify-content:center;background:#050713;padding:0}.tv-player-fallback-fullscreen .broadcast-player{width:100%;max-height:calc(100vh - 90px)}.tv-player-fallback-fullscreen .broadcast-details{background:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(hover:none){.broadcast-player:hover .tv-controls{opacity:0;transform:translateY(8px);pointer-events:none}.broadcast-player .tv-controls.mobile-visible,.broadcast-player .tv-controls:focus-within{opacity:1;transform:none;pointer-events:auto}}@media(max-width:560px){.tv-controls{left:8px;right:8px;bottom:8px;padding:8px}.tv-controls button{padding:0 9px}.tv-controls button span{display:none}.volume-control{width:min(150px,38vw)}.fullscreen-button{margin-left:auto}}.broadcast-player{aspect-ratio:16/9}@media(max-width:560px){.broadcast-player{aspect-ratio:16/9}}.dashboard-stats{grid-template-columns:repeat(5,1fr)}.audience-range{display:flex;justify-content:flex-end;align-items:center;gap:7px;margin-bottom:16px}.audience-range span{font-size:12px;color:var(--muted);margin-right:5px}.audience-range button{border:1px solid #dddfe6;background:#fff;border-radius:8px;padding:8px 11px;font-size:11px;font-weight:700}.audience-range button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.audience-kpis{display:grid;grid-template-columns:1.25fr repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:18px}.audience-kpis article{background:#fff;border:1px solid #e5e6eb;border-radius:16px;padding:18px}.audience-kpis svg{color:var(--blue);margin-bottom:12px}.audience-kpis small{display:block;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.05em}.audience-kpis b{font-size:25px;display:block;margin-top:8px}.audience-kpis .audience-live{background:var(--navy);color:#fff}.audience-kpis .audience-live svg{color:#52dc72}.audience-kpis .audience-live small,.audience-kpis .audience-live span{color:#b9bad5}.audience-kpis .audience-live span{font-size:10px}.audience-kpis .audience-live b{font-size:38px}.audience-grid{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:18px;gap:18px;margin-bottom:18px}.audience-grid.lower{grid-template-columns:1fr 1fr}.audience-chart .panel-head p{font-size:11px;color:var(--muted);margin:5px 0 0}.chart-bars{height:230px;display:flex;align-items:flex-end;gap:5px;border-bottom:1px solid #e7e8ed;padding-top:25px}.chart-column{height:100%;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;min-width:3px}.chart-column>div{width:70%;max-width:22px;background:linear-gradient(180deg,var(--pink),#ff65a7);border-radius:4px 4px 0 0;min-height:2px}.chart-column span{font-size:8px;color:var(--muted);height:14px}.chart-column small{font-size:8px;color:#858a99;margin-top:6px}.audience-summary{display:grid;grid-gap:3px;gap:3px}.audience-summary div{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid #eee}.audience-summary span{font-size:12px;color:var(--muted)}.audience-summary b{font-size:16px}.audience-row{display:grid;grid-template-columns:25px 1fr auto;align-items:center;padding:13px 0;border-bottom:1px solid #eee;color:#596078}.audience-row span{font-size:12px}.audience-row b{color:var(--ink)}.audience-privacy{font-size:11px;color:#838797;text-align:center;margin:8px 0 0}@media(max-width:1000px){.audience-kpis,.dashboard-stats{grid-template-columns:repeat(2,1fr)}.audience-grid{grid-template-columns:1fr}}@media(max-width:520px){.audience-grid.lower,.audience-kpis,.dashboard-stats{grid-template-columns:1fr}.audience-range{justify-content:flex-start;flex-wrap:wrap}}.gallery-back,.gallery-link{margin-left:auto;display:inline-flex;align-items:center;gap:8px;color:#1140a3;border:1px solid #dce4f5;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:700;background:#fff}.gallery-back:hover,.gallery-link:hover{background:#f4f7ff}.gallery-page,.interview-page{background:#f6f8fc;min-height:70vh}.gallery-hero{background:linear-gradient(135deg,#08075e,#142b86);color:#fff;padding:74px 0 82px}.gallery-hero span{font-size:11px;letter-spacing:.16em;color:#ff6cab;font-weight:800}.gallery-hero h1{font-size:clamp(34px,5vw,54px);margin:13px 0 14px}.gallery-hero p{max-width:680px;line-height:1.7;color:#d5d9ef}.gallery-content{padding-top:50px;padding-bottom:80px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.interview-card{background:#fff;border:1px solid #e5e8f0;border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s}.interview-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(34,52,96,.14)}.interview-cover{aspect-ratio:16/9;background:#050713;position:relative;overflow:hidden}.interview-cover img,.interview-cover video{width:100%;height:100%;object-fit:cover;border:0;pointer-events:none}.interview-play{position:absolute;left:18px;bottom:16px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--pink);color:#fff;box-shadow:0 8px 24px #ff006d66}.interview-cover>small{position:absolute;right:12px;bottom:12px;display:flex;gap:5px;align-items:center;background:#07091dcc;color:#fff;border-radius:6px;padding:6px 8px;font-size:10px}.interview-copy{padding:19px}.interview-category,.interview-copy>span{font-size:9px;font-weight:800;letter-spacing:.12em;color:var(--pink);text-transform:uppercase}.interview-copy h2{font-size:19px;line-height:1.3;margin:8px 0;color:#101735}.interview-copy p{font-size:13px;line-height:1.6;color:#70788e;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.interview-copy b{font-size:12px;color:#1140a3}.gallery-empty{text-align:center;background:#fff;border:1px solid #e4e7ef;border-radius:18px;padding:65px 25px}.gallery-empty svg{color:var(--pink)}.gallery-empty h2{margin:15px 0 8px}.gallery-empty p{color:#737b90}.gallery-empty a{display:inline-block;margin-top:15px;color:#1140a3;font-weight:700}.interview-page{padding:42px 0 85px}.interview-breadcrumb{display:inline-flex;align-items:center;gap:7px;color:#59627a;font-size:12px;font-weight:700;margin-bottom:20px}.interview-player{aspect-ratio:16/9;background:#050713;border-radius:16px;overflow:hidden;box-shadow:0 25px 60px rgba(13,22,57,.18)}.interview-player video{width:100%;height:100%;display:block}.interview-article{max-width:850px;border:1px solid #e5e8ef;border-radius:16px;margin:25px auto 0;padding:34px 38px}.interview-article h1{font-size:clamp(28px,4vw,42px);line-height:1.18;letter-spacing:-.03em;margin:10px 0 15px;color:#0b1436}.interview-meta{gap:18px;padding-bottom:20px;border-bottom:1px solid #eceef3}.interview-meta span{display:flex;align-items:center;gap:6px;font-size:11px;color:#7b8293}.interview-description{font-size:16px;line-height:1.8;color:#535c72;padding-top:12px}.gallery-publish-check{display:flex!important;align-items:center;gap:9px;background:#f4f7ff;border:1px solid #dfe6f6;border-radius:9px;padding:11px!important;margin:2px 0 14px!important;color:#263b72}.gallery-publish-check input{width:auto!important;margin:0!important}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.gallery-link span{display:none}.gallery-link{padding:9px}.gallery-hero{padding:52px 0 58px}.gallery-grid{grid-template-columns:1fr}.interview-article{padding:24px 20px}.gallery-back{font-size:10px;padding:8px 10px}}.youtube-add{display:inline-flex;align-items:center;gap:7px;background:#fff;color:#d3172d;border:1px solid #efcbd0;border-radius:9px;padding:10px 13px;font-weight:700}.featured-state,.gallery-state{display:inline-flex;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:800}.gallery-state.published{background:#e6f8ec;color:#13783a}.gallery-state.draft{background:#f0f1f4;color:#707584}.featured-state{background:#fff3cf;color:#9a6800;margin-left:5px}.row-actions button.selected{background:#e7f0ff!important;color:#1140a3!important;border-color:#b9cef3!important}.row-actions button.selected.featured{background:#fff1c7!important;color:#ad7400!important;border-color:#ebcb6a!important}.row-actions button:disabled{opacity:.35;cursor:not-allowed}.gallery-tools{display:grid;grid-template-columns:1fr 240px;grid-gap:12px;gap:12px;margin-bottom:26px}.gallery-search{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #dde2ec;border-radius:11px;padding:0 14px;color:#7a8399}.gallery-search input{width:100%;border:0;outline:0;background:transparent;padding:13px 0}.gallery-tools select{border:1px solid #dde2ec;border-radius:11px;background:#fff;padding:0 13px;color:#39425d}.gallery-results{display:flex;justify-content:space-between;align-items:center;margin:26px 0 15px}.gallery-results b{font-size:12px;color:#6d7487}.gallery-results button{border:0;background:transparent;color:#1140a3;font-size:11px;font-weight:700}.card-category{position:absolute;left:12px;top:12px;background:var(--pink);color:#fff;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.featured-interview{display:grid;grid-template-columns:1.25fr 1fr;background:#08075e;color:#fff;border-radius:18px;overflow:hidden;box-shadow:0 22px 55px rgba(8,7,94,.2);margin-bottom:28px}.featured-cover{position:relative;min-height:330px;background:#050713}.featured-cover img,.featured-cover video{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.featured-cover>span{position:absolute;left:18px;top:18px;display:flex;align-items:center;gap:6px;background:#ffbe25;color:#271900;border-radius:99px;padding:8px 11px;font-size:9px;font-weight:900;letter-spacing:.07em}.featured-copy{padding:42px;display:flex;flex-direction:column;justify-content:center}.featured-copy>small{color:#ff72ae;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.featured-copy h2{font-size:30px;line-height:1.2;margin:12px 0}.featured-copy p{color:#c6c8e2;line-height:1.7;font-size:14px}.featured-copy a{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;background:var(--pink);color:#fff;border-radius:9px;padding:12px 16px;font-size:12px;font-weight:800;margin-top:10px}.interview-player iframe{width:100%;height:100%;display:block;border:0}@media(max-width:800px){.video-toolbar{flex-wrap:wrap}.video-search{min-width:100%}.featured-interview{grid-template-columns:1fr}.featured-cover{min-height:260px}}@media(max-width:560px){.gallery-tools{grid-template-columns:1fr}.gallery-tools select{padding:12px}.featured-copy{padding:25px}.featured-copy h2{font-size:24px}}.site-footer{padding:32px 0 16px}.site-footer .footer-inner{gap:42px}.site-footer .footer-logo{width:112px}.site-footer .footer-inner p{font-size:12px;margin-top:6px}.site-footer .social-link{width:40px;height:40px}.site-footer .copyright{margin-top:24px;padding-top:15px}.site-footer .footer-inner{flex-direction:column;gap:7px;text-align:center}.footer-brand,.site-footer .footer-inner{display:flex;justify-content:center;align-items:center}.footer-brand{position:relative;width:100%;min-height:66px}.footer-socials{position:absolute;left:calc(50% + 88px);display:flex;align-items:center;gap:8px}.site-footer .footer-inner>p{margin:0}.site-footer .copyright{text-align:center}.site-footer .copyright a{color:#dce2f4;font-weight:700;text-decoration:underline;text-underline-offset:3px}.site-footer .copyright a:hover{color:#fff}@media(max-width:430px){.footer-socials{left:calc(50% + 76px);gap:5px}.footer-socials .social-link{width:34px;height:34px}.site-footer .footer-inner{padding-inline:10px}}.footer-socials .social-link{position:relative;isolation:isolate;overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,color .28s ease;animation:social-float 4s ease-in-out infinite}.footer-socials .social-link:nth-child(2){animation-delay:.45s}.footer-socials .social-link:before{content:"";position:absolute;z-index:-1;inset:0;opacity:0;transform:scale(.55) rotate(-12deg);border-radius:inherit;transition:opacity .28s ease,transform .32s cubic-bezier(.2,.8,.2,1)}.footer-socials .social-link:first-child:before{background:linear-gradient(135deg,#833ab4,#fd1d1d 55%,#fcb045)}.footer-socials .social-link:nth-child(2):before{background:#ff0033}.footer-socials .social-link svg{transition:transform .32s cubic-bezier(.2,.8,.2,1);position:relative}.footer-socials .social-link:focus-visible,.footer-socials .social-link:hover{color:#fff;border-color:transparent;transform:translateY(-5px) scale(1.06);box-shadow:0 10px 25px rgba(0,0,0,.28);animation-play-state:paused;outline:none}.footer-socials .social-link:focus-visible:before,.footer-socials .social-link:hover:before{opacity:1;transform:scale(1) rotate(0)}.footer-socials .social-link:focus-visible svg,.footer-socials .social-link:hover svg{transform:scale(1.16) rotate(-5deg)}@keyframes social-float{0%,88%,to{transform:translateY(0)}92%{transform:translateY(-3px)}96%{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.footer-socials .social-link{animation:none;transition:none}.footer-socials .social-link svg,.footer-socials .social-link:before{transition:none}}.home-header{transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .3s ease;will-change:transform}.home-header.is-hidden{transform:translate3d(0,calc(-100% - 2px),0);box-shadow:none}.home-header .header-inner{display:grid;grid-template-columns:170px minmax(180px,1fr) auto minmax(180px,1fr) 170px;grid-gap:24px;gap:24px;position:relative}.home-header .pwa-menu-install{justify-self:end}.home-header .header-logo-link{display:grid;place-items:center;z-index:2;transition:transform .25s ease}.home-header .header-logo-link:hover{transform:scale(1.04)}.home-header .main-nav{margin:0;gap:30px}.home-header .nav-left{justify-content:flex-end}.home-header .nav-right{justify-content:flex-start}.home-header .gallery-link{margin-left:0;justify-self:start}@media(prefers-reduced-motion:reduce){.home-header,.home-header .header-logo-link{transition:none}}.featured-interview{grid-template-columns:1fr 1.25fr;background:linear-gradient(145deg,#08075e,#0d1750);border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 70px rgba(8,7,94,.24)}.featured-copy{position:relative;padding:46px 44px;align-items:flex-start}.featured-badge-wrap{position:relative;isolation:isolate;display:inline-flex;overflow:hidden;border-radius:999px;padding:2px;margin-bottom:24px;box-shadow:0 0 24px rgba(255,0,109,.28)}.featured-badge-wrap:before{content:"";position:absolute;z-index:-2;width:180%;aspect-ratio:1;left:50%;top:50%;background:conic-gradient(transparent 0 18%,#ffcf33 27%,#ff006d 43%,transparent 55% 72%,#65f58a 82%,#ffcf33 100%);animation:featured-orbit 3.2s linear infinite;transform-origin:center}.featured-badge-wrap:after{content:"";position:absolute;z-index:-1;inset:2px;border-radius:inherit;background:#11134d}.featured-badge-wrap>span{position:relative;z-index:1;display:flex;align-items:center;gap:7px;border-radius:inherit;padding:8px 12px;color:#ffe074;font-size:10px;font-weight:900;letter-spacing:.1em}.featured-meta{display:flex;align-items:center;gap:10px;margin-bottom:4px}.featured-meta span{display:inline-flex;align-items:center;gap:6px;color:#cdd3f0;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.featured-meta span+span:before{content:"";width:3px;height:3px;border-radius:50%;background:#ff4f99;margin-right:4px}.featured-copy h2{font-size:clamp(28px,3vw,38px);max-width:460px;margin:13px 0 12px}.featured-copy p{max-width:480px;margin:0 0 24px;color:#d0d4e8}.featured-copy .featured-cta{position:relative;isolation:isolate;overflow:hidden;min-width:190px;justify-content:flex-start;gap:11px;margin-top:2px;padding:8px 10px 8px 8px;border:1px solid rgba(255,255,255,.17);border-radius:12px;background:linear-gradient(135deg,#ff006d,#ec005f);box-shadow:0 12px 30px rgba(255,0,109,.3);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,filter .25s ease}.featured-copy .featured-cta:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.28) 45%,transparent 70%);transform:translateX(-130%);transition:transform .55s ease}.featured-cta-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#fff;color:#ff006d;box-shadow:0 5px 14px rgba(28,0,26,.22);transition:transform .25s ease}.featured-cta-arrow{margin-left:auto;opacity:.8;transition:transform .25s ease}.featured-copy .featured-cta:focus-visible,.featured-copy .featured-cta:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(255,0,109,.43);filter:saturate(1.12);outline:none}.featured-copy .featured-cta:focus-visible:before,.featured-copy .featured-cta:hover:before{transform:translateX(130%)}.featured-copy .featured-cta:hover .featured-cta-icon{transform:scale(1.08) rotate(-5deg)}.featured-copy .featured-cta:hover .featured-cta-arrow{transform:translate(3px,-3px)}.featured-copy .featured-cta:active{transform:translateY(-1px) scale(.98);box-shadow:0 8px 18px rgba(255,0,109,.28)}.featured-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,7,94,.32),transparent 35%),linear-gradient(0deg,rgba(5,7,19,.4),transparent 45%);pointer-events:none}.featured-cover>span{z-index:2;left:auto;right:18px;top:auto;bottom:18px;background:rgba(5,7,19,.76);color:#fff;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes featured-orbit{to{transform:translate(-50%,-50%) rotate(1turn)}0%{transform:translate(-50%,-50%) rotate(0)}}@media(max-width:800px){.featured-interview{grid-template-columns:1fr}.featured-copy{padding:34px 30px}.featured-cover{min-height:280px}}@media(max-width:560px){.featured-copy{padding:28px 22px}.featured-badge-wrap{margin-bottom:19px}.featured-cover{min-height:220px}.featured-copy .featured-cta{width:100%}}@media(prefers-reduced-motion:reduce){.featured-badge-wrap:before{animation:featured-orbit 5.5s linear infinite}.featured-copy .featured-cta,.featured-copy .featured-cta:before,.featured-cta-arrow,.featured-cta-icon{transition:none}}.interview-card{--category-color:#1140a3;position:relative;display:flex;flex-direction:column;border-color:color-mix(in srgb,var(--category-color) 20%,#e5e8f0);box-shadow:0 8px 24px rgba(25,39,79,.07);transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease,border-color .32s ease}.interview-card:before{content:"";position:absolute;z-index:3;left:0;right:0;top:0;height:4px;background:var(--category-color);transform:scaleX(.35);transform-origin:left;transition:transform .35s cubic-bezier(.2,.8,.2,1)}.interview-card:focus-visible,.interview-card:hover{transform:translateY(-8px);border-color:color-mix(in srgb,var(--category-color) 52%,#e5e8f0);box-shadow:0 22px 48px color-mix(in srgb,var(--category-color) 20%,transparent);outline:none}.interview-card:focus-visible:before,.interview-card:hover:before{transform:scaleX(1)}.interview-cover:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.22) 48%,transparent 70%);transform:translateX(-130%);transition:transform .7s ease;pointer-events:none}.interview-card:focus-visible .interview-cover:after,.interview-card:hover .interview-cover:after{transform:translateX(130%)}.interview-cover img,.interview-cover video{transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .4s ease}.interview-card:focus-visible .interview-cover img,.interview-card:focus-visible .interview-cover video,.interview-card:hover .interview-cover img,.interview-card:hover .interview-cover video{transform:scale(1.055);filter:saturate(1.08)}.card-category{box-shadow:0 7px 18px color-mix(in srgb,var(--category-color) 42%,transparent);border:1px solid rgba(255,255,255,.35)}.card-category,.interview-play{z-index:2;background:var(--category-color)}.interview-play{box-shadow:0 8px 24px color-mix(in srgb,var(--category-color) 58%,transparent);transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease}.interview-card:focus-visible .interview-play,.interview-card:hover .interview-play{transform:scale(1.12);box-shadow:0 10px 30px color-mix(in srgb,var(--category-color) 72%,transparent)}.interview-cover>small{z-index:2;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.interview-copy{position:relative;flex:1 1;display:flex;flex-direction:column;padding:21px 20px 20px}.interview-copy h2{transition:color .25s ease}.interview-card:focus-visible .interview-copy h2,.interview-card:hover .interview-copy h2{color:var(--category-color)}.interview-copy p{flex:1 1}.interview-copy b{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding-top:14px;border-top:1px solid #edf0f5;color:var(--category-color);transition:letter-spacing .25s ease}.interview-copy b svg{transition:transform .25s ease}.interview-card:focus-visible .interview-copy b,.interview-card:hover .interview-copy b{letter-spacing:.015em}.interview-card:focus-visible .interview-copy b svg,.interview-card:hover .interview-copy b svg{transform:translate(3px,-3px)}.featured-meta span:first-child{color:var(--category-color)}@media(prefers-reduced-motion:reduce){.interview-card,.interview-card:before,.interview-copy b,.interview-copy b svg,.interview-copy h2,.interview-cover img,.interview-cover video,.interview-cover:after,.interview-play{transition:none}}.gallery-category-select{position:relative;min-width:0}.gallery-category-select select{width:100%;height:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0 46px 0 14px;cursor:pointer}.gallery-category-select>svg{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#69738d;pointer-events:none}.interview-cover-placeholder{position:absolute;inset:-1px;display:grid;place-content:center;justify-items:center;grid-gap:9px;gap:9px;background:linear-gradient(120deg,#08075e,#163e96 48%,#102a76);background-size:180% 180%;color:rgba(255,255,255,.78);transition:transform .42s cubic-bezier(.2,.8,.2,1),filter .35s ease,background-position .6s ease}.interview-cover-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.12) 48%,transparent 66%);transform:translateX(-120%);transition:transform .65s ease}.interview-cover-placeholder svg{position:relative;transition:transform .35s cubic-bezier(.2,.8,.2,1),color .35s ease,filter .35s ease}.interview-cover-placeholder span{position:relative;font-size:10px;font-weight:900;letter-spacing:.16em;transition:letter-spacing .35s ease,color .35s ease}.interview-card:focus-visible .interview-cover-placeholder,.interview-card:hover .interview-cover-placeholder{transform:scale(1.06);filter:saturate(1.18);background-position:100% 50%}.interview-card:focus-visible .interview-cover-placeholder:before,.interview-card:hover .interview-cover-placeholder:before{transform:translateX(120%)}.interview-card:focus-visible .interview-cover-placeholder svg,.interview-card:hover .interview-cover-placeholder svg{transform:translateY(-4px) scale(1.12);color:#fff;filter:drop-shadow(0 7px 13px rgba(0,0,0,.25))}.interview-card:focus-visible .interview-cover-placeholder span,.interview-card:hover .interview-cover-placeholder span{letter-spacing:.2em;color:#fff}.featured-cover>.interview-cover-placeholder{position:absolute;inset:0}.gallery-load-more{display:flex;justify-content:center;padding-top:34px}.gallery-load-more button{display:inline-flex;align-items:center;gap:9px;padding:13px 20px;border:1px solid #cbd7ee;border-radius:10px;background:#fff;color:#10275f;font-weight:850;box-shadow:0 8px 22px rgba(20,42,95,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.gallery-load-more button span{color:#77829a;font-size:10px;font-weight:750}.gallery-load-more button:focus-visible,.gallery-load-more button:hover{transform:translateY(-2px);border-color:#91a9dc;box-shadow:0 13px 30px rgba(20,42,95,.14);outline:none}@media(max-width:560px){.gallery-category-select select{min-height:44px;padding:12px 46px 12px 14px}}@media(prefers-reduced-motion:reduce){.gallery-load-more button,.interview-cover-placeholder,.interview-cover-placeholder span,.interview-cover-placeholder svg,.interview-cover-placeholder:before{transition:none}.gallery-load-more button:focus-visible,.gallery-load-more button:hover,.interview-card:focus-visible .interview-cover-placeholder,.interview-card:focus-visible .interview-cover-placeholder svg,.interview-card:hover .interview-cover-placeholder,.interview-card:hover .interview-cover-placeholder svg{transform:none}}.tv-player-shell .tv-controls{position:relative;left:auto;right:auto;bottom:auto;display:flex;align-items:center;gap:11px;width:100%;min-height:56px;margin-top:8px;padding:9px 12px;border-radius:10px;background:linear-gradient(135deg,#08075e,#101454);color:#fff;opacity:1;transform:none;pointer-events:auto;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:inset 0 1px rgba(255,255,255,.08);transition:none}.tv-player-shell .tv-controls:before{content:"CONTROLE DA TV";font-size:8px;font-weight:900;letter-spacing:.13em;color:#959bc6;margin-right:3px;white-space:nowrap}.tv-player-shell .tv-controls button{cursor:pointer;transition:background .2s ease,transform .2s ease}.tv-player-shell .tv-controls button:hover{transform:translateY(-1px)}.sound-hint{position:absolute;z-index:5;left:50%;bottom:22px;transform:translateX(-50%);display:flex;align-items:center;gap:11px;min-width:max-content;padding:10px 15px 10px 11px;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:rgba(8,7,65,.88);color:#fff;box-shadow:0 10px 32px rgba(0,0,0,.28),0 0 0 5px rgba(255,0,109,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;animation:sound-hint-pulse 2.4s ease-in-out infinite}.sound-hint>svg{color:#ff4e9a;flex:0 0 auto}.sound-hint span{text-align:left}.sound-hint small,.sound-hint strong{display:block}.sound-hint strong{font-size:11px}.sound-hint small{font-size:9px;color:#c9cce1;margin-top:2px}.sound-hint:hover{background:rgba(14,13,92,.96)}@keyframes sound-hint-pulse{0%,to{box-shadow:0 10px 32px rgba(0,0,0,.28),0 0 0 5px rgba(255,0,109,.08)}50%{box-shadow:0 10px 32px rgba(0,0,0,.28),0 0 0 9px rgba(255,0,109,.16)}}.tv-player-shell:-webkit-full-screen{position:relative!important;width:100vw;height:100vh;border:0;border-radius:0;padding:0;background:#050713;display:flex;flex-direction:column;justify-content:center}.tv-player-fallback-fullscreen,.tv-player-shell:fullscreen{position:relative!important;width:100vw;height:100vh;border:0;border-radius:0;padding:0;background:#050713;display:flex;flex-direction:column;justify-content:center}.tv-player-fallback-fullscreen{position:fixed!important;inset:0}.tv-player-shell:-webkit-full-screen .broadcast-player{flex:1 1;min-height:0;width:100%;max-height:none;aspect-ratio:auto;border-radius:0}.tv-player-fallback-fullscreen .broadcast-player,.tv-player-shell:fullscreen .broadcast-player{flex:1 1;min-height:0;width:100%;max-height:none;aspect-ratio:auto;border-radius:0}.tv-player-shell:-webkit-full-screen .tv-controls{flex:0 0 62px;min-height:62px;margin:0;border-radius:0;padding-inline:22px;background:#08082b;border-top:1px solid rgba(255,255,255,.1)}.tv-player-fallback-fullscreen .tv-controls,.tv-player-shell:fullscreen .tv-controls{flex:0 0 62px;min-height:62px;margin:0;border-radius:0;padding-inline:22px;background:#08082b;border-top:1px solid rgba(255,255,255,.1)}.tv-player-shell:-webkit-full-screen .fullscreen-info{position:absolute;z-index:7;left:18px;right:18px;bottom:78px;min-height:78px;border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:13px 20px;background:rgba(8,7,55,.88);box-shadow:0 18px 48px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;transform:translateY(14px);pointer-events:none;-webkit-transition:opacity .28s ease,transform .28s cubic-bezier(.2,.8,.2,1);transition:opacity .28s ease,transform .28s cubic-bezier(.2,.8,.2,1)}.tv-player-fallback-fullscreen .fullscreen-info,.tv-player-shell:fullscreen .fullscreen-info{position:absolute;z-index:7;left:18px;right:18px;bottom:78px;min-height:78px;border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:13px 20px;background:rgba(8,7,55,.88);box-shadow:0 18px 48px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .28s ease,transform .28s cubic-bezier(.2,.8,.2,1)}.tv-player-shell:-webkit-full-screen .fullscreen-info.mobile-visible{opacity:1;transform:none}.tv-player-fallback-fullscreen .fullscreen-info.mobile-visible,.tv-player-shell:fullscreen .fullscreen-info.mobile-visible{opacity:1;transform:none}.tv-player-shell:-webkit-full-screen .fullscreen-info strong{color:#fff}.tv-player-fallback-fullscreen .fullscreen-info strong,.tv-player-shell:fullscreen .fullscreen-info strong{color:#fff}.tv-player-shell:-webkit-full-screen .fullscreen-info small{color:#aeb5d8}.tv-player-fallback-fullscreen .fullscreen-info small,.tv-player-shell:fullscreen .fullscreen-info small{color:#aeb5d8}.tv-player-shell:-webkit-full-screen .fullscreen-info em{color:#cbd0ea}.tv-player-fallback-fullscreen .fullscreen-info em,.tv-player-shell:fullscreen .fullscreen-info em{color:#cbd0ea}.tv-player-shell:-webkit-full-screen .next-program{border-left-color:rgba(255,255,255,.18);color:#8fb4ff}.tv-player-fallback-fullscreen .next-program,.tv-player-shell:fullscreen .next-program{border-left-color:rgba(255,255,255,.18);color:#8fb4ff}@media(hover:none){.tv-player-shell:-webkit-full-screen .fullscreen-info.mobile-visible{opacity:1;transform:none}.tv-player-fallback-fullscreen .fullscreen-info.mobile-visible,.tv-player-shell:fullscreen .fullscreen-info.mobile-visible{opacity:1;transform:none}}@media(max-width:560px){.tv-player-shell .tv-controls{min-height:52px;margin-top:6px;padding:7px 8px;gap:7px}.tv-player-shell .tv-controls:before{display:none}.sound-hint{bottom:12px;max-width:calc(100% - 24px);min-width:0;width:max-content;padding:9px 12px}.sound-hint strong{font-size:10px}.sound-hint small{font-size:8px}.tv-player-shell:-webkit-full-screen .tv-controls{flex-basis:56px;min-height:56px;margin:0;padding-inline:10px}.tv-player-fallback-fullscreen .tv-controls,.tv-player-shell:fullscreen .tv-controls{flex-basis:56px;min-height:56px;margin:0;padding-inline:10px}.tv-player-shell:-webkit-full-screen .fullscreen-info{left:8px;right:8px;bottom:66px;display:block;min-height:0;padding:13px}.tv-player-fallback-fullscreen .fullscreen-info,.tv-player-shell:fullscreen .fullscreen-info{left:8px;right:8px;bottom:66px;display:block;min-height:0;padding:13px}.tv-player-shell:-webkit-full-screen .next-program{border-left:0;border-top:1px solid rgba(255,255,255,.16)}.tv-player-fallback-fullscreen .next-program,.tv-player-shell:fullscreen .next-program{border-left:0;border-top:1px solid rgba(255,255,255,.16)}}@media(prefers-reduced-motion:reduce){.sound-hint{animation:none}.tv-player-shell:-webkit-full-screen .fullscreen-info{-webkit-transition:none;transition:none}.tv-player-fallback-fullscreen .fullscreen-info,.tv-player-shell:fullscreen .fullscreen-info{transition:none}}.schedule-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f2f5fb,#f8f9fc)}.schedule-section:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#08075e,#1140a3 34%,#ff006d 68%,#ff5e00)}.schedule-heading{margin-bottom:34px}.schedule-heading .section-kicker{color:#ff006d}.schedule-heading h2{font-size:clamp(32px,4vw,46px);margin-bottom:10px}.schedule-heading p{max-width:570px}.today-chip.live-update{border-color:#d9e2f2;border-radius:999px;padding:11px 16px;background:rgba(255,255,255,.86);box-shadow:0 8px 24px rgba(29,49,91,.07);color:#33405f;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.update-dot{width:9px;height:9px;border-radius:50%;background:#26c961;box-shadow:0 0 0 5px rgba(38,201,97,.12);animation:live-update-pulse 2s ease-in-out infinite}@keyframes live-update-pulse{50%{box-shadow:0 0 0 8px rgba(38,201,97,.04)}}.schedule-section .schedule-list{display:grid;grid-gap:10px;gap:10px;background:transparent;border:0;border-radius:0;overflow:visible}.schedule-section .schedule-row{position:relative;min-height:90px;grid-template-columns:96px 18px 1fr auto;gap:22px;padding:12px 24px;background:#fff;border:1px solid #e2e7f0;border-radius:15px;box-shadow:0 7px 22px rgba(31,49,91,.055);transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease,border-color .3s ease}.schedule-section .schedule-row:hover{transform:translateX(7px);border-color:#cbd7eb;box-shadow:0 15px 34px rgba(31,49,91,.11)}.schedule-section .schedule-row time{font-size:19px;line-height:1;color:#0d1737}.schedule-section .schedule-row time small{display:block;margin-bottom:7px;font-size:8px;letter-spacing:.13em;color:#9aa2b5}.schedule-section .schedule-marker{position:relative;width:10px;height:10px;background:#b9c3d5;box-shadow:0 0 0 6px #edf0f5}.schedule-section .schedule-marker:after{content:"";position:absolute;left:4px;top:15px;width:2px;height:56px;background:linear-gradient(#dce2ec,transparent)}.schedule-section .schedule-program h3{font-size:17px;margin-bottom:6px}.schedule-section .schedule-program p{font-size:11px;letter-spacing:.035em}.schedule-section .schedule-row.is-current{background:linear-gradient(135deg,#08075e,#12165b);border-color:#151469;box-shadow:0 18px 42px rgba(8,7,94,.22),inset 4px 0 #ff006d}.schedule-section .schedule-row.is-current:hover{box-shadow:0 23px 48px rgba(8,7,94,.3),inset 4px 0 #ff006d}.schedule-section .schedule-row.is-current h3,.schedule-section .schedule-row.is-current time{color:#fff}.schedule-section .schedule-row.is-current p,.schedule-section .schedule-row.is-current time small{color:#aeb5db}.schedule-section .schedule-row.is-current .schedule-marker{background:#ff006d;box-shadow:0 0 0 6px rgba(255,0,109,.16);animation:on-air-marker 1.7s ease-in-out infinite}.schedule-section .schedule-row.is-current .schedule-marker:after{background:linear-gradient(rgba(255,255,255,.2),transparent)}@keyframes on-air-marker{50%{box-shadow:0 0 0 9px rgba(255,0,109,.07)}}.schedule-section .current-label,.schedule-section .next-label{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;font-size:9px;font-weight:900;letter-spacing:.1em;white-space:nowrap}.schedule-section .current-label{color:#fff;background:#ff006d;box-shadow:0 7px 18px rgba(255,0,109,.3)}.schedule-section .next-label{color:#1140a3;background:#eaf1ff;border:1px solid #cfddf6}.schedule-section .schedule-row.is-next{border-color:#cbd8ed;background:linear-gradient(90deg,#fff,#f8faff)}.schedule-section .schedule-row.is-next .schedule-marker{background:#1140a3;box-shadow:0 0 0 6px #e6edfa}.schedule-section .ended-label{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;background:#eef0f4;color:#7e8799;font-size:9px;font-weight:900;letter-spacing:.09em;white-space:nowrap}.schedule-section .schedule-row.is-ended{background:#f7f8fa;border-color:#e6e9ef;box-shadow:none;opacity:.72}.schedule-section .schedule-row.is-ended:hover{transform:translateX(3px);box-shadow:0 8px 20px rgba(31,49,91,.06);opacity:.9}.schedule-section .schedule-row.is-ended h3,.schedule-section .schedule-row.is-ended time{color:#71798a}.schedule-section .schedule-row.is-ended .schedule-marker{background:#aeb5c2;box-shadow:0 0 0 6px #eceff3}.schedule-section .schedule-row.is-ended .schedule-marker:after{background:linear-gradient(#dfe3ea,transparent)}.schedule-arrow{font-size:20px;color:#aab2c2;opacity:0;transform:translateX(-7px);transition:opacity .25s ease,transform .25s ease}.schedule-row:hover .schedule-arrow{opacity:1;transform:none}.public-schedule-empty{padding:48px 26px;border:1px dashed #ccd5e5;border-radius:16px;background:rgba(255,255,255,.7);text-align:center;color:#66708b;font-size:14px}@media(max-width:560px){.schedule-heading{margin-bottom:25px}.today-chip.live-update{margin-top:16px}.schedule-section .schedule-row{grid-template-columns:62px 10px 1fr;gap:12px;min-height:86px;padding:12px 14px}.schedule-section .schedule-row time{font-size:16px}.schedule-section .schedule-row time small{font-size:7px}.schedule-section .current-label,.schedule-section .ended-label,.schedule-section .next-label,.schedule-section .schedule-arrow{display:none}.schedule-section .schedule-marker:after{height:48px}.schedule-section .schedule-program h3{font-size:15px}}@media(prefers-reduced-motion:reduce){.schedule-section .schedule-row.is-current .schedule-marker,.update-dot{animation:none}.schedule-arrow,.schedule-section .schedule-row{transition:none}}.about-copy .text-action{position:relative;display:inline-flex;align-items:center;gap:10px;overflow:hidden;margin-top:14px;padding:12px 16px;border:1px solid #cbd8ed;border-radius:10px;background:#f7faff;color:#1140a3;font-size:13px;font-weight:800;box-shadow:0 7px 18px rgba(17,64,163,.07);transition:color .28s ease,border-color .28s ease,transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease}.about-copy .text-action:before{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(135deg,#1140a3,#08075e);transform:translateX(-102%);transition:transform .38s cubic-bezier(.2,.8,.2,1)}.about-copy .text-action span,.about-copy .text-action svg{position:relative;z-index:1}.about-copy .text-action svg{transition:transform .28s cubic-bezier(.2,.8,.2,1)}.about-copy .text-action:focus-visible,.about-copy .text-action:hover{color:#fff;border-color:#1140a3;transform:translateY(-3px);box-shadow:0 13px 28px rgba(17,64,163,.2);outline:none}.about-copy .text-action:focus-visible:before,.about-copy .text-action:hover:before{transform:none}.about-copy .text-action:focus-visible svg,.about-copy .text-action:hover svg{transform:translateX(6px)}.about-copy .text-action:active{transform:translateY(-1px) scale(.98)}@media(prefers-reduced-motion:reduce){.about-copy .text-action,.about-copy .text-action svg,.about-copy .text-action:before{transition:none}}.about-section{overflow:hidden}.about-section,.about-section .about-grid{position:relative}.about-section .about-brand,.about-section .about-copy{opacity:0;transform:translateY(34px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.about-section .about-copy{transition-delay:.12s}.about-section.is-visible .about-brand,.about-section.is-visible .about-copy{opacity:1;transform:none}.about-brand{isolation:isolate;align-content:center;justify-items:center;gap:28px;padding:54px;background:linear-gradient(145deg,#eaf4ff,#f8fbff 48%,#fff3f8);border:1px solid #e2eaf5;box-shadow:0 28px 65px rgba(28,58,112,.12)}.about-brand:before{content:"";position:absolute;z-index:-2;inset:0;background:repeating-linear-gradient(125deg,rgba(17,64,163,.045) 0 1px,transparent 1px 24px),linear-gradient(115deg,transparent 20%,rgba(255,255,255,.9) 48%,transparent 70%)}.about-brand:after{content:"";position:absolute;z-index:-1;inset:auto 8% 20px;width:84%;height:2px;border:0;border-radius:0;background:linear-gradient(90deg,transparent,#89ef72,#1140a3,#ff006d,#ff5e00,transparent);box-shadow:0 0 18px rgba(17,64,163,.23)}.about-light-lines{position:absolute;z-index:-1;inset:22px;border:1px solid rgba(17,64,163,.1);border-radius:22px;pointer-events:none}.about-light-lines:after,.about-light-lines:before{content:"";position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(17,64,163,.23),transparent)}.about-light-lines:before{width:72%;top:22%;left:-12%;transform:rotate(-8deg)}.about-light-lines:after{width:66%;right:-9%;bottom:25%;transform:rotate(-8deg)}.about-logo{width:min(78%,360px);filter:drop-shadow(0 14px 25px rgba(8,7,94,.12))}.about-brand p{position:relative;z-index:1;max-width:370px;margin:0;text-align:center;color:#18244a;font-size:17px;font-weight:700;line-height:1.55}.about-pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin:28px 0 5px}.about-pillar{min-height:116px;padding:15px 13px;border:1px solid #e1e7f1;border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(28,48,94,.055);transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .28s ease}.about-pillar>span{width:38px;height:38px;display:grid;place-items:center;margin-bottom:13px;border-radius:10px;background:#edf3ff;color:#1140a3;transition:transform .28s ease,background .28s ease,color .28s ease,box-shadow .28s ease}.about-pillar strong{display:block;color:#17213e;font-size:12px;line-height:1.35}.about-pillar.is-pink>span{background:#fff0f6;color:#df0060}.about-pillar.is-orange>span{background:#fff2e9;color:#e65300}.about-pillar:hover{transform:translateY(-5px);border-color:#cad6eb;box-shadow:0 15px 30px rgba(28,48,94,.12)}.about-pillar:hover>span{transform:translateY(-2px) scale(1.06);background:#1140a3;color:#fff;box-shadow:0 7px 17px rgba(17,64,163,.24)}.about-pillar.is-pink:hover>span{background:#df0060;box-shadow:0 7px 17px rgba(223,0,96,.22)}.about-pillar.is-orange:hover>span{background:#e65300;box-shadow:0 7px 17px rgba(230,83,0,.22)}@media(max-width:1000px) and (min-width:851px){.about-grid{gap:55px}.about-brand{padding:38px}.about-pillars{grid-template-columns:1fr}.about-pillar{min-height:0;display:flex;align-items:center;gap:11px;padding:11px}.about-pillar>span{flex:0 0 36px;margin:0}}@media(max-width:850px){.about-brand{min-height:320px}.about-logo{width:min(62%,330px)}.about-copy{max-width:680px}.about-pillars{margin-top:25px}}@media(max-width:560px){.about-grid{gap:38px}.about-brand{min-height:260px;padding:38px 25px;gap:21px;border-radius:23px}.about-light-lines{inset:15px;border-radius:16px}.about-brand p{font-size:14px}.about-pillars{grid-template-columns:1fr;gap:8px}.about-pillar{min-height:0;display:flex;align-items:center;gap:12px;padding:11px 12px}.about-pillar>span{flex:0 0 38px;margin:0}.about-pillar strong{font-size:13px}}@media(prefers-reduced-motion:reduce){.about-section .about-brand,.about-section .about-copy{opacity:1;transform:none;transition:none}.about-pillar,.about-pillar>span{transition:none}}.contact-section{position:relative;padding:110px 0;background:#fff;overflow:hidden}.contact-section .contact-card{isolation:isolate;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1.08fr;grid-gap:72px;gap:72px;align-items:center;padding:64px;background:linear-gradient(135deg,#07103b,#08075e 54%,#112a78);border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 30px 70px rgba(8,16,59,.2);color:#fff}.contact-card:before{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.055),transparent 35%),repeating-linear-gradient(128deg,rgba(255,255,255,.026) 0 1px,transparent 1px 24px)}.contact-card:after{content:"";position:absolute;z-index:-1;left:6%;right:6%;bottom:0;height:3px;border:0;border-radius:0;background:linear-gradient(90deg,transparent,#89ef72,#1140a3,#ff006d,#ff5e00,transparent);box-shadow:0 0 24px rgba(255,0,109,.35)}.contact-light-lines{position:absolute;z-index:-1;inset:22px;border:1px solid rgba(255,255,255,.075);border-radius:17px;pointer-events:none}.contact-light-lines:after,.contact-light-lines:before{content:"";position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(137,239,114,.28),rgba(255,0,109,.2),transparent)}.contact-light-lines:before{width:58%;left:-12%;top:23%;transform:rotate(-7deg)}.contact-light-lines:after{width:56%;right:-9%;bottom:20%;transform:rotate(-7deg)}.contact-actions,.contact-copy{opacity:0;transform:translateY(30px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.8,.2,1)}.contact-actions{transition-delay:.12s}.contact-section.is-visible .contact-actions,.contact-section.is-visible .contact-copy{opacity:1;transform:none}.contact-official{display:inline-flex;align-items:center;gap:7px;margin-bottom:25px;padding:7px 10px;border:1px solid rgba(137,239,114,.25);border-radius:99px;background:rgba(137,239,114,.08);color:#aaf29c;font-size:9px;font-weight:900;letter-spacing:.12em}.contact-section .section-kicker{color:#ff68aa}.contact-section .contact-copy h2{max-width:480px;margin:0 0 18px;color:#fff;font-size:clamp(31px,4vw,45px);line-height:1.12}.contact-section .contact-copy p{max-width:500px;margin:0 0 25px;color:#c8cee4;font-size:16px;line-height:1.75}.contact-copy>small{display:block;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#919bbd;font-size:10px;font-weight:700;letter-spacing:.045em}.contact-section .contact-actions{display:grid;grid-gap:12px;gap:12px}.contact-section .contact-actions a{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) 24px;align-items:center;grid-gap:15px;gap:15px;min-height:104px;padding:18px 19px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14);border-radius:15px;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .3s cubic-bezier(.2,.8,.2,1),background .3s ease,border-color .3s ease,box-shadow .3s ease}.contact-section .contact-actions a:focus-visible,.contact-section .contact-actions a:hover{transform:translateY(-5px);background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.3);box-shadow:0 18px 35px rgba(0,0,0,.2);outline:none}.contact-channel-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;transition:transform .3s ease,box-shadow .3s ease}.contact-channel-icon.whatsapp{background:#20b95b;color:#fff;box-shadow:0 8px 20px rgba(32,185,91,.22)}.contact-channel-icon.email{background:#ff006d;color:#fff;box-shadow:0 8px 20px rgba(255,0,109,.24)}.contact-actions a:focus-visible .contact-channel-icon,.contact-actions a:hover .contact-channel-icon{transform:scale(1.07) rotate(-3deg)}.contact-channel-copy{min-width:0}.contact-channel-copy em,.contact-channel-copy small,.contact-channel-copy strong{display:block}.contact-channel-copy small{margin:0 0 5px;color:#aab3d0;font-size:8px;font-weight:900;letter-spacing:.14em}.contact-channel-copy strong{overflow-wrap:anywhere;color:#fff;font-size:14px}.contact-channel-copy em{margin-top:7px;color:#9fa8c5;font-size:10px;font-style:normal;line-height:1.4}.contact-arrow{color:#ff5da4;transition:transform .3s cubic-bezier(.2,.8,.2,1),color .3s ease}.contact-actions a:focus-visible .contact-arrow,.contact-actions a:hover .contact-arrow{transform:translateX(6px);color:#fff}@media(max-width:850px){.contact-section .contact-card{grid-template-columns:1fr;gap:38px;padding:48px}.contact-section .contact-copy p{max-width:650px}}@media(max-width:560px){.contact-section{padding:70px 0}.contact-section .contact-card{gap:32px;padding:38px 22px;border-radius:20px}.contact-light-lines{inset:14px;border-radius:13px}.contact-official{margin-bottom:21px}.contact-section .contact-copy h2{font-size:31px}.contact-section .contact-copy p{font-size:14px}.contact-section .contact-actions a{grid-template-columns:43px minmax(0,1fr) 18px;gap:11px;min-height:96px;padding:15px 13px}.contact-channel-icon{width:43px;height:43px;border-radius:11px}.contact-channel-copy strong{font-size:12px}.contact-channel-copy em{font-size:9px}.contact-arrow{width:17px}}@media(prefers-reduced-motion:reduce){.contact-actions,.contact-copy{opacity:1;transform:none;transition:none}.contact-arrow,.contact-channel-icon,.contact-section .contact-actions a{transition:none}}.gallery-hero{position:relative;overflow:hidden;padding:42px 0 44px;background:linear-gradient(120deg,#08075e,#102275 62%,#143c96)}.gallery-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.045),transparent 35%),repeating-linear-gradient(130deg,rgba(255,255,255,.025) 0 1px,transparent 1px 22px);pointer-events:none}.gallery-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,transparent,#89ef72,#1140a3,#ff006d,#ff5e00,transparent);opacity:.8}.gallery-hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:center;grid-gap:70px;gap:70px}.gallery-hero-heading{min-width:0}.gallery-hero span{display:inline-flex;align-items:center;gap:8px;margin:0 0 9px;font-size:9px;letter-spacing:.17em;color:#ff73b0}.gallery-hero span:before{content:"";width:18px;height:2px;background:#ff4c99}.gallery-hero h1{font-size:clamp(30px,4vw,43px);line-height:1.05;margin:0;letter-spacing:-.04em}.gallery-hero p{position:relative;max-width:600px;margin:0;padding-left:28px;border-left:1px solid rgba(255,255,255,.2);font-size:14px;line-height:1.65;color:#d8dcef}.gallery-content{padding-top:38px}@media(max-width:760px){.gallery-hero{padding:35px 0 37px}.gallery-hero-inner{grid-template-columns:1fr;gap:18px}.gallery-hero p{padding:0;border:0;max-width:620px}.gallery-hero h1{font-size:34px}}@media(max-width:560px){.gallery-hero{padding:30px 0 32px}.gallery-hero h1{font-size:30px}.gallery-hero p{font-size:13px;line-height:1.55}.gallery-content{padding-top:30px}}.dashboard-channel-status{position:relative;overflow:hidden;background:linear-gradient(125deg,#08075e,#101d79 68%,#153b9b);box-shadow:0 18px 42px rgba(8,7,94,.16)}.dashboard-channel-status:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,#89ef72,#1140a3,#ff006d,#ff5e00)}.dashboard-channel-status.is-live{background:linear-gradient(125deg,#420129,#870044 58%,#08075e)}.channel-state{display:flex;align-items:center;gap:13px}.channel-state-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.1);color:#89ef72}.is-live .channel-state-icon{color:#fff;background:#ff006d;box-shadow:0 0 0 7px rgba(255,0,109,.15)}.source-badge{display:inline-flex;margin-right:8px;padding:4px 6px;border-radius:5px;background:rgba(255,255,255,.12);color:#b9f4ad;font-size:7px;font-weight:900;letter-spacing:.08em;vertical-align:2px}.is-live .source-badge{background:#ff006d;color:#fff}.dashboard-stat{position:relative;overflow:hidden;min-width:0;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.dashboard-stat:focus-visible,.dashboard-stat:hover{transform:translateY(-4px);border-color:#cfd8e9;box-shadow:0 13px 28px rgba(25,43,85,.1);outline:none}.dashboard-stat:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--stat-color,#1140a3)}.dashboard-stat .stat-icon{position:absolute;right:15px;top:15px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--stat-color,#1140a3) 10%,white)}.dashboard-stat .stat-icon,.dashboard-stat b{color:var(--stat-color,#1140a3)}.dashboard-stat .stat-open{position:absolute;right:16px;bottom:13px;color:#a5adbd;font-size:22px;transition:transform .25s ease,color .25s ease}.dashboard-stat:focus-visible .stat-open,.dashboard-stat:hover .stat-open{transform:translateX(4px);color:var(--stat-color,#1140a3)}.dashboard-stat.is-green{--stat-color:#16a05a}.dashboard-stat.is-blue{--stat-color:#1140a3}.dashboard-stat.is-orange{--stat-color:#e66a12}.dashboard-stat.is-purple{--stat-color:#6750b5}.dashboard-stat.is-pink{--stat-color:#ed0065}.dashboard-quick-actions{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:-10px 0 24px}.dashboard-quick-actions a{display:grid;grid-template-columns:35px 1fr 14px;align-items:center;grid-gap:10px;gap:10px;padding:12px 13px;border:1px solid #e1e5ed;border-radius:12px;background:#fff;color:#1140a3;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.dashboard-quick-actions a:focus-visible,.dashboard-quick-actions a:hover{transform:translateY(-3px);border-color:#bccceb;box-shadow:0 10px 23px rgba(29,49,94,.09);outline:none}.dashboard-quick-actions a>svg{width:35px;height:35px;padding:8px;border-radius:9px;background:#eef3ff}.dashboard-quick-actions b,.dashboard-quick-actions small{display:block}.dashboard-quick-actions small{font-size:7px;letter-spacing:.1em;color:#8b94a8}.dashboard-quick-actions b{margin-top:3px;color:#24304e;font-size:11px}.dashboard-quick-actions i{font-style:normal;font-size:20px;color:#a4adbd;transition:transform .22s ease}.dashboard-quick-actions a:focus-visible i,.dashboard-quick-actions a:hover i{transform:translateX(4px);color:#1140a3}.dashboard-lower-grid{align-items:start}.dashboard-health-panel,.dashboard-schedule-panel{padding:22px}.dashboard-health-panel .panel-head>div,.dashboard-schedule-panel .panel-head>div{display:flex;align-items:center;gap:9px}.dashboard-schedule-panel .panel-head>div>svg{color:#1140a3}.dashboard-program-link{position:relative;display:inline-flex;align-items:center;gap:8px;overflow:hidden;padding:8px 10px;border:1px solid #dce4f2;border-radius:8px;color:#1140a3;font-size:11px;font-weight:800;transition:color .25s ease,border-color .25s ease,box-shadow .25s ease}.dashboard-program-link:before{content:"";position:absolute;inset:0;background:#1140a3;transform:translateX(-102%);transition:transform .3s cubic-bezier(.2,.8,.2,1)}.dashboard-program-link b,.dashboard-program-link span{position:relative;z-index:1}.dashboard-program-link b{font-size:16px;line-height:1;transition:transform .25s ease}.dashboard-program-link:focus-visible,.dashboard-program-link:hover{color:#fff;border-color:#1140a3;box-shadow:0 8px 18px rgba(17,64,163,.16);outline:none}.dashboard-program-link:focus-visible:before,.dashboard-program-link:hover:before{transform:none}.dashboard-program-link:focus-visible b,.dashboard-program-link:hover b{transform:translateX(5px)}.dashboard-timeline{margin-top:8px}.dashboard-timeline .timeline-row{grid-template-columns:55px 4px minmax(0,1fr) auto;align-items:start;padding:5px 5px 5px 0;border-radius:9px;transition:background .2s ease,opacity .2s ease}.dashboard-timeline .timeline-row.live{background:#fff2f7}.dashboard-timeline .timeline-row.next{background:#f4f7ff}.dashboard-timeline .timeline-row.ended{opacity:.52}.dashboard-timeline .timeline-row.ended .line:before{background:#aab1bf}.dashboard-timeline .timeline-program{min-width:0}.timeline-badge{align-self:start;margin-top:-1px;padding:5px 7px;border-radius:99px;font-size:7px;font-weight:900;letter-spacing:.08em;white-space:nowrap}.timeline-badge.live{background:#ff006d;color:#fff;box-shadow:0 5px 12px rgba(255,0,109,.2)}.timeline-badge.next{background:#e8efff;color:#1140a3}.dashboard-schedule-empty{padding:32px 15px;text-align:center;color:#7c8496;font-size:12px;line-height:1.6}.dashboard-health-panel .panel-head>div{width:100%;justify-content:space-between}.health-summary{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:99px;font-size:8px;font-weight:800}.health-summary.ok{background:#e9f8ed;color:#168842}.health-summary.warn{background:#fff2db;color:#b16a00}.health-name{display:flex;align-items:center;gap:8px}.health-name svg{color:#18a05a}.health-row:has(.health-warn) .health-name svg{color:#d27a00}.dashboard-health-panel .health-row:last-child{border-bottom:0}@media(max-width:1100px){.dashboard-quick-actions{grid-template-columns:repeat(2,1fr)}.dashboard-channel-status{grid-template-columns:1.5fr repeat(3,1fr)}}@media(max-width:800px){.dashboard-channel-status,.dashboard-quick-actions{grid-template-columns:1fr 1fr}.dashboard-timeline .timeline-row{grid-template-columns:50px 4px minmax(0,1fr) auto}}@media(max-width:520px){.dashboard-quick-actions{margin-top:-8px}.dashboard-channel-status,.dashboard-lower-grid,.dashboard-quick-actions{grid-template-columns:1fr}.dashboard-program-link span{display:none}.dashboard-timeline .timeline-row{grid-template-columns:46px 4px minmax(0,1fr)}.timeline-badge{display:none}.dashboard-health-panel .panel-head>div{align-items:flex-start;flex-direction:column}.health-summary{margin-top:2px}}@media(prefers-reduced-motion:reduce){.dashboard-program-link,.dashboard-program-link b,.dashboard-program-link:before,.dashboard-quick-actions a,.dashboard-quick-actions i,.dashboard-stat,.dashboard-stat .stat-open{transition:none}}.video-table .status-indicator{display:inline-flex;align-items:center;gap:6px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.video-table .status-indicator:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.75}.video-table .status-indicator.active{box-shadow:inset 0 0 0 1px #cdebd6}.video-table .status-indicator.inactive{box-shadow:inset 0 0 0 1px #e0e2e7}.confirmation-backdrop{z-index:120}.confirmation-modal{width:min(430px,100%);padding:30px;background:#fff;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.3);text-align:center}.confirmation-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 17px;border-radius:16px;background:#edf3ff;color:#1140a3}.confirmation-icon.danger{background:#fff0f3;color:#d12c4e}.confirmation-modal h2{margin:0 0 10px;color:#171c31;font-size:21px}.confirmation-modal>p{margin:0;color:#6e7486;font-size:13px;line-height:1.65}.confirmation-modal .form-message{margin-top:16px;text-align:left}.confirmation-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin-top:25px}.confirmation-actions button{height:42px;border:1px solid #dfe2e8;border-radius:9px;background:#fff;color:#555d72;font-weight:800}.confirmation-actions .confirm-primary{border-color:#1140a3;background:#1140a3;color:#fff}.confirmation-actions .confirm-danger{border-color:#d52d50;background:#d52d50;color:#fff}.confirmation-actions button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 7px 16px rgba(25,39,77,.12)}.confirmation-actions button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:480px){.confirmation-modal{padding:25px 20px}.confirmation-actions{grid-template-columns:1fr}.confirmation-actions button:first-child{order:2}}.row-actions .edit-video{color:#1140a3}.row-actions .edit-video:hover{background:#eef3ff;border-color:#cbd8f1}.edit-video-modal{width:min(590px,100%)}.edit-video-note{display:flex;align-items:flex-start;gap:9px;margin-bottom:18px;padding:12px;border:1px solid #dce5f7;border-radius:10px;background:#f2f6ff;color:#405071;font-size:11px;line-height:1.5}.edit-video-note svg{flex:0 0 auto;color:#1140a3}.edit-video-modal .modal-actions .primary{background:#1140a3;border-color:#1140a3;color:#fff}.edit-thumbnail-box{position:relative;display:flex!important;flex-direction:column;align-items:flex-start;gap:5px;margin-top:3px;padding:15px;border:1px dashed #bfcbe2;border-radius:11px;background:#f8faff;cursor:pointer;transition:border-color .2s ease,background .2s ease}.edit-thumbnail-box:focus-within,.edit-thumbnail-box:hover{border-color:#1140a3;background:#f1f5ff}.edit-thumbnail-box>span{color:#333c54;font-size:10px;font-weight:800}.edit-thumbnail-box input{position:absolute;width:1px;height:1px;opacity:0}.edit-thumbnail-box b{color:#1140a3;font-size:12px}.edit-thumbnail-box small{color:#7c8598;font-size:9px;line-height:1.45}.edit-upload-progress{margin-top:13px}.interview-article{position:relative;overflow:hidden;max-width:920px;padding:0;background:#fff;border:1px solid #e3e7f0;box-shadow:0 18px 48px rgba(25,42,86,.08)}.interview-accent{height:5px;background:linear-gradient(90deg,var(--pink),#ff5e00 48%,#1140a3)}.interview-heading{padding:34px 38px 30px;background:linear-gradient(145deg,#fff 65%,#f4f7ff)}.interview-labels{display:flex;align-items:center;gap:9px;margin-bottom:13px}.interview-category{display:inline-flex;align-items:center;background:#fff0f6;border:1px solid #ffd3e6;color:#d9005d;border-radius:99px;padding:7px 10px;font-size:9px;font-weight:900;letter-spacing:.1em}.interview-brand-label{color:#7d86a0;font-size:9px;font-weight:900;letter-spacing:.15em}.interview-heading h1{font-size:clamp(29px,4vw,45px);line-height:1.12;letter-spacing:-.035em;margin:0 0 26px;color:#08143d}.interview-meta{display:flex;align-items:stretch;gap:10px;padding:0;border:0}.interview-meta>span{min-width:140px;display:grid;grid-template-columns:22px 1fr;grid-template-rows:auto auto;grid-column-gap:9px;column-gap:9px;align-items:center;background:#fff;border:1px solid #e4e8f1;border-radius:11px;padding:11px 13px;color:#1140a3}.interview-meta>span svg{grid-row:1/3}.interview-meta>span small{font-size:8px;font-weight:900;letter-spacing:.1em;color:#9299ac}.interview-meta>span b{font-size:12px;color:#182344}.interview-description{padding:29px 38px 34px;border-top:1px solid #edf0f5;color:#4f5a73}.interview-description>span{display:block;margin-bottom:13px;color:#101d43;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.interview-description p{margin:0 0 12px;font-size:16px;line-height:1.75}.interview-description p:last-child{margin-bottom:0}@media(max-width:560px){.interview-page{padding-top:28px}.interview-heading{padding:27px 21px 24px}.interview-heading h1{font-size:28px;margin-bottom:21px}.interview-meta{display:grid;grid-template-columns:1fr 1fr}.interview-meta>span{min-width:0}.interview-description{padding:24px 21px 28px}.interview-description p{font-size:15px}.interview-source{grid-column:1/-1}}.live-schedule-button,.scheduler-actions .live-schedule-button{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #ffc2dc;border-radius:9px;background:#fff0f6;color:#d7005c;padding:0 13px;font-weight:800}.schedule-empty-actions{display:flex;gap:8px;align-items:center}.schedule-empty-actions .primary{height:42px}.schedule-entry.scheduled-live .schedule-line i{background:var(--pink);box-shadow:0 0 0 5px #ffebf4}.schedule-entry.scheduled-live .schedule-content{border-color:#ffd5e6;background:linear-gradient(90deg,#fff8fb,#fff)}.schedule-entry.scheduled-live .schedule-content h3{display:flex;align-items:center;color:#9f0045}.live-type-label{color:#d7005c;background:#ffe8f2;letter-spacing:.08em}.live-type-label,.open-ended-label{border-radius:99px;padding:4px 7px;font-size:8px;font-weight:900}.open-ended-label{color:#815400;background:#fff1c8;letter-spacing:.06em}.schedule-entry.open-ended .schedule-time span{color:#b17100;font-weight:800}.live-schedule-modal form>input{width:100%;border:1px solid #dfe2e8;border-radius:9px;padding:11px 12px;background:#fff;margin-bottom:16px}.live-schedule-note{display:flex;align-items:flex-start;gap:9px;margin:0 0 17px;padding:12px;border-radius:10px;background:#fff2f7;color:#8f174b;font-size:11px;line-height:1.5}.live-schedule-note svg{flex:0 0 auto;margin-top:1px}.live-schedule-note.open-ended-note{background:#fff7df;color:#76500b}.live-end-option{display:flex!important;align-items:center;gap:11px;margin:2px 0 14px;padding:12px 13px;border:1px solid #e2e6ee;border-radius:10px;background:#fafbfe;cursor:pointer}.live-end-option>input{position:absolute;opacity:0;pointer-events:none}.live-end-option>span:last-child{display:flex;min-width:0;flex-direction:column;gap:2px;color:#1c2847}.live-end-option b{font-size:11px}.live-end-option small{color:#768098;font-size:9px;font-weight:500;line-height:1.4}.live-end-switch{position:relative;width:38px;height:22px;flex:0 0 auto;border-radius:99px;background:#cdd3df;box-shadow:inset 0 0 0 1px rgba(13,26,60,.08);transition:background .2s ease}.live-end-switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(20,31,58,.25);transition:transform .2s ease}.live-end-option>input:checked+.live-end-switch{background:#d7005c}.live-end-option>input:checked+.live-end-switch:after{transform:translateX(16px)}.live-end-option>input:focus-visible+.live-end-switch{outline:3px solid rgba(17,64,163,.2);outline-offset:2px}@media(max-width:700px){.scheduler-actions{flex-wrap:wrap}.scheduler-actions .live-schedule-button{flex:1 1}.schedule-empty-actions{flex-direction:column}.schedule-empty-actions button{width:100%}.live-time-grid:not(.has-end-time){grid-template-columns:1fr}.open-ended-label{display:block;width:max-content;margin-top:5px}}@media(prefers-reduced-motion:reduce){.live-end-switch,.live-end-switch:after{transition:none}}.schedule-operations{min-width:0}.schedule-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px;margin-bottom:16px}.schedule-summary{min-width:0;display:flex;align-items:center;gap:12px;padding:15px 16px;border:1px solid #e1e6ef;border-radius:13px;background:#fff;box-shadow:0 7px 20px rgba(24,42,86,.045)}.schedule-summary>span{width:39px;height:39px;display:grid;flex:0 0 auto;place-items:center;border-radius:11px;background:#edf3ff;color:#1140a3}.schedule-summary>div{min-width:0}.schedule-summary p,.schedule-summary small,.schedule-summary strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-summary small{margin-bottom:4px;color:#8991a4;font-size:8px;font-weight:900;letter-spacing:.09em}.schedule-summary strong{color:#111a39;font-size:14px}.schedule-summary p{margin:4px 0 0;color:#828a9c;font-size:9px}.schedule-summary.on-air{border-color:#cdd9f0;background:linear-gradient(135deg,#0a0a62,#121866);box-shadow:0 12px 28px rgba(10,10,98,.18)}.schedule-summary.on-air>span{background:rgba(255,255,255,.1);color:#7ff0aa}.schedule-summary.on-air.live>span{color:#ff5a9e}.schedule-summary.on-air p,.schedule-summary.on-air small{color:#aeb7dc}.schedule-summary.on-air strong{color:#fff}.schedule-summary.emergency>span{background:#fff5df;color:#b57308}.schedule-feedback{display:flex;align-items:center;gap:9px;margin-bottom:14px;padding:11px 13px;border:1px solid;border-radius:10px;font-size:11px;font-weight:700}.schedule-feedback.success{border-color:#bce1ca;background:#eef9f2;color:#197044}.schedule-feedback.error{border-color:#efc5cd;background:#fff2f4;color:#a72e47}.schedule-feedback button{width:27px;height:27px;display:grid;margin-left:auto;place-items:center;border:0;border-radius:7px;background:transparent;color:inherit}.scheduler-toolbar.operational{align-items:center}.schedule-view-switch{display:flex;padding:3px;border:1px solid #dde3ed;border-radius:10px;background:#f5f7fb}.schedule-view-switch button{height:34px;display:flex;align-items:center;gap:6px;padding:0 11px;border:0;border-radius:7px;background:transparent;color:#737c91;font-size:10px;font-weight:800}.schedule-view-switch button.selected{background:#fff;color:#1140a3;box-shadow:0 3px 9px rgba(22,43,85,.1)}.schedule-filter-bar{display:grid;grid-template-columns:minmax(220px,1fr) repeat(3,minmax(130px,180px)) auto;grid-gap:8px;gap:8px;margin-bottom:14px;padding:12px;border:1px solid #e1e6ee;border-radius:12px;background:#fff}.schedule-search{height:39px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #dfe4ec;border-radius:8px;background:#fafbfe;color:#8490a7}.schedule-search input{width:100%;border:0;outline:0;background:transparent;color:#27324b;font-size:11px}.schedule-filter-bar select{min-width:0;padding:0 30px 0 10px;background:#fafbfe;color:#4b5771}.clear-schedule-filters,.schedule-filter-bar select{height:39px;border:1px solid #dfe4ec;border-radius:8px;font-size:10px}.clear-schedule-filters{display:flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;background:#fff;color:#59657d;font-weight:800}.clear-schedule-filters:disabled{opacity:.42;cursor:not-allowed}.schedule-board.operational{min-height:390px}.schedule-day-list{display:grid;grid-gap:10px;gap:10px;padding:17px}.ops-schedule-card{position:relative;min-width:0;padding:14px 150px 14px 17px;border:1px solid #e1e5ed;border-left:4px solid #1140a3;border-radius:11px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ops-schedule-card:hover{transform:translateY(-1px);box-shadow:0 9px 24px rgba(22,39,77,.09)}.ops-schedule-card.live{border-left-color:#ed0066;background:linear-gradient(90deg,#fff7fb,#fff)}.ops-schedule-card.on{border-color:#bbbce9 #bbbce9 #bbbce9 #ff006d;background:linear-gradient(135deg,#090962,#121867);box-shadow:0 10px 27px rgba(10,10,98,.18)}.ops-schedule-card.ended{opacity:.62;background:#f7f8fa;border-left-color:#a8afbd}.ops-schedule-card.inactive{opacity:.58;border-left-color:#9da4b2}.ops-card-top{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:#1140a3}.ops-schedule-card.live .ops-card-top{color:#d9005d}.ops-state{padding:4px 6px;border-radius:99px;background:#edf3ff;color:#1140a3;font-size:7px;font-weight:900;letter-spacing:.08em}.ops-state.on{background:#ff006d;color:#fff;box-shadow:0 4px 12px rgba(255,0,109,.28)}.ops-state.next{background:#e7efff;color:#1140a3}.ops-state.ended,.ops-state.inactive{background:#e8eaf0;color:#6f7788}.ops-schedule-card h3{margin:0 0 7px;color:#17213d;font-size:14px}.ops-card-time{display:flex;align-items:center;gap:6px;color:#57637b;font-size:10px}.ops-card-time b{color:#25314d}.ops-schedule-card>p{margin:6px 0 0;color:#858da0;font-size:9px}.ops-schedule-card.on .ops-card-time b,.ops-schedule-card.on h3{color:#fff}.ops-schedule-card.on .ops-card-time,.ops-schedule-card.on>p{color:#b5bce0}.ops-schedule-card .schedule-row-actions{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.schedule-row-actions .end-live{color:#d7005c;background:#fff1f6}.ops-schedule-card.conflict{border-color:#f0b8c1 #f0b8c1 #f0b8c1 #d62b48;background:#fff5f6}.ops-state.conflict{background:#d62b48;color:#fff}.schedule-conflict-notice,.schedule-gap-notice{display:flex;align-items:center;gap:7px;padding:10px 16px;border-bottom:1px solid;font-size:9px}.schedule-conflict-notice{border-color:#f0c8cf;background:#fff2f4;color:#9d2940}.schedule-gap-notice{border-color:#f0dfb9;background:#fff9e9;color:#806019}.schedule-gap-notice svg{color:#b87a12}.schedule-drag-handle{display:grid;place-items:center;margin-left:-7px;color:#a3acbd;cursor:-webkit-grab;cursor:grab}.schedule-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.ops-schedule-card[draggable=true]{cursor:default}.ops-schedule-card.is-dragging{opacity:.35;transform:scale(.985)}.ops-schedule-card.is-drop-target{border-color:#4e74c2;box-shadow:0 0 0 3px rgba(17,64,163,.12)}.schedule-week-day.is-drop-target{background:#edf3ff;box-shadow:inset 0 0 0 2px #7594d0}.schedule-day-list.is-drop-target{background:#f4f7ff;box-shadow:inset 0 0 0 2px #9cb1db}.week-emergency{transition:border-color .2s ease,background .2s ease}.schedule-week-day.is-drop-target .week-emergency{border-color:#7594d0;background:#fff;color:#1140a3}.schedule-week-grid{display:grid;grid-template-columns:repeat(7,minmax(145px,1fr));overflow-x:auto}.schedule-week-day{min-width:145px;border-right:1px solid #e7eaf0;background:#fafbfe}.schedule-week-day:last-child{border-right:0}.schedule-week-day>header{height:70px;display:grid;grid-template-columns:1fr auto;align-content:center;padding:10px 12px;border-bottom:1px solid #e7eaf0;background:#fff}.schedule-week-day>header span{color:#6d778d;font-size:9px;font-weight:900;text-transform:uppercase}.schedule-week-day>header b{grid-row:1/3;grid-column:2;color:#1a2542;font-size:24px}.schedule-week-day>header small{color:#9ca3b2;font-size:8px;text-transform:uppercase}.schedule-week-day.today>header{background:#eef3ff;box-shadow:inset 0 3px #1140a3}.schedule-week-day>div{display:grid;align-content:start;grid-gap:7px;gap:7px;min-height:340px;padding:8px}.schedule-week-day .ops-schedule-card{padding:10px;border-left-width:3px}.schedule-week-day .ops-schedule-card h3{font-size:11px;line-height:1.3}.schedule-week-day .ops-card-time{flex-wrap:wrap;font-size:8px}.schedule-week-day .ops-schedule-card>p{font-size:8px;line-height:1.4}.schedule-week-day .ops-schedule-card .schedule-row-actions{position:static;margin-top:9px;transform:none}.schedule-row-actions.compact{display:grid;grid-template-columns:repeat(4,1fr)}.schedule-row-actions.compact button{width:100%;height:27px}.week-emergency{min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;border:1px dashed #d6dce7;border-radius:10px;color:#8b93a4;text-align:center}.week-emergency svg{margin-bottom:7px;color:#ba7a12}.week-emergency b{font-size:9px;color:#5f687c}.week-emergency span{margin-top:3px;font-size:8px}.scope-modal{max-width:480px}.scope-options{display:grid;grid-gap:8px;gap:8px;margin:17px 0}.scope-options button{display:flex;flex-direction:column;gap:4px;padding:13px 14px;border:1px solid #dfe4ed;border-radius:10px;background:#fff;text-align:left}.scope-options button:focus-visible,.scope-options button:hover{border-color:#9eb4df;background:#f4f7ff}.scope-options b{color:#172544;font-size:11px}.scope-options span{color:#788298;font-size:9px}.scope-cancel{height:38px;width:100%;border:1px solid #dfe3ea;border-radius:8px;background:#fff;color:#626c80;font-weight:700}.extension-options{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;margin:16px 0}.extension-options button{height:39px;border:1px solid #dce2ec;border-radius:8px;background:#fff;color:#46536e;font-weight:800}.extension-options button.selected{border-color:#1140a3;background:#edf3ff;color:#1140a3}.copy-schedule-modal form{text-align:left}.copy-schedule-modal form>label{display:block;margin-bottom:7px;font-size:10px;font-weight:800;color:#303b56}.copy-schedule-modal form>input,.live-end-time input{width:100%;padding:11px 12px;border:1px solid #dfe2e8;border-radius:9px;background:#fff}.copy-schedule-modal .confirmation-actions{margin-top:16px}.move-schedule-modal{max-width:460px}.move-schedule-modal form{text-align:left}.move-schedule-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin:17px 0}.move-schedule-fields label span{display:block;margin-bottom:7px;color:#303b56;font-size:9px;font-weight:900}.move-schedule-fields input{width:100%;height:42px;padding:0 10px;border:1px solid #dce2eb;border-radius:8px;background:#fff;color:#24304d}.move-schedule-modal .confirmation-actions{margin-top:16px}@media(max-width:1250px){.schedule-summary-grid{grid-template-columns:repeat(2,1fr)}.scheduler-toolbar.operational{display:grid;grid-template-columns:auto 1fr}.scheduler-toolbar.operational .scheduler-actions{grid-column:1/-1;justify-content:flex-end}.schedule-filter-bar{grid-template-columns:1fr repeat(2,minmax(140px,1fr))}.schedule-search{grid-column:1/-1}.clear-schedule-filters{grid-column:3}.schedule-week-grid{grid-template-columns:repeat(7,minmax(165px,1fr))}}@media(max-width:760px){.schedule-summary-grid{grid-template-columns:1fr 1fr;gap:8px}.schedule-summary{padding:12px;gap:9px}.schedule-summary>span{width:34px;height:34px}.scheduler-toolbar.operational{display:flex;align-items:stretch;flex-direction:column}.schedule-view-switch button{flex:1 1;justify-content:center}.scheduler-toolbar.operational .day-navigation{margin:0}.scheduler-toolbar.operational .scheduler-actions{display:grid;grid-template-columns:1fr 1fr}.scheduler-toolbar.operational .scheduler-actions button:first-child{grid-column:1/-1}.schedule-filter-bar{grid-template-columns:1fr 1fr}.clear-schedule-filters,.schedule-search{grid-column:1/-1}.schedule-week-grid{display:block;overflow:visible}.schedule-week-day{border-right:0;border-bottom:1px solid #e4e8ef}.schedule-week-day>div{min-height:0}.schedule-week-day .ops-schedule-card{padding:12px 135px 12px 12px}.schedule-week-day .ops-schedule-card .schedule-row-actions{position:absolute;right:10px;top:50%;margin:0;transform:translateY(-50%)}.week-emergency{min-height:74px}.ops-schedule-card{padding-right:135px}.schedule-row-actions.compact{display:flex}.schedule-row-actions.compact button{width:27px}.schedule-board-head small{display:none}}@media(max-width:520px){.schedule-summary-grid{grid-template-columns:1fr}.schedule-summary-grid .schedule-summary:nth-child(3),.schedule-summary-grid .schedule-summary:nth-child(4){display:none}.schedule-filter-bar{grid-template-columns:1fr}.clear-schedule-filters,.schedule-search{grid-column:auto}.ops-schedule-card,.schedule-week-day .ops-schedule-card{padding:12px}.ops-schedule-card .schedule-row-actions,.schedule-week-day .ops-schedule-card .schedule-row-actions{position:static;margin-top:11px;transform:none}.schedule-row-actions{display:grid;grid-template-columns:repeat(4,1fr)}.schedule-operations .schedule-row-actions button,.schedule-operations .schedule-row-actions button:first-child{width:100%;display:grid}.schedule-board.operational .schedule-board-head{padding:14px}.schedule-day-list{padding:10px}.scheduler-toolbar.operational .scheduler-actions{grid-template-columns:1fr}.scheduler-toolbar.operational .scheduler-actions button:first-child{grid-column:auto}.schedule-summary small{font-size:7px}.schedule-drag-handle{display:none}.move-schedule-fields{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.ops-schedule-card{transition:none}}.video-library-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin:0 0 17px}.video-summary-card{display:flex;align-items:center;gap:13px;min-width:0;padding:16px 17px;border:1px solid #e1e6ef;border-radius:13px;background:#fff;box-shadow:0 6px 18px rgba(25,42,86,.04)}.video-summary-card>span{width:39px;height:39px;display:grid;flex:0 0 auto;place-items:center;border-radius:11px;background:#eef3ff;color:#1140a3}.video-summary-card small,.video-summary-card strong{display:block}.video-summary-card small{margin-bottom:4px;color:#7f8799;font-size:9px;font-weight:800;letter-spacing:.04em}.video-summary-card strong{color:#101a3a;font-size:20px}.video-summary-card.active>span{background:#eaf8ef;color:#168a49}.video-summary-card.gallery>span{background:#fff0f6;color:#d8005c}.video-summary-card.storage>span{background:#fff4e8;color:#d5680f}.video-toolbar.expanded{display:block;padding:15px;border:1px solid #e2e6ed;border-radius:13px;background:#fff}.video-toolbar-main{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;grid-gap:9px;gap:9px}.video-toolbar-main .video-search{width:auto}.video-filters{display:grid;grid-template-columns:repeat(6,minmax(125px,1fr)) auto;grid-gap:7px;gap:7px;margin-top:10px}.video-filters select{min-width:0;height:39px;padding:0 30px 0 10px;background-color:#fafbfe;color:#45506a}.clear-video-filters,.video-filters select{border:1px solid #dfe4ec;border-radius:8px;font-size:10px}.clear-video-filters{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:116px;background:#fff;color:#4f5b74;font-weight:800}.clear-video-filters:hover:not(:disabled){border-color:#bac9e8;color:#1140a3;background:#f4f7ff}.clear-video-filters:disabled{opacity:.42;cursor:not-allowed}.video-results-count{margin-top:11px;color:#7b8498;font-size:10px}.video-results-count b{color:#1140a3}.video-thumbnail{position:relative;overflow:hidden;width:68px!important;height:43px!important;display:grid!important;flex:0 0 68px;place-items:center;border-radius:7px!important;background:#e9edf5!important;color:#8290ad!important}.video-thumbnail img{width:100%;height:100%;display:block;object-fit:cover}.video-thumbnail button{position:absolute;inset:0;display:grid;place-items:center;border:0;background:rgba(4,11,42,.05);color:transparent;transition:background .2s ease,color .2s ease}.video-thumbnail button:focus-visible,.video-thumbnail:hover button{background:rgba(4,11,42,.58);color:#fff;outline:none}.video-name>div{min-width:150px}.video-name small{white-space:nowrap}.video-origin{display:inline-flex;padding:5px 7px;border-radius:6px;font-size:8px;font-weight:900}.video-origin.youtube{background:#fff0f1;color:#d52334}.video-origin.local{background:#eef3ff;color:#1140a3}.video-usage{display:inline-block;max-width:145px;overflow:hidden;padding:5px 7px;border-radius:6px;font-size:8px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.video-usage.used{background:#edf3ff;color:#1140a3}.video-usage.unused{background:#f1f2f5;color:#878e9d}.row-actions .preview-video{color:#12814a}.row-actions .preview-video:hover{border-color:#bde1ca;background:#ecf8f0}.clear-empty-filters{height:39px;padding:0 14px;border:1px solid #ced8ea;border-radius:8px;background:#fff;color:#1140a3;font-weight:800}.video-pagination{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 16px;border-top:1px solid #e8ebf1;background:#fafbfe;color:#737d92;font-size:10px}.video-pagination>div{display:flex;align-items:center;gap:9px}.video-pagination strong{min-width:91px;text-align:center;color:#34415e;font-size:10px}.video-pagination button{width:34px;height:32px;display:grid;place-items:center;border:1px solid #dce2ec;border-radius:8px;background:#fff;color:#1140a3}.video-pagination button:hover:not(:disabled){border-color:#b9c8e6;background:#edf3ff}.video-pagination button:disabled{opacity:.38;cursor:not-allowed}.video-preview-backdrop{z-index:125}.video-preview-modal{width:min(860px,100%);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.35)}.video-preview-modal .modal-head{padding:21px 23px 17px}.video-preview-modal .modal-head h2{margin-top:4px;font-size:19px}.preview-kicker{color:#d9005d;font-size:8px;font-weight:900;letter-spacing:.13em}.video-preview-frame{position:relative;aspect-ratio:16/9;background:#030612}.video-preview-frame iframe,.video-preview-frame video{width:100%;height:100%;display:block;border:0;object-fit:contain}.video-preview-info{display:flex;flex-wrap:wrap;gap:7px;padding:14px 22px 17px;background:#f8f9fc}.video-preview-info span{padding:6px 8px;border:1px solid #e0e5ee;border-radius:99px;background:#fff;color:#526079;font-size:9px;font-weight:800}@media(max-width:1250px){.video-filters{grid-template-columns:repeat(3,minmax(145px,1fr)) auto}.clear-video-filters{grid-column:4;grid-row:1/3}}@media(max-width:900px){.video-library-summary{grid-template-columns:repeat(2,1fr)}.video-toolbar-main{grid-template-columns:1fr 1fr}.video-toolbar-main .video-search{grid-column:1/-1}.video-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.clear-video-filters{grid-column:1/-1;grid-row:auto}.video-table{min-width:1050px}}@media(max-width:560px){.video-library-summary{grid-template-columns:1fr 1fr;gap:8px}.video-summary-card{padding:13px 11px;gap:9px}.video-summary-card>span{width:34px;height:34px}.video-summary-card strong{font-size:16px}.video-summary-card small{font-size:8px}.video-toolbar-main{grid-template-columns:1fr}.video-toolbar-main .video-search{grid-column:auto}.video-toolbar-main>button{width:100%}.video-filters{grid-template-columns:1fr}.video-pagination{align-items:flex-start;flex-direction:column}.video-pagination>div{width:100%;justify-content:space-between}.video-preview-modal .modal-head{padding:17px}.video-preview-info{padding:12px 15px}.video-preview-frame{aspect-ratio:16/9}}@media(prefers-reduced-motion:reduce){.video-thumbnail button{transition:none}}.sidebar button.side-link{width:100%;border:0;background:transparent;text-align:left;cursor:pointer}.sidebar button.side-link:focus-visible,.sidebar button.side-link:hover{background:#ffffff16;color:#fff;outline:none}.logout-confirmation .confirmation-modal{border-top:4px solid #d52d50}.audience-operations{min-width:0}.audience-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px;padding:13px 15px;border:1px solid #e1e5ed;border-radius:13px;background:#fff}.audience-toolbar>div:first-child>span{display:block;margin-bottom:8px;color:#7d869a;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.audience-toolbar .audience-range{justify-content:flex-start;margin:0}.audience-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.audience-daily-table .panel-head button,.audience-toolbar-actions button{height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid #dce2ec;border-radius:8px;background:#fff;color:#4d5972;font-size:9px;font-weight:900}.audience-daily-table .panel-head button:hover,.audience-toolbar-actions button:hover:not(:disabled){border-color:#b9c7e2;background:#f3f6fc;color:#1140a3}.audience-toolbar-actions button:disabled{opacity:.45}.audience-toolbar-actions .export-audience{border-color:#1140a3;background:#1140a3;color:#fff}.realtime-status{height:32px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border-radius:99px;background:#fff6e5;color:#936214;font-size:8px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.realtime-status i{width:7px;height:7px;border-radius:50%;background:#e5a12c}.realtime-status.connected{background:#eaf8ef;color:#167244}.realtime-status.connected i{background:#28c66b;box-shadow:0 0 0 4px rgba(40,198,107,.13);animation:audiencePulse 2s infinite}.spinning{animation:audienceSpin .8s linear infinite}.audience-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px;padding:12px 14px;border:1px solid #efc6ce;border-radius:10px;background:#fff1f3;color:#a72e47;font-size:11px;font-weight:700}.audience-error button{border:0;background:transparent;color:inherit;font-weight:900;text-decoration:underline}.audience-kpis.renovated{grid-template-columns:1.25fr repeat(4,minmax(0,1fr));gap:11px}.audience-kpis.renovated article{position:relative;overflow:hidden;min-width:0;padding:17px;border-color:#e2e6ed;box-shadow:0 7px 20px rgba(24,42,86,.04)}.audience-kpis.renovated article:after{content:"";position:absolute;right:-20px;bottom:-26px;width:70px;height:70px;border:18px solid rgba(17,64,163,.035);transform:rotate(25deg)}.audience-kpis.renovated .audience-live{background:linear-gradient(145deg,#08075e,#111a72);box-shadow:0 11px 27px rgba(8,7,94,.18)}.audience-kpi-head,.live-audience-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.audience-kpi-head>span,.live-audience-head>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#eef3ff;color:#1140a3}.live-audience-head>span{background:rgba(255,255,255,.1);color:#72eda0}.live-audience-head small{margin-right:auto!important;color:#c0c7e7!important}.live-audience-head>i{width:8px;height:8px;border-radius:50%;background:#4bdf7d;box-shadow:0 0 0 5px rgba(75,223,125,.12)}.audience-kpis.renovated svg{margin:0}.audience-kpis.renovated article>b{margin-top:15px;color:#101a39}.audience-kpis.renovated article>p{margin:5px 0 0;color:#8a91a2;font-size:8px}.audience-kpis.renovated .audience-live>b{color:#fff;font-size:39px}.audience-kpis.renovated .audience-live>p{color:#bac2df}.live-event-label{display:inline-flex!important;margin-top:13px;padding:5px 7px;border-radius:99px;background:rgba(255,255,255,.08);color:#c7ccea!important}.audience-kpi.pink .audience-kpi-head>span{background:#fff0f6;color:#d9005d}.audience-kpi.green .audience-kpi-head>span{background:#eaf8ef;color:#168248}.audience-kpi.orange .audience-kpi-head>span{background:#fff3e7;color:#d66710}.audience-trend{display:inline-flex;align-items:center;gap:3px;padding:4px 6px;border-radius:99px;font-size:8px;font-weight:900}.audience-trend.up{background:#eaf8ef;color:#168248}.audience-trend.down{background:#fff0f3;color:#c92d4d}.audience-trend.neutral{background:#f0f2f6;color:#778092}.audience-grid.renovated{grid-template-columns:minmax(0,1.7fr) minmax(260px,.8fr)}.audience-grid.lower.renovated{grid-template-columns:1fr 1fr}.panel-kicker{display:block;margin-bottom:6px;color:#d9005d;font-size:8px;font-weight:900;letter-spacing:.12em}.audience-chart-head{align-items:flex-start}.audience-breakdown h2,.audience-chart-head h2,.audience-daily-table h2,.audience-hours h2,.audience-insights h2{font-size:18px}.chart-metric-switch{display:flex;gap:3px;padding:3px;border:1px solid #e0e4ec;border-radius:9px;background:#f5f7fa}.chart-metric-switch button{height:28px;padding:0 8px;border:0;border-radius:6px;background:transparent;color:#778094;font-size:8px;font-weight:900}.chart-metric-switch button.active{background:#fff;color:#1140a3;box-shadow:0 2px 8px rgba(22,42,82,.1)}.chart-scale{display:flex;align-items:center;justify-content:space-between;margin-top:5px;color:#8c94a5;font-size:8px}.chart-scale b{color:#4c5870}.chart-bars.enhanced{height:245px;gap:4px}.chart-bars.enhanced.dense{overflow-x:auto}.chart-bars.enhanced.dense .chart-column{min-width:5px}.chart-bars.enhanced .chart-column>div{background:linear-gradient(180deg,#ff006d,#ff70ad);transition:height .35s ease,filter .2s ease}.chart-bars.enhanced .chart-column:hover>div{filter:saturate(1.2) brightness(.92)}.audience-insight-list{display:grid;grid-gap:2px;gap:2px}.audience-insight-list article{display:grid;grid-template-columns:38px 1fr;grid-gap:11px;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid #edf0f4}.audience-insight-list article:last-child{border-bottom:0}.audience-insight-list article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#eef3ff;color:#1140a3}.audience-insight-list b,.audience-insight-list p,.audience-insight-list small{display:block}.audience-insight-list small{color:#9299a9;font-size:8px;font-weight:800;text-transform:uppercase}.audience-insight-list b{margin-top:3px;color:#17213d;font-size:13px}.audience-insight-list p{margin:3px 0 0;color:#858da0;font-size:8px}.audience-distribution{display:grid;grid-gap:5px;gap:5px}.audience-distribution-row{display:grid;grid-template-columns:38px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:9px 0}.distribution-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#eef3ff;color:#1140a3}.audience-distribution-row header{display:flex;justify-content:space-between;gap:10px;margin-bottom:7px}.audience-distribution-row header b{font-size:10px;color:#26324e}.audience-distribution-row header span{font-size:9px;color:#7c8598}.distribution-track{height:6px;overflow:hidden;border-radius:99px;background:#edf0f5}.distribution-track i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#1140a3,#547ad0)}.audience-hours{margin-bottom:18px}.hourly-chart{height:150px;display:grid;grid-template-columns:repeat(24,1fr);align-items:end;grid-gap:5px;gap:5px;padding-top:18px;border-bottom:1px solid #e4e7ed}.hourly-chart>div{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.hourly-chart span{width:65%;min-height:3px;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#1140a3,#6a8bd2)}.hourly-chart small{height:17px;margin-top:5px;color:#8b93a3;font-size:7px}.audience-daily-table{margin-bottom:13px}.audience-daily-table .panel-head{align-items:flex-end}.audience-table-wrap{overflow-x:auto}.audience-table-wrap table{width:100%;border-collapse:collapse}.audience-table-wrap td,.audience-table-wrap th{padding:11px 12px;border-bottom:1px solid #edf0f4;text-align:left;font-size:10px}.audience-table-wrap th{color:#8a92a4;font-size:8px;letter-spacing:.06em;text-transform:uppercase}.audience-table-wrap td{color:#606b81}.audience-table-wrap td b{color:#101b39}.audience-table-wrap tbody tr:hover{background:#f8faff}@keyframes audiencePulse{50%{box-shadow:0 0 0 7px rgba(40,198,107,0)}}@keyframes audienceSpin{to{transform:rotate(1turn)}}@media(max-width:1250px){.audience-kpis.renovated{grid-template-columns:repeat(3,1fr)}.audience-kpis.renovated .audience-live{grid-row:span 2}.audience-grid.renovated{grid-template-columns:1fr}.audience-insight-list{grid-template-columns:1fr 1fr}.audience-insight-list article:nth-last-child(2){border-bottom:0}}@media(max-width:800px){.audience-toolbar{align-items:stretch;flex-direction:column}.audience-toolbar-actions{justify-content:flex-start}.audience-kpis.renovated{grid-template-columns:1fr 1fr}.audience-kpis.renovated .audience-live{grid-column:1/-1;grid-row:auto}.audience-grid.lower.renovated{grid-template-columns:1fr}.hourly-chart{gap:2px}.chart-metric-switch{width:100%}.chart-metric-switch button{flex:1 1}}@media(max-width:520px){.audience-toolbar-actions{display:grid;grid-template-columns:1fr 1fr}.realtime-status{grid-column:1/-1;justify-content:center}.audience-toolbar-actions button{padding:0 7px}.audience-kpis.renovated{grid-template-columns:1fr 1fr}.audience-kpis.renovated article{padding:14px}.audience-kpis.renovated .audience-live{grid-column:1/-1}.audience-kpis.renovated article>b{font-size:21px}.audience-chart-head{align-items:stretch;flex-direction:column}.chart-bars.enhanced{height:210px;min-width:530px}.audience-chart{overflow-x:auto}.audience-insight-list{grid-template-columns:1fr}.audience-insight-list article{border-bottom:1px solid #edf0f4!important}.audience-insight-list article:last-child{border-bottom:0!important}.audience-daily-table .panel-head{align-items:flex-start;flex-direction:column;gap:11px}.audience-daily-table .panel-head button{width:100%}.hourly-chart{min-width:520px}.audience-hours{overflow-x:auto}.audience-kpi-head{align-items:flex-start;flex-direction:column}.audience-trend{margin-top:3px}}@media(prefers-reduced-motion:reduce){.realtime-status.connected i,.spinning{animation:none}.chart-bars.enhanced .chart-column>div{transition:none}}.daily-hour-report{margin-bottom:18px}.daily-hour-head{align-items:flex-end}.daily-hour-head h2{font-size:18px}.daily-hour-head p{margin:5px 0 0;color:#7e879a;font-size:10px}.daily-hour-head label{min-width:165px}.daily-hour-head label>span{display:block;margin-bottom:6px;color:#858da0;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.daily-hour-head select{width:100%;height:38px;padding:0 34px 0 11px;border:1px solid #dce2eb;border-radius:8px;background:#fff;color:#27334f;font-size:10px;font-weight:800}.hour-day-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin:18px 0}.hour-day-kpis article{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e3e7ee;border-radius:11px;background:#fafbfe}.hour-day-kpis article>span{width:34px;height:34px;display:grid;flex:0 0 auto;place-items:center;border-radius:9px;background:#edf3ff;color:#1140a3}.hour-day-kpis b,.hour-day-kpis small{display:block}.hour-day-kpis small{margin-bottom:3px;color:#858da0;font-size:8px;font-weight:800;text-transform:uppercase}.hour-day-kpis b{color:#15203e;font-size:15px}.daily-hour-chart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 8px}.daily-hour-chart-head>span{color:#7f8799;font-size:9px;font-weight:700}.daily-hour-chart{height:190px;display:grid;grid-template-columns:repeat(24,1fr);align-items:end;grid-gap:5px;gap:5px;padding-top:24px;border-bottom:1px solid #e1e5ec}.daily-hour-chart>div{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.daily-hour-chart b{height:15px;color:#58647b;font-size:7px}.daily-hour-chart span{width:68%;min-height:2px;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#ff006d,#ff73b0);transition:height .35s ease}.daily-hour-chart small{height:18px;margin-top:5px;color:#838c9e;font-size:7px}.hour-detail-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:22px 0 9px}.hour-detail-title b,.hour-detail-title span{display:block}.hour-detail-title b{color:#1b2643;font-size:12px}.hour-detail-title span{margin-top:4px;color:#8a92a3;font-size:8px}.hour-detail-title button{height:32px;padding:0 10px;border:1px solid #dce2eb;border-radius:8px;background:#fff;color:#1140a3;font-size:8px;font-weight:900}.hour-detail-table table{min-width:780px}.hour-detail-table td:first-child{display:flex;align-items:center;gap:7px}.hour-detail-table em{padding:4px 6px;border-radius:99px;background:#fff0f6;color:#d9005d;font-size:7px;font-style:normal;font-weight:900;letter-spacing:.06em}.hour-detail-table tr.peak-row{background:#fff8fb}.hour-detail-table tr.peak-row td:first-child b{color:#d9005d}.empty-hour-report{text-align:center!important;padding:28px!important;color:#8b93a4!important}@media(max-width:900px){.hour-day-kpis{grid-template-columns:1fr 1fr}}@media(max-width:600px){.daily-hour-head{align-items:stretch;flex-direction:column;gap:12px}.daily-hour-head label{min-width:0}.hour-day-kpis{grid-template-columns:1fr 1fr;gap:6px}.hour-day-kpis article{padding:10px 8px;gap:7px}.hour-day-kpis article>span{width:31px;height:31px}.hour-day-kpis small{font-size:7px}.hour-day-kpis b{font-size:13px}.daily-hour-chart-head{align-items:stretch;flex-direction:column-reverse}.daily-hour-chart{min-width:560px}.daily-hour-report{overflow-x:auto}.hour-detail-title{align-items:stretch;flex-direction:column}.hour-detail-title button{width:100%}}@media(prefers-reduced-motion:reduce){.daily-hour-chart span{transition:none}}.audience-export-backdrop{z-index:100}.audience-export-modal{width:min(620px,calc(100vw - 28px));overflow:hidden;border:1px solid #dfe4ee;border-radius:17px;background:#fff;box-shadow:0 28px 80px rgba(8,18,50,.28)}.audience-export-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 25px 20px;border-bottom:1px solid #e8ebf1;background:linear-gradient(135deg,#f9faff,#f2f5fc)}.audience-export-modal>header span{display:block;margin-bottom:6px;color:#ff006d;font-size:8px;font-weight:950;letter-spacing:.13em}.audience-export-modal>header h2{margin:0;color:#0b173a;font-size:21px}.audience-export-modal>header p{margin:6px 0 0;color:#758097;font-size:11px}.audience-export-modal>header button{width:34px;height:34px;display:grid;flex:0 0 auto;place-items:center;border:1px solid #dfe4ed;border-radius:9px;background:#fff;color:#657087}.audience-export-summary{display:grid;grid-template-columns:auto 1fr;grid-column-gap:12px;column-gap:12px;grid-row-gap:2px;row-gap:2px;margin:20px 25px 14px;padding:13px 15px;border:1px solid #dfe6f3;border-radius:11px;background:#f7f9fd}.audience-export-summary span{grid-row:1/3;align-self:center;padding:6px 9px;border-radius:7px;background:#e8efff;color:#1140a3;font-size:8px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.audience-export-summary strong{color:#132044;font-size:13px}.audience-export-summary small{color:#788299;font-size:9px}.audience-export-options{display:grid;grid-gap:10px;gap:10px;padding:0 25px}.audience-export-options>button{position:relative;width:100%;display:flex;align-items:flex-start;gap:13px;padding:15px;border:1px solid #dfe4ed;border-radius:12px;background:#fff;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.audience-export-options>button:focus-visible,.audience-export-options>button:hover{transform:translateY(-1px);border-color:#aebfe3;box-shadow:0 9px 24px rgba(17,64,163,.09);outline:none}.audience-export-options>button.selected{border-color:#1140a3;background:#f5f8ff;box-shadow:0 0 0 3px rgba(17,64,163,.09)}.audience-export-options>button>span{width:42px;height:42px;display:grid;flex:0 0 auto;place-items:center;border-radius:10px;background:#eef3ff;color:#1140a3}.audience-export-options>button:first-child>span{background:#fff0f6;color:#d7005c}.audience-export-options>button div{display:grid;grid-gap:4px;gap:4px;min-width:0}.audience-export-options strong{color:#162142;font-size:12px}.audience-export-options small{color:#737d93;font-size:9px;line-height:1.45}.audience-export-options em{position:absolute;right:13px;top:12px;padding:4px 7px;border-radius:99px;background:#e9f8ee;color:#167244;font-size:7px;font-style:normal;font-weight:950;letter-spacing:.05em}.audience-export-note{display:flex;align-items:center;gap:8px;margin:15px 25px 0;padding:10px 12px;border-radius:9px;background:#fff8e9;color:#8c671c;font-size:9px;line-height:1.4}.audience-export-modal>footer{display:flex;justify-content:flex-end;gap:9px;margin-top:20px;padding:17px 25px;border-top:1px solid #e8ebf1}.audience-export-modal>footer button{height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:1px solid #d8deea;border-radius:9px;background:#fff;color:#556078;font-size:10px;font-weight:900}.audience-export-modal>footer button.primary{border-color:#1140a3;background:#1140a3;color:#fff}.audience-export-modal button:disabled{opacity:.5}.audience-export-modal button{cursor:pointer}@media(max-width:560px){.audience-export-modal>header{padding:20px}.audience-export-summary{margin:17px 20px 12px}.audience-export-options{padding:0 20px}.audience-export-note{margin:13px 20px 0}.audience-export-modal>footer{padding:15px 20px}.audience-export-modal>footer button{flex:1 1}.audience-export-options em{position:static;width:max-content;margin-top:2px}}@media(prefers-reduced-motion:reduce){.audience-export-options>button{transition:none}.audience-export-options>button:focus-visible,.audience-export-options>button:hover{transform:none}}.sponsor-report-entry{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:17px;gap:17px;margin-bottom:13px;padding:20px 21px;border-radius:16px;background:linear-gradient(135deg,#08075e,#121c78);box-shadow:0 12px 30px rgba(8,7,94,.16);color:#fff}.sponsor-entry-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#ff006d,#ff5da2);box-shadow:0 8px 22px rgba(255,0,109,.28)}.sponsor-report-entry span{font-size:8px;font-weight:950;letter-spacing:.13em;color:#ff9ec7}.sponsor-report-entry h2{margin:4px 0;font-size:18px}.sponsor-report-entry p{margin:0;color:#c5cbea;font-size:10px}.sponsor-entry-actions{display:flex;align-items:center;gap:11px}.sponsor-entry-actions button{height:41px;display:inline-flex;align-items:center;gap:7px;padding:0 15px;border:0;border-radius:9px;background:#fff;color:#08075e;font-size:10px;font-weight:950}.sponsor-entry-actions a{color:#dce1ff;font-size:9px;font-weight:900}.sponsor-entry-actions a b{display:inline-block;margin-left:3px;transition:transform .2s ease}.sponsor-entry-actions a:hover b{transform:translateX(4px)}.audience-metric-guide{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;margin-bottom:13px;overflow:hidden;border:1px solid #e0e5ee;border-radius:11px;background:#e0e5ee}.audience-metric-guide article{padding:10px 12px;background:#fff}.audience-metric-guide b,.audience-metric-guide span{display:block}.audience-metric-guide b{color:#27324d;font-size:9px}.audience-metric-guide span{margin-top:3px;color:#858da0;font-size:8px}.audience-success{display:flex;align-items:center;gap:9px;margin-bottom:13px;padding:11px 13px;border:1px solid #bfe3cc;border-radius:10px;background:#eef9f2;color:#197344;font-size:10px}.audience-success span{flex:1 1}.audience-success button{display:grid;place-items:center;border:0;background:transparent;color:inherit}.sponsor-report-backdrop{z-index:110}.sponsor-report-modal{width:min(700px,calc(100vw - 28px));max-height:calc(100vh - 30px);overflow:auto;border:1px solid #dfe4ee;border-radius:18px;background:#fff;box-shadow:0 30px 90px rgba(8,18,50,.34)}.sponsor-report-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:23px 25px 19px;border-bottom:2px solid #ff006d;background:linear-gradient(135deg,#08075e,#121c78);color:#fff}.sponsor-report-modal>header span{display:block;margin-bottom:6px;color:#ff8fbe;font-size:8px;font-weight:950;letter-spacing:.13em}.sponsor-report-modal>header h2{margin:0;font-size:21px}.sponsor-report-modal>header p{margin:6px 0 0;color:#c5cbea;font-size:10px}.sponsor-report-modal>header button{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:rgba(255,255,255,.08);color:#fff}.sponsor-report-form{display:grid;grid-gap:13px;gap:13px;padding:20px 25px 15px}.sponsor-report-form label{position:relative;display:block}.sponsor-report-form label>span{display:block;margin-bottom:6px;color:#35405b;font-size:9px;font-weight:900}.sponsor-report-form label em{margin-left:4px;color:#939bad;font-size:8px;font-style:normal;font-weight:600}.sponsor-report-form input,.sponsor-report-form textarea{width:100%;padding:10px 11px;border:1px solid #dce2eb;border-radius:9px;background:#fff;color:#25304b;font:inherit;font-size:10px;outline:none}.sponsor-report-form input{height:40px}.sponsor-report-form textarea{resize:vertical;line-height:1.5}.sponsor-report-form input:focus,.sponsor-report-form textarea:focus{border-color:#7594d0;box-shadow:0 0 0 3px rgba(17,64,163,.09)}.sponsor-report-form label>small{position:absolute;right:8px;bottom:7px;color:#9aa1af;font-size:7px}.sponsor-optional-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.sponsor-date{max-width:230px}.sponsor-report-preview{margin:0 25px;padding:14px;border:1px solid #dfe5f0;border-radius:12px;background:#f7f9fd}.sponsor-report-preview>span{color:#d9005d;font-size:8px;font-weight:950;letter-spacing:.1em}.sponsor-report-preview>p{margin:11px 0 0;color:#7b8599;font-size:10px}.sponsor-report-preview>div{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px;margin-top:10px}.sponsor-report-preview article{padding:10px;border-radius:9px;background:#fff;box-shadow:0 3px 10px rgba(28,45,84,.05)}.sponsor-report-preview b,.sponsor-report-preview small{display:block}.sponsor-report-preview small{color:#858da0;font-size:7px;font-weight:800;text-transform:uppercase}.sponsor-report-preview b{margin-top:4px;color:#111c3c;font-size:16px}.sponsor-report-preview.loading{opacity:.65}.sponsor-report-note{display:flex;align-items:center;gap:8px;margin:13px 25px 0;padding:10px 12px;border-radius:9px;background:#fff8e9;color:#8c671c;font-size:9px}.sponsor-report-modal>footer{display:flex;justify-content:flex-end;gap:9px;margin-top:17px;padding:16px 25px;border-top:1px solid #e8ebf1}.sponsor-report-modal>footer button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:1px solid #d8deea;border-radius:9px;background:#fff;color:#556078;font-size:10px;font-weight:900}.sponsor-report-modal>footer button.primary{border-color:#1140a3;background:#1140a3;color:#fff}.sponsor-report-modal button:disabled{opacity:.5}@media(max-width:850px){.sponsor-report-entry{grid-template-columns:auto 1fr}.sponsor-entry-actions{grid-column:1/-1;justify-content:flex-end}.audience-metric-guide{grid-template-columns:1fr 1fr}}@media(max-width:560px){.sponsor-report-entry{display:block;padding:18px}.sponsor-entry-icon{margin-bottom:12px}.sponsor-entry-actions{align-items:stretch;flex-direction:column;margin-top:15px}.sponsor-entry-actions button{justify-content:center}.sponsor-entry-actions a{text-align:center}.sponsor-optional-grid{grid-template-columns:1fr}.sponsor-report-form,.sponsor-report-modal>header{padding:18px}.sponsor-report-preview{margin:0 18px}.sponsor-report-preview>div{grid-template-columns:1fr 1fr}.sponsor-report-note{margin:12px 18px 0}.sponsor-report-modal>footer{padding:14px 18px}.sponsor-report-modal>footer button{flex:1 1}.audience-metric-guide{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.sponsor-entry-actions a b{transition:none}}.login-error{margin:14px 0;padding:11px 12px;border:1px solid #efc4cd;border-radius:9px;background:#fff1f3;color:#a92c46!important;font-size:11px;line-height:1.45}.pwa-install-button{position:fixed;right:18px;bottom:18px;z-index:80;height:42px;display:flex;align-items:center;gap:8px;padding:0 14px;border:1px solid #ffffff30;border-radius:99px;background:#08075e;color:#fff;box-shadow:0 12px 30px rgba(8,7,94,.28);font-size:10px;font-weight:900;cursor:pointer}.pwa-install-button span{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#ff006d;font-size:17px;line-height:1}.pwa-install-button:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(8,7,94,.36)}.pwa-ios-backdrop{position:fixed;inset:0;z-index:160;display:grid;place-items:center;padding:18px;background:rgba(3,8,30,.72);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.pwa-ios-backdrop section{position:relative;width:min(430px,100%);padding:28px;border-radius:18px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.35)}.pwa-ios-backdrop section>button:first-child{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;background:transparent;color:#68738a;font-size:25px}.pwa-ios-backdrop span{color:#ff006d;font-size:8px;font-weight:950;letter-spacing:.12em}.pwa-ios-backdrop h2{margin:7px 0 8px;color:#101b3b;font-size:21px}.pwa-ios-backdrop p{margin:0;color:#69748b;font-size:11px;line-height:1.65}.pwa-ios-backdrop .understood{width:100%;height:41px;margin-top:20px;border:0;border-radius:9px;background:#08075e;color:#fff;font-weight:900}.pwa-install-button,.pwa-ios-backdrop button{transition:transform .2s ease,box-shadow .2s ease}.pwa-menu-install{height:40px;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:0 13px;border:1px solid #d9e2f2;border-radius:9px;background:#f5f8ff;color:#1140a3;font-size:11px;font-weight:900;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.pwa-menu-install svg{color:#ff006d}.pwa-menu-install:focus-visible,.pwa-menu-install:hover{transform:translateY(-2px);background:#fff;box-shadow:0 8px 20px rgba(17,64,163,.12);outline:none}.interview-detail-header .header-inner{position:relative}.interview-detail-header .detail-header-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media(max-width:560px){.pwa-install-button{right:12px;bottom:12px;height:39px;padding:0 12px}.pwa-ios-backdrop section{padding:24px 21px}}@media(prefers-reduced-motion:reduce){.pwa-install-button,.pwa-ios-backdrop button{transition:none}.pwa-install-button:hover{transform:none}}.admin-layout{grid-template-columns:240px minmax(0,1fr);transition:grid-template-columns .25s ease}.sidebar{z-index:92;transition:transform .25s ease,padding .25s ease}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:24px}.sidebar-brand .logo{width:136px;margin:0 0 0 10px}.sidebar-brand>button{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #ffffff20;border-radius:8px;background:#ffffff0d;color:#d9dcf5;cursor:pointer}.sidebar-brand>button:hover{background:#ffffff1b;color:#fff}.admin-sidebar-backdrop,.admin-sidebar-trigger{display:none}.admin-layout.sidebar-collapsed{grid-template-columns:78px minmax(0,1fr)}.sidebar-collapsed .sidebar{padding-inline:10px}.sidebar-collapsed .sidebar-brand{justify-content:center}.sidebar-collapsed .sidebar-brand .logo{display:none}.sidebar-collapsed .sidebar-brand>button{margin-top:2px}.sidebar-collapsed .side-label,.sidebar-collapsed .side-link span{display:none}.sidebar-collapsed .side-link{justify-content:center;padding-inline:0}.sidebar-collapsed .side-link svg{flex:0 0 auto}@media(max-width:1050px) and (min-width:851px){.home-header .header-inner{grid-template-columns:140px minmax(135px,1fr) auto minmax(135px,1fr) 140px;gap:14px}.home-header .main-nav{gap:16px}.home-header .main-nav a{font-size:12px}.pwa-menu-install{padding:0 10px;font-size:10px}}@media(max-width:850px){.home-header .header-inner{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:10px;gap:10px}.home-header .gallery-link{grid-column:1;grid-row:1;justify-self:start}.home-header .header-logo-link{grid-column:2;grid-row:1}.home-header .main-nav{display:none}.home-header .pwa-menu-install{grid-column:3;grid-row:1;justify-self:end}}@media(max-width:700px){.admin-layout,.admin-layout.sidebar-collapsed{display:block;min-height:100vh}.admin-main{padding:74px 15px 25px}.admin-layout .sidebar{display:block;position:fixed;left:0;top:0;width:min(300px,86vw);height:100dvh;padding:22px 17px;transform:translateX(-105%);box-shadow:18px 0 50px rgba(3,7,30,.28)}.admin-layout.sidebar-mobile-open .sidebar{transform:none}.admin-layout .sidebar-brand .logo{display:block;width:128px;margin:0}.admin-layout .sidebar-brand>button{display:grid}.admin-layout .side-label{display:block}.admin-layout .side-link{justify-content:flex-start;padding:12px}.admin-layout .side-link span{display:inline}.admin-sidebar-trigger{position:fixed;z-index:90;left:12px;top:12px;height:42px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid #dce2ed;border-radius:10px;background:#fff;color:#101b3b;box-shadow:0 8px 22px rgba(15,29,63,.13);font-size:10px;font-weight:900}.admin-sidebar-backdrop{position:fixed;z-index:91;inset:0;display:block;border:0;background:rgba(3,7,28,.56);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.home-header .pwa-menu-install,.interview-detail-header .pwa-menu-install{height:38px;padding:0 10px;font-size:10px}.home-header .pwa-menu-install span,.interview-detail-header .pwa-menu-install span{display:inline}.home-header .header-inner,.interview-detail-header .header-inner{gap:8px}.gallery-back{margin-left:auto}}@media(max-width:420px){.home-header .pwa-menu-install,.interview-detail-header .pwa-menu-install{max-width:116px;height:36px;padding:0 8px;gap:5px;font-size:9px;line-height:1.1}.home-header .pwa-menu-install span,.interview-detail-header .pwa-menu-install span{white-space:normal}.home-header .header-logo{width:62px}.gallery-back,.gallery-link{padding:8px}.interview-detail-header .gallery-back{font-size:0}.interview-detail-header .gallery-back svg{width:18px;height:18px}}@media(prefers-reduced-motion:reduce){.admin-layout,.pwa-menu-install,.sidebar{transition:none}.pwa-menu-install:hover{transform:none}}.youtube-settings{max-width:980px}.youtube-config-status{display:flex;align-items:center;gap:14px;margin-bottom:16px;padding:19px 21px;border:1px solid #cde6d6;border-radius:15px;background:linear-gradient(135deg,#eefaf2,#fff)}.youtube-config-status>span{width:48px;height:48px;display:grid;flex:0 0 auto;place-items:center;border-radius:13px;background:#dff5e7;color:#178048}.youtube-config-status small{color:#638672;font-size:8px;font-weight:900;letter-spacing:.1em}.youtube-config-status h2{margin:4px 0;color:#153626;font-size:19px}.youtube-config-status p{margin:0;color:#678071;font-size:10px}.youtube-config-status.warning{border-color:#ead8aa;background:linear-gradient(135deg,#fff8e7,#fff)}.youtube-config-status.warning>span{background:#fff0c9;color:#a16b0d}.youtube-config-status.warning small{color:#9b7a39}.youtube-config-status.warning h2{color:#55421c}.youtube-settings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.youtube-settings .panel-head h2{display:flex;align-items:center;gap:7px}.youtube-config-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid #eceef2}.youtube-config-row span{color:#6e778a;font-size:10px}.youtube-config-row b{max-width:65%;overflow:hidden;color:#26314b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.youtube-field-help,.youtube-secure-note{color:#7c8598;font-size:9px;line-height:1.6}.youtube-secure-note{margin:14px 0;padding:10px 11px;border-radius:9px;background:#f5f7fb}.youtube-check,.youtube-save{height:39px;display:flex;align-items:center;justify-content:center;gap:7px}.youtube-check{width:100%;border:1px solid #cad6eb;border-radius:8px;background:#f4f7ff;color:#1140a3;font-size:9px;font-weight:900}.youtube-check:disabled{opacity:.48}.youtube-interval{display:block;margin:17px 0}.youtube-interval>span{display:block;margin-bottom:7px;color:#39445e;font-size:9px;font-weight:900}.youtube-interval select{width:100%;height:42px;padding:0 34px 0 11px;border:1px solid #dce2eb;border-radius:8px;background:#fff;color:#2b3650;font-size:10px}.youtube-save{width:100%}.youtube-last-check{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:13px;border-top:1px solid #eceef2;color:#7c8597;font-size:9px}.youtube-last-check svg{color:#1140a3}.youtube-setting-alert,.youtube-setting-message{display:flex;align-items:center;gap:8px;margin-top:13px;padding:11px 13px;border:1px solid;border-radius:9px;font-size:10px;font-weight:700}.youtube-setting-alert,.youtube-setting-message.error{border-color:#efc6ce;background:#fff1f3;color:#a62d47}.youtube-setting-message.success{border-color:#bfe3cc;background:#eef9f2;color:#197344}.youtube-settings .notice a{font-weight:900;text-decoration:underline}@media(max-width:760px){.youtube-settings-grid{grid-template-columns:1fr}.youtube-config-status{align-items:flex-start;padding:16px}.youtube-config-status h2{font-size:16px}.youtube-config-row b{max-width:55%}}