:root{--bg:#090b10;--panel:#121620;--panel2:#181d29;--line:#262d3c;--text:#f5f7fb;--muted:#9aa4b5;--red:#e11d48;--red2:#fb315d;--green:#23c483;--amber:#f59e0b}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(145deg,#080a0f,#0e1118 45%,#090b10);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}.shell{display:flex;min-height:100vh}.sidebar{width:235px;background:#0d1017;border-right:1px solid var(--line);padding:24px 16px;position:fixed;inset:0 auto 0 0}.brand{font-size:22px;font-weight:900;letter-spacing:-.6px;margin:0 8px 26px}.brand span{color:var(--red2)}.nav a{display:block;padding:11px 13px;border-radius:10px;color:#c6cedb;margin:3px 0;font-size:14px}.nav a:hover,.nav a.active{background:var(--panel2);color:#fff}.main{margin-left:235px;width:calc(100% - 235px);padding:28px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px}.topbar h1{margin:0;font-size:25px}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.card{background:rgba(18,22,32,.94);border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 15px 50px rgba(0,0,0,.16)}.kpi{grid-column:span 3}.kpi .n{font-size:28px;font-weight:850;margin-top:8px}.span4{grid-column:span 4}.span6{grid-column:span 6}.span8{grid-column:span 8}.span12{grid-column:span 12}.btn{appearance:none;border:0;border-radius:10px;background:var(--red);color:#fff;font-weight:750;padding:11px 15px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px}.btn:hover{background:var(--red2)}.btn.secondary{background:#242b3a}.btn.ghost{background:transparent;border:1px solid var(--line)}.btn.green{background:#159b67}.btn.danger{background:#b42342}.btn.sm{padding:8px 11px;font-size:13px}.badge{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;background:#202634;color:#cbd3df;font-size:12px;font-weight:700}.badge.live{background:rgba(225,29,72,.13);color:#ff708f}.badge.ok{background:rgba(35,196,131,.12);color:#67e3af}.badge.warn{background:rgba(245,158,11,.12);color:#ffc760}table{width:100%;border-collapse:collapse}th,td{padding:12px 10px;text-align:left;border-bottom:1px solid var(--line);font-size:14px}th{color:#96a0b1;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{margin-bottom:14px}.field label{display:block;font-size:13px;font-weight:700;color:#c8d0dc;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid #303747;background:#0e121a;color:#fff;padding:11px 12px;border-radius:10px;outline:none}.field input:focus,.field select:focus{border-color:#e11d48}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(430px,100%);background:#11151e;border:1px solid var(--line);border-radius:20px;padding:28px}.login-card h1{margin:0 0 6px}.alert{padding:12px 14px;border-radius:10px;margin:12px 0;background:#311522;color:#ffb5c4;border:1px solid #68243a}.success{background:#102b21;color:#9df1ce;border-color:#1d624b}.studio{display:grid;grid-template-columns:230px minmax(0,1fr) 240px;gap:12px;height:calc(100vh - 90px)}.studio-panel{background:#10141d;border:1px solid var(--line);border-radius:14px;padding:12px;overflow:auto}.studio-panel h3{font-size:12px;color:#9ba5b6;text-transform:uppercase;letter-spacing:.08em;margin:7px 4px 12px}.source{padding:10px;border-radius:9px;background:#171c27;margin-bottom:7px;font-size:13px;display:flex;align-items:center;justify-content:space-between}.stage-wrap{display:flex;flex-direction:column;gap:10px;min-width:0}.stage{background:#05070a;border:1px solid #222936;border-radius:14px;overflow:hidden;display:grid;place-items:center;aspect-ratio:16/9;position:relative}.stage canvas{width:100%;height:100%;object-fit:contain;touch-action:none}.controls{background:#10141d;border:1px solid var(--line);border-radius:14px;padding:11px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.guest-tile{background:#171c27;border:1px solid #2a3241;border-radius:10px;padding:8px;margin-bottom:8px}.guest-tile video{width:100%;border-radius:7px;background:#05070a}.player-page{min-height:100vh;display:grid;place-items:center;padding:24px}.player-card{width:min(1100px,100%)}.player-frame{aspect-ratio:16/9;background:#030405;border-radius:18px;overflow:hidden;position:relative;border:1px solid #252c39}.player-frame video{width:100%;height:100%;object-fit:contain;background:#000}.offline{position:absolute;inset:0;display:grid;place-items:center;text-align:center;background:radial-gradient(circle at 50% 35%,#252b36,#080a0e 65%)}.offline img{max-width:150px;max-height:100px}.offline h2{margin:12px 0 4px}.hide{display:none!important}.copybox{display:flex;gap:8px}.copybox input{flex:1;background:#0c1017;border:1px solid var(--line);color:#dce3ee;border-radius:9px;padding:9px}.tiny{font-size:12px;color:#8893a5}@media(max-width:950px){.sidebar{display:none}.main{margin:0;width:100%;padding:18px}.kpi,.span4,.span6,.span8{grid-column:span 12}.studio{grid-template-columns:1fr;height:auto}.studio-panel{max-height:none}.stage-wrap{order:-1}.form-row{grid-template-columns:1fr}}

/* === MRLStudio Professional Studio v1.3 === */
.studio-app{background:#080a0f;overflow:hidden;color:#eef2f8}.studio-pro-shell{height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 50% -10%,#18202e 0,#0a0d13 38%,#07090d 100%)}
.studio-pro-topbar{height:66px;flex:0 0 66px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #252b37;background:rgba(10,13,19,.96);backdrop-filter:blur(14px);z-index:20}.studio-pro-branding{display:flex;align-items:center;gap:18px;min-width:0}.studio-brand{margin:0;font-size:20px}.studio-radio-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.studio-radio-meta strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-radio-meta span{font-size:11px;color:#7f899a}.studio-top-actions{display:flex;align-items:center;gap:8px}.studio-live-badge{height:34px;padding:0 12px;background:#151a24;border:1px solid #2b3342}.studio-connect-pill{font-size:11px;color:#9ca6b6;min-width:0}.icon-btn{width:36px;height:36px;border:1px solid #303747;border-radius:9px;background:#151a23;color:#fff;cursor:pointer;font-size:17px}.icon-btn:hover{background:#202734}.studio-alert{margin:8px 12px 0}
.studio-pro-workspace{flex:1;min-height:0;display:grid;grid-template-columns:252px minmax(540px,1fr) 282px;gap:10px;padding:10px}.studio-pro-panel{min-height:0;background:rgba(15,19,27,.96);border:1px solid #252c39;border-radius:14px;overflow:auto;box-shadow:0 14px 40px rgba(0,0,0,.18)}.studio-sources-panel,.studio-properties-panel{padding:14px}.panel-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.panel-heading h2{font-size:17px;margin:1px 0 0}.eyebrow{font-size:9px;line-height:1.1;text-transform:uppercase;letter-spacing:.12em;color:#7e899c;font-weight:800}.count-pill{display:inline-grid;place-items:center;min-width:25px;height:23px;padding:0 7px;border-radius:999px;background:#202734;color:#b8c1cf;font-size:11px;font-weight:800}.panel-subheading{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #242b38;margin-top:14px;padding-top:13px;margin-bottom:9px;font-size:11px;font-weight:800;color:#bfc7d2;text-transform:uppercase;letter-spacing:.055em}
.source-add-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-bottom:13px}.source-add-card{border:1px solid #2a3240;background:#151a24;color:#dfe5ee;border-radius:10px;padding:10px 8px;display:flex;align-items:center;gap:8px;cursor:pointer;text-align:left;transition:.16s ease}.source-add-card span{font-size:17px}.source-add-card strong{font-size:11px}.source-add-card:hover{border-color:#49556b;background:#1d2431;transform:translateY(-1px)}.compact-field{margin-bottom:9px}.compact-field label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#7f8999;font-weight:800;margin-bottom:5px}.compact-field select{width:100%;border:1px solid #2d3544;background:#0c1017;color:#e9edf4;padding:9px 10px;border-radius:9px;font-size:12px;outline:none}.studio-wide-btn{width:100%}.source-layer-list{display:flex;flex-direction:column;gap:6px}.empty-panel{padding:13px 10px;border:1px dashed #303746;border-radius:10px;color:#737e90;text-align:center;font-size:11px}.layer-row{display:flex;align-items:center;border:1px solid transparent;border-radius:10px;background:#151a24;transition:.14s ease;overflow:hidden}.layer-row:hover{background:#1b212d}.layer-row.selected{border-color:#e11d48;background:#211822;box-shadow:0 0 0 1px rgba(225,29,72,.12) inset}.layer-main{flex:1;min-width:0;border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:9px;padding:8px;cursor:pointer;text-align:left}.layer-icon{width:26px;height:26px;border-radius:7px;background:#242b38;display:grid;place-items:center;font-size:13px;flex:0 0 auto}.layer-copy{min-width:0;display:flex;flex-direction:column}.layer-copy strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:125px}.layer-copy small{font-size:9px;color:#768195}.layer-row-actions{display:flex;padding-right:5px}.mini-icon{border:0;background:transparent;color:#8d98a9;width:25px;height:27px;border-radius:6px;cursor:pointer;font-size:12px}.mini-icon:hover{background:#2a3140;color:#fff}
.studio-center-column{min-width:0;min-height:0;display:flex;flex-direction:column;gap:8px}.program-toolbar{height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;background:#10141d;border:1px solid #252c39;border-radius:11px}.program-title{display:flex;align-items:center;gap:8px}.program-dot{width:8px;height:8px;border-radius:50%;background:#687386}.program-title div{display:flex;flex-direction:column}.program-title strong{font-size:10px;letter-spacing:.08em}.program-title span{font-size:9px;color:#727e91}.program-toolbar-actions{display:flex;gap:5px}.toolbar-btn{border:1px solid #2e3645;background:#171d28;color:#aeb7c5;padding:6px 9px;border-radius:7px;font-size:10px;font-weight:700;cursor:pointer}.toolbar-btn:hover{background:#242c3a;color:#fff}.stage-viewport{flex:1;min-height:280px;display:flex;align-items:center;justify-content:center;background:#05070a;border:1px solid #252c39;border-radius:14px;overflow:hidden;position:relative}.stage-pro{position:relative;width:min(100%,calc((100vh - 325px)*16/9));max-height:100%;aspect-ratio:16/9;background:#020305;box-shadow:0 20px 60px rgba(0,0,0,.45);overflow:hidden}.stage-pro canvas{position:absolute;inset:0;width:100%;height:100%;display:block;background:#000}.editor-overlay{position:absolute;inset:0;z-index:4;touch-action:none}.editor-box{position:absolute;border:1.5px solid rgba(255,255,255,.42);cursor:move;box-shadow:0 0 0 1px rgba(0,0,0,.4) inset;min-width:12px;min-height:12px}.editor-box:hover{border-color:rgba(255,255,255,.8)}.editor-box.selected{border:2px solid #ff315f;box-shadow:0 0 0 1px rgba(255,49,95,.25),0 0 18px rgba(225,29,72,.20)}.editor-box.locked{cursor:not-allowed;border-style:dashed}.editor-tag{position:absolute;top:-22px;left:-1px;max-width:180px;padding:3px 6px;border-radius:5px 5px 0 0;background:rgba(9,12,17,.86);color:#dce2eb;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.editor-box.selected .editor-tag{background:#e11d48;color:#fff}.resize-handle{position:absolute;width:14px;height:14px;border:2px solid #fff;background:#e11d48;border-radius:50%;z-index:5}.resize-handle.se{right:-8px;bottom:-8px;cursor:nwse-resize}.safe-area{position:absolute;inset:0;z-index:3;pointer-events:none}.safe-area:before{content:"";position:absolute;inset:5%;border:1px dashed rgba(255,255,255,.28)}.safe-area div{position:absolute;inset:10%;border:1px dashed rgba(255,255,255,.16)}.empty-stage{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;background:radial-gradient(circle at 50% 35%,#171d28,#050609 70%);pointer-events:none}.empty-stage-icon{font-size:30px;opacity:.75}.empty-stage strong{font-size:16px}.empty-stage span{font-size:11px;color:#7f8999}.empty-stage .btn{pointer-events:auto;margin-top:5px;padding:8px 12px;font-size:11px}.stage-viewport:fullscreen{background:#000;padding:0}.stage-viewport:fullscreen .stage-pro{width:100vw;height:100vh;max-height:none;aspect-ratio:auto}.studio-statusbar{height:32px;border:1px solid #252c39;border-radius:9px;background:#10141d;padding:0 9px;display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#818c9d}.status-left,.status-right{display:flex;align-items:center;gap:9px}.status-light{width:7px;height:7px;border-radius:50%;background:#596375}.status-light.busy{background:#f59e0b;box-shadow:0 0 8px rgba(245,158,11,.55)}.status-light.live{background:#23c483;box-shadow:0 0 8px rgba(35,196,131,.65)}
.scene-strip-wrap{flex:0 0 auto;background:#10141d;border:1px solid #252c39;border-radius:12px;padding:9px 10px}.scene-strip-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.scene-strip-heading>div:first-child{display:flex;flex-direction:column}.scene-strip-heading strong{font-size:12px}.quick-layouts{display:flex;gap:5px;overflow-x:auto;padding-bottom:6px}.layout-chip{border:1px solid #2c3443;background:#161c26;color:#aeb7c5;border-radius:8px;padding:5px 8px;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:750;white-space:nowrap;cursor:pointer}.layout-chip:hover{background:#222a38;color:#fff}.layout-icon{width:18px;height:12px;border:1px solid #657187;border-radius:2px;display:inline-block;position:relative}.layout-icon.two:after{content:"";position:absolute;top:0;bottom:0;left:50%;border-left:1px solid #657187}.layout-icon.four:before,.layout-icon.four:after{content:"";position:absolute;background:#657187}.layout-icon.four:before{width:1px;top:0;bottom:0;left:50%}.layout-icon.four:after{height:1px;left:0;right:0;top:50%}.layout-icon.pip:after{content:"";position:absolute;width:6px;height:4px;border:1px solid #657187;right:1px;top:1px}.scene-list{display:flex;gap:7px;overflow-x:auto;padding:1px 0 2px}.scene-card{position:relative;flex:0 0 112px}.scene-apply{width:100%;border:1px solid #2c3442;background:#151a24;color:#fff;border-radius:9px;padding:6px;display:flex;flex-direction:column;align-items:flex-start;cursor:pointer}.scene-apply:hover{border-color:#4b566b;background:#1c2330}.scene-preview{display:block;width:100%;aspect-ratio:16/6;border-radius:5px;background:#080b10;margin-bottom:5px;position:relative;overflow:hidden}.scene-preview i:first-child{position:absolute;inset:2px 42% 2px 2px;background:#202838;border-radius:2px}.scene-preview i:last-child{position:absolute;right:2px;top:2px;width:36%;height:45%;background:#30394a;border-radius:2px}.scene-apply strong{font-size:9px;max-width:95px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scene-apply small{font-size:8px;color:#727e91}.scene-delete{position:absolute;right:4px;top:4px;width:18px;height:18px;border:0;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;cursor:pointer}.empty-scene{color:#737f90;font-size:9px;padding:8px}
.property-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px;color:#758093;gap:6px}.property-empty>div{font-size:25px}.property-empty strong{font-size:12px;color:#b8c1ce}.property-empty span{font-size:10px;line-height:1.45}.selected-source-head{display:flex;align-items:center;gap:10px;padding:9px;background:#161c26;border:1px solid #28303d;border-radius:10px}.selected-source-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#242b39;font-size:18px}.selected-source-head>div:last-child{display:flex;flex-direction:column;min-width:0}.selected-source-head strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-source-head span{font-size:9px;color:#7e8999}.property-section{border-top:1px solid #252c38;padding-top:11px;margin-top:11px}.property-label{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#778295;font-weight:800;display:block;margin-bottom:7px}.property-button-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:9px}.property-button-grid button{border:1px solid #2b3341;background:#171d27;color:#b6bfcc;border-radius:7px;padding:7px 5px;font-size:9px;font-weight:700;cursor:pointer}.property-button-grid button:hover{background:#262e3d;color:#fff}.selection-panel textarea,.selection-panel select{width:100%;background:#0d1118;color:#fff;border:1px solid #2d3543;border-radius:8px;padding:8px;font-size:10px;outline:none}.selection-panel input[type=range],.audio-master-card input[type=range]{width:100%;accent-color:#e11d48}.property-row{display:grid;gap:8px;margin-top:8px}.property-row.two{grid-template-columns:1fr 1fr}.property-row label{display:block;font-size:9px;color:#7f8999;margin-bottom:4px}.property-row input[type=color]{width:100%;height:29px;background:#111722;border:1px solid #303848;border-radius:7px;padding:2px}.range-line{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#8b96a7;margin:7px 0 2px}.audio-master-card,.guests-card{border-top:1px solid #252c38;margin-top:14px;padding-top:1px}.invite-link{display:flex;flex-direction:column;gap:5px;margin-bottom:8px}.invite-link input{width:100%;background:#0b0f16;border:1px solid #2b3342;color:#aeb8c6;border-radius:7px;padding:7px;font-size:9px}.guest-row{display:flex;align-items:center;justify-content:space-between;padding:8px;border-radius:8px;background:#171d27;margin-bottom:5px}.guest-row>div{display:flex;flex-direction:column}.guest-row strong{font-size:10px}.guest-row small{font-size:8px;color:#49d49c}.studio-dialog{width:min(430px,calc(100vw - 32px));border:1px solid #303848;border-radius:15px;background:#111620;color:#fff;padding:17px;box-shadow:0 30px 100px rgba(0,0,0,.65)}.studio-dialog::backdrop{background:rgba(3,5,8,.72);backdrop-filter:blur(4px)}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:15px}.dialog-head h3{margin:2px 0 0;font-size:18px}.dialog-close{border:0;background:#232a37;color:#fff;border-radius:8px;width:30px;height:30px;cursor:pointer;font-size:18px}.dialog-actions{display:flex;justify-content:flex-end;gap:7px}.studio-dialog textarea{width:100%;background:#0c1017;color:#fff;border:1px solid #303848;border-radius:9px;padding:10px;resize:vertical}
@media(max-width:1180px){.studio-pro-workspace{grid-template-columns:220px minmax(480px,1fr) 250px}.studio-radio-meta{display:none}.studio-connect-pill{display:none}}
@media(max-width:930px){.studio-app{overflow:auto}.studio-pro-shell{height:auto;min-height:100vh}.studio-pro-topbar{height:auto;min-height:64px;padding:9px 12px;gap:8px;align-items:flex-start}.studio-top-actions{flex-wrap:wrap;justify-content:flex-end}.studio-pro-workspace{display:flex;flex-direction:column;padding:8px}.studio-center-column{order:-1}.studio-pro-panel{overflow:visible}.stage-viewport{min-height:0;aspect-ratio:16/9}.stage-pro{width:100%;height:auto;max-height:none}.studio-properties-panel{order:3}.studio-sources-panel{order:2}.source-add-grid{grid-template-columns:repeat(3,1fr)}.scene-strip-wrap{margin-bottom:2px}.program-toolbar-actions{display:none}}
@media(max-width:600px){.studio-pro-topbar{flex-direction:column}.studio-top-actions{width:100%;justify-content:flex-start}.studio-brand{font-size:18px}.studio-live-badge{height:30px}.studio-top-actions .btn{padding:8px 10px;font-size:11px}.source-add-grid{grid-template-columns:repeat(2,1fr)}.studio-statusbar .status-right span:nth-child(2){display:none}.scene-card{flex-basis:100px}}

/* MRLStudio 1.4 - output quality + resilient player */
.studio-quality-control{height:36px;display:flex;align-items:center;gap:6px;padding:0 8px;border:1px solid #303747;border-radius:9px;background:#151a23;color:#8f99aa;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.studio-quality-control select{appearance:none;border:0;background:#0d1118;color:#fff;border-radius:6px;padding:5px 22px 5px 7px;font-size:10px;font-weight:750;outline:none;cursor:pointer}.studio-quality-control select:disabled{opacity:.55;cursor:not-allowed}
.player-page-pro{padding:18px}.player-card-pro{width:min(1180px,100%);background:#0d1118;border:1px solid #252c39;border-radius:20px;padding:14px;box-shadow:0 25px 90px rgba(0,0,0,.34)}.player-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:1px 3px 12px}.player-head>div:first-child{display:flex;align-items:center;gap:13px;min-width:0}.player-head strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-brand{margin:0;font-size:18px}.player-head-actions{display:flex;align-items:center;gap:8px}.player-transport{font-size:10px;color:#8792a3}.player-frame-pro{border-radius:14px;background:#000}.player-frame-pro video,.stable-player{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}.player-offline{z-index:5}.player-loader{width:24px;height:24px;border:3px solid rgba(255,255,255,.16);border-top-color:#fff;border-radius:50%;margin:15px auto 0;animation:mrlspin .8s linear infinite}.player-quality-notice{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:7;max-width:min(560px,calc(100% - 30px));padding:9px 12px;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:rgba(7,10,15,.88);backdrop-filter:blur(10px);font-size:11px;color:#e7ebf2;text-align:center}.player-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 2px 0}.player-status-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.player-status-copy strong{font-size:11px}.player-status-copy small{font-size:9px;color:#7f899a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-mode-actions{display:flex;gap:6px}.player-mode-btn{border:1px solid #2b3341;background:#151a23;color:#929dad;border-radius:8px;padding:7px 9px;font-size:9px;font-weight:800;cursor:pointer}.player-mode-btn.active,.player-mode-btn:hover{background:#242b38;color:#fff;border-color:#424c60}@keyframes mrlspin{to{transform:rotate(360deg)}}
@media(max-width:760px){.studio-quality-control span{display:none}.studio-quality-control{padding:0 5px}.player-card-pro{padding:8px;border-radius:13px}.player-head{padding:3px 3px 9px}.player-head>div:first-child{display:block}.player-brand{font-size:16px}.player-head strong{font-size:11px}.player-transport{display:none}.player-footer{align-items:flex-start;flex-direction:column}.player-mode-actions{width:100%}.player-mode-btn{flex:1}.player-page-pro{padding:8px}}


/* MRLStudio 1.6 - mixer de audio profesional */
.audio-program-field{margin-top:10px;padding-top:9px;border-top:1px solid #252c38}
.audio-program-field label{display:flex;align-items:center;justify-content:space-between;gap:6px}
.audio-program-field small{display:block;color:#667184;font-size:8px;line-height:1.35;margin-top:5px}
.audio-clean-badge{font-size:7px!important;letter-spacing:.08em;color:#6ee7b7;background:#123126;border:1px solid #225c48;border-radius:999px;padding:2px 5px}
.audio-mixer-card{display:flex;flex-direction:column;gap:8px}
.audio-channel{background:#141a23;border:1px solid #29313e;border-radius:10px;padding:9px}
.audio-channel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:7px}
.audio-channel-head>div{display:flex;flex-direction:column;gap:2px;min-width:0}
.audio-channel-head strong{font-size:10px;color:#e9edf4}
.audio-channel-head span{font-size:8px;color:#7e899a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}
.audio-mute-btn{border:1px solid #3a4353;background:#1b222e;color:#aeb7c5;border-radius:7px;padding:5px 7px;font-size:8px;font-weight:800;cursor:pointer}
.audio-mute-btn:disabled{opacity:.4;cursor:not-allowed}
.audio-mute-btn.active{background:#521923;border-color:#8a2535;color:#fff}
.vu-meter{height:13px;position:relative;overflow:hidden;border-radius:999px;background:linear-gradient(90deg,#17211f 0 70%,#332716 70% 88%,#321717 88% 100%);border:1px solid #303846}
.vu-meter i{position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,#20c77a 0%,#42d392 72%,#e3a62f 88%,#e34a58 100%);transition:width .08s linear}
.vu-meter i.hot{filter:saturate(1.15) brightness(1.08)}
.vu-meter span{position:absolute;right:5px;top:50%;transform:translateY(-50%);font-size:7px;font-weight:800;color:#e6ebf2;text-shadow:0 1px 2px #000}
.vu-meter.master{height:16px}
.audio-master-output{background:#10161d}
.audio-help{display:block;margin-top:7px;color:#6f7a8c;font-size:8px;line-height:1.4}
@media(max-width:930px){.audio-channel-head span{max-width:none}.audio-mixer-card{display:grid;grid-template-columns:1fr 1fr}.audio-mixer-card>.panel-subheading,.audio-master-output{grid-column:1/-1}}
@media(max-width:600px){.audio-mixer-card{display:flex}}
