@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:100 900;font-display:block;src:url(../fonts/roboto-condensed-latin-wght-normal.woff2)format("woff2")}@font-face{font-family:Roboto Condensed;font-style:italic;font-weight:100 900;font-display:block;src:url(../fonts/roboto-condensed-latin-wght-italic.woff2)format("woff2")}:root{--bg:#101214;--surface:#171a1d;--raised:#1d2125;--border:#343a40;--text:#f3f4f4;--muted:#aab0b5;--accent:#f0b429;--on-accent:#101214;--success:#55c58a;--danger:#ef6b73;--warning:#e6b64f;--info:#70aee8;--shadow:0 20px 60px #0006;--radius:16px;--space:24px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;background:var(--bg);color:var(--text);font-family:Roboto Condensed}:root[data-theme=light]{--bg:#f3f4f4;--surface:#fff;--raised:#e9ecef;--border:#c5cbd1;--text:#171a1d;--muted:#56616b;--accent:#8f5e00;--on-accent:#fff;--success:#227548;--danger:#b83543;--warning:#8b6400;--info:#286b9f;--shadow:0 20px 60px #171a1d26;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{min-width:300px;margin:0;font-size:16px;line-height:1.45}body,button,input,textarea,select,pre,code{font-synthesis:none;font-family:Roboto Condensed}button,input,textarea{font-size:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.42}a{color:inherit;text-decoration:none}button,a,input,textarea{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:4px}::selection{background:var(--accent);color:var(--on-accent)}h1,h2,h3,p{margin:0}h1{letter-spacing:-.9px;font-size:42px;font-weight:650;line-height:1.12}h2{letter-spacing:-.3px;font-size:25px;font-weight:620;line-height:1.2}h3{font-size:19px;font-weight:600;line-height:1.3}p{color:var(--muted);line-height:1.55}small{color:var(--muted);font-size:13px}strong{font-weight:600}svg.icon{fill:currentColor;vertical-align:middle;flex:none;width:22px;height:22px;display:inline-block}img,video{max-width:100%;display:block}input:not([type=range]),textarea{border:1px solid var(--border);background:var(--bg);width:100%;min-height:44px;color:var(--text);outline-offset:2px;border-radius:10px;min-width:0;padding:10px 13px}textarea{resize:vertical;min-height:100px}input::placeholder{color:var(--muted);opacity:.75}input[type=search]::-webkit-search-cancel-button{display:none}input[type=number]{appearance:textfield}input[type=number]::-webkit-inner-spin-button{display:none}input[type=range]{appearance:none;background:var(--border);width:100%;height:5px;accent-color:var(--accent);cursor:pointer;border-radius:9px;margin:20px 0}input[type=range]::-webkit-slider-thumb{appearance:none;border:4px solid var(--surface);background:var(--accent);width:19px;height:19px;box-shadow:0 0 0 1px var(--accent);border-radius:100%}input[type=range]::-moz-range-thumb{border:3px solid var(--surface);background:var(--accent);border-radius:100%;width:15px;height:15px}progress,meter{appearance:none;background:var(--border);width:100%;height:5px;accent-color:var(--accent);border:0;border-radius:8px;overflow:hidden}progress::-webkit-progress-bar{background:var(--border)}progress::-webkit-progress-value{background:var(--accent)}meter::-webkit-meter-optimum-value{background:var(--accent)}meter::-webkit-meter-bar{background:var(--border);border:0}progress::-moz-progress-bar{background:var(--accent)}.eyebrow{color:var(--accent);letter-spacing:1.8px;margin-bottom:10px;font-size:12px;font-weight:700}.muted{color:var(--muted)}.block{margin-top:12px;display:block}.actions,.heading-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.button,.icon-button,.select-trigger,.filter-chip{border:1px solid var(--border);background:var(--raised);justify-content:center;align-items:center;gap:9px;font-weight:550;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.button{border-radius:10px;min-height:42px;padding:10px 16px;line-height:1.2}.button:hover:not(:disabled),.icon-button:hover:not(:disabled){background:var(--surface);border-color:var(--muted)}.button.primary{background:var(--accent);border-color:var(--accent);color:var(--on-accent);font-weight:650}.button.primary:hover:not(:disabled){filter:brightness(1.08);background:var(--accent)}.button.danger{color:var(--danger);background:var(--surface);border-color:var(--danger)}.button.ghost{background:0 0;border-color:#0000}.icon-button{border-radius:9px;flex:none;width:38px;height:38px;padding:7px;position:relative}.icon-button svg{width:20px;height:20px}.icon-button.active,.icon-button[aria-pressed=true]{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}[data-tooltip]:hover:after{content:attr(data-tooltip);z-index:30;background:var(--text);width:max-content;max-width:220px;color:var(--bg);pointer-events:none;box-shadow:var(--shadow);border-radius:6px;padding:6px 10px;font-size:13px;line-height:1.3;position:absolute;bottom:calc(100% + 8px);right:0}.badge{white-space:nowrap;border:1px solid var(--border);background:var(--raised);color:var(--muted);border-radius:7px;align-items:center;gap:6px;padding:6px 9px;font-size:12px;font-weight:550;line-height:1.1;display:inline-flex}.badge svg{width:14px;height:14px}.badge.success{color:var(--success)}.badge.warning{color:var(--warning)}.badge.danger{color:var(--danger)}.badge.info{color:var(--info)}.inline-notice{border:1px solid var(--border);background:var(--raised);border-radius:10px;align-items:center;gap:10px;margin-bottom:14px;padding:12px 14px;font-size:14px;display:flex}.inline-notice.warning{color:var(--warning)}.inline-notice.danger{color:var(--danger)}.inline-notice.info{color:var(--info)}.page-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px;display:flex}.page-heading p{max-width:740px;margin-top:12px;font-size:17px}.heading-actions{padding-top:21px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:0;padding:24px}.panel-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.panel-heading .eyebrow{margin-bottom:6px;font-size:11px}.panel-heading p{margin-top:6px;font-size:14px}.text-link{color:var(--muted);align-items:center;gap:10px;font-size:14px;font-weight:550;display:inline-flex}.text-link:hover{color:var(--accent)}.text-link .icon{width:18px;height:18px}.detail-list{grid-template-columns:1fr 1fr;gap:12px;margin:22px 0;font-size:14px;display:grid}.detail-list dt{color:var(--muted)}.detail-list dd{text-align:right;overflow-wrap:anywhere;margin:0}.detail-pair{display:contents}.detail-list small{font-size:11px}.info-disclosure{border:1px solid var(--border);background:var(--surface);border-radius:11px;min-width:0}.disclosure-toggle{text-align:left;width:100%;color:var(--muted);background:0 0;border:0;align-items:center;gap:10px;padding:12px 15px;font-size:14px;display:flex}.disclosure-toggle span{flex:1}.disclosure-toggle svg{width:18px;height:18px}.disclosure-content{color:var(--muted);padding:0 17px 17px;font-size:14px;line-height:1.6;animation:.17s appear}.disclosure-content .detail-list{margin-top:10px}.empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:270px;padding:30px 20px;display:flex}.empty-icon{border:1px solid var(--border);background:var(--raised);width:62px;height:62px;color:var(--muted);border-radius:17px;place-items:center;margin-bottom:5px;display:grid}.empty-icon svg{width:30px;height:30px}.empty p{max-width:430px;font-size:15px}.empty .button{margin-top:8px}.skeleton-panel{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:18px;min-height:220px;padding:28px;display:flex}.skeleton-panel span{background:var(--raised);border-radius:6px;height:20px;animation:1.5s infinite pulse}.skeleton-panel span:nth-child(2){width:70%}.skeleton-panel span:nth-child(3){width:50%}@keyframes pulse{50%{opacity:.45}}@keyframes appear{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}:root{--holodeck-version:"0.4.0";--holodeck-release:"Version: 0.4.0 | 2026-09-27 08:37:03"}.wordmark{letter-spacing:1.2px;align-items:center;font-size:26px;font-weight:750;line-height:1;display:flex}.wordmark span{font-weight:320}.wordmark i{background:var(--accent);border-radius:50%;align-self:flex-end;width:6px;height:6px;margin-bottom:4px;margin-left:5px}.brand-caption{letter-spacing:3.1px;color:var(--muted);margin-top:9px;font-size:10px}.brand-row{justify-content:space-between;align-items:center;display:flex}.sidebar nav{flex-direction:column;gap:5px;display:flex}.sidebar nav a{min-height:44px;color:var(--muted);border-radius:9px;align-items:center;gap:12px;padding:10px 13px;font-size:15px;font-weight:500;display:flex}.sidebar nav a:hover{background:var(--raised);color:var(--text)}.sidebar nav a.active{background:var(--raised);color:var(--accent)}.sidebar nav a svg{width:20px;height:20px}.nav-dot{background:var(--accent);border-radius:50%;width:5px;height:5px;margin-left:auto}.nav-label{letter-spacing:1.4px;text-transform:uppercase;color:var(--muted);margin-top:35px;margin-bottom:9px;padding:0 13px;font-size:10px}.nav-label.help-label{margin-top:27px}.sidebar-bottom{margin-top:auto;padding-top:26px}.theme-control{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:0 4px 20px;font-size:13px;display:flex}.segmented{border:1px solid var(--border);background:var(--bg);border-radius:9px;gap:3px;padding:3px;display:flex}.segmented .icon-button{background:0 0;border:0;border-radius:5px;width:30px;height:28px;padding:5px}.segmented .icon-button[aria-pressed=true]{background:var(--raised);color:var(--accent)}.segmented .icon-button svg{width:17px;height:17px}.account{border-top:1px solid var(--border);align-items:center;gap:10px;padding-top:20px;display:flex}.account>div{flex:1;min-width:0}.account strong,.account small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.account strong{font-size:14px}.account small{margin-top:2px;font-size:11px}.account .icon-button{background:0 0;border:0}.avatar{background:var(--raised);width:35px;height:35px;color:var(--accent);border:1px solid var(--border);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-weight:650;display:inline-flex}.sidebar-release{letter-spacing:.15px;color:var(--muted);margin-top:18px;font-size:10px;line-height:1.7}.sidebar-release span{opacity:.65;display:block}.breadcrumb{color:var(--muted);align-items:center;gap:12px;font-size:13px;display:flex}.breadcrumb svg{width:15px;height:15px}.breadcrumb span{color:var(--text)}.topline-status{align-items:center;gap:20px;display:flex}.main-content>section,.main-content>.info-disclosure,.main-content>.stats-grid,.main-content>.dashboard-grid{margin-bottom:24px}.page-footer{letter-spacing:.25px;color:var(--muted);border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:14px;margin-top:auto;padding:20px 0;font-size:11px;display:flex}.page-footer>span:first-child{letter-spacing:1.5px;margin-right:auto}.pwa-http{font-size:11px}.menu-scrim{z-index:60;background:#0008;border:0;position:fixed;inset:0}.settings-grid,.dashboard-grid,.documentation-layout{gap:24px;display:grid}.dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr)}.dashboard-side,.settings-side{flex-direction:column;gap:24px;display:flex}.player-panel{padding:0;overflow:hidden}.player-panel>.panel-heading{padding:24px 24px 0}.stage{background:var(--bg);border-radius:12px;justify-content:center;align-items:center;height:330px;margin:0 24px;display:flex;position:relative;overflow:hidden}.stage-ring{border:1px solid var(--border);z-index:1;border-radius:50%;width:244px;height:244px;padding:12px;position:relative}.stage-ring:after{content:"";border:1px solid var(--border);opacity:.45;pointer-events:none;border-radius:50%;position:absolute;inset:-22px}.stage-content{background:var(--surface);border:1px solid var(--border);width:100%;height:100%;color:var(--muted);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;overflow:hidden}.stage-content>svg{width:42px;height:42px;color:var(--accent);opacity:.7}.stage-content>span{letter-spacing:1.4px;text-align:center;max-width:120px;font-size:9px}.stage-content img{object-fit:cover;width:100%;height:100%}.stage-reticle{background:var(--border);opacity:.3;width:calc(100% - 48px);height:1px;position:absolute}.stage-reticle:after{content:"";background:var(--border);width:1px;height:300px;position:absolute;top:-150px;left:50%}.stage-label{color:var(--muted);z-index:2;align-items:center;gap:6px;font-size:11px;display:flex;position:absolute;bottom:16px;left:17px;right:17px}.stage-label>span:last-child{letter-spacing:1.3px;margin-left:auto;font-size:9px}.status-dot{background:var(--muted);border-radius:50%;width:5px;height:5px}.playing .status-dot{background:var(--success)}.now-playing{justify-content:space-between;align-items:center;gap:14px;padding:20px 24px;display:flex}.now-playing small{letter-spacing:1.7px;font-size:9px}.now-playing h3{margin-top:4px;font-size:18px}.player-panel>.device-controls{padding:0 24px 24px}.transport{border-bottom:1px solid var(--border);justify-content:center;align-items:center;gap:10px;margin-top:18px;padding-bottom:20px;display:flex}.transport .button{min-width:140px}.transport-separator{background:var(--border);width:1px;height:22px;margin:0 7px}.brightness{padding:20px 0}.setting-line{justify-content:space-between;align-items:center;gap:16px;font-size:14px;display:flex}.setting-line>span>.icon{width:17px;height:17px;color:var(--muted);margin-right:9px}.brightness .setting-line>strong{font-size:24px}.brightness .setting-line .button{min-height:32px;padding:7px 10px;font-size:12px}.storage-heading{color:var(--muted);justify-content:space-between;gap:10px;margin-top:26px;margin-bottom:8px;font-size:12px;display:flex}.storage-heading strong{color:var(--text)}.dashboard-side .text-link{margin-top:24px}.dashboard-side meter+small{margin-top:7px;font-size:11px;display:block}.automation-card{flex:1;padding-top:26px;position:relative}.automation-card h2{max-width:260px;margin-top:10px;font-size:26px}.automation-card p{max-width:350px;margin:15px 0 20px;font-size:14px}.panel-feature-icon{float:right;color:var(--muted)}.automation-card .text-link{display:flex}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:17px;min-width:0;padding:23px;display:flex}.stat-card>.icon{color:var(--muted);width:25px;height:25px}.stat-card>div{flex:1;min-width:0}.stat-card strong{font-size:30px;font-weight:600;line-height:1.1;display:block}.stat-card span:not(.badge){color:var(--muted);margin-top:6px;font-size:13px;display:block}.stat-card>.icon:last-child{width:16px;height:16px}.activity-list{flex-direction:column;gap:0;display:flex}.activity{border-top:1px solid var(--border);align-items:center;gap:12px;padding:14px 0;display:flex}.activity:first-child{border-top:0}.activity-icon{background:var(--raised);width:32px;height:32px;color:var(--muted);border-radius:8px;place-items:center;display:grid}.activity-icon svg{width:17px;height:17px}.activity>div{flex:1;min-width:0}.activity strong{font-size:14px;display:block}.activity small{margin-top:3px;font-size:11px;display:block}.activity time{color:var(--muted);font-size:12px}.field{flex-direction:column;gap:8px;min-width:0;margin-bottom:18px;display:flex}.field-label{font-size:14px;font-weight:550}.field small{font-size:12px}.field-error{color:var(--danger);margin:3px 0;font-size:13px}.password-field{display:block;position:relative}.password-field input{padding-right:50px}.password-field .icon-button{background:0 0;border:0;position:absolute;top:3px;right:4px}.toggle{border:1px solid var(--border);background:var(--bg);border-radius:20px;flex:none;align-items:center;width:38px;height:23px;padding:3px;transition:background .17s;display:inline-flex}.toggle span{background:var(--muted);border-radius:100%;width:15px;height:15px;transition:transform .17s;display:block}.toggle.on{background:var(--accent);border-color:var(--accent)}.toggle.on span{background:var(--on-accent);transform:translate(14px)}.custom-select{width:100%;min-width:0;position:relative}.select-trigger{background:var(--bg);text-align:left;border-radius:10px;justify-content:space-between;width:100%;min-height:44px;padding:10px 13px;font-weight:400}.select-trigger svg{width:18px;height:18px}.select-options{background:var(--raised);border:1px solid var(--border);z-index:25;max-height:250px;box-shadow:var(--shadow);border-radius:11px;padding:5px;animation:.16s appear;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.select-options button{text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:38px;padding:10px 12px;font-size:14px;display:flex}.select-options button:hover,.select-options button.focused{background:var(--surface)}.select-options button[aria-selected=true]{color:var(--accent)}.select-options button svg{width:17px;height:17px}.modal{border:1px solid var(--border);background:var(--surface);color:var(--text);width:min(540px,100vw - 40px);max-height:calc(100dvh - 48px);box-shadow:var(--shadow);border-radius:18px;padding:0;animation:.18s appear;overflow:auto}.modal.wide{width:min(850px,100vw - 40px)}.modal::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009}.modal-body{padding:26px}.modal-body>header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.modal-body>header h2{font-size:26px}.modal-body>header .eyebrow{letter-spacing:2px;margin-bottom:5px;font-size:10px}.modal-body>p{margin-bottom:20px}.modal-body>.info-disclosure{margin:20px 0}.modal-actions{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:26px;padding-top:20px;display:flex}.confirm-text p{font-size:16px}.confirm-text strong{color:var(--text)}.discard{text-align:center;padding:20px 0}.discard>svg{width:36px;height:36px;color:var(--warning);margin-bottom:14px}.discard h3{margin-bottom:10px}.discard .actions{justify-content:center;margin-top:22px}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.toast-stack{z-index:1000;flex-direction:column;gap:7px;width:min(440px,100vw - 36px);max-height:calc(100dvh - 32px);display:flex;position:fixed;bottom:16px;right:18px;overflow:auto}.toast{background:var(--raised);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;align-items:flex-start;gap:10px;padding:12px;animation:.18s appear;display:flex}.toast>svg{width:20px;height:20px;color:var(--info);margin-top:5px}.toast.success>svg{color:var(--success)}.toast.warning>svg{color:var(--warning)}.toast.error>svg{color:var(--danger)}.toast-content{overflow-wrap:anywhere;flex:1;min-width:0;padding:5px 0;font-size:14px}.toast-content strong{font-weight:500}.toast-content .button{min-height:34px;margin-top:10px;padding:7px 12px;font-size:13px;display:flex}.toast-actions{gap:4px;margin-left:auto;display:flex}.toast-actions .icon-button{background:0 0;border:0;width:30px;height:32px;padding:5px}.toast-actions .icon-button svg{width:18px;height:18px}.list-toolbar{justify-content:space-between;align-items:center;gap:16px;min-width:0;margin-bottom:24px;display:flex}.search{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:9px;width:280px;min-width:200px;max-width:100%;padding:0 10px;display:flex}.search>.icon{width:18px;height:18px;color:var(--muted)}.search input{font-size:14px;background:0 0!important;border:0!important;min-height:40px!important;padding-left:0!important}.search .icon-button{background:0 0;border:0;width:28px;height:30px}.filter-wrap{min-width:0}.filter-chips{flex-wrap:wrap;gap:8px;display:flex}.filter-chip{background:var(--surface);color:var(--muted);white-space:nowrap;border-radius:25px;min-height:36px;padding:8px 14px;font-size:13px}.filter-chip.active{color:var(--accent);border-color:var(--accent);background:var(--raised)}.filter-chip>span{background:var(--raised);border-radius:4px;padding:2px 5px;font-size:11px}.chip-scroll-track{display:none}.media-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;margin-bottom:24px;display:grid}.media-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;min-width:0;overflow:hidden}.media-preview{aspect-ratio:1.55;border:0;border-bottom:1px solid var(--border);background:var(--bg);width:100%;color:var(--muted);justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.media-preview img{object-fit:cover;width:100%;height:100%}.media-preview>svg{opacity:.55;width:38px;height:38px}.media-duration{color:#f3f4f4;background:#101214;border-radius:5px;padding:4px 7px;font-size:10px;position:absolute;bottom:10px;right:11px}.preview-hover{opacity:0;color:#f3f4f4;background:#10121477;place-items:center;transition:opacity .17s;display:grid;position:absolute;inset:0}.media-preview:hover .preview-hover{opacity:1}.preview-hover svg{width:33px;height:33px}.media-card-body{padding:16px}.media-card-title{align-items:center;gap:10px;display:flex}.media-card-title h3{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:16px;overflow:hidden}.media-card-title .badge{padding:4px 6px;font-size:10px}.media-meta{gap:7px;margin-top:8px;font-size:12px;display:flex}.media-card-actions{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:16px;padding-top:12px;display:flex}.media-card-actions>.muted{font-size:10px}.media-card-actions .actions{gap:5px}.media-card-actions .icon-button{background:0 0;width:29px;height:29px;padding:5px}.media-card-actions .icon-button svg{width:16px;height:16px}.return-highlight{background:var(--raised)!important}.upload-zone{border:1px dashed var(--border);background:var(--bg);text-align:center;border-radius:13px;padding:30px;transition:border-color .17s}.upload-zone.drag{border-color:var(--accent);background:var(--raised)}.upload-zone>svg{width:40px;height:40px;color:var(--accent);margin-bottom:14px}.upload-zone p{margin:8px 0 18px;font-size:14px}.upload-list{flex-direction:column;gap:8px;margin:18px 0;display:flex}.upload-list>div{border:1px solid var(--border);border-radius:9px;align-items:center;gap:12px;padding:10px 12px;display:flex}.upload-list>div>span:not(.badge){flex:1;min-width:0}.upload-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.upload-list small{margin-top:3px;font-size:11px;display:block}.upload-progress{margin-top:20px}.upload-progress small{margin-top:7px;display:block}.full-preview{background:#000;border-radius:10px;justify-content:center;min-height:200px;display:flex;overflow:hidden}.full-preview img,.full-preview video{object-fit:contain;max-height:60dvh}.playlist-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:20px;display:grid}.playlist-card{padding:20px;overflow:hidden}.playlist-cover{background:var(--bg);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;gap:8px;height:155px;margin-bottom:22px;padding:20px;display:flex}.playlist-cover>div{background:var(--raised);border:1px solid var(--border);border-radius:9px;place-items:center;width:105px;height:105px;display:grid;overflow:hidden;transform:rotate(-5deg)}.playlist-cover>div:nth-child(2){margin-top:-5px;margin-left:-40px;transform:rotate(3deg)}.playlist-cover>div:nth-child(3){margin-left:-40px;transform:rotate(9deg)}.playlist-cover img{object-fit:cover;width:100%;height:100%}.playlist-cover>.icon{width:42px;height:42px;color:var(--muted)}.playlist-card .panel-heading{align-items:flex-start}.playlist-preview-list{flex-direction:column;gap:10px;margin:20px 0;font-size:13px;display:flex}.playlist-preview-list>div{white-space:nowrap;text-overflow:ellipsis;gap:11px;display:flex;overflow:hidden}.playlist-preview-list span{color:var(--muted);font-size:11px}.card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding-top:17px;display:flex}.playlist-add{align-items:center;gap:10px;margin:12px 0 22px;display:flex}.playlist-add>.button{flex-shrink:0}.playlist-items{flex-direction:column;gap:9px;display:flex}.playlist-item{border:1px solid var(--border);background:var(--bg);border-radius:10px;align-items:center;gap:11px;padding:11px;display:flex}.playlist-item.dragging{opacity:.45;border-color:var(--accent)}.drag-handle{cursor:grab;color:var(--muted)}.drag-handle svg{width:18px;height:18px}.item-position{color:var(--muted);font-size:12px}.playlist-item-name{flex:1;min-width:0}.playlist-item-name strong{overflow-wrap:anywhere;font-size:14px;display:block}.playlist-item-name small{font-size:11px;display:block}.duration-override{flex-shrink:0;width:75px}.duration-override span{color:var(--muted);font-size:10px}.duration-override input{font-size:13px;min-height:32px!important;padding:5px 7px!important}.playlist-item .actions{gap:4px}.playlist-item .icon-button{width:29px;height:31px;padding:5px}.playlist-item .icon-button svg{width:17px;height:17px}.schedule-summary{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.schedule-summary>span:not(.badge){color:var(--muted);font-size:13px}.schedule-list{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.schedule-card{align-items:center;gap:24px;padding:22px;display:flex}.schedule-clock{border-right:1px solid var(--border);text-align:center;flex:0 0 110px;padding-right:24px}.schedule-clock strong{font-size:34px;font-weight:550;line-height:1.15;display:block}.schedule-clock span{letter-spacing:1.8px;color:var(--muted);margin-top:6px;font-size:10px;display:block}.schedule-content{flex:1;min-width:0}.schedule-content>div{align-items:center;gap:12px;display:flex}.schedule-content h2{font-size:20px}.schedule-content p{flex-wrap:wrap;gap:8px;margin-top:8px;font-size:13px;display:flex}.schedule-content small{margin-top:5px;font-size:11px;display:block}.schedule-actions{align-items:center;gap:7px;display:flex}.schedule-actions>.toggle{margin-right:12px}.schedule-card.inactive .schedule-clock strong{color:var(--muted)}.time-input{align-items:center;gap:10px;display:flex}.time-input input{text-align:center;width:70px}.time-input>span{color:var(--muted)}.device-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:24px;display:grid}.device-illustration{justify-content:center;align-items:center;height:160px;margin-bottom:25px;display:flex;position:relative}.device-illustration>div{background:var(--raised);border:1px solid var(--border);border-radius:5px;width:130px;height:7px;position:absolute;transform:rotate(30deg)}.device-illustration>div:nth-child(2){transform:rotate(90deg)}.device-illustration>div:nth-child(3){transform:rotate(150deg)}.device-illustration>span{border:5px solid var(--bg);background:var(--accent);border-radius:50%;width:25px;height:25px;position:relative}.device-illustration:before{content:"";border:1px solid var(--border);opacity:.6;border-radius:100%;width:154px;height:154px;position:absolute}.device-card .button{width:100%;margin-top:5px}.device-media-list{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.device-media-list>div{border:1px solid var(--border);background:var(--bg);border-radius:9px;align-items:center;gap:10px;padding:11px;display:flex}.device-media-list>div>div{flex:1;min-width:0}.device-media-list strong{font-size:14px;display:block}.device-media-list small{margin-top:4px;font-size:11px;display:block}.settings-grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr)}.setting-block{border-top:1px solid var(--border);margin-top:24px;padding-top:23px}.setting-block p{margin-top:7px;font-size:14px}.theme-choices{gap:10px;margin-top:17px;display:flex}.theme-choices button{border:1px solid var(--border);background:var(--bg);border-radius:10px;align-items:center;gap:12px;width:50%;padding:14px;display:flex}.theme-choices button.selected{border-color:var(--accent);color:var(--accent)}.theme-choices button span{text-align:left;flex:1}.theme-choices button>.icon:last-child{width:18px;height:18px}.width-controls{align-items:flex-end;gap:14px;margin:18px 0;display:flex}.width-controls .field{flex:1;margin:0}.setting-block>small{margin-top:14px;display:block}.setting-block>.button{margin-top:16px;font-size:13px}.settings-side .panel>p{margin-bottom:23px;font-size:14px}.settings-side .panel>.badge{margin-top:22px}.table-scroll{max-width:100%;overflow:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:14px}th{text-transform:uppercase;letter-spacing:1px;color:var(--muted);white-space:nowrap;padding:0 14px 15px;font-size:11px;font-weight:500}td{border-top:1px solid var(--border);white-space:nowrap;padding:15px 14px}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}td strong,td small{display:block}td small{margin-top:3px;font-size:11px}.diagnostic{background:var(--bg);border:1px solid var(--border);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:10px;max-height:60dvh;padding:18px;font-size:14px;overflow:auto}.user-cell{align-items:center;gap:12px;display:flex}.user-cell>div{margin-right:10px}.simulator-panel{max-width:760px}.simulator-panel .setting-block .button{margin-top:0}.document-index{flex-direction:column;align-self:start;gap:6px;display:flex;position:sticky;top:24px}.document-index>.eyebrow{color:var(--muted);margin-bottom:15px;font-size:10px}.document-index a{color:var(--muted);gap:10px;padding:7px 0;font-size:13px;display:flex}.document-index a:hover{color:var(--accent)}.document-index a span{opacity:.65;padding-top:2px;font-size:10px}.documentation-layout{grid-template-columns:235px minmax(0,1fr)}.document{background:var(--surface);border:1px solid var(--border);border-radius:14px;min-width:0;max-width:1000px;padding:34px 40px}.document section{border-bottom:1px solid var(--border);padding:30px 0;scroll-margin-top:20px}.document section:last-child{border:0;padding-bottom:0}.section-number{color:var(--accent);letter-spacing:1.5px;margin-bottom:12px;font-size:11px;display:block}.document h2{margin-bottom:18px;font-size:25px}.document p{margin-bottom:14px;font-size:16px;line-height:1.7}.document ul{color:var(--muted);margin:16px 0 0;padding-left:20px;font-size:15px;line-height:1.7}.document li{margin:9px 0;padding-left:5px}.document li::marker{color:var(--accent)}.login-layout{background:var(--bg);justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:fixed;top:0;left:0}.login-card{overscroll-behavior:contain;border:1px solid var(--border);background:var(--surface);border-radius:18px;flex-direction:column;width:min(430px,100%);max-height:100%;padding:34px;display:flex;overflow:auto}.login-card-tools{justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;display:flex}.login-lock{border:1px solid var(--border);width:40px;height:40px;color:var(--accent);border-radius:10px;place-items:center;display:grid}.login-card h2{font-size:28px}.login-card>p{margin:10px 0 26px;font-size:14px}.login-card>.setting-line{margin:0 0 25px;font-size:13px}.login-card>.button{margin-bottom:19px}.login-card>small{text-align:center;font-size:11px}.login-card .login-update{margin-top:18px;margin-bottom:0}.error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:65dvh;padding:30px 0;display:flex}.error-number{color:var(--accent);font-size:110px;font-weight:250;line-height:1}.error-number>.icon{width:80px;height:80px}.error-page>.eyebrow{margin-top:5px;margin-bottom:0}.error-page h1{font-size:35px}.error-page p{max-width:590px;margin-bottom:12px}.error-page .actions{justify-content:center}.working{animation:1s infinite pulse}.pwa-update{border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:9px;margin-bottom:15px;padding:10px;display:flex}.pwa-update small{color:var(--info);font-size:10px}.pwa-update .button{font-size:12px}:root{--control-target:44px;--chip-track-gap:8px;--chip-track-height:3px}.icon-button{min-width:var(--control-target);min-height:var(--control-target)}.button{min-height:var(--control-target)}.segmented .icon-button{min-width:44px;min-height:44px}.toast-stack{gap:2px}.number-field{align-items:center;gap:5px;min-width:0;display:flex}.number-field .icon-button{background:var(--raised);border-color:var(--border);padding:9px}.number-field input{text-align:center;min-width:44px;padding:9px 6px!important}.duration-override{width:155px}.time-input .number-field{flex:1}.time-input input{width:50px}.number-field svg{width:18px;height:18px}input::-ms-reveal{display:none}input::-ms-clear{display:none}.icon-button:focus-visible:after{content:attr(data-tooltip);z-index:30;background:var(--text);width:max-content;max-width:220px;color:var(--bg);pointer-events:none;border-radius:6px;padding:6px 10px;font-size:13px;line-height:1.3;position:absolute;bottom:calc(100% + 8px);right:0}.filter-chip{min-height:44px}.duration-override input{min-height:44px!important}.theme-control .segmented{gap:4px}.main-content>.empty,.main-content>.skeleton-panel{margin-bottom:24px}@media (width>=769px){.mobile-bar,.mobile-only{display:none!important}.sidebar{border-right:1px solid var(--border);background:var(--surface);z-index:50;flex-direction:column;width:242px;padding:31px 20px 21px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:auto}.workspace{flex-direction:column;min-height:100dvh;margin-left:242px;padding:0 clamp(20px,2.5vw,54px);display:flex}.desktop-topline{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;height:85px;margin-bottom:35px;display:flex}.main-content{width:100%;max-width:var(--content-width);margin:0 auto 34px}.page-footer{width:100%}.panel{padding:24px}.player-panel{padding:0}.login-layout{padding:24px}}@media (width>=769px) and (width<=1199px){.sidebar{width:215px;padding-left:14px;padding-right:14px}.workspace{margin-left:215px}.topline-status{gap:10px}.topline-status>.badge{display:none}.dashboard-grid,.settings-grid{grid-template-columns:minmax(0,1fr)}.dashboard-side{grid-template-columns:1fr 1fr;gap:18px;display:grid}.stats-grid,.documentation-layout{grid-template-columns:1fr}.document-index{grid-template-columns:1fr 1fr;gap:3px 20px;display:grid;position:static}.document-index>.eyebrow{grid-column:1/-1}.schedule-card{flex-wrap:wrap;gap:15px}.schedule-actions{margin-left:auto}.page-heading{flex-wrap:wrap}.heading-actions{padding-top:0}}@media (width>=1200px) and (width<=1499px){.dashboard-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr)}.stage{height:300px}.stat-card{padding:18px}.stat-card .badge{display:none}}@media (width>=2000px){.stage{height:430px}.stage-ring{width:315px;height:315px}.stage-reticle:after{height:400px;top:-200px}.dashboard-side{grid-template-columns:1fr 1fr;align-content:start;display:grid}.dashboard-side>.panel{height:100%}.dashboard-grid{grid-template-columns:minmax(0,1.5fr) minmax(620px,1fr)}.media-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr))}}@media (width>=769px){.main-content{container-type:inline-size}.sidebar .wordmark{font-size:26px}}@container (width<=1100px){.dashboard-grid,.settings-grid{grid-template-columns:minmax(0,1fr)}.dashboard-side{grid-template-columns:1fr 1fr;display:grid}.schedule-card{flex-wrap:wrap}.schedule-actions{margin-left:auto}.stats-grid{grid-template-columns:1fr}}@container (width<=760px){.dashboard-side{flex-direction:column;display:flex}.documentation-layout{grid-template-columns:1fr}.document-index{position:static}.list-toolbar{flex-wrap:wrap}.search{width:100%}.page-heading{flex-wrap:wrap}.heading-actions{padding-top:0}.settings-grid{grid-template-columns:minmax(0,1fr)}}@media (width>=769px){.s6-controls .transport{flex-wrap:wrap;gap:8px}.s6-adjustments{gap:12px;margin-top:16px;display:grid}.s6-adjustment{border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:12px;display:flex}.s6-adjustment>span,.s6-stepper{align-items:center;gap:8px;display:flex}.s6-stepper{flex-wrap:wrap}.s6-stepper strong{text-align:center;font-variant-numeric:tabular-nums;min-width:56px}.s6-controls button{min-width:44px;height:auto;min-height:44px}.s6-controls>small{overflow-wrap:anywhere;margin-top:6px;display:block}}@media (width<=768px){:root{--space:12px;--radius:12px}html{scroll-padding-top:75px}body{font-size:14px}h1{letter-spacing:-.5px;font-size:30px}h2{font-size:21px}h3{font-size:17px}p{font-size:13px}small{font-size:11px}.eyebrow{letter-spacing:1.5px;margin-bottom:7px;font-size:10px}.mobile-bar{background:var(--surface);border-bottom:1px solid var(--border);z-index:55;justify-content:space-between;align-items:center;height:58px;padding:7px 10px;display:flex;position:sticky;top:0}.mobile-bar .wordmark{font-size:23px}.mobile-bar .icon-button{background:0 0;border:0}.sidebar{background:var(--surface);border-right:1px solid var(--border);z-index:70;visibility:hidden;flex-direction:column;width:min(295px,100vw - 45px);padding:19px 17px;transition:transform .18s,visibility .18s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:auto;transform:translate(-102%)}.sidebar.open{visibility:visible;transform:translate(0)}.sidebar .wordmark{font-size:24px}.sidebar nav a{gap:11px;min-height:44px;padding:10px 12px;font-size:14px}.sidebar .nav-label{margin-top:24px;font-size:9px}.sidebar .brand-caption{font-size:9px}.sidebar .sidebar-bottom{padding-top:24px}.sidebar-release{font-size:10px}.sidebar .theme-control{font-size:12px}.sidebar .segmented .icon-button{width:42px;height:36px}.sidebar .account .icon-button{width:44px;height:44px}.workspace{flex-direction:column;min-width:0;min-height:calc(100dvh - 58px);padding:0 12px;display:flex}.desktop-topline{flex-direction:column;align-items:flex-start;gap:7px;margin-bottom:19px;padding:10px 0 0;display:flex}.breadcrumb{display:none}.topline-status{flex-wrap:wrap;justify-content:space-between;gap:8px;width:100%}.topline-status .badge{padding:4px 6px;font-size:9px}.topline-status .badge svg{width:12px;height:12px}.main-content{width:100%;min-width:0;margin-bottom:18px}.page-heading{flex-wrap:wrap;gap:12px;margin-bottom:20px}.page-heading p{margin-top:8px;font-size:13px;line-height:1.45}.heading-actions{gap:7px;width:100%;padding-top:0}.heading-actions>.badge{font-size:10px}.heading-actions>.button{font-size:13px}.panel{padding:16px}.main-content>section,.main-content>.info-disclosure,.main-content>.stats-grid,.main-content>.dashboard-grid{margin-bottom:14px}.panel-heading{gap:10px;margin-bottom:16px}.panel-heading h2{font-size:21px}.panel-heading .eyebrow{margin-bottom:5px;font-size:9px}.panel-heading .badge{padding:5px 6px;font-size:9px}.panel-heading p{font-size:12px}.button{border-radius:9px;gap:7px;min-height:44px;padding:10px 13px;font-size:13px}.button>.icon{width:19px;height:19px}.icon-button{width:44px;height:44px;padding:11px}.icon-button svg{width:20px;height:20px}.badge{padding:6px 8px;font-size:11px}.actions{gap:5px}.dashboard-grid,.settings-grid,.documentation-layout{grid-template-columns:minmax(0,1fr);gap:14px;display:grid}.dashboard-side,.settings-side{gap:14px}.player-panel{padding:0}.player-panel>.panel-heading{align-items:flex-start;padding:16px 16px 0}.player-panel>.panel-heading .badge{white-space:normal;max-width:120px}.stage{border-radius:9px;height:260px;margin:0 12px}.stage-ring{width:187px;height:187px;padding:10px}.stage-ring:after{inset:-17px}.stage-content>svg{width:32px;height:32px}.stage-content>span{font-size:8px}.stage-label{font-size:10px;bottom:12px;left:12px;right:12px}.stage-label>span:last-child{letter-spacing:1px;font-size:8px}.now-playing{gap:10px;padding:15px 16px}.now-playing small{letter-spacing:1.3px;font-size:8px}.now-playing h3{margin-top:5px;font-size:16px}.now-playing .badge{font-size:9px}.player-panel>.device-controls{padding:0 13px 14px}.transport{gap:5px;margin-top:10px;padding-bottom:14px}.transport .button{flex:1;min-width:105px;padding:9px;font-size:12px}.transport .icon-button{width:39px;min-width:39px;padding:9px}.transport-separator{margin:0 2px}.brightness{padding:16px 0}.setting-line{gap:12px;font-size:12px}.brightness .setting-line>strong{font-size:21px}.brightness .setting-line>small{font-size:10px}.brightness .setting-line .button{min-height:44px;font-size:12px}.detail-list{gap:10px;margin:17px 0;font-size:12px}.detail-list small{font-size:10px}.disclosure-toggle{gap:8px;min-height:44px;padding:12px;font-size:12px}.disclosure-toggle svg{width:17px;height:17px}.disclosure-content{padding:0 13px 14px;font-size:12px;line-height:1.6}.automation-card h2{max-width:none;font-size:23px}.automation-card p{margin:12px 0 15px;font-size:12px}.automation-card .eyebrow{font-size:9px}.dashboard-side .text-link{margin-top:17px}.text-link{gap:7px;min-height:30px;font-size:12px}.storage-heading{margin-top:20px;font-size:11px}.stats-grid{grid-template-columns:1fr;gap:10px}.stat-card{gap:15px;padding:17px}.stat-card strong{font-size:25px}.stat-card span:not(.badge){margin-top:4px;font-size:11px}.stat-card>.icon{width:22px;height:22px}.stat-card .badge{font-size:10px}.activity{flex-wrap:wrap;gap:9px;padding:12px 0}.activity strong{font-size:12px}.activity small,.activity time{font-size:10px}.activity-icon{width:29px;height:29px}.activity-icon svg{width:16px;height:16px}.activity .icon-button{width:38px;padding:9px}.page-footer{gap:8px;margin-top:auto;padding:14px 0;font-size:9px}.page-footer>span:first-child{letter-spacing:1px;font-size:8px}.page-footer .pwa-http{width:100%;font-size:9px}.page-footer>.button{font-size:11px}.modal,.modal.wide{border-radius:14px;width:calc(100vw - 16px);max-width:none;max-height:calc(100dvh - 18px);margin:auto}.modal-body{padding:18px 15px}.modal-body>header{gap:14px;margin-bottom:20px}.modal-body>header h2{font-size:22px}.modal-body>header .eyebrow{font-size:9px}.modal-body>p{font-size:13px}.modal-actions{gap:8px;margin-top:20px;padding-top:16px}.modal-actions .button{font-size:12px}.form-grid{grid-template-columns:1fr;gap:0}.field{gap:7px;margin-bottom:15px}.field-label{font-size:12px}.field small{font-size:10px}input:not([type=range]),textarea{min-height:44px;padding:10px 11px;font-size:16px}.select-trigger{min-height:44px;padding:10px 11px;font-size:13px}.select-options button{min-height:44px;font-size:13px}.password-field .icon-button{width:40px;height:40px;top:2px}.toggle{width:44px;height:27px;position:relative}.toggle:before{content:"";position:absolute;inset:-9px -3px}.toggle span{width:19px;height:19px}.toggle.on span{transform:translate(16px)}.toast-stack{gap:2px;width:auto;max-height:calc(100dvh - 8px);bottom:2px;left:2px;right:2px}.toast{border-radius:8px;gap:8px;padding:8px 7px 8px 10px}.toast>svg{width:18px;height:18px;margin-top:12px}.toast-content{padding:11px 0;font-size:12px}.toast-actions{gap:2px}.toast-actions .icon-button{width:42px;height:44px;padding:12px}.toast-content .button{min-height:44px;font-size:12px}.list-toolbar{flex-direction:column;align-items:stretch;gap:13px;margin-bottom:17px}.search{width:100%;min-width:0;padding:0 11px}.search input{font-size:14px;min-height:44px!important}.search .icon-button{width:38px;height:44px}.filter-wrap{width:100%;min-width:0}.filter-chips{overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:7px;padding:1px 0;overflow-x:auto}.filter-chips::-webkit-scrollbar{display:none}.filter-chip{border-radius:25px;flex:none;min-height:44px;padding:9px 13px;font-size:12px}.filter-chip>span{font-size:10px}.chip-scroll-track{background:var(--border);border-radius:3px;height:3px;margin-top:8px;display:block;position:relative;overflow:hidden}.chip-scroll-track span{background:var(--muted);border-radius:3px;position:absolute;top:0;bottom:0}.media-grid{grid-template-columns:minmax(0,1fr);gap:13px;margin-bottom:15px}.media-preview{aspect-ratio:1.65}.media-card-body{padding:13px}.media-card-title h3{font-size:16px}.media-meta{margin-top:6px;font-size:11px}.media-card-actions{margin-top:12px;padding-top:10px}.media-card-actions .icon-button{width:40px;height:44px;padding:10px}.media-card-actions .icon-button svg{width:18px;height:18px}.media-card-actions>.muted{font-size:10px}.preview-hover{display:none}.empty{gap:11px;min-height:230px;padding:25px 15px}.empty p{max-width:310px;font-size:12px}.empty-icon{border-radius:14px;width:53px;height:53px}.empty-icon svg{width:26px;height:26px}.upload-zone{padding:22px 14px}.upload-zone>svg{width:33px;height:33px}.upload-zone h3{font-size:18px}.upload-zone p{font-size:12px;line-height:1.5}.upload-list>div{gap:8px;padding:9px}.upload-list strong{font-size:12px}.upload-list .badge{font-size:9px}.upload-progress small{font-size:10px}.playlist-grid,.device-grid{grid-template-columns:minmax(0,1fr);gap:14px}.playlist-card{padding:15px}.playlist-cover{height:140px;margin-bottom:18px;padding:17px}.playlist-cover>div{width:95px;height:95px}.playlist-preview-list{gap:10px;margin:16px 0;font-size:12px}.playlist-add{flex-wrap:wrap;gap:9px;margin:12px 0 16px}.playlist-add .custom-select{flex-basis:100%}.playlist-items{gap:10px}.playlist-item{flex-wrap:wrap;gap:8px;padding:10px}.playlist-item-name strong{font-size:12px}.playlist-item-name small{font-size:10px}.drag-handle{display:none}.duration-override{width:64px}.duration-override input{font-size:16px;min-height:44px!important}.playlist-item .actions{gap:6px;margin-left:auto}.playlist-item .icon-button{width:40px;height:44px;padding:10px}.playlist-item .icon-button svg{width:18px;height:18px}.card-footer{padding-top:13px}.schedule-summary{gap:8px;margin-bottom:17px}.schedule-summary>.badge{font-size:10px}.schedule-summary>span:not(.badge){font-size:11px}.schedule-list{gap:12px;margin-bottom:15px}.schedule-card{flex-wrap:wrap;gap:14px;padding:15px}.schedule-clock{flex:0 0 77px;padding-right:14px}.schedule-clock strong{font-size:27px}.schedule-clock span{letter-spacing:1.3px;margin-top:4px;font-size:8px}.schedule-content>div{flex-wrap:wrap;gap:7px}.schedule-content h2{font-size:17px}.schedule-content .badge{padding:4px 6px;font-size:9px}.schedule-content p{gap:6px;margin-top:6px;font-size:11px}.schedule-content small{font-size:9px}.schedule-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:7px;width:100%;padding-top:11px}.schedule-actions>.toggle{margin-left:2px;margin-right:auto}.schedule-actions .icon-button{width:44px;height:44px}.time-input input{width:80px;font-size:20px}.device-illustration{height:145px;margin-bottom:20px}.device-card .detail-list{font-size:12px}.device-media-list>div{gap:8px;padding:10px}.device-media-list>div>.icon{width:18px;height:18px}.device-media-list strong{overflow-wrap:anywhere;font-size:12px}.device-media-list small{font-size:9px}.device-media-list .icon-button{width:38px;padding:8px}.setting-block{margin-top:20px;padding-top:18px}.setting-block p{margin-top:6px;font-size:12px}.setting-block .setting-line h3{font-size:15px}.theme-choices{gap:8px;margin-top:14px}.theme-choices button{gap:9px;padding:13px;font-size:13px}.theme-choices button svg{width:19px;height:19px}.width-controls{gap:10px;margin:15px 0}.width-controls .button{font-size:11px}.setting-block>.button{text-align:left;margin-top:13px;font-size:11px}.setting-block>small{font-size:10px}.settings-side .panel>p{margin-bottom:18px;font-size:12px}.settings-side .panel>.badge{margin-top:17px}.settings-side .block{font-size:10px}table{font-size:12px}th{letter-spacing:.7px;padding:0 10px 12px;font-size:9px}td{padding:13px 10px}td small{font-size:9px}td .badge{font-size:10px}td .actions{flex-wrap:nowrap}.user-cell{gap:9px}.user-cell .avatar{border-radius:8px;width:31px;height:31px}.user-cell>div{margin-right:5px}.user-cell>.badge{display:none}.diagnostic{border-radius:8px;padding:12px;font-size:12px}.document-index{grid-template-columns:1fr 1fr;gap:2px 14px;padding:2px 0 8px;display:grid;position:static}.document-index>.eyebrow{grid-column:1/-1;margin-bottom:7px;font-size:9px}.document-index a{gap:7px;padding:8px 0;font-size:11px}.document-index a span{font-size:9px}.document{padding:20px 16px}.document section{padding:23px 0;scroll-margin-top:72px}.document h2{margin-bottom:14px;font-size:21px}.document p{margin-bottom:12px;font-size:13px;line-height:1.7}.document ul{padding-left:17px;font-size:12px;line-height:1.7}.document li{margin:8px 0}.section-number{margin-bottom:9px;font-size:10px}.login-layout{padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left))}.login-card{border-radius:14px;padding:23px 20px}.login-card-tools{gap:9px;margin-bottom:17px}.login-card h2{font-size:25px}.login-card>p{margin:8px 0 22px;font-size:12px}.login-lock{width:35px;height:35px}.login-lock svg{width:19px;height:19px}.login-card>.setting-line{margin-bottom:23px;font-size:12px}.login-card>small{font-size:10px}.error-page{gap:12px;min-height:60dvh;padding:25px 5px}.error-number{font-size:87px}.error-page h1{font-size:27px}.error-page p{font-size:13px}.error-page .actions{gap:8px}.inline-notice{gap:8px;padding:11px;font-size:12px}.inline-notice .button{padding:8px;font-size:11px}.inline-notice>.icon{width:19px;height:19px}[data-tooltip]:hover:after{display:none}}@media (width<=359px){.workspace{padding:0 9px}.transport{gap:3px}.transport .icon-button{width:35px;min-width:35px;padding:7px}.transport .button{min-width:86px;padding:8px;font-size:11px}.transport-separator{display:none}.stage{height:235px}.stage-ring{width:175px;height:175px}.media-card-actions .icon-button{width:36px;padding:9px}}@media (width<=768px){.icon-button{min-width:44px;min-height:44px}.number-field{gap:4px}.duration-override{width:146px}.time-input{flex-wrap:wrap;gap:6px}.time-input>.number-field{min-width:140px}.time-input>span:not(.number-field){display:none}.playlist-item-name{min-width:120px}.playlist-item .actions{justify-content:flex-end;width:100%}.number-field input{font-size:14px!important}.chip-scroll-track{height:var(--chip-track-height);margin-top:var(--chip-track-gap)}.login-card input:focus{scroll-margin-block:12px}.mobile-bar{padding-left:max(10px, env(safe-area-inset-left));padding-top:max(7px, env(safe-area-inset-top))}.playlist-item .icon-button{min-width:44px}.transport{flex-wrap:wrap}.duration-override{margin-left:auto}.document-index{grid-template-columns:1fr}.main-content>.empty,.main-content>.skeleton-panel{margin-bottom:14px}.s6-controls .transport{flex-wrap:wrap;gap:8px}.s6-adjustments{gap:12px;margin-top:16px;display:grid}.s6-adjustment{border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:12px;display:flex}.s6-adjustment>span,.s6-stepper{align-items:center;gap:8px;display:flex}.s6-stepper{flex-wrap:wrap}.s6-stepper strong{text-align:center;font-variant-numeric:tabular-nums;min-width:56px}.s6-controls button{min-width:44px;height:auto;min-height:44px}.s6-controls>small{overflow-wrap:anywhere;margin-top:6px;display:block}}.editor-return{margin-bottom:var(--space)}.editor-project-panel,.editor-workspace,.editor-logo-actions,.editor-save-actions,.editor-output-summary,.editor-swatches,.editor-job-list,.editor-job,.editor-preview-status,.editor-timeline{gap:var(--space)}.editor-project-panel{flex-wrap:wrap;align-items:end;display:flex}.editor-project-picker{flex:280px;min-width:0}.editor-project-picker .field{margin:0}.editor-project-panel>.actions{flex-wrap:wrap}.editor-workspace{margin-bottom:var(--space);align-items:start;min-width:0;display:grid}.editor-workspace>*{min-width:0}.editor-fields{border:0;min-width:0;margin:0;padding:0}.editor-field-pair{gap:calc(var(--space) / 2);min-width:0;display:grid}.editor-fields textarea{resize:vertical;min-height:80px}.editor-swatches{flex-wrap:wrap;gap:8px;display:flex}.editor-swatches>button{background:var(--bg);border:1px solid var(--border);border-radius:10px;width:44px;height:44px;padding:8px}.editor-swatches>button>span{background:var(--content-swatch);border-radius:5px;width:100%;height:100%;display:block}.editor-swatches>button[aria-pressed=true]{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.editor-logo-actions{gap:calc(var(--space) / 2);margin-top:var(--space);flex-wrap:wrap;display:flex}.editor-logo-actions>small,.editor-logo-actions>p{flex-basis:100%}.editor-output-summary{border-top:1px solid var(--border);margin-top:var(--space);padding-top:var(--space);flex-direction:column;gap:5px;display:flex}.editor-save-actions{gap:calc(var(--space) / 2);margin-top:var(--space);flex-wrap:wrap;display:flex}.editor-save-actions+small{margin-top:calc(var(--space) / 2)}.editor-preview-stage{border:1px solid var(--border);border-radius:var(--radius);aspect-ratio:1;background:#000;width:100%;margin-inline:auto;overflow:hidden}.editor-preview-stage img{object-fit:contain;width:100%;height:100%}.editor-preview-empty{justify-content:center;align-items:center;gap:var(--space);color:#aab0b5;flex-direction:column;height:100%;display:flex}.editor-preview-empty svg{width:44px;height:44px}.editor-preview-panel .panel-heading{flex-wrap:wrap}.editor-preview-status{color:var(--muted);margin-top:calc(var(--space) / 2);flex-wrap:wrap;gap:8px;min-height:20px;font-size:13px;display:flex}.editor-timeline{margin-top:var(--space);gap:calc(var(--space) / 2);flex-direction:column;display:flex}.editor-timeline input[type=range]{width:100%;margin:0}.editor-preview-note{margin-top:var(--space);display:block}.editor-job-list{gap:calc(var(--space) / 2);flex-direction:column;display:flex}.editor-job{padding:calc(var(--space) / 2);border:1px solid var(--border);border-radius:calc(var(--radius) / 1.5);align-items:center;gap:calc(var(--space) / 2);flex-wrap:wrap;display:flex}.editor-job-info{overflow-wrap:anywhere;flex-direction:column;flex:160px;gap:4px;min-width:0;display:flex}.editor-job-progress{flex:170px;align-items:center;gap:10px;min-width:0;display:flex}.editor-job-progress progress{width:100%;min-width:0}.editor-job-progress small{white-space:nowrap}.editor-job .actions{margin-left:auto}.editor-design-panel .select-trigger,.editor-project-panel .select-trigger{overflow-wrap:anywhere;min-width:0}@media (width>=769px){.editor-workspace{grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr))}.editor-field-pair{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr))}.editor-preview-stage{max-width:740px}}@media (width>=769px) and (width<=1100px){.editor-workspace{grid-template-columns:minmax(0,1fr)}.editor-preview-stage{max-width:540px}}@media (width<=768px){.editor-project-panel{align-items:stretch;gap:var(--space)}.editor-project-picker{flex-basis:100%}.editor-workspace,.editor-field-pair{grid-template-columns:minmax(0,1fr)}.editor-workspace{gap:14px;margin-bottom:14px}.editor-field-pair{gap:0}.editor-fields textarea{min-height:70px}.editor-output-summary{font-size:13px}.editor-preview-status{font-size:11px}.editor-preview-empty{font-size:12px}.editor-preview-empty svg{width:30px;height:30px}.editor-save-actions{flex-direction:column;align-items:stretch}.editor-job{gap:8px;padding:10px}.editor-job-info{font-size:13px}.editor-job-progress{flex-basis:100%}.editor-project-panel .badge{font-size:10px}}
