.library-sidebar{position:fixed;inset:0 auto 0 0;z-index:190;width:var(--rail);display:flex;flex-direction:column;background:rgba(247,247,245,.97);border-right:1px solid rgba(10,10,10,.16)}
.library-brand{height:74px;flex:none;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:0 16px 14px;border-bottom:1px solid rgba(10,10,10,.16)}
.library-brand strong{font-size:16px;line-height:1;font-weight:500}
.library-brand span,.library-status{font:9px/1 var(--mono);text-transform:uppercase;color:#666}
.library-nav{flex:1;min-height:0;overflow:auto;padding:8px;scrollbar-width:thin}
.library-nav a{--accent:var(--neon);display:grid;grid-template-columns:25px 1fr;grid-template-areas:"num title" "num kind";column-gap:6px;min-height:48px;padding:6px 8px;border-left:3px solid transparent;color:inherit;text-decoration:none}
.library-nav a:hover{background:#ececea}
.library-nav a[aria-current="true"]{border-left-color:var(--accent);background:var(--ink);color:#fff}
.library-nav .num{grid-area:num;padding-top:2px;font:9px/1 var(--mono);color:#777}
.library-nav b{grid-area:title;align-self:end;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;font-weight:500}
.library-nav small{grid-area:kind;align-self:start;margin-top:2px;font:8px/1.2 var(--mono);text-transform:uppercase;color:#777}
.library-nav a[aria-current="true"] .num,.library-nav a[aria-current="true"] small{color:rgba(255,255,255,.64)}
.library-nav a:nth-child(4n+2),.fx-stage-head[data-tone="2"]{--accent:var(--blue)}
.library-nav a:nth-child(4n+3),.fx-stage-head[data-tone="3"]{--accent:var(--yellow)}
.library-nav a:nth-child(4n),.fx-stage-head[data-tone="0"]{--accent:var(--red)}
.library-status{height:38px;flex:none;display:flex;align-items:center;gap:7px;padding:0 16px;border-top:1px solid rgba(10,10,10,.16)}
.library-status i,.fx-stage-state::before{width:6px;height:6px;border-radius:50%;background:#65b865}
.fx-stage-head{--accent:var(--neon);position:absolute;z-index:8;top:24px;left:calc(var(--rail) + 24px);right:24px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;pointer-events:none}
.fx-stage-index{display:grid;place-items:center;width:32px;height:32px;background:var(--accent);font:9px/1 var(--mono)}
.fx-stage-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.fx-stage-copy [role="heading"]{font-size:14px;line-height:1.2;font-weight:500}
.fx-stage-copy small,.fx-stage-state{font:8px/1.2 var(--mono);text-transform:uppercase;color:#686868}
.fx-stage-state{align-self:start;display:flex;align-items:center;gap:6px;padding-top:3px}
.fx-stage-head--hero{position:relative;top:auto;left:auto;right:auto;width:100%;min-height:74px;padding:0 24px 0 calc(var(--rail) + 24px);background:#f7f7f5;border-bottom:1px solid rgba(10,10,10,.16)}
.fx-stage-head--hero .claim-cursor{pointer-events:auto}
.fx-subhead{position:relative;z-index:4;display:flex;justify-content:space-between;margin:0 0 9px;padding-top:9px;border-top:1px solid rgba(10,10,10,.18);font:8px/1 var(--mono);text-transform:uppercase;color:#686868}
.fx-subhead span:last-child{color:#999}
footer.playing .fx-stage-head{opacity:0}
@media(min-width:721px){.proc .wrap{width:auto;max-width:none;margin-left:calc(var(--rail) + 24px);margin-right:24px}}
@media(max-width:720px){
  .library-sidebar{inset:0 0 auto;width:auto;height:84px;border-right:0;border-bottom:1px solid rgba(10,10,10,.16)}
  .library-brand{height:36px;align-items:center;padding:0 12px}.library-brand strong{font-size:13px}.library-brand span{font-size:8px}
  .library-nav{display:flex;flex:none;height:48px;padding:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.library-nav::-webkit-scrollbar{display:none}
  .library-nav a{flex:0 0 148px;grid-template-columns:20px 1fr;min-height:48px;padding:5px 9px;border-left:0;border-bottom:3px solid transparent}
  .library-nav a[aria-current="true"]{border-bottom-color:var(--accent)}.library-status{display:none}
  .fx-stage-head{top:100px;left:14px;right:14px;grid-template-columns:28px minmax(0,1fr) auto;gap:8px}
  .fx-stage-index{width:28px;height:28px}.fx-stage-copy [role="heading"]{font-size:12px}.fx-stage-state{font-size:7px}
  #hero{padding-top:0}
  .fx-stage-head--hero{top:auto;left:auto;right:auto;min-height:62px;margin-top:84px;padding:0 14px}
  .fx-stage-head--hero .claim-cursor{top:13px}
  footer .fx-stage-head{top:12px}
}
