@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#f8fafc;background:#070b16;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 15% 5%,rgba(255,122,0,.18),transparent 28rem),radial-gradient(circle at 90% 20%,rgba(61,103,255,.12),transparent 26rem),#070b16}button,input,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.6;cursor:wait}.app{width:min(1180px,calc(100% - 36px));margin:0 auto;padding-bottom:56px}.topbar{height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:12px}.brandMark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#ff8a00,#ff5e00);box-shadow:0 10px 30px #ff6f0040}.brandMark.large{width:58px;height:58px;border-radius:17px}.brand div{display:flex;align-items:baseline;gap:7px}.brand strong{font-size:20px}.brand div span{color:#a7b0c0;font-size:14px}.headerActions{display:flex;align-items:center;gap:10px}.userMail{color:#8e9ab0;font-size:12px}.iconButton{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#c9d1dd;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#ffae55;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.authShell{min-height:100vh;width:min(1080px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.authIntro h1{max-width:680px;font-size:clamp(46px,6vw,76px);line-height:.98;letter-spacing:-.055em;margin:22px 0}.authIntro p{color:#99a5b8;max-width:600px;font-size:18px;line-height:1.65}.authIntro .brandMark{margin-bottom:34px}.authCard,.uploadCard,.libraryCard,.setupPanel{background:#0f1525d1;border:1px solid rgba(255,255,255,.08);border-radius:20px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 26px 80px #0000003d}.authCard{padding:28px;display:grid;gap:17px}.authCard h2{margin:0 0 4px;font-size:22px}label{display:grid;gap:8px;color:#aeb8c8;font-size:12px;font-weight:600}input,select{width:100%;color:#eef2f8;background:#0c1221;border:1px solid rgba(255,255,255,.1);border-radius:11px;padding:12px 13px;outline:none}input:focus,select:focus{border-color:#ff8b24a6;box-shadow:0 0 0 3px #ff7e0014}.primary{border:0;padding:12px 16px;border-radius:11px;color:#fff;font-weight:700;background:linear-gradient(135deg,#ff8a00,#ff6500);box-shadow:0 12px 30px #ff69002e}.linkButton{background:none;color:#9ea9bb;border:0;font-size:12px;padding:4px}.feedback{color:#ffbf79;font-size:12px;line-height:1.5;margin:0}.centerScreen{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:12px;color:#a9b4c6}.loader{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.16);border-top-color:#ff8000;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.setupPanel{max-width:720px;margin:90px auto 0;padding:32px;text-align:center}.setupPanel .cardIcon{margin:0 auto}.setupPanel h1{font-size:32px;margin:18px 0 8px}.setupPanel p{color:#8e9aaf;margin:0 auto 24px}.inlineForm{display:flex;gap:10px;max-width:560px;margin:0 auto 14px}.inlineForm input{flex:1}.dashboardHead{display:flex;justify-content:space-between;align-items:end;gap:30px;padding:62px 0 28px}.dashboardHead h1{font-size:42px;letter-spacing:-.04em;margin:10px 0 8px}.dashboardHead p{color:#8794a9;margin:0;max-width:660px}.dashboardHead>select{width:auto;min-width:190px}.workspaceGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:16px}.uploadCard,.libraryCard{padding:24px}.uploadCard{display:grid;gap:15px}.sectionTitle{display:flex;align-items:flex-start;gap:12px;margin-bottom:4px}.sectionTitle>svg{color:#ff9931;margin-top:2px}.sectionTitle h2{margin:0;font-size:18px}.sectionTitle p{margin:4px 0 0;color:#7d899d;font-size:12px}.fileField input{display:none}.fileField span{border:1px dashed rgba(255,255,255,.15);border-radius:12px;padding:16px;color:#8f9bb0;background:#ffffff06;font-weight:500;cursor:pointer}.emptyState{min-height:290px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#68768c;gap:8px}.emptyState strong{color:#aab4c5;font-size:14px}.emptyState span{font-size:12px}.trackList{display:grid;gap:8px;margin-top:14px}.trackRow{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:11px;border:1px solid rgba(255,255,255,.06);background:#ffffff06;border-radius:12px}.trackRow>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#ff9c3b;background:#ff880014}.trackRow div{display:grid;gap:3px;min-width:0}.trackRow strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trackRow small{color:#7e8ba0}.trackRow>svg{color:#67d99a}@media(max-width:820px){.authShell{grid-template-columns:1fr;gap:28px;padding:50px 0}.authIntro h1{font-size:46px}.workspaceGrid{grid-template-columns:1fr}}@media(max-width:600px){.app{width:min(100% - 24px,1180px)}.topbar{height:72px}.brand div span,.userMail{display:none}.dashboardHead{align-items:stretch;flex-direction:column;padding-top:40px}.dashboardHead>select{width:100%}.dashboardHead h1{font-size:34px}.inlineForm{flex-direction:column}}.trackPlay{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;border:1px solid rgba(255,255,255,.07);color:#ff9c3b;background:#ff880014;padding:0}.trackPlay:hover{background:#ff880026}.trackRow>.playingIcon{color:#ff9c3b}.miniLoader{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.15);border-top-color:#ff8a00;animation:spin .7s linear infinite}.nowPlayingBar{position:sticky;bottom:14px;margin-top:16px;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid rgba(255,153,49,.2);background:#0a0f1cf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px;box-shadow:0 20px 60px #00000052}.nowPlayingInfo{display:flex;align-items:center;gap:13px;min-width:0}.nowPlayingArt{flex:0 0 auto;width:46px;height:46px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(135deg,#ff8a00,#ff5e00);box-shadow:0 10px 30px #ff6f0033}.nowPlayingInfo div{min-width:0;display:grid;gap:2px}.nowPlayingInfo small{color:#ffae55;font-size:9px;font-weight:800;letter-spacing:.12em}.nowPlayingInfo strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nowPlayingInfo span{color:#7f8ca2;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playerControl{flex:0 0 auto;width:46px;height:46px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:#ff7900;box-shadow:0 8px 24px #ff790038}.labelHint{color:#68768c;font-size:10px;font-weight:500;text-transform:none}.batchPreview{display:grid;gap:7px;padding:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff06;border-radius:12px}.batchPreview>small{color:#ffae55;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.batchPreview>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,.45fr);gap:12px;align-items:center;padding:7px 0;border-top:1px solid rgba(255,255,255,.05)}.batchPreview strong,.batchPreview span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batchPreview strong{font-size:12px;color:#dce3ee}.batchPreview span{font-size:11px;color:#7f8ca2}.batchPreview em{color:#69778d;font-size:11px;font-style:normal}.versionBadge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.05em;color:#ffb15f;background:#ff800014;border:1px solid rgba(255,153,49,.16)}.saasShell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);background:radial-gradient(circle at 82% 4%,rgba(52,84,196,.08),transparent 28rem),#070b16}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:22px 16px 16px;border-right:1px solid rgba(255,255,255,.07);background:#080c17f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sidebarBrand{display:flex;align-items:center;gap:11px;padding:0 6px 22px}.sidebarBrand div{display:grid;gap:2px}.sidebarBrand strong{font-size:17px}.sidebarBrand small{color:#77849a;font-size:11px}.orgSwitcher{display:grid;gap:7px;margin:0 4px 18px;padding:12px;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.06)}.orgSwitcher small{color:#65748c;font-size:9px;font-weight:800;letter-spacing:.1em}.orgSwitcher select{padding:9px 10px;font-size:12px;background:#0b1120}.sideNav{display:grid;gap:5px}.sideNav button{width:100%;display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px solid transparent;border-radius:11px;color:#8d99ad;background:transparent;text-align:left}.sideNav button:hover{color:#d8e0eb;background:#ffffff09}.sideNav button.active{color:#fff;background:linear-gradient(135deg,#ff820029,#ff680012);border-color:#ff8f2c24}.sideNav button.active svg{color:#ff982f}.sidebarFooter{margin-top:auto;display:grid;gap:9px;padding:16px 6px 2px;border-top:1px solid rgba(255,255,255,.06)}.sidebarEmail{color:#69768b;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logoutButton{display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.07);color:#aeb8c7;background:#ffffff09}.mainArea{min-width:0;position:relative;padding-bottom:96px}.pageContent{width:min(1180px,calc(100% - 48px));margin:0 auto}.pageHero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:54px 0 26px}.pageHero h1{margin:10px 0 7px;font-size:38px;letter-spacing:-.04em}.pageHero p{margin:0;max-width:720px;color:#8794a9;line-height:1.6}.statsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.statCard{display:grid;justify-items:start;gap:8px;min-height:150px;padding:20px;border-radius:17px;border:1px solid rgba(255,255,255,.07);color:#f5f7fb;background:#0f1525c7;text-align:left}.statCard:hover{transform:translateY(-1px);border-color:#ff912c2e}.statCard>span{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;color:#ff982f;background:#ff880017}.statCard strong{margin-top:4px;font-size:28px;letter-spacing:-.04em}.statCard small{color:#7d899e}.dashboardPanels{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:14px;margin-top:14px}.panelCard{padding:22px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#0f1525b8}.calloutPanel{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:320px;background:radial-gradient(circle at 90% 0%,rgba(255,128,0,.12),transparent 15rem),#0f1525b8}.calloutIcon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(135deg,#ff8a00,#ff5e00);margin-bottom:24px}.calloutPanel small{color:#ffae55;font-size:9px;font-weight:800;letter-spacing:.12em}.calloutPanel h2{margin:8px 0;font-size:22px}.calloutPanel p{margin:0 0 22px;color:#8793a7;line-height:1.55}.secondaryAction{padding:10px 13px;border-radius:10px;border:1px solid rgba(255,255,255,.09);color:#e7ebf1;background:#ffffff0b}.modulePlaceholder{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:44px;border-radius:20px;border:1px dashed rgba(255,255,255,.1);background:#ffffff05}.modulePlaceholder>span{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;color:#ff9b35;background:#ff880014}.modulePlaceholder h2{margin:18px 0 8px}.modulePlaceholder p{margin:0;max-width:520px;color:#77849a;line-height:1.6}.mobileTopbar{display:none}.shellPlayer{position:fixed;left:272px;right:24px;bottom:18px;z-index:20;margin:0}.emptyState.compact{min-height:210px}@media(max-width:1000px){.saasShell{grid-template-columns:210px minmax(0,1fr)}.sidebar{padding-left:12px;padding-right:12px}.pageContent{width:min(100% - 30px,1180px)}.statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardPanels{grid-template-columns:1fr}.shellPlayer{left:226px}}@media(max-width:760px){.saasShell{display:block}.sidebar{position:fixed;inset:auto 0 0;z-index:30;width:100%;height:auto;padding:7px 8px calc(7px + env(safe-area-inset-bottom));border-right:0;border-top:1px solid rgba(255,255,255,.08)}.sidebarBrand,.orgSwitcher,.sidebarFooter{display:none}.sideNav{display:flex;overflow-x:auto;gap:4px;scrollbar-width:none}.sideNav::-webkit-scrollbar{display:none}.sideNav button{min-width:76px;flex:0 0 auto;flex-direction:column;justify-content:center;gap:4px;padding:7px 6px;font-size:9px}.sideNav button span{white-space:nowrap}.mobileTopbar{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.07)}.mobileTopbar .brand{gap:8px}.mobileTopbar .brandMark{width:36px;height:36px}.pageContent{width:min(100% - 24px,1180px)}.pageHero{padding:34px 0 20px}.pageHero h1{font-size:32px}.statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.statCard{min-height:130px;padding:16px}.shellPlayer{left:12px;right:12px;bottom:78px}.mainArea{padding-bottom:150px}}@media(max-width:480px){.statsGrid{grid-template-columns:1fr 1fr;gap:8px}.statCard{min-height:118px}.workspaceGrid{grid-template-columns:1fr}}.onAirGrid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);gap:14px;margin-bottom:14px}.onAirCard,.todayScheduleCard{border:1px solid rgba(255,255,255,.07);border-radius:20px;background:#0f1525c7}.onAirCard{padding:22px;background:radial-gradient(circle at 90% 0%,rgba(255,91,0,.14),transparent 18rem),#0f1525d1}.onAirTop,.onAirFooter{display:flex;align-items:center;justify-content:space-between;gap:12px}.liveBadge{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:900;letter-spacing:.12em;color:#ffae55}.liveBadge>span{width:8px;height:8px;border-radius:999px;background:#ff7a00;box-shadow:0 0 0 5px #ff7a001a}.onAirDevice{color:#6f7e94;font-size:11px}.onAirBody{display:flex;align-items:center;gap:20px;min-height:190px}.onAirArt{width:84px;height:84px;flex:0 0 auto;display:grid;place-items:center;border-radius:24px;color:#fff;background:linear-gradient(145deg,#ff8d00,#ff5d00);box-shadow:0 18px 45px #ff62002e}.onAirMeta small{color:#75839a;font-size:10px;font-weight:800;letter-spacing:.1em}.onAirMeta h2{margin:8px 0 6px;font-size:28px;letter-spacing:-.03em}.onAirMeta p{margin:0;color:#8a96a9}.onAirFooter{padding-top:15px;border-top:1px solid rgba(255,255,255,.06)}.deviceStatus,.volumeStatus{display:inline-flex;align-items:center;gap:6px;color:#738097;font-size:11px}.deviceStatus.online{color:#58d99a}.todayScheduleCard{padding:22px}.timelineList{display:grid;gap:2px;margin-top:10px}.timelineItem{display:grid;grid-template-columns:48px 12px minmax(0,1fr);gap:10px;align-items:center;min-height:48px}.timelineTime{color:#ffae55;font-size:11px;font-weight:800}.timelineDot{width:7px;height:7px;border-radius:999px;background:#ff8c23;box-shadow:0 0 0 4px #ff8c2314}.timelineItem>div{display:grid;gap:3px;min-width:0}.timelineItem strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.timelineItem small{color:#6f7d92;font-size:10px}.emptySchedule{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#78869b}.emptySchedule strong{margin:12px 0 5px;color:#dce3ed}.emptySchedule span{max-width:290px;font-size:11px;line-height:1.5}.emptySchedule .secondaryAction{margin-top:15px}.operationalStats{margin-bottom:14px}.playersPanel{min-height:320px}.deviceList{display:grid;gap:7px}.deviceRow{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 2px;border-top:1px solid rgba(255,255,255,.05)}.deviceRow:first-child{border-top:0}.deviceLamp{width:8px;height:8px;border-radius:999px;background:#5f697a}.deviceLamp.online{background:#49d48c;box-shadow:0 0 0 4px #49d48c14}.deviceLamp.paused{background:#f4aa45}.deviceLamp.error{background:#ff5e5e}.deviceRow>div{display:grid;gap:2px;min-width:0}.deviceRow strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.deviceRow small{color:#68778e;font-size:10px}.deviceRow>span:last-child{display:flex;align-items:center;gap:4px;color:#758299;font-size:10px}@media(max-width:980px){.onAirGrid{grid-template-columns:1fr}}@media(max-width:560px){.onAirCard,.todayScheduleCard{padding:17px}.onAirBody{min-height:160px}.onAirArt{width:66px;height:66px;border-radius:19px}.onAirMeta h2{font-size:22px}}.controlToolbar{position:sticky;top:0;z-index:15;display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:10px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:#0a0f1be0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 35px #0000002e}.controlGroup{display:flex;align-items:center;gap:7px;min-width:0}.controlDivider{width:1px;align-self:stretch;background:#ffffff12}.toolButton{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 12px;border:1px solid rgba(255,255,255,.07);border-radius:11px;color:#aeb9ca;background:#ffffff09;font-size:11px;font-weight:700;white-space:nowrap}.toolButton:hover:not(:disabled){color:#fff;border-color:#ff97352e;background:#ff840012}.toolButton:disabled{opacity:.38;cursor:not-allowed}.toolButton.primaryTool{color:#fff;border-color:#ff891a40;background:linear-gradient(135deg,#ff8b00,#ff6500);box-shadow:0 8px 24px #ff690024}.quickNavGroup{overflow-x:auto;scrollbar-width:none}.quickNavGroup::-webkit-scrollbar{display:none}@media(max-width:900px){.controlToolbar{position:relative;top:auto;align-items:stretch;flex-direction:column}.controlDivider{width:100%;height:1px}.controlGroup{overflow-x:auto;padding-bottom:1px}}@media(max-width:560px){.toolButton span{display:none}.toolButton{min-width:42px;padding:0 11px}.controlToolbar{flex-direction:row;overflow-x:auto}.controlDivider{width:1px;height:auto;flex:0 0 1px}}.controlTarget{display:grid;gap:4px;min-width:190px}.controlTarget small{color:#66758c;font-size:8px;font-weight:900;letter-spacing:.11em}.controlTarget select{min-height:38px;padding:0 30px 0 10px;border-radius:10px;font-size:11px;background:#0b1120}.commandIndicator{margin-left:auto;min-width:94px;text-align:right;color:#69778d;font-size:10px;font-weight:700}.commandIndicator.sending{color:#f0b258}.commandIndicator.sent{color:#54d899}.commandIndicator.error{color:#ff6b6b}@media(max-width:900px){.controlTarget{min-width:0;width:100%}.commandIndicator{margin-left:0;min-height:14px;text-align:left}}@media(max-width:560px){.controlTarget{min-width:150px;width:auto}.controlTarget small,.commandIndicator{display:none}}
