:root{color-scheme:dark;--page:#090d12;--surface:#10161f;--surface2:#151d28;--line:#263447;--text:#dbe5f3;--muted:#8391a5;--accent:#5ed8b1;--blue:#69a7ff;--warning:#f7ad34}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 50% 0,#111925 0,var(--page) 42rem);color:var(--text);font-family:Inter,system-ui,sans-serif}.prototype-page{width:min(1540px,calc(100% - 40px));margin:auto;padding:70px 0 90px}.prototype-intro{max-width:850px;margin-bottom:50px}.eyebrow{margin:0 0 12px;color:var(--warning);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.prototype-intro h1,.section-heading h2{margin:0 0 14px;letter-spacing:-.035em}.prototype-intro h1{font-size:clamp(32px,5vw,58px)}.prototype-intro p:last-child,.section-heading>p{color:#a8b5c7;line-height:1.7}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:18px}.section-heading>p{max-width:560px}.app-window{position:relative;border:1px solid var(--line);border-radius:14px;overflow:visible;background:#0c1118;box-shadow:0 40px 90px #0008}.app-titlebar{height:28px;display:flex;align-items:center;justify-content:center;border-radius:14px 14px 0 0;background:#0e151e;color:#617086;font-size:10px}.window-buttons{position:absolute;right:12px;display:flex;gap:12px}.window-buttons svg{width:11px}.toolbar{position:relative;z-index:20;min-height:68px;display:flex;align-items:center;justify-content:center;padding:12px 14px;border-bottom:1px solid var(--line);background:#151c25}.toolbar-center,.toolbar-group,.volume-control{display:flex;align-items:center}.toolbar-center{gap:8px;max-width:100%;overflow:visible}.toolbar-group{gap:5px;transition:opacity .2s,max-width .2s}.toolbar-group.collapsed{max-width:0;opacity:0;overflow:hidden;pointer-events:none}.toolbar button,.player button,.app-panel header button,.tags-panel header button{display:grid;place-items:center;width:32px;height:32px;padding:6px;border:0;border-radius:50%;background:transparent;color:#8c98a8;cursor:pointer}.toolbar button:hover,.toolbar button:focus-visible,.toolbar button.is-pinned,.app-panel header button:hover{background:#243142;color:#f3f7fc;outline:none}.toolbar button.toggle-on{color:var(--accent);background:#07110f80;box-shadow:inset 0 0 2px #000}.toolbar svg{width:19px;height:19px;stroke-width:1.5}.toolbar-divider{display:flex;flex-direction:column;gap:7px;align-items:center;justify-content:center;width:12px}.toolbar-divider .divider-dot{width:4px;height:4px;padding:0;background:#8d98a7;opacity:.28}.toolbar-divider .divider-dot:hover{opacity:1;background:var(--accent)}[hidden]{display:none!important}.volume-control{gap:3px}.volume-bar{position:relative!important;width:62px!important;height:20px!important;border-radius:3px!important}.volume-bar:before{content:"";position:absolute;left:3px;right:3px;height:4px;border-radius:4px;background:#344255}.volume-bar span{position:absolute;left:3px;width:64%;height:4px;border-radius:4px;background:var(--accent)}.volume-bar span:after{content:"";position:absolute;right:-4px;top:-3px;width:10px;height:10px;border-radius:50%;background:#d9fff3}.menu-anchor{position:relative}.app-menu{position:absolute;top:42px;left:0;z-index:40;width:270px;padding:10px;border:1px solid #34445a;border-radius:9px;background:#111923;box-shadow:0 20px 45px #000a}.toolbar-group:last-child .app-menu{left:auto;right:0}.app-menu input{width:100%;height:34px;margin-bottom:8px;padding:0 10px;border:1px solid #334155;border-radius:5px;background:#0b1119;color:var(--text)}.app-menu .menu-row,.app-menu .choice-row,.app-menu .font-row{display:flex;width:100%;height:auto;min-height:38px;border-radius:5px;justify-content:flex-start;gap:9px;text-align:left}.menu-row span,.choice-row>span:nth-child(2){flex:1}.app-menu small{margin-left:auto;color:var(--accent)}.app-menu svg{width:14px}.choice-menu,.font-menu{width:310px}.app-menu>strong{display:block;padding:4px 7px 10px}.palette{display:flex}.palette i{width:13px;height:13px;border-radius:50%;background:var(--c);border:1px solid #ffffff20}.menu-adjust{display:grid;grid-template-columns:1fr 32px 32px 50px;align-items:center;padding:5px 7px}.menu-adjust button{border-radius:5px}.font-row{flex-direction:column;align-items:flex-start!important}.font-row small{margin:0}.control-explanation{position:relative;z-index:10;display:grid;grid-template-columns:230px minmax(0,1fr) auto 32px;align-items:center;gap:20px;min-height:88px;padding:15px 20px;border-bottom:1px solid #284b47;background:#0e1c1b}.control-explanation div{display:flex;flex-direction:column;gap:5px}.control-explanation div span{color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.control-explanation p{color:#abb8c8}.control-explanation a{color:var(--accent)}.control-explanation>button{width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:#92a1b4}.player{height:82px;display:grid;grid-template-columns:52px minmax(0,1fr) auto 32px 32px 32px;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid var(--line);background:#111822}.album-placeholder{display:grid;place-items:center;width:48px;height:48px;border:1px solid #354357;border-radius:5px;background:#192230;color:#64748b}.track-copy{display:flex;flex-direction:column;gap:5px}.track-copy span,.time{color:var(--muted);font-size:11px}.seek{height:4px;border-radius:5px;background:#2a3748}.seek i{display:block;width:22%;height:100%;border-radius:inherit;background:var(--accent)}.player button{color:#8a98aa}.workspace{display:grid;grid-template-columns:minmax(230px,28%) minmax(300px,1fr) minmax(210px,25%);min-height:480px}.app-panel{min-width:0;border-right:1px solid var(--line);background:#0e141c}.app-panel header,.tags-panel header{height:46px;display:flex;align-items:center;gap:9px;padding:0 12px;border-bottom:1px solid var(--line);background:#131b25}.app-panel header>div{display:flex;margin-left:auto}.source-dot{width:7px;height:7px;border-radius:50%;background:#536175}.source-dot.active{background:var(--accent);box-shadow:0 0 8px var(--accent)}.tree-row,.track-row,.card-row{display:flex;align-items:center;gap:9px;margin:3px 8px;padding:9px;border-radius:6px;color:#aab6c6}.tree-row svg{width:15px}.tree-row.indent{padding-left:26px}.track-row span{color:var(--blue);font-size:11px}.track-row strong{min-width:0;flex:1;font-size:12px}.track-row time{color:#738196;font-size:10px}.track-row.active,.card-row.active{background:#192b2d;color:#e9fffa}.center-panel h3{padding:10px 17px 0;font-size:12px;color:#718096;text-transform:uppercase}.card-row{border:1px solid transparent}.cover{width:38px;height:38px;border-radius:5px;background:linear-gradient(145deg,#2d6a75,#593e75)}.cover.alt{background:linear-gradient(145deg,#805f35,#305d4e)}.card-row>span{display:flex;flex:1;flex-direction:column;gap:4px}.card-row small{color:#718096}.card-row b{color:var(--accent)}.sound-column{display:grid;grid-template-rows:1fr 1.25fr .8fr 1.35fr;min-width:0}.sound-panel,.info-panel,.lyrics-panel,.eq-panel{border-right:0;border-bottom:1px solid var(--line)}.sound-panel header,.info-panel header,.lyrics-panel header,.eq-panel header{height:34px;font-size:11px}.sound-panel header>svg,.info-panel header>svg,.lyrics-panel header>svg,.eq-panel header>svg{width:14px;margin-left:auto}.visualizer{height:64px;display:flex;align-items:end;gap:5px;padding:10px 14px}.visualizer i{flex:1;height:var(--h,40%);background:linear-gradient(var(--blue),var(--accent));opacity:.75}.visualizer i:nth-child(2n){height:75%}.visualizer i:nth-child(3n){height:52%}.info-empty{padding:16px;color:#718096;font-size:11px}.eq-lines{display:flex;height:70px;justify-content:space-around;padding:10px}.eq-lines i{position:relative;width:1px;background:#3b485a}.eq-lines i:after{content:"";position:absolute;top:var(--p,45%);left:-3px;width:7px;height:7px;border-radius:50%;background:var(--accent)}.eq-lines i:nth-child(2n):after{top:30%}.eq-lines i:nth-child(3n):after{top:65%}.empty-state{height:350px;display:grid;place-content:center;justify-items:center;gap:12px;color:#76859a}.empty-state svg{width:40px;height:40px}.tags-panel{border-top:1px solid var(--line);background:#101720}.tags-panel header{height:44px}.tags-panel header input{width:170px;margin-left:12px;padding:7px 9px;border:1px solid #2d3a4d;border-radius:5px;background:#0b1119;color:var(--text)}.tags-panel>div{display:flex;flex-wrap:wrap;gap:8px;padding:12px}.tags-panel>div button{padding:8px 12px;border:1px solid #2d3a4d;border-radius:7px;background:#151f2b;color:#b9c6d7}.tags-panel small{color:var(--accent)}.statusbar{height:27px;display:flex;justify-content:space-between;align-items:center;padding:0 12px;border-radius:0 0 14px 14px;background:#0b1118;color:#64748b;font-size:9px}.version-note{color:#718096;margin-top:18px;font-size:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1000px){.prototype-page{width:min(100% - 20px,1540px);padding-top:35px}.app-window{overflow-x:auto}.toolbar,.player,.workspace,.tags-panel,.statusbar,.control-explanation{min-width:900px}.section-heading{display:block}.sound-column{display:none}.workspace{grid-template-columns:320px 1fr}.control-explanation{grid-template-columns:210px 1fr auto 32px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.control-explanation{display:none!important}.app-window{isolation:isolate}.panel-header-buttons{display:flex;align-items:center;margin-left:auto;min-width:0}.panel-header-buttons .toolbar-group{display:flex;gap:2px}.app-panel header .toolbar-divider{width:8px;gap:5px}.app-panel header .divider-dot{width:3px;height:3px;padding:0}.app-panel header button{width:27px;height:27px;padding:5px}.app-panel header button svg{width:16px;height:16px;stroke-width:1.5}.app-panel header button.toggle-on{color:var(--accent);background:#19332f}.app-panel header{overflow:visible}.library-panel header{height:50px}.center-panel header{height:50px}.help-callout{position:absolute;z-index:110;width:min(360px,calc(100vw - 40px));max-height:390px;display:flex;flex-direction:column;border:1px solid #426071;border-radius:10px;background:#111a25;box-shadow:0 22px 55px #000b;color:var(--text);overflow:hidden}.help-callout.is-dragging{box-shadow:0 28px 70px #000d}.help-callout-header{display:flex;align-items:center;gap:9px;min-height:43px;padding:8px 9px 8px 14px;border-bottom:1px solid #2b3b4f;background:#172230;cursor:grab;touch-action:none;user-select:none}.help-callout-header:active{cursor:grabbing}.help-callout-header strong{flex:1;font-size:13px}.help-callout-header span{color:var(--accent);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.help-callout-header button{display:grid;place-items:center;width:26px;height:26px;padding:5px;border:0;border-radius:50%;background:transparent;color:#91a0b3}.help-callout-header button:hover{background:#263547;color:#fff}.help-callout-header svg{width:14px}.help-callout-body{overflow:auto;padding:14px}.help-callout-body p{margin:0 0 12px;color:#bdc8d6;font-size:12px;line-height:1.6}.help-callout-facts{display:grid;gap:8px;margin:13px 0}.help-callout-facts div{padding:9px;border:1px solid #29394d;border-radius:6px;background:#0d141d}.help-callout-facts dt{color:#6d7e93;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.help-callout-facts dd{margin:4px 0 0;color:#cdd7e4;font-size:11px;line-height:1.5}.help-callout-links{display:flex;flex-wrap:wrap;gap:7px}.help-callout-links a{padding:7px 9px;border:1px solid #31564f;border-radius:6px;color:var(--accent);font-size:10px;text-decoration:none}.help-callout-links a:hover{background:#17312c}.mock-dialog-layer{position:absolute;inset:0;z-index:90;display:grid;place-items:center;padding:35px;background:#02060bb3}.mock-dialog{width:min(920px,92%);max-height:85%;display:flex;flex-direction:column;border:1px solid #3a4b61;border-radius:10px;background:#101822;box-shadow:0 32px 90px #000d;overflow:hidden}.mock-dialog-header{display:flex;align-items:center;padding:12px 14px;border-bottom:1px solid #29394d;background:#16202c;cursor:move}.mock-dialog-header strong{flex:1}.mock-dialog-header button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:50%;background:transparent;color:#9ba9ba}.mock-dialog-header svg{width:16px}.mock-dialog-body{overflow:auto;padding:16px}.settings-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.settings-card{min-height:90px;padding:12px;border:1px solid #29394d;border-radius:7px;background:#0c131c}.settings-card strong{display:block;margin-bottom:6px;color:#e5edf7;font-size:12px}.settings-card p{margin:0;color:#7e8da1;font-size:10px;line-height:1.5}.album-browser-layout{display:grid;grid-template-columns:240px 1fr;min-height:420px}.album-browser-sidebar{padding-right:14px;border-right:1px solid #29394d}.album-browser-sidebar input{width:100%;padding:9px;border:1px solid #33445a;border-radius:5px;background:#0b1119;color:var(--text)}.album-browser-sidebar button{display:block;width:100%;margin-top:7px;padding:9px;border:0;border-radius:5px;background:transparent;color:#9eabba;text-align:left}.album-browser-sidebar button.active{background:#19302e;color:#eafff9}.album-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:12px;padding-left:14px}.album-card{min-height:145px;padding:10px;border:1px solid #29394d;border-radius:7px;background:#0c131c}.album-card-art{height:90px;margin-bottom:8px;border-radius:5px;background:linear-gradient(145deg,#355e72,#5b3f70)}.album-card:nth-child(2) .album-card-art{background:linear-gradient(145deg,#80613b,#325c50)}.album-card:nth-child(3) .album-card-art{background:linear-gradient(145deg,#663f49,#3d5877)}.album-card strong,.album-card small{display:block}.album-card small{margin-top:4px;color:#718196}@media(max-width:1100px){.help-callout{position:fixed}.settings-overview{grid-template-columns:repeat(2,1fr)}}

/* Application-derived Settings layout and iOS-style switches. */
.settings-dialog{width:min(1120px,96%);height:min(690px,92%);max-height:92%;font-size:11px}
.settings-dialog .mock-dialog-header{min-height:48px;padding:0 14px}.settings-dialog .mock-dialog-header strong{font-size:14px;font-weight:600}
.settings-source-note{display:flex;justify-content:space-between;padding:7px 12px;border-bottom:1px solid #26364a;color:#7186a1;font-size:9px}
.settings-overview{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:8px;padding:9px 10px}
.settings-column-prototype{display:flex;min-width:0;flex-direction:column;gap:8px}
.settings-section-prototype{overflow:hidden;border:1px solid #2b3c51;border-radius:7px;background:#0c131c}
.settings-section-prototype h3{margin:0;padding:9px 11px;border-bottom:1px solid #2b3c51;background:#151f2b;color:#dce6f3;font-size:11px;font-weight:650;text-transform:none}
.settings-section-prototype h4{margin:3px 0 0;padding:7px 10px 4px;color:#78889d;font-size:8px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.settings-section-prototype>small{display:block;padding:2px 10px 8px;color:#718096;font-size:8px;line-height:1.5}
.settings-toggle-row,.settings-action-prototype{display:flex;width:100%;min-height:31px;align-items:center;gap:7px;padding:5px 10px;border:0;border-radius:0;background:transparent;color:#aebaca;font:inherit;font-size:10px;text-align:left}
.settings-toggle-row>svg,.settings-action-prototype>svg{width:13px;height:13px;flex:0 0 13px;stroke-width:1.2}.settings-toggle-row>span,.settings-action-prototype>span{min-width:0;flex:1}
.settings-row-gear{width:12px!important;height:12px!important;flex:0 0 12px!important;color:#7f8ea2}
.settings-switch{position:relative!important;display:block!important;width:36px!important;height:20px!important;flex:0 0 36px!important;margin-left:auto;border-radius:10px;background:#465466!important;box-shadow:inset 0 0 0 1px #ffffff12}
.settings-switch>i{position:absolute!important;top:2px!important;left:2px!important;width:16px!important;height:16px!important;border-radius:50%!important;background:#f5f8fb!important;box-shadow:0 1px 3px #0008;transform:none!important}
.settings-toggle-row.active .settings-switch,.settings-random-row.active .settings-switch{background:var(--accent)!important}
.settings-toggle-row.active .settings-switch>i,.settings-random-row.active .settings-switch>i{transform:translateX(16px)!important}
.settings-slider-copy{display:flex;justify-content:space-between;padding:8px 10px 3px;color:#aebaca;font-size:10px}.settings-slider-copy strong{color:#dce6f3}
.settings-slider-track{height:6px;margin:3px 10px;border-radius:4px;background:#263548}.settings-slider-track i{display:block;width:50%;height:100%;border-radius:inherit;background:var(--accent)}
.settings-random-row{display:flex;min-height:28px;align-items:center;gap:6px;padding:4px 10px;color:#aebaca;font-size:10px}.settings-random-row>span{flex:1}.settings-random-row code{width:65px;overflow:hidden;color:#8291a5;font-size:8px;white-space:nowrap}
.settings-random-row .settings-switch{width:30px!important;height:17px!important;flex-basis:30px!important}.settings-random-row .settings-switch>i{top:2px!important;width:13px!important;height:13px!important}.settings-random-row.active .settings-switch>i{transform:translateX(13px)!important}
.settings-formats{margin:0;padding:2px 10px 9px;color:#aebaca;font-size:10px;line-height:1.5}
@media(max-width:1100px){.settings-dialog{width:96%}.settings-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}

.selected-playlist-header{display:flex;align-items:center;padding-right:12px}.selected-playlist-header h3{flex:1}.selected-playlist-header>div{display:flex;gap:2px}.selected-playlist-header button{display:grid;place-items:center;width:27px;height:27px;padding:5px;border:0;border-radius:50%;background:transparent;color:#8c98a8;cursor:pointer}.selected-playlist-header button:hover{background:#243142;color:#f3f7fc}.selected-playlist-header button svg{width:16px;height:16px}
/* Complete application-derived panel headers. */
.sound-column .panel-header-buttons{gap:2px}
.sound-column .app-panel header{padding-inline:7px}
.sound-column .app-panel header strong{white-space:nowrap}
.sound-column .app-panel header button{width:23px;height:23px;padding:4px}
.sound-column .app-panel header button svg{width:14px;height:14px}
.viz-color-buttons{display:flex;align-items:center;gap:1px}
.sound-column .app-panel header .viz-color-button{width:15px;height:23px;padding:3px}
.viz-color-button span{display:block;width:9px;height:9px;border:1px solid #ffffff35;border-radius:50%;background:var(--swatch)}
.tags-panel header.tags-panel-header{justify-content:flex-start!important;gap:8px;padding:4px 8px}
.tags-panel header .toolbar-group{display:flex;align-items:center;gap:2px;flex-shrink:0}
.tags-panel header .tag-mode-label{margin-right:1em;color:var(--text);font-size:12px;font-weight:600;white-space:nowrap}
.tags-panel header .tag-input-wrapper{display:flex}
.tags-panel header .toolbar-divider{width:8px;gap:5px}
.tags-panel header .divider-dot{width:3px;height:3px;padding:0}
.tags-panel header .tag-input-wrapper input{width:150px;margin:0 3px;padding:6px 8px}
.tags-panel header button{width:27px;height:27px;padding:5px}
.tags-panel header button svg{width:16px;height:16px}
.tags-panel header button.toggle-on{color:var(--accent);background:#19332f}
.tags-panel header .tag-cell-width-knob{display:flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border:2px solid #344255;border-radius:50%;background:#151f2b;color:#8391a5;cursor:pointer}
.tags-panel header #tagCellWidthKnob{margin-left:auto}
.tags-panel header .knob-value{font-size:8px;font-weight:600;line-height:1}
@media(max-width:1250px){.sound-column .app-panel header strong{font-size:9px}.sound-column .app-panel header button{width:20px;padding:3px}.sound-column .app-panel header .viz-color-button{width:12px;padding:2px}.viz-color-button span{width:7px;height:7px}}

/* Match TrackRate's two vertical panel resizers and horizontal Tags resizer. */
.workspace{--library-width:minmax(230px,1fr);--playlist-width:minmax(300px,1fr);--sound-width:minmax(210px,1fr);grid-template-areas:"library resize1 playlist resize2 sound";grid-template-columns:var(--library-width) 3px var(--playlist-width) 3px var(--sound-width);height:var(--workspace-height,900px);min-height:240px}
.library-panel{grid-area:library}
.center-panel{grid-area:playlist}
.sound-column{grid-area:sound}
.resize-handle-vertical{position:relative;z-index:8;width:3px;height:100%;background:var(--line);cursor:col-resize;touch-action:none;transition:background .15s}
.resize-handle-vertical:before{content:"";position:absolute;inset:0 -4px}
.resize-handle-vertical:hover,.resize-handle-vertical:focus-visible,.resize-handle-vertical.dragging{background:var(--accent);outline:none}
#resizeHandle1{grid-area:resize1}
#resizeHandle2{grid-area:resize2}
.resize-handle-horizontal{position:relative;z-index:8;width:100%;height:3px;background:var(--line);cursor:row-resize;touch-action:none;transition:background .15s}
.resize-handle-horizontal:before{content:"";position:absolute;inset:-4px 0}
.resize-handle-horizontal:hover,.resize-handle-horizontal:focus-visible,.resize-handle-horizontal.dragging{background:var(--accent);outline:none}
.app-height-resize-handle{position:absolute;right:16px;bottom:-3px;left:0;z-index:85;height:6px;cursor:row-resize;touch-action:none}
.app-height-resize-handle::before{position:absolute;right:0;bottom:0;left:0;height:2px;content:"";background:transparent;transition:background .15s}
.app-height-resize-handle:hover::before,.app-height-resize-handle:focus-visible::before,.app-height-resize-handle.dragging::before{background:var(--accent)}
.app-height-resize-handle:focus-visible{outline:none}
.tags-panel{height:var(--tags-height,130px);min-height:50px;display:flex;flex-direction:column;border-top:0;overflow:hidden}
.tags-panel header{flex:0 0 auto}
.tags-panel>div{flex:1;align-content:flex-start;overflow:auto}
@media(max-width:1000px){.workspace{grid-template-areas:"library resize1 playlist";grid-template-columns:320px 3px minmax(574px,1fr)}#resizeHandle2{display:none}.resize-handle-horizontal,.tags-panel{min-width:900px}}

/* Exact EQ FX controls and canonical built-in preset bank. */
.sound-column{grid-template-rows:100px 170px 80px minmax(520px,1fr);overflow:auto}
.eq-panel{display:flex;min-height:520px;flex-direction:column;overflow:hidden}
.eq-bands-prototype{position:relative;z-index:0;display:flex;flex:0 0 210px;align-items:flex-end;gap:0;padding:15px 8px 12px;border-top:1px solid var(--line);background:#101720;overflow:hidden}
.eq-response-curve{position:absolute;inset:0;z-index:1;width:100%;height:100%;overflow:visible;pointer-events:none}
.eq-response-area{fill:#5ed8b126}
.eq-response-line{fill:none;stroke:#5ed8b1b8;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 2px #5ed8b155)}
.eq-band-prototype{position:relative;z-index:2;display:flex;min-width:0;flex:1;flex-direction:column;align-items:center;gap:5px;color:#8391a5}
.eq-band-prototype.preamp{flex:0 0 34px}
.eq-band-separator-prototype{position:relative;z-index:2;width:1px;height:170px;margin:0 3px;background:var(--line)}
.eq-slider-track-prototype{position:relative;width:4px;height:138px;border-inline:1px solid #33445a;background:#172230;cursor:ns-resize;user-select:none}
.eq-slider-track-prototype::before{position:absolute;inset:-1px -6px;content:"";background:repeating-linear-gradient(to bottom,#7f91a31f 0 1px,transparent 1px 17px);pointer-events:none}
.eq-slider-track-prototype::after{position:absolute;top:50%;left:50%;width:14px;height:1px;content:"";transform:translate(-50%,-50%);background:#8da0b466;pointer-events:none}
.eq-slider-fill-prototype{position:absolute;left:0;width:100%;border-radius:3px;background:#5ed8b1b8;pointer-events:none}
.eq-slider-thumb-prototype{position:absolute;left:50%;width:10px;height:10px;transform:translate(-50%,-50%);border:2px solid #101720;border-radius:50%;background:var(--accent);box-shadow:0 1px 5px #000b;pointer-events:none}
.eq-slider-track-prototype.is-adjusting .eq-slider-thumb-prototype{transform:translate(-50%,-50%) scale(1.2);box-shadow:0 0 9px #5ed8b188}
.eq-band-value{min-width:31px;color:var(--accent);font-size:6.5px;line-height:1;text-align:center;white-space:nowrap}
.eq-band-frequency{color:#91a0b3;font-size:6.5px;font-weight:600;line-height:1;white-space:nowrap}
.eq-band-prototype:focus-visible{outline:1px solid var(--accent);outline-offset:2px}
.eq-fx-row-prototype{display:flex;flex:0 0 96px;align-items:center;justify-content:center;gap:0;padding:13px 8px 7px;border-top:1px solid var(--line);background:#101720;overflow-x:auto;overflow-y:hidden}
.eq-fx-knob-group{display:flex;flex:0 0 52px;flex-direction:column;align-items:center;gap:3px;color:#8391a5;cursor:pointer}
.eq-fx-knob-group:focus-visible{outline:1px solid var(--accent);outline-offset:-1px}
.eq-fx-knob{--knob-size:34px;position:relative;cursor:ns-resize;touch-action:none;user-select:none}
.eq-fx-knob.is-adjusting .knob-body{border-color:var(--accent);box-shadow:inset 0 2px 4px #0006,0 0 10px #5ed8b155}
.eq-fx-knob .knob-body{position:relative;width:var(--knob-size);height:var(--knob-size);border:2px solid #344255;border-radius:50%;background:#151f2b;box-shadow:inset 0 2px 4px #0006,0 2px 4px #0005}
.eq-fx-knob .knob-body:before{content:"";position:absolute;inset:-5px;border-radius:50%;background:conic-gradient(from 225deg,var(--accent) 0deg var(--knob-progress),transparent var(--knob-progress) 360deg);opacity:.7;mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px) calc(100% - 1px),transparent 100%)}
.eq-fx-knob .knob-body:after{content:"";position:absolute;inset:-8px;border-radius:50%;background:repeating-conic-gradient(from 225deg,#c7d2df 0 2deg,transparent 2deg 15deg);opacity:.2;mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px),transparent 100%)}
.eq-fx-knob .knob-indicator{position:absolute;top:4px;left:50%;width:2px;height:7px;border-radius:2px;background:var(--accent);transform:translateX(-50%) rotate(var(--knob-angle));transform-origin:50% 13px}
.eq-fx-knob-group .knob-value{color:#dbe5f3;font-size:10px;font-weight:700}
.eq-fx-knob-group .knob-label{font-size:7px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.eq-presets-prototype{display:flex;flex:1;align-content:flex-start;align-items:center;flex-wrap:wrap;gap:3px;padding:7px 8px;border-top:1px solid var(--line);background:#101720;overflow-y:auto}
.eq-preset-input{width:92px;min-width:92px;height:23px;padding:0 7px;border:1px solid #334155;border-radius:12px;background:#151f2b;color:var(--text);font:inherit;font-size:8px;outline:none}
.eq-preset-input:focus{border-color:var(--accent)}
.eq-preset-btn{min-height:22px;padding:3px 7px;border:1px solid #2d3a4d;border-radius:12px;background:#151f2b;color:#8391a5;font:inherit;font-size:7px;white-space:nowrap;cursor:pointer}
.eq-preset-btn:hover{border-color:var(--accent);color:var(--text)}
.eq-preset-btn.active{border-color:var(--accent);background:var(--accent);color:#07110f}

/* Metrics and Arranger windows opened from the Playlist header. */
.feature-dialog-layer{z-index:90}
.feature-dialog{width:min(900px,94%);max-height:88%;display:flex;flex-direction:column;border:1px solid #3a4b61;border-radius:10px;background:#0e151e;box-shadow:0 32px 90px #000d;overflow:hidden}
.feature-dialog-header{display:flex;min-height:48px;align-items:center;padding:10px 12px 10px 16px;border-bottom:1px solid #29394d;background:#16202c}
.feature-dialog-header strong{flex:1}
.feature-dialog-header button{display:grid;width:28px;height:28px;place-items:center;padding:5px;border:0;border-radius:50%;background:transparent;color:#91a0b3;cursor:pointer}
.feature-dialog-header button:hover{background:#263547;color:#fff}
.feature-dialog-header svg{width:16px}
.feature-dialog-footer{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:8px;padding:10px 14px;border-top:1px solid #29394d;background:#111923}
.feature-dialog-footer button{min-height:30px;padding:6px 13px;border:1px solid #33445a;border-radius:5px;background:#172230;color:#b8c5d6;font:inherit;font-size:10px;cursor:pointer}
.feature-dialog-footer button.primary{border-color:#317d69;background:#193d35;color:#dffff5}
.metrics-dialog{width:min(570px,90%)}
.metrics-dialog-body{display:flex;flex-direction:column;gap:12px;padding:18px;overflow:auto}
.feature-section-label{color:#7f8ea2;font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.metrics-source-group{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.metrics-source-group button{display:flex;min-width:0;min-height:66px;flex-direction:column;justify-content:center;gap:5px;padding:9px;border:1px solid #2d3a4d;border-radius:7px;background:#111923;color:#b8c5d6;font:inherit;cursor:pointer}
.metrics-source-group button span{font-size:10px;font-weight:700}
.metrics-source-group button small{color:#718096;font-size:8px}
.metrics-source-group button.selected{border-color:var(--accent);background:#17312c;color:#effffb}
.metrics-source-group button.selected small{color:var(--accent)}
.metrics-skip-row{display:flex;align-items:center;gap:9px;padding:9px 10px;border:1px solid #2d3a4d;border-radius:6px;background:#111923;color:#aab8c9;font:inherit;font-size:10px;cursor:pointer}
.metrics-skip-row>svg{width:15px}
.metrics-skip-row>span:nth-child(2){flex:1;text-align:left}
.feature-toggle{width:28px;height:15px;padding:2px;border-radius:20px;background:#344255}
.feature-toggle i{display:block;width:11px;height:11px;border-radius:50%;background:#93a1b2;transition:transform .15s}
.metrics-skip-row.active .feature-toggle{background:#276b5a}
.metrics-skip-row.active .feature-toggle i{transform:translateX(13px);background:#dcfff5}
.metrics-workers-row{display:flex;align-items:center;color:#aab8c9;font-size:10px}
.metrics-workers-row span{flex:1}
.metrics-workers-row strong{color:var(--accent)}
.metrics-workers-bar{position:relative;width:100%;height:9px;padding:0;border:0;border-radius:10px;background:#29384a;cursor:pointer}
.metrics-workers-bar i{display:block;width:20%;height:100%;border-radius:inherit;background:var(--accent)}
.metrics-workers-hint{color:#6f7e92;font-size:8px;text-align:center}
.metrics-unanalysed{margin:2px 0 0;padding:10px;border-radius:6px;background:#0b1118;color:#8090a5;font-size:9px;text-align:center}
.track-details-dialog{width:min(720px,92%)}
.track-details-dialog-body{display:flex;flex-direction:column;gap:13px;padding:15px;overflow:auto}
.track-details-summary{display:grid;grid-template-columns:58px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px;border:1px solid #29394d;border-radius:7px;background:#111923}
.track-details-art{width:58px;height:58px;border-radius:4px;background:linear-gradient(140deg,#294d5c,#4f7e80 45%,#223b5b 46%,#784f72);box-shadow:inset 0 0 0 1px #ffffff14}
.track-details-summary>span{display:flex;min-width:0;flex-direction:column;gap:4px}.track-details-summary>span strong{color:#dce6f3;font-size:13px}.track-details-summary small{overflow:hidden;color:#8090a5;font-size:9px;text-overflow:ellipsis;white-space:nowrap}
.track-details-summary>b{display:flex;align-items:center;gap:5px;color:#dce6f3;font-size:11px}.track-details-summary>b i{width:5px;height:22px;border-radius:2px;background:#71e856}.track-details-summary>em{color:#8796a9;font-size:10px;font-style:normal;white-space:nowrap}
.track-details-spectrum{display:flex;height:74px;align-items:flex-end;gap:3px;padding:10px;border:1px solid #29394d;border-radius:7px;background:linear-gradient(180deg,#101923,#0a1017)}
.track-details-spectrum i{flex:1;height:var(--h);min-width:2px;border-radius:2px 2px 0 0;background:linear-gradient(180deg,#5997d3,#55c6a8);opacity:.82}
.track-details-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.track-details-metrics>div{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;overflow:hidden;padding:9px 10px 12px;border:1px solid #26364a;border-radius:5px;background:#0c131c}
.track-details-metrics span{color:#8493a7;font-size:9px}.track-details-metrics strong{color:#c9d5e3;font-size:9px}.track-details-metrics i{position:absolute;right:0;bottom:0;left:0;height:2px;background:#162537}.track-details-metrics i::after{display:block;width:var(--w);height:100%;background:#55c9a8;content:""}
@media(max-width:620px){.track-details-summary{grid-template-columns:48px minmax(0,1fr)}.track-details-art{width:48px;height:48px}.track-details-summary>b,.track-details-summary>em{display:none}.track-details-metrics{grid-template-columns:1fr}}
.recipe-dialog{width:min(650px,92%)}
.recipe-dialog-body{display:flex;flex-direction:column;gap:9px;padding:13px;overflow:auto}.recipe-dialog-body section,.recipe-dialog-body label{display:flex;flex-direction:column;gap:5px;padding:10px;border:1px solid #29394d;border-radius:6px;background:#0c131c}.recipe-dialog-body span{color:var(--accent);font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.recipe-dialog-body strong{font-size:10px}.recipe-dialog-body p,.recipe-dialog-body small{margin:0;color:#7f8ea2;font-size:8px;line-height:1.5}.recipe-dialog-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:8px;background:transparent!important;border:0!important;padding:0!important}.recipe-dialog-grid>div{display:flex;flex-direction:column;gap:5px;padding:10px;border:1px solid #29394d;border-radius:6px;background:#0c131c}.recipe-dialog-body textarea{resize:vertical;padding:8px;border:1px solid #33445a;border-radius:4px;background:#081019;color:#cbd6e3;font:inherit;font-size:9px}
.arranger-dialog{height:min(720px,88%);resize:both}
.arranger-cards{display:flex;flex:1;flex-direction:column;gap:5px;padding:9px 12px;overflow-y:auto}
.arranger-card{display:grid;grid-template-columns:24px 16px minmax(180px,1fr) auto minmax(150px,auto) 22px;align-items:center;gap:7px;padding:8px 9px;border:1px solid #29394d;border-radius:6px;background:#111923;color:#aab8c9;cursor:pointer}
.arranger-card:hover,.arranger-card:focus-visible,.arranger-card.selected{border-color:var(--accent);outline:none}
.arranger-card.selected{background:#142822}
.arranger-card-number{color:#64748b;font-size:8px}
.arranger-card-radio{color:var(--accent);font-size:10px}
.arranger-card-copy{display:flex;min-width:0;flex-direction:column;gap:3px}
.arranger-card-copy strong{color:#dce6f3;font-size:10px}
.arranger-card-copy small{overflow:hidden;color:#78879a;font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.arranger-card-preset{padding:3px 6px;border:1px solid #33445a;border-radius:4px;background:#172230;color:#9cabbc;font-size:8px;white-space:nowrap}
.arranger-card-shapers{color:#637287;font-size:7px;white-space:nowrap}
.arranger-card>svg{width:14px;color:#64748b}
.arranger-card.selected>svg{color:var(--accent)}
.arranger-footer{justify-content:flex-end}
.arranger-footer>span{display:flex;flex:1;gap:6px}
.arranger-footer input{width:180px;padding:6px 8px;border:1px solid #33445a;border-radius:5px;background:#0b1118;color:var(--text);font:inherit;font-size:9px}
@media(max-width:800px){.metrics-source-group{grid-template-columns:1fr}.arranger-card{grid-template-columns:20px 14px 1fr auto}.arranger-card-shapers{display:none}}

/* Compact application chrome, playback analysis controls, and themed scrolling. */
.app-window{scrollbar-width:thin;scrollbar-color:#3b5266 #0a1017}
.app-window *{scrollbar-width:thin;scrollbar-color:#3b5266 #0a1017}
.app-window::-webkit-scrollbar,.app-window *::-webkit-scrollbar{width:8px;height:8px}
.app-window::-webkit-scrollbar-track,.app-window *::-webkit-scrollbar-track{background:#0a1017}
.app-window::-webkit-scrollbar-thumb,.app-window *::-webkit-scrollbar-thumb{border:2px solid #0a1017;border-radius:8px;background:#3b5266}
.app-window::-webkit-scrollbar-thumb:hover,.app-window *::-webkit-scrollbar-thumb:hover{background:var(--accent)}
.app-window::-webkit-scrollbar-corner,.app-window *::-webkit-scrollbar-corner{background:#0a1017}
.toolbar{min-height:42px;padding:5px 14px}
.toolbar-center{gap:6px}
.toolbar-group{gap:3px}
.toolbar button{width:30px;height:30px;padding:5px}
.toolbar svg{width:18px;height:18px}
.player{height:58px;grid-template-columns:28px minmax(240px,1fr) auto auto 28px 28px 28px;align-items:start;gap:7px;padding:8px 12px 6px}
.go-to-track-btn{display:grid!important;width:24px!important;height:24px!important;place-items:center;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#758499!important;box-shadow:none!important}
.go-to-track-btn:hover,.go-to-track-btn:focus-visible{background:transparent!important;color:var(--accent)!important;outline:none}
.go-to-track-btn svg{width:20px;height:20px}
.go-to-track-btn svg{animation:none!important;transform:none!important}
.track-copy{min-width:0;gap:6px}
.track-header-prototype{display:flex;min-width:0;align-items:center;gap:7px;overflow:hidden}
.track-header-prototype>strong{max-width:180px;flex:0 1 auto;overflow:hidden;color:#dce6f3;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.player-rating-bar-prototype{position:relative;width:66px;height:11px;flex:0 0 66px;overflow:hidden;border-radius:7px;background:#263548;color:#07110f;font-size:7px;font-weight:700;text-align:center;line-height:11px}
.player-rating-bar-prototype i{position:absolute;inset:0 10% 0 0;border-radius:inherit;background:#70e83f}.player-rating-bar-prototype span{position:relative;color:#07110f;font-size:7px}
.player-add-star-prototype{width:12px;height:12px;flex:0 0 12px;color:#f1bf38;fill:#f1bf38;stroke-width:1.4}
.player-track-metadata{min-width:0;flex:1;overflow:hidden;color:#8391a5!important;font-size:9px!important;text-overflow:ellipsis;white-space:nowrap}
.playback-feature-readouts{display:flex;align-items:center;align-self:start;gap:2px;margin-top:3px}
.player .playback-feature-readouts button{display:flex;width:auto;height:20px;min-width:0;align-items:center;padding:2px 3px;border:0;border-radius:3px;background:transparent;color:var(--accent)}
.player .playback-feature-readouts button:hover{background:#17252b;color:#dffff5}
.playback-feature-readouts strong{font-size:9px;font-weight:600;white-space:nowrap}
.player>.time{margin-top:6px;white-space:nowrap}
.player>button:not(.go-to-track-btn){width:28px;height:28px;margin-top:0;padding:5px}
.player>button:not(.go-to-track-btn) svg{width:17px;height:17px}
.player>button.toggle-on{background:#10231f;color:var(--accent)}
.track-row.go-to-track-highlight,.playlist-track-prototype.go-to-track-highlight{animation:go-to-track-highlight 1.3s ease}
@keyframes go-to-track-highlight{0%,100%{box-shadow:none}25%,70%{background:#1e4940;color:#effffb;box-shadow:inset 3px 0 var(--accent),0 0 14px #5ed8b144}}

/* Source-backed status bar: app state, display modes, then window controls. */
.statusbar{height:29px;justify-content:flex-start;gap:5px;padding:0 5px;border-top:1px solid var(--line);border-radius:0 0 14px 14px;background:#0b1118;color:#718096;font-size:8px;overflow:hidden}
.status-bar-content,.status-bar-branding,.display-mode-buttons,.status-window-controls{display:flex;align-items:center}
.status-bar-content{min-width:0;flex:1;gap:5px;white-space:nowrap;overflow:hidden}
.status-bar-branding{gap:4px;color:#dbe5f3}
.status-bar-branding img{width:13px;height:13px}
.status-bar-branding strong{font-size:8px}
.status-bar-branding span{color:#64748b}
.status-divider{width:1px;height:12px;flex:0 0 1px;background:#263447}
.statusbar button{display:grid;width:21px;height:21px;place-items:center;padding:3px;border:0;border-radius:3px;background:transparent;color:#718096;cursor:pointer}
.statusbar button:hover,.statusbar button:focus-visible{background:#243142;color:#dce6f3;outline:none}
.statusbar button svg{width:13px;height:13px}
.status-bar-content>button{width:auto;min-width:21px}
.status-save{position:relative}
.status-save>i:last-child{position:absolute;right:3px;bottom:3px;width:4px;height:4px;border-radius:50%;background:var(--accent);box-shadow:0 0 5px var(--accent)}
.status-ready{color:#94a3b8}
.display-mode-buttons{margin-left:auto;gap:1px}
.display-mode-buttons button.mode-active{background:#17312c;color:var(--accent)}
.status-window-controls{gap:1px}
.status-window-controls .status-close:hover{background:#c83c45;color:#fff}
@media(max-width:1150px){.playback-feature-readouts{display:none}.player{grid-template-columns:28px minmax(240px,1fr) auto 28px 28px 28px}.status-bar-content>span:last-child{display:none}}

/* The seek rail belongs to the full playback strip, not only the title column. */
.player{position:relative}
.track-copy .seek{position:absolute;top:36px;right:12px;bottom:auto;left:40px}

/* Source-accurate playlist selectors and two-line track rows. */
.center-panel{overflow:hidden}
.center-panel>[data-workspace-view]{height:calc(100% - 50px);min-height:0}
.playlist-prototype{display:flex;flex-direction:column;overflow:hidden}
.playlist-selector-list{flex:0 0 174px;overflow-y:auto}
.playlist-selector-item-prototype{position:relative;display:grid;grid-template-columns:18px 18px 38px minmax(165px,1fr) auto 20px;grid-template-rows:1fr 1fr;align-items:center;column-gap:6px;min-height:56px;padding:5px 6px 5px 1px;border-bottom:1px solid var(--line);color:#aebaca}
.playlist-selector-item-prototype:nth-child(even){background:#ffffff05}
.playlist-selector-item-prototype.active{background:#10233a}
.playlist-selector-item-prototype button{border:0;background:transparent;color:#728095;cursor:pointer}
.playlist-play-prototype{grid-column:1;grid-row:1/3;display:grid;width:18px;height:24px;place-items:center;padding:2px}
.playlist-play-prototype svg{width:11px}
.playlist-selector-index-prototype{grid-column:2;grid-row:1/3;color:#617087;font-size:8px;text-align:right}
.playlist-selector-rating-prototype{grid-column:3;grid-row:1/3;display:flex;align-items:center;gap:4px;padding:0}
.playlist-selector-rating-prototype i,.playlist-track-rating-prototype i,.radio-rating-prototype i{display:block;width:5px;height:16px;border-radius:2px;background:#67df34}
.playlist-selector-rating-prototype span{font-size:8px}
.playlist-selector-rating-prototype.rating-five i{background:#e5c831}.playlist-selector-rating-prototype.rating-nine i{background:#57ee3b}
.playlist-selector-copy{grid-column:4;grid-row:1/3;min-width:0;display:flex;flex-direction:column;gap:4px}
.playlist-selector-copy strong{display:flex;align-items:center;gap:4px;overflow:hidden;color:#dce6f3;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.playlist-selector-copy strong button{display:grid;width:16px;height:16px;place-items:center;padding:1px;color:#94a2b4}
.playlist-selector-copy strong svg{width:12px}
.playlist-selector-copy small{overflow:hidden;color:#718096;font-size:7px;text-overflow:ellipsis;white-space:nowrap}
.playlist-artist-stack{grid-column:5;grid-row:1/3;display:flex;gap:2px}
.playlist-artist-stack i{width:28px;height:28px;border:1px solid #354357;border-radius:3px;background:linear-gradient(140deg,#447d8f,#59436f)}
.playlist-artist-stack i:nth-child(2){background:linear-gradient(140deg,#805c36,#375d50)}.playlist-artist-stack i:nth-child(3){background:linear-gradient(140deg,#6f4953,#334f75)}.playlist-artist-stack i:nth-child(4){background:linear-gradient(140deg,#72735c,#3e5664)}.playlist-artist-stack i:nth-child(5){background:linear-gradient(140deg,#5b3e39,#6f753e)}
.playlist-artist-stack.alt i{filter:hue-rotate(35deg)}.playlist-artist-stack.flow i{filter:hue-rotate(95deg)}
.playlist-selector-delete-prototype{grid-column:6;grid-row:1/3;display:grid;width:19px;height:24px;place-items:center;padding:2px;opacity:.55}
.playlist-selector-delete-prototype:hover{color:#ef6169;opacity:1}.playlist-selector-delete-prototype svg{width:12px}
.playlist-list-resizer-prototype{position:relative;flex:0 0 6px;background:#111923;cursor:ns-resize}
.playlist-list-resizer-prototype:after{content:"";position:absolute;top:50%;right:43%;left:43%;height:1px;background:#344255}
.selected-playlist-header{flex:0 0 38px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.selected-playlist-header h3{display:flex;align-items:baseline;gap:8px;margin:0;padding:0 10px;color:#dce6f3;font-size:9px;text-transform:none}
.selected-playlist-header h3 small{color:#718096;font-size:7px;font-weight:400}
.playlist-track-list-prototype{flex:1;min-height:0;overflow-y:auto}
.playlist-track-prototype{display:grid;grid-template-columns:22px 34px 30px 56px 31px minmax(120px,1fr) 18px;align-items:center;gap:5px;min-height:46px;padding:3px 5px;border-bottom:1px solid #1d2938;color:#8897aa}
.playlist-track-prototype:hover{background:#172231}.playlist-track-prototype.active{background:#102446;border-bottom-color:#2778d1}
.playlist-track-index-prototype{font-size:8px;text-align:right}
.playlist-track-art-prototype{width:32px;height:32px;border-radius:3px;background:linear-gradient(145deg,#367287,#543d70)}
.playlist-track-art-prototype.art-two{background:linear-gradient(145deg,#7e613c,#315b4d)}.playlist-track-art-prototype.art-three{background:linear-gradient(145deg,#77424f,#375780)}.playlist-track-art-prototype.art-four{background:linear-gradient(145deg,#2f5267,#8a674d)}.playlist-track-art-prototype.art-five{background:linear-gradient(145deg,#465f35,#75604c)}.playlist-track-art-prototype.art-six{background:linear-gradient(145deg,#564674,#33716e)}
.playlist-track-plays-prototype{font-size:7px;white-space:nowrap}
.playlist-metric-slots-prototype{display:flex;gap:5px;padding:0;border:0;background:transparent;color:#8897aa;font:inherit;font-size:7px;cursor:pointer}
.playlist-track-rating-prototype{display:flex;align-items:center;gap:3px;padding:0;border:0;background:transparent;color:#a4b0c0;font:inherit;font-size:8px;cursor:pointer}.playlist-track-rating-prototype i{height:14px}
.playlist-track-rating-prototype.rating-six i{background:#d7ca32}.playlist-track-rating-prototype.rating-seven i{background:#a9dd32}.playlist-track-rating-prototype.rating-eight i{background:#73ea39}.playlist-track-rating-prototype.rating-nine i{background:#48f03f}
.playlist-track-copy-prototype{min-width:0;display:flex;flex-direction:column;gap:3px;overflow:hidden}
.playlist-track-copy-prototype small{overflow:hidden;color:#718096;font-size:7px;text-overflow:ellipsis;white-space:nowrap}
.playlist-track-copy-prototype strong{overflow:hidden;color:#d7e0ec;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.playlist-track-copy-prototype em{color:#718096;font-weight:400}.playlist-track-copy-prototype time{margin-left:4px;color:#607086;font-size:7px;font-weight:400}
.playlist-track-delete-prototype{display:grid;width:18px;height:22px;place-items:center;padding:2px;border:0;background:transparent;color:#667488;opacity:.5;cursor:pointer}.playlist-track-delete-prototype:hover{color:#ef6169;opacity:1}.playlist-track-delete-prototype svg{width:11px}

/* Default Mixer recipe mirrors the application builder and knob hierarchy. */
.mixer-builder-prototype{display:flex;flex-direction:column;overflow:hidden;background:#0e141c}
.mixer-recipe-chips-prototype{display:flex;flex:0 0 auto;gap:5px;min-height:38px;align-items:center;padding:6px 10px;border-bottom:1px solid var(--line);background:#111923}
.mixer-recipe-chips-prototype button{display:flex;align-items:center;gap:6px;padding:5px 9px;border:1px solid #33445a;border-radius:16px;background:#151f2b;color:#aab8c9;font:inherit;font-size:8px}.mixer-recipe-chips-prototype button.active{border-color:var(--accent);background:var(--accent);color:#07110f}.mixer-recipe-chips-prototype svg{width:10px}
.mixer-search-prototype{flex:0 0 auto;padding:8px 10px;border-bottom:1px solid var(--line)}.mixer-search-prototype input{width:100%;padding:7px 9px;border:1px solid #33445a;border-radius:4px;background:#0b1119;color:#dbe5f3;font:inherit;font-size:8px}
.mixer-ingredients-prototype{flex:1;min-height:0;padding:7px 10px;overflow-y:auto}
.mixer-ingredients-prototype>header{display:flex;height:26px;padding:0;border:0;background:transparent;font-size:8px}.mixer-ingredients-prototype>header strong{flex:1}.mixer-ingredients-prototype>header span{color:var(--accent)}
.mixer-ingredient-prototype{display:grid;grid-template-columns:26px minmax(130px,1fr) 20px 30px 29px 18px;align-items:center;gap:6px;min-height:51px;margin-bottom:5px;padding:6px;border:1px solid #29394d;border-radius:4px;background:#0c131c}
.mixer-ingredient-prototype:hover{border-color:var(--accent)}
.mixer-drain-prototype{display:flex;flex-direction:column;align-items:center;gap:5px}.mixer-drain-prototype i{width:7px;height:7px;border-radius:50%;background:#8ade38}.mixer-drain-prototype small{color:#718096;font-size:6px}
.mixer-ingredient-prototype>div{display:flex;min-width:0;flex-direction:column;gap:3px}.mixer-ingredient-prototype>div strong{overflow:hidden;color:#d7e1ed;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.mixer-ingredient-prototype>div small{color:#718096;font-size:7px}
.mixer-ingredient-prototype>button{display:grid;width:18px;height:20px;place-items:center;padding:1px;border:0;background:transparent;color:#718096;font:inherit;cursor:pointer}.mixer-ingredient-prototype>button svg{width:11px}.mixer-ingredient-prototype>b{color:var(--accent);font-size:8px;text-align:right}
.mixer-mini-knob,.mixer-large-knob{position:relative;display:block;border:2px solid #344255;border-radius:50%;background:#151f2b;box-shadow:inset 0 2px 4px #0007;cursor:pointer}.mixer-mini-knob{width:25px;height:25px}.mixer-large-knob{width:31px;height:31px}
.mixer-mini-knob:before,.mixer-large-knob:before{content:"";position:absolute;inset:-5px;border-radius:50%;background:conic-gradient(from 225deg,var(--accent) 0deg var(--knob-progress),transparent var(--knob-progress));opacity:.65;mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px),transparent 100%)}
.mixer-mini-knob>i,.mixer-large-knob>i{position:absolute;top:3px;left:50%;width:2px;height:5px;border-radius:2px;background:var(--accent);transform:translateX(-50%) rotate(var(--knob-angle));transform-origin:50% 9px}.mixer-large-knob>i{height:6px;transform-origin:50% 12px}.mixer-mini-knob.locked{opacity:.4}
.mixer-controls-prototype{display:flex;flex:0 0 78px;align-items:center;justify-content:center;gap:24px;padding:9px 10px;border-top:1px solid var(--line);background:#111923}
.mixer-controls-prototype>div{display:flex;min-width:38px;flex-direction:column;align-items:center;gap:3px;color:#8090a4;cursor:pointer}.mixer-controls-prototype>div>svg{width:30px;height:30px}.mixer-controls-prototype strong{color:#dce6f3;font-size:8px}.mixer-controls-prototype small{font-size:6px;letter-spacing:.08em}

/* Representative Internet Radio rows use TrackRate's two-line station chips. */
.radio-prototype{padding:7px;overflow-y:auto}
.radio-station-prototype{margin:2px 0;padding:7px 8px;border-radius:4px;color:#aebaca}.radio-station-prototype:hover{background:#172231}.radio-station-prototype.active{background:#192b2d}
.radio-station-prototype>div{display:flex;align-items:center;gap:6px;min-width:0}.radio-station-prototype>div:first-child>span:first-child{width:13px}.radio-station-prototype b{font-size:12px}.radio-station-prototype small{font-size:8px}.radio-station-prototype strong{min-width:0;flex:1;overflow:hidden;color:#dce6f3;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.radio-station-prototype>div:first-child>span{font-size:8px}.radio-station-prototype svg{width:12px}
.radio-station-prototype>div:last-child{margin-top:6px;padding-left:19px;color:#718096;font-size:8px}.radio-station-prototype em{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.radio-rating-prototype{display:flex;align-items:center;gap:4px}.radio-rating-prototype i{width:4px;height:11px;background:#6ee53b}.radio-rating-prototype.rating-nine i{background:#4ff13c}.radio-rating-prototype.rating-seven i{background:#a7df33}.radio-rating-prototype.rating-six i{background:#d5cb34}
@media(max-width:1300px){.playlist-artist-stack i:nth-child(n+4){display:none}.mixer-controls-prototype{gap:14px}}

/* Library mode: artist portraits, album covers, then source-ordered track controls. */
.library-panel{overflow:hidden}
.library-panel>header>strong,.center-panel>header>strong{flex:0 0 auto;font-size:11px;white-space:nowrap}
.library-tree-prototype{height:calc(100% - 50px);padding-top:3px;overflow:auto}
.library-artist-prototype,.library-album-prototype{display:flex;align-items:center;gap:8px;min-height:48px;padding:4px 8px;color:#dbe5f3;cursor:pointer}
.library-artist-prototype:hover,.library-album-prototype:hover{background:#172231}
.library-artist-prototype{padding-left:16px}
.library-artist-prototype.collapsed{margin-top:3px}
.library-album-prototype{padding-left:50px}
.library-art-prototype{display:block;width:40px;height:40px;flex:0 0 40px;border:1px solid #354357;border-radius:4px;background:#151f2b}
.library-art-prototype.artist-jon{background:radial-gradient(circle at 48% 32%,#b7ccd4 0 12%,transparent 13%),linear-gradient(145deg,#2f5e72,#65455f)}
.library-art-prototype.artist-rival{background:radial-gradient(circle at 52% 32%,#d6b9a3 0 12%,transparent 13%),linear-gradient(145deg,#624755,#243d57)}
.library-art-prototype.album-singularity{background:linear-gradient(135deg,#132f3c 0 22%,#d58a49 23% 40%,#4b315d 41% 64%,#1f6170 65%)}
.library-art-prototype.album-immunity{background:linear-gradient(45deg,#e0d2b0 0 20%,#2d2933 21% 42%,#79614c 43% 62%,#253f49 63%)}
.library-artist-prototype>div,.library-album-prototype>div{display:flex;min-width:0;flex-direction:column;gap:4px}
.library-artist-prototype strong,.library-album-prototype strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.library-artist-prototype small,.library-album-prototype small{overflow:hidden;color:#718096;font-size:7px;text-overflow:ellipsis;white-space:nowrap}
.library-album-group-prototype{display:block}
.library-track-prototype{display:grid;grid-template-columns:31px 58px 29px 18px minmax(90px,1fr);align-items:center;gap:4px;min-height:29px;padding:2px 7px 2px 58px;border-radius:4px;color:#7f8ea2}
.library-track-prototype:hover{background:#172231}.library-track-prototype.active{background:#192b2d;color:#dce6f3}
.library-track-prototype button{border:0;background:transparent;color:inherit;font-family:inherit;cursor:pointer}
.library-track-plays{font-family:"Courier New",monospace;font-size:7px;text-align:right;white-space:pre}
.library-metric-slots{display:flex;justify-content:flex-end;gap:6px;padding:0;font-size:7px}.library-metric-slots span{min-width:20px;text-align:right}
.library-track-rating{display:flex;align-items:center;gap:3px;padding:0;font-size:8px}.library-track-rating i{display:block;width:5px;height:14px;border-radius:2px;background:#d6cb34}.library-track-rating.rating-seven i{background:#addf34}.library-track-rating.rating-eight i{background:#72eb39}.library-track-rating.rating-nine i{background:#4af13f}
.library-track-info{display:grid!important;width:17px;height:17px;place-items:center;padding:2px!important;border-radius:50%!important;color:#6f7e92!important;opacity:.75}.library-track-info:hover{background:#243142!important;color:#e7eef8!important;opacity:1}.library-track-info svg{width:11px;height:11px}
.library-track-name{display:flex;min-width:0;align-items:center;gap:5px;padding:0;overflow:hidden}.library-track-name strong{min-width:0;flex:1;overflow:hidden;color:#d7e1ed;font-size:8px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.library-track-name time{flex:0 0 auto;color:#718096;font-size:7px}
@media(max-width:1300px){.library-track-prototype{grid-template-columns:29px 48px 27px 17px minmax(70px,1fr);padding-left:46px;gap:3px}.library-album-prototype{padding-left:38px}}

/* Compact source-scale hashtag cells. */
.tags-panel .default-tags-prototype{gap:6px;padding:9px 10px}
.tags-panel .default-tags-prototype button{padding:6px 9px;font-size:9px;line-height:1}
.tags-panel .default-tags-prototype small{font-size:8px}
.tags-panel .default-tags-prototype button.selected{border-color:var(--accent);background:#17342f;color:#e2fff7;box-shadow:inset 0 0 0 1px #5ed8b126}

/* Populated Track Information panel, scaled from the application layout. */
.track-info-prototype{display:flex;min-width:0;gap:10px;padding:9px 10px;border-bottom:1px solid var(--line)}
.track-info-art-prototype{position:relative;display:grid;width:108px;height:108px;flex:0 0 108px;overflow:hidden;place-items:center;border-radius:4px;background:linear-gradient(138deg,#162f3b 0 22%,#cf8448 22% 39%,#4f355f 39% 62%,#1f6473 62% 79%,#172832 79%);box-shadow:inset 0 0 0 1px #ffffff12}
.track-info-art-prototype::before{position:absolute;width:52px;height:52px;content:"";transform:rotate(45deg);border:7px solid #d4a06766;border-radius:9px}
.track-info-art-prototype>i{position:absolute;width:72px;height:72px;border:1px solid #d8e5e62b;border-radius:50%;box-shadow:0 0 0 10px #101b222b,0 0 0 22px #dce4dd12}
.track-info-art-prototype>span{position:absolute;right:7px;bottom:5px;color:#e7f3ef99;font-size:9px;font-weight:700;letter-spacing:.12em}
.track-info-details-prototype{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}
.track-info-details-prototype>strong{overflow:hidden;color:#edf3fa;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.track-info-details-prototype>strong span{color:#aab6c5}
.track-info-details-prototype dl{display:flex;margin:0;min-width:0;flex-direction:column;gap:2px}
.track-info-details-prototype dl div{display:flex;min-width:0;align-items:center;gap:4px;font-size:8px;line-height:1.35}
.track-info-details-prototype dt{flex:0 0 auto;color:#718095;font-weight:400}
.track-info-details-prototype dd{min-width:0;margin:0;overflow:hidden;color:#d8e1ec;font-weight:500;text-overflow:ellipsis;white-space:nowrap}
.track-info-rating-row dd{display:flex;align-items:center}
.track-info-rating-row button{position:relative;display:block;width:68px;height:12px;padding:0;overflow:hidden;border:0;border-radius:8px;background:#18232d;color:#10211d;cursor:pointer}
.track-info-rating-row button::before{position:absolute;inset:0 10% 0 0;content:"";border-radius:inherit;background:#66dc4b}
.track-info-rating-row button i{position:absolute;top:0;right:0;width:10%;height:100%;background:#25313e}
.track-info-rating-row button span{position:relative;z-index:1;font-size:7px;font-weight:700}
.track-info-quality-row{margin-top:2px;opacity:.7}
.track-info-quality-row dd{color:#8492a4!important;font-weight:400!important}

/* Source-faithful Album / Artist Browser. */
.album-browser-dialog{width:calc(100% - 34px);height:calc(100% - 34px);max-height:none;border-color:var(--line);border-radius:9px;background:#0c1118}
.album-browser-toolbar-prototype{display:flex;align-items:center;gap:8px;min-height:52px;padding:8px 14px;border-bottom:1px solid var(--line);background:#151c25}
.album-browser-mode-tabs,.album-browser-sort-controls{display:flex;align-items:center;gap:4px}
.album-browser-sort-controls{flex:1}
.album-browser-sort-controls>span{width:6px}
.album-browser-toolbar-prototype button{min-height:30px;padding:5px 13px;border:1px solid #2d3b4d;border-radius:5px;background:#111822;color:#9eabba;font:inherit;font-size:11px;cursor:pointer}
.album-browser-toolbar-prototype button:hover{border-color:#45675f;background:#172721;color:#effffb}
.album-browser-toolbar-prototype button.active{border-color:var(--accent);background:#19332f;color:#eafff9}
.album-browser-sort-controls button.active{background:#132620;color:var(--accent)}
.album-browser-sort-controls button[aria-label]{display:grid;width:31px;min-width:31px;padding:6px;place-items:center}
.album-browser-sort-controls svg,.album-browser-close svg{width:16px;height:16px}
.album-browser-marked{margin-left:auto}
.album-browser-search{width:164px;padding:7px 11px;border:1px solid #2d3b4d;border-radius:5px;background:#0b1118;color:#dbe5f3;font:inherit;font-size:11px}
.album-browser-search:focus{border-color:var(--accent);outline:0}
.album-browser-close{display:grid!important;width:34px;min-width:34px!important;padding:6px!important;place-items:center;border:0!important;background:transparent!important}
.album-browser-body-prototype{display:grid;grid-template-columns:minmax(0,1.78fr) minmax(280px,.92fr);min-height:0;flex:1;overflow:hidden;background:#0e141c}
.album-browser-gallery{min-width:0;overflow-y:auto;padding:0 18px 22px;border-right:1px solid var(--line)}
.album-browser-gallery h3{height:25px;margin:0 -18px 14px;padding:3px 18px;border-bottom:1px solid var(--line);background:#111822;color:#718096;font-size:12px;letter-spacing:.08em}
.album-browser-gallery h3 small{font-size:9px;font-weight:400}
.album-browser-card-grid{display:grid;grid-template-columns:repeat(4,minmax(100px,1fr));gap:15px 11px}
.album-browser-artist-card{display:flex;min-width:0;padding:0;border:0;background:transparent;color:#eef3f9;text-align:left;cursor:pointer;flex-direction:column}
.album-browser-artist-card[hidden]{display:none}
.album-browser-artist-card strong{width:100%;margin-top:6px;overflow:hidden;font-size:12px;font-weight:500;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.album-browser-artist-card small{width:100%;margin-top:3px;overflow:hidden;color:#718096;font-size:9px;text-overflow:ellipsis;white-space:nowrap}
.album-browser-artist-art{position:relative;display:grid;width:100%;aspect-ratio:1;overflow:hidden;place-items:center;border:1px solid #263447;border-radius:6px;background:#18232d;box-shadow:0 2px 8px #0008}
.album-browser-artist-card.selected .album-browser-artist-art{border-color:var(--accent);box-shadow:0 0 0 2px #5ed8b166,0 3px 12px #000a}
.album-browser-artist-art::before,.album-browser-detail-art::before{position:absolute;inset:-22%;content:"";transform:rotate(-18deg);border-radius:38%;background:repeating-linear-gradient(112deg,transparent 0 12px,#ffffff0b 13px 14px),radial-gradient(circle at 68% 32%,#b8ffea66 0 8%,transparent 34%);mix-blend-mode:screen}
.album-browser-artist-art::after,.album-browser-detail-art::after{position:absolute;top:50%;left:50%;width:42%;aspect-ratio:1;content:"";transform:translate(-50%,-50%);border:1px solid #d8fff04d;border-radius:50%;background:radial-gradient(circle,#0b1118 0 9%,#5ed8b1 10% 12%,#13201e 13% 28%,#0b1118 29% 44%,#263b37 45% 47%,#0a0f15 48% 100%);box-shadow:0 0 0 12px #06100e33,0 18px 38px #0008}
.artist-art-baby-d{background:linear-gradient(145deg,#86a8c0,#c0bd74 52%,#507064)}
.artist-art-baccara{background:linear-gradient(145deg,#d6c6b1,#8c4f56 55%,#352d38)}
.artist-art-bastille{background:linear-gradient(145deg,#d7a766,#627c5b 58%,#23333b)}
.artist-art-smetana{filter:grayscale(.85);background:linear-gradient(145deg,#d6d0c5,#696b70)}
.artist-art-bee-gees{background:linear-gradient(145deg,#e9e3db,#7b6b5c 62%,#292d33)}
.artist-art-bartok{filter:grayscale(.75);background:linear-gradient(145deg,#dad9d0,#5f6671)}
.artist-art-benee{background:radial-gradient(circle at 55% 38%,#c6cbd3 0 4%,#1c2632 30%,#070b10 72%)}
.artist-art-beverley{background:linear-gradient(112deg,#551b20,#b44e27 48%,#441615)}
.artist-art-beyonce{background:linear-gradient(145deg,#d6c7a1,#b6553e 50%,#293b54)}
.artist-art-billie{background:linear-gradient(145deg,#243b4d,#7593a1 48%,#171c26)}
.artist-art-blur{background:linear-gradient(145deg,#d46d38,#254a66 55%,#d5a754)}
.artist-art-boards{background:linear-gradient(145deg,#5c817d,#dd9b55 58%,#3d4b55)}
.album-browser-detail{min-width:0;overflow-y:auto;padding:14px 7px 18px 14px;background:#111822}
.album-browser-detail-art{position:relative;display:grid;width:100%;aspect-ratio:1;overflow:hidden;place-items:center;border-radius:6px}
.album-browser-detail-art>i{position:absolute;bottom:7px;left:50%;z-index:2;display:flex;gap:4px;transform:translateX(-50%)}
.album-browser-detail-art>i b{width:5px;height:5px;border-radius:50%;background:#ffffff66}
.album-browser-detail-art>i b:first-child{background:#fff}
.album-browser-detail-heading{display:flex;align-items:center;gap:8px;padding:10px 0 9px}
.album-browser-detail-heading>strong{min-width:0;flex:1;overflow:hidden;color:#f1f4f8;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.album-browser-detail-heading>span{display:flex;gap:5px}
.album-browser-detail-heading button{display:flex;align-items:center;gap:3px;padding:4px 8px;border:1px solid #29394d;border-radius:13px;background:transparent;color:#8391a5;font-size:9px}
.album-browser-detail-heading button svg{width:10px;height:10px}
.album-browser-detail-tabs{display:flex;gap:16px;padding:0 8px;border-bottom:1px solid var(--line)}
.album-browser-detail-tabs button{padding:7px 0;border:0;border-bottom:1px solid transparent;background:transparent;color:#8f99a8;font-size:10px}
.album-browser-detail-tabs button.active{border-bottom-color:var(--accent);color:var(--accent)}
.album-browser-detail dl{margin:15px 0 0;padding:7px 8px;border-top:1px solid var(--line)}
.album-browser-detail dl div{display:grid;grid-template-columns:72px 1fr;padding:4px 0;border-bottom:1px solid var(--line);font-size:10px}
.album-browser-detail dt{color:#8994a4}
.album-browser-detail dd{margin:0;color:#e1e6ee}
@media(max-width:900px){
  .album-browser-dialog{width:calc(100% - 12px);height:calc(100% - 12px)}
  .album-browser-toolbar-prototype{flex-wrap:wrap}
  .album-browser-sort-controls{order:3;min-width:100%}
  .album-browser-marked{margin-left:auto}
  .album-browser-body-prototype{grid-template-columns:minmax(0,1fr) minmax(230px,.7fr)}
  .album-browser-card-grid{grid-template-columns:repeat(3,minmax(90px,1fr))}
}
.help-leaders{position:absolute;inset:0;z-index:105;width:100%;height:100%;overflow:visible;pointer-events:none}.help-leader-path{fill:none;stroke:#65d9b6;stroke-width:1.35;stroke-linecap:round;opacity:.72;filter:drop-shadow(0 0 3px #65d9b666)}.help-leader-origin{fill:#b8ffea;stroke:#183c35;stroke-width:1}.help-callout{z-index:110}.help-callout[data-owner-help-id]{animation:callout-arrive .16s ease-out}.help-callout.is-front{z-index:115}@keyframes callout-arrive{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.mock-dialog-layer[data-dialog=settings]{display:block;padding:0}.mock-dialog-layer[data-dialog=settings] .mock-dialog{position:absolute;left:50%;top:50%;width:min(1040px,92%);height:min(760px,88%);max-height:none;transform:translate(-50%,-50%);resize:both;min-width:620px;min-height:420px;overflow:hidden}.mock-dialog-layer[data-dialog=settings] .mock-dialog.was-dragged{transform:none}.mock-dialog-layer[data-dialog=settings] .mock-dialog-header{flex:0 0 auto;cursor:grab}.mock-dialog-layer[data-dialog=settings] .mock-dialog-header:active{cursor:grabbing}.mock-dialog-layer[data-dialog=settings] .mock-dialog-body{flex:1;min-height:0;padding:0;overflow:auto}.full-settings-source{padding:16px}.full-settings-source .settings-columns-flow{columns:3 280px;column-gap:12px}.full-settings-source .settings-section{break-inside:avoid;margin:0 0 12px;padding:11px;border:1px solid #29394d;border-radius:7px;background:#0c131c}.full-settings-source .settings-section-header{margin:-11px -11px 10px;padding:9px 11px;border-bottom:1px solid #29394d;background:#131e2a;color:#eef5fd;font-size:12px;font-weight:700}.full-settings-source .setting-row,.full-settings-source .settings-action-row,.full-settings-source .toggle-setting-row{display:flex;align-items:center;gap:8px;min-height:32px;padding:5px 3px;color:#aebaca;font-size:10px}.full-settings-source label{line-height:1.4}.full-settings-source input[type=text],.full-settings-source input[type=number],.full-settings-source input[type=password],.full-settings-source select,.full-settings-source textarea{min-width:0;max-width:100%;padding:5px 7px;border:1px solid #33445a;border-radius:4px;background:#0a1018;color:#dce6f2;font:inherit}.full-settings-source input[type=range]{min-width:70px;accent-color:var(--accent)}.full-settings-source input[type=checkbox]{accent-color:var(--accent)}.full-settings-source button{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid #314157;border-radius:5px;background:#131e2a;color:#b9c5d4;font:inherit;cursor:pointer}.full-settings-source button:hover{border-color:#5ed8b1;color:#effffb}.full-settings-source svg{width:14px;height:14px}.full-settings-source .setting-description,.full-settings-source small,.full-settings-source .settings-note{color:#718196;font-size:9px;line-height:1.45}.settings-source-note{position:sticky;top:0;z-index:3;display:flex;justify-content:space-between;gap:12px;margin:-16px -16px 14px;padding:8px 13px;border-bottom:1px solid #29394d;background:#111a25;color:#738298;font-size:9px}.settings-help-target{outline-offset:2px}.settings-help-target:hover,.settings-help-target:focus-visible{outline:1px solid #5ed8b1}.help-callout[data-settings-callout] .help-callout-body{max-height:315px}@media(max-width:900px){.mock-dialog-layer[data-dialog=settings] .mock-dialog{min-width:0;width:94%;height:88%;resize:none}.full-settings-source .settings-columns-flow{columns:1}}

/* Keep the generated source markup visually identical to TrackRate Settings. */
.mock-dialog-layer[data-dialog=settings] .mock-dialog-header strong{font-size:14px}
.full-settings-source{font-size:10px}
.full-settings-source .settings-section-header{color:#dce6f3;font-size:10px;font-weight:650;text-transform:none}
.full-settings-source .settings-section .settings-section-header:not(:first-child){margin:8px -11px 4px;padding:7px 11px}
.full-settings-source #audioOutputSection>.settings-section-header{margin:14px -11px 6px!important;padding:8px 11px!important}
.full-settings-source .settings-section>button,
.full-settings-source .settings-action-row,
.full-settings-source .toggle-setting-row{display:flex;width:100%;min-height:30px;align-items:center;justify-content:flex-start;gap:7px;padding:5px 3px;border:0;border-radius:0;background:transparent;color:#aebaca;font:inherit;font-size:10px;text-align:left;white-space:nowrap}
.full-settings-source .settings-section>button:hover,
.full-settings-source .settings-action-row:hover,
.full-settings-source .toggle-setting-row:hover{border:0;background:#172231;color:#eef6ff}
.full-settings-source .toggle-setting-row>svg,
.full-settings-source .settings-action-row>svg,
.full-settings-source .settings-section>button>svg{width:13px;height:13px;flex:0 0 13px;stroke-width:1.2}
.full-settings-source .toggle-label,
.full-settings-source .toggle-setting-row>span:not(.toggle-switch):not(.crossfade-gear-btn):not(.sleep-timer-gear-btn){min-width:0;flex:1}
.full-settings-source .crossfade-gear-btn,
.full-settings-source .sleep-timer-gear-btn{display:grid;width:18px;height:18px;flex:0 0 18px;place-items:center;color:#7f8ea2}
.full-settings-source .crossfade-gear-btn svg,
.full-settings-source .sleep-timer-gear-btn svg{width:12px;height:12px}
.full-settings-source .toggle-switch{position:relative;display:block;width:36px;height:20px;flex:0 0 36px;margin-left:auto;border-radius:10px;background:#465466;box-shadow:inset 0 0 0 1px #ffffff12}
.full-settings-source .toggle-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#f5f8fb;box-shadow:0 1px 3px #0008;transition:transform .2s ease}
.full-settings-source .toggle-setting-row.active .toggle-switch,
.full-settings-source .shuffle-mode-option.selected .toggle-switch{background:var(--accent)}
.full-settings-source .toggle-setting-row.active .toggle-knob,
.full-settings-source .shuffle-mode-option.selected .toggle-knob{transform:translateX(16px)}
.full-settings-source .settings-slider-row{display:flex;justify-content:space-between;gap:8px;padding:1px 8px;color:#aebaca;font-size:10px}
.full-settings-source .settings-slider-value{color:#dce6f3}
.full-settings-source .shuffle-unrated-bar{height:6px;margin:4px 8px 3px;border-radius:4px;background:#263548}
.full-settings-source .shuffle-unrated-fill{width:50%;height:100%;border-radius:inherit;background:var(--accent)}
.full-settings-source .settings-slider-hint{padding:0 8px 3px;color:#718096;font-size:8px}
.full-settings-source .shuffle-mode-selector{display:flex;flex-direction:column;gap:1px}
.full-settings-source .shuffle-mode-option{display:flex;min-height:28px;align-items:center;gap:6px;padding:4px 3px;color:#aebaca;font-size:10px}
.full-settings-source .shuffle-mode-option .mode-name{min-width:72px;flex:1}.full-settings-source .shuffle-mode-option .mode-bar{width:70px;overflow:hidden;color:#8291a5;font:8px monospace;white-space:nowrap}
.full-settings-source .shuffle-mode-option .toggle-switch{width:30px;height:17px;flex-basis:30px}.full-settings-source .shuffle-mode-option .toggle-knob{width:13px;height:13px}.full-settings-source .shuffle-mode-option.selected .toggle-knob{transform:translateX(13px)}
.full-settings-source .settings-subsection-label{padding:8px 3px 4px;color:#78889d;font-size:8px;letter-spacing:.06em;text-transform:uppercase}
.full-settings-source .file-format-chips{display:flex;flex-wrap:wrap;gap:4px;padding:2px 3px 4px}.full-settings-source .format-chip{padding:3px 6px;border:1px solid #304157;border-radius:10px;color:#8493a7;font-size:8px}.full-settings-source .format-chip.active{border-color:#326f61;color:#a9e8d5}
.app-window{overflow:visible}.help-callout{position:absolute!important}.help-callout-facts{display:none!important}.app-window .help-quiz-layer{position:absolute;inset:0;z-index:92;background:rgba(2,5,9,.76);backdrop-filter:blur(1px)}
.app-window .help-quiz-dialog{position:absolute;top:4%;left:4%;display:flex;flex-direction:column;width:92%;height:88%;min-width:680px;min-height:500px;max-width:calc(100% - 20px);max-height:calc(100% - 20px);resize:both;overflow:hidden;border:1px solid #35465b;border-radius:11px;background:#1c2531;color:#dbe5f3;box-shadow:0 30px 90px #000e}
.help-quiz-header{display:grid;grid-template-columns:1fr minmax(220px,420px) 1fr;align-items:center;gap:18px;min-height:58px;padding:0 18px;border-bottom:1px solid #35465b;background:#27313e;cursor:grab;touch-action:none;user-select:none}
.help-quiz-header:active{cursor:grabbing}.help-quiz-title{font-size:16px;font-weight:700;letter-spacing:.025em;text-transform:uppercase}
.help-quiz-header-search,.help-quiz-tag-search,.help-quiz-web-search{height:34px;padding:0 11px;border:1px solid #354357;border-radius:5px;outline:none;background:#0d131b;color:#dbe5f3;font:inherit}
.help-quiz-header-search:focus,.help-quiz-tag-search:focus,.help-quiz-web-search:focus{border-color:#2589ef;box-shadow:0 0 0 1px #2589ef55}
.help-quiz-close{justify-self:end;display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:#a8b4c3;cursor:pointer}.help-quiz-close:hover{background:#354150;color:#fff}.help-quiz-close svg{width:17px}
.help-quiz-progress{display:grid;gap:7px;padding:11px 20px;border-bottom:1px solid #334052;background:#202a36}
.help-quiz-progress-row{display:grid;grid-template-columns:76px minmax(0,1fr) 80px;align-items:center;gap:12px;color:#aab6c6;font:12px ui-monospace,SFMono-Regular,Consolas,monospace}
.help-quiz-help-target{border-radius:4px;cursor:help;outline:1px solid transparent;outline-offset:3px;transition:background .15s,outline-color .15s}.help-quiz-help-target:hover,.help-quiz-help-target:focus-visible{background:#2b394844;outline-color:#5ed8b166}
.help-quiz-progress-track{height:7px;overflow:hidden;border-radius:10px;background:#131b25}.help-quiz-progress-track i{display:block;width:78%;height:100%;border-radius:inherit;background:#2589ef}.help-quiz-progress-row:nth-child(2) i{width:96%}.help-quiz-progress-row output{text-align:right}
.help-quiz-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:12px 20px;border-bottom:1px solid #303b4a;background:#242e3a;color:#9ca9b8;font-size:11px;line-height:1.5}
.help-quiz-banner strong{color:#b7c3d2}.help-quiz-banner-actions{display:grid;gap:5px}.help-quiz-banner button{min-width:94px;padding:5px 9px;border:1px solid #2b89ea;border-radius:5px;background:transparent;color:#2f97ff;font:inherit;cursor:pointer}.help-quiz-banner button:last-child{border-color:#354150;color:#7f8c9d}
.help-quiz-main{min-height:0;flex:1;display:grid;grid-template-columns:235px minmax(0,1fr);gap:20px;padding:18px 20px 16px;overflow:hidden;background:#242e3a}
.help-quiz-aside{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding-right:1px}.help-quiz-art{position:relative;flex:0 0 clamp(190px,48%,268px);width:100%;overflow:hidden;border:1px solid #465365;border-radius:5px;background:linear-gradient(145deg,#2f6f7b 0%,#3e596f 48%,#5d3f73 100%)}.help-quiz-art:before,.help-quiz-art:after{display:none}
.help-quiz-meta{display:grid;grid-template-columns:auto 1fr;gap:6px 12px;margin:11px 0 16px;color:#8d9aaa;font-size:11px}.help-quiz-meta b{color:#d8e2ed}
.help-quiz-kicker{display:flex;align-items:center;gap:5px;margin:0 0 6px;color:#8b97a7;font-size:9px;letter-spacing:.06em;text-transform:uppercase}.help-quiz-kicker svg,.help-quiz-info{width:12px;height:12px;color:#6f8195}.help-quiz-embedded{min-height:16px;margin-bottom:13px;color:#697789;font-size:11px}.help-quiz-web-group{width:100%;margin-top:auto}.help-quiz-search-label{display:flex;align-items:center;gap:6px;color:#8995a5;font-size:9px;text-transform:uppercase}.help-quiz-search-label svg{width:13px}.help-quiz-web-search{display:block;width:100%;margin-top:7px}
.help-quiz-content{min-width:0;display:flex;flex-direction:column;overflow:hidden}.help-quiz-panel-label{color:#2b96ff;font-size:11px;font-weight:700;letter-spacing:.075em}.help-quiz-panel-title{margin:9px 0 15px;font-size:21px;font-weight:700}.help-quiz-tag-search{width:245px;margin-bottom:9px}.help-quiz-cloud-label{display:flex;align-items:center;gap:5px;width:max-content;margin:0 0 8px;color:#7f8da0;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.help-quiz-cloud-label svg{width:12px;height:12px}
.help-quiz-chips{min-height:0;display:flex;align-content:flex-start;flex-wrap:wrap;gap:7px;overflow:auto;padding:0 7px 14px 0}.help-quiz-chip{padding:7px 11px;border:1px solid transparent;border-radius:18px;background:#1b2531;color:#c6d3e2;font:11px Inter,system-ui,sans-serif;cursor:pointer}.help-quiz-chip:hover{border-color:#4d6076;color:#fff}.help-quiz-chip.is-selected{border-color:#237ed8;background:#173d67;color:#fff}.help-quiz-chip[hidden]{display:none}
.help-quiz-create{display:none;align-items:center;gap:6px;margin:-8px 0 12px;padding:7px 9px;border:1px dashed #43617e;border-radius:5px;color:#9fbedc;font-size:11px;cursor:pointer}.help-quiz-create.is-visible{display:flex}
.help-quiz-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 20px;padding:14px 0;border-top:1px solid #344151;background:#242e3a}.help-quiz-actions-left{display:flex;align-items:center;gap:18px}.help-quiz-button{min-height:34px;padding:0 17px;border:1px solid #354357;border-radius:6px;background:#1e2834;color:#9aa7b7;font:11px Inter,system-ui,sans-serif;cursor:pointer}.help-quiz-button:hover{border-color:#53657b;color:#e7eef7}.help-quiz-button.link{padding:0;border:0;background:transparent;color:#2895ff}.help-quiz-button.wrong{color:#d65359}.help-quiz-button.primary{min-width:210px;border-color:#2478ca;background:#2368ad;color:#b9c9dd;font-weight:600}.help-quiz-button.primary:not(:disabled){background:#267ed4;color:#fff}.help-quiz-button:disabled{cursor:default;opacity:.68}
.help-quiz-footer{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;min-height:83px;padding:10px 20px 15px;border-top:1px solid #303b49;background:#202a35}.help-quiz-auto{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px 14px}.help-quiz-auto-copy{color:#d4deea;font-size:10px}.help-quiz-auto-copy small{margin-left:8px;color:#8b97a7}.help-quiz-footer-nav{display:flex;gap:10px}.help-quiz-highlight{animation:help-quiz-highlight 1.1s ease}.help-quiz-dialog.is-dragged{max-width:none;max-height:none}
@keyframes help-quiz-highlight{50%{box-shadow:0 0 0 2px #2589ef;background:#1c3857}}
.help-app-home main .interactive-reference-intro{width:min(1320px,calc(100% - 64px))}
.help-app-home main .mockup-section{width:min(1320px,calc(100% - 64px))}
@media(max-width:800px){.help-app-home .interactive-reference-intro{width:calc(100% - 30px)}.help-app-home .mockup-section{width:calc(100% - 12px)}.app-window .help-quiz-dialog{left:10px;top:10px;width:900px;height:720px;min-width:680px}.help-quiz-header{grid-template-columns:1fr 320px 1fr}}
@media(prefers-reduced-motion:reduce){.help-quiz-highlight{animation:none}}
.eyebrow{display:none!important}

.metric-lens-prototype{position:absolute;z-index:96;top:4%;left:6%;display:flex;flex-direction:column;width:88%;height:88%;min-width:620px;min-height:360px;max-width:calc(100% - 16px);max-height:calc(100% - 16px);overflow:hidden;resize:both;border:1px solid #364454;border-radius:9px;background:#0e141b;color:#dbe5f3;box-shadow:0 28px 80px #000d}
.metric-lens-prototype.is-dragged{max-width:none;max-height:none}.metric-lens-prototype[hidden]{display:none}
.metric-lens-prototype-header{display:flex;align-items:center;gap:12px;min-height:64px;padding:10px 14px;border-bottom:1px solid #344151;background:#171d25;cursor:grab;touch-action:none;user-select:none}.metric-lens-prototype-header:active{cursor:grabbing}
.metric-lens-prototype-title{display:grid;gap:4px;min-width:150px}.metric-lens-prototype-title strong{font-size:15px}.metric-lens-prototype-title small{color:#8a98aa;font-size:10px}
.metric-lens-prototype-modes{display:flex;gap:6px;margin-left:auto}.metric-lens-prototype button{font:inherit}.metric-lens-mode-button,.metric-lens-action-button,.metric-lens-close-button{height:34px;padding:0 13px;border:1px solid #334154;border-radius:5px;background:#1c232c;color:#9aa6b6;font-size:10px;font-weight:600;cursor:pointer}.metric-lens-mode-button:hover,.metric-lens-action-button:hover,.metric-lens-close-button:hover{border-color:#268bf0;color:#eaf4ff}.metric-lens-mode-button.active{border-color:#225e9c;background:#14263a;color:#268bf0;box-shadow:inset 0 0 0 1px #268bf022}.metric-lens-action-button{font-weight:500}.metric-lens-close-button{display:grid;place-items:center;width:34px;padding:0}.metric-lens-close-button svg{width:15px}
.metric-lens-prototype-tabs{display:flex;gap:6px;padding:10px 15px 0;background:#0c1117}.metric-lens-tab-button{height:31px;padding:0 14px;border:1px solid transparent;border-radius:5px 5px 0 0;background:transparent;color:#8f9aaa;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.metric-lens-tab-button.active{border-color:#334154;border-bottom-color:#111820;background:#111820;color:#268bf0}
.metric-lens-prototype-summary{padding:8px 16px 11px;border-bottom:1px solid #303d4d;background:#0c1117;color:#8f9aaa;font-size:11px}
.metric-lens-seed-prototype{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 12px 0;padding:9px 11px;border:1px solid #344253;border-radius:6px;background:#151c24}.metric-lens-seed-prototype div{display:grid;gap:4px}.metric-lens-seed-prototype strong{font-size:11px}.metric-lens-seed-prototype small{color:#8290a2;font-size:9px}
.metric-lens-prototype-rows{min-height:0;display:flex;flex:1;flex-direction:column;gap:6px;overflow:auto;padding:10px 12px;background:#0c1117}
.metric-lens-prototype-row{display:grid;grid-template-columns:30px minmax(150px,1.15fr) minmax(260px,2.6fr) 72px;align-items:center;gap:8px;min-height:58px;padding:5px 10px;border:1px solid #303b49;border-radius:6px;background:#151b22}.metric-lens-prototype-row.active{border-color:#2469a9;box-shadow:inset 0 0 0 1px #268bf026}
.metric-lens-row-toggle{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid #344254;border-radius:50%;background:#0a1016;cursor:pointer}.metric-lens-row-toggle i{width:9px;height:9px;border-radius:50%;background:transparent}.metric-lens-prototype-row.active .metric-lens-row-toggle i{background:#268bf0;box-shadow:0 0 9px #268bf0}
.metric-lens-row-copy{min-width:0;display:grid;gap:5px}.metric-lens-row-name{display:flex;align-items:center;gap:7px;min-width:0;font-size:11px;font-weight:700}.metric-lens-row-name code{color:#268bf0;font:700 9px ui-monospace,SFMono-Regular,Consolas,monospace}.metric-lens-row-name svg{width:12px;color:#697789}.metric-lens-row-range{color:#9aabc0;font-size:10px;font-variant-numeric:tabular-nums}
.metric-lens-histogram{position:relative;height:44px;overflow:hidden;cursor:ew-resize;touch-action:none}.metric-lens-selection-bg{position:absolute;z-index:0;top:0;bottom:17px;left:0;width:100%;background:#1a3c62;opacity:.72;pointer-events:none}.metric-lens-hist-bars{position:absolute;z-index:1;inset:0 0 17px;display:flex;align-items:end;gap:2px;padding:0 5px;background:transparent}.metric-lens-hist-bars i{flex:1;height:calc(var(--bar)*1%);min-height:2px;background:#1f5a96;opacity:.8}.metric-lens-range-track{position:absolute;z-index:2;right:0;bottom:11px;left:0;height:5px;border-radius:8px;background:#07101a;box-shadow:0 0 0 1px #263b50}.metric-lens-range-fill{position:absolute;inset:1px 3px;border-radius:5px;background:#177dda;cursor:grab}.metric-lens-histogram.is-range-dragging .metric-lens-range-fill{cursor:grabbing}.metric-lens-range-handle{position:absolute;top:50%;width:14px;height:14px;border:2px solid #304963;border-radius:50%;background:#14202d;box-shadow:0 0 0 2px #0a1119,0 0 6px #268bf077;transform:translate(-50%,-50%);cursor:ew-resize}.metric-lens-range-handle:first-of-type{left:3px}.metric-lens-range-handle:last-of-type{left:calc(100% - 3px)}.metric-lens-range-label{position:absolute;z-index:2;bottom:0;color:#9eb0c5;font-size:8px}.metric-lens-range-label.min{left:0}.metric-lens-range-label.max{right:0}
.metric-lens-row-count{justify-self:end;color:#9bacc0;font-size:10px;font-variant-numeric:tabular-nums}.metric-lens-empty-prototype{display:grid;place-items:center;min-height:150px;color:#79889b;font-size:11px}
.metric-lens-preset-popover{position:absolute;z-index:4;top:57px;right:96px;width:230px;padding:7px;border:1px solid #37485d;border-radius:6px;background:#141c26;box-shadow:0 18px 40px #000b}.metric-lens-preset-popover button{display:flex;width:100%;justify-content:space-between;padding:9px;border:0;border-radius:4px;background:transparent;color:#adb9c8;font-size:10px;text-align:left;cursor:pointer}.metric-lens-preset-popover button:hover{background:#223042;color:#fff}.metric-lens-preset-popover small{color:#66778c}
.metric-lens-neighborhood-row{grid-template-columns:30px minmax(165px,1.25fr) minmax(260px,2.5fr) 62px 72px;min-height:62px}.metric-lens-neighborhood-hist{height:46px}.metric-lens-neighborhood-hist .metric-lens-selection-bg{opacity:.58}.metric-lens-seed-line{position:absolute;z-index:3;top:3px;bottom:17px;width:2px;background:#248cf2;box-shadow:0 0 5px #248cf277;transform:translateX(-50%);pointer-events:none}.metric-lens-knob-wrap{display:grid;place-items:center;gap:0}.metric-lens-neighborhood-knob{--lens-knob-angle:-90deg;--lens-knob-progress:60deg;position:relative;width:28px;height:28px;padding:0;border:2px solid #344255;border-radius:50%;background:#151f2b;box-shadow:inset 0 2px 4px #0006,0 2px 4px #0005;color:#72b5f8;cursor:grab}.metric-lens-neighborhood-knob:before{content:"";position:absolute;inset:-5px;border-radius:50%;background:conic-gradient(from 210deg,#268bf0 0deg var(--lens-knob-progress),transparent var(--lens-knob-progress) 360deg);opacity:.7;mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px) calc(100% - 1px),transparent 100%)}.metric-lens-neighborhood-knob:after{content:"";position:absolute;inset:-8px;border-radius:50%;background:repeating-conic-gradient(from 210deg,#c7d2df 0 2deg,transparent 2deg 15deg);opacity:.2;mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px),transparent 100%)}.metric-lens-neighborhood-knob:active{cursor:grabbing}.metric-lens-neighborhood-knob i{position:absolute;top:3px;left:50%;width:2px;height:6px;border-radius:2px;background:#268bf0;transform:translateX(-50%) rotate(var(--lens-knob-angle));transform-origin:50% 11px}.metric-lens-knob-value{color:#e2ebf5;font-size:8px}.metric-lens-knob-delta{color:#93a8bf;font-size:7px}
.metric-lens-range-handle:nth-of-type(2){left:3px}.metric-lens-range-handle:nth-of-type(3){left:calc(100% - 3px)}
.metric-lens-neighborhood-knob:after{-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px),transparent 100%),conic-gradient(from 210deg,#000 0deg 300deg,transparent 300deg);-webkit-mask-composite:source-in;mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px),transparent 100%),conic-gradient(from 210deg,#000 0deg 300deg,transparent 300deg);mask-composite:intersect}
.metric-lens-prototype .help-quiz-help-target{cursor:help}
@media(max-width:900px){.metric-lens-prototype{left:8px;top:8px;width:900px;height:700px}.metric-lens-prototype-row{grid-template-columns:34px 170px 1fr}.metric-lens-row-count{display:none}}

