:root{--bg: #0a0a0a;--surface: #111111;--border: #262626;--orange: #ff7a00;--orange-dim: #cc6200;--text: #e5e5e5;--muted: #888888;--muted-2: #6b6b6b;--navbar-safe: 4.85rem;--container: 960px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-pill: 9999px;--font: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif}html{scroll-padding-top:var(--navbar-safe)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:var(--orange)}h1,h2,h3,h4{font-weight:600;letter-spacing:-.02em;line-height:1.2;margin:0;color:var(--text)}h1{font-size:clamp(1.75rem,3vw + 1rem,2.35rem)}h2{font-size:1.2rem}h3{font-size:1rem}p{margin:0;color:var(--muted)}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}::selection{background:#ff7a0059;color:#fff}.app-shell{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%;max-width:var(--container);margin:0 auto;padding:calc(var(--navbar-safe) + 1rem) 1.5rem 3.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:var(--radius-md);border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.btn--primary{background:var(--orange);color:#0a0a0a;border-color:var(--orange)}.btn--primary:hover{background:#ff9533;color:#0a0a0a}.btn--primary.btn--cta{padding:.52rem 1.7rem;border-radius:11px;box-shadow:none}.btn--outline{background:transparent;color:var(--text);border-color:#ff7a0073}.btn--outline:hover{border-color:var(--orange);color:var(--orange)}.btn--small{padding:.35rem .65rem;font-size:.8125rem;border-radius:var(--radius-sm)}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;padding:1rem 1.5rem;border-bottom:1px solid var(--border);background:#0a0a0abf;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.navbar--scrolled{background:#0a0a0af0;border-bottom-color:var(--border)}.navbar__inner{max-width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:700;font-size:1.05rem;letter-spacing:-.02em}.brand:hover{color:var(--text)}.brand__accent{color:var(--orange)}.navbar__links{display:flex;align-items:center;gap:.15rem}.nav-link{padding:.4rem .65rem;font-size:.875rem;color:var(--muted);border-radius:var(--radius-sm)}.nav-link:hover{color:var(--text)}.nav-link--active{color:var(--text);background:#ff7a001a}.nav-link--active:hover{color:var(--text)}.nav-cta{margin-left:.35rem}.navbar__auth-placeholder{display:inline-block;min-width:5.5rem;min-height:2.25rem;margin-left:.35rem;vertical-align:middle}.user-menu{position:relative;margin-left:.35rem}.user-menu__trigger{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .45rem .28rem .32rem;border-radius:11px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;transition:border-color .15s ease,background .15s ease}.user-menu__trigger:hover{border-color:#ff7a0073;background:#ff7a000f}.user-menu__avatar{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border-radius:var(--radius-pill);background:var(--orange);color:#0a0a0a;font-size:.8rem;font-weight:700}.user-menu__chevron-svg{color:var(--muted);flex-shrink:0;transition:transform .15s ease}.user-menu__chevron-svg--open{transform:rotate(180deg)}.user-menu__dropdown{position:absolute;right:0;top:calc(100% + 6px);min-width:11rem;padding:.35rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg);box-shadow:0 12px 40px #00000073;z-index:60}.user-menu__item{display:flex;width:100%;align-items:center;padding:.5rem .65rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;color:var(--text);text-align:left;border:none;background:transparent;cursor:pointer;text-decoration:none;transition:background .12s ease,color .12s ease}.user-menu__item:hover{background:#ff7a001a;color:var(--orange)}.user-menu__item--active{color:var(--text);background:#ff7a001f}.user-menu__divider{height:1px;margin:.35rem .25rem;background:var(--border)}.user-menu__item--danger{color:#f87171}.user-menu__item--danger:hover{background:#f871711f;color:#fca5a5}.burger{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:6px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.burger span{display:block;width:18px;height:2px;background:var(--text);transition:transform .2s ease,opacity .2s ease}.burger--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger--open span:nth-child(2){opacity:0}.burger--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width: 680px){.burger{display:flex}.navbar__links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;padding:.75rem 1rem 1rem;background:var(--bg);border-bottom:1px solid var(--border);gap:.25rem;display:none;border-radius:0 0 var(--radius-md) var(--radius-md)}.navbar__links--open{display:flex}.nav-cta,.navbar__auth-placeholder{margin-left:0;margin-top:.5rem}.user-menu{margin-left:0;margin-top:.5rem;align-self:stretch}.user-menu__trigger{width:100%;justify-content:space-between}.user-menu__dropdown{right:0;left:0}}@media (max-width: 680px){.navbar{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}.hero{padding:0 0 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.hero__title{margin:0;font-size:clamp(2.35rem,4vw + 1rem,3.2rem);font-weight:700;letter-spacing:-.03em;line-height:1.05}.hero__lead{margin:1rem 0 0;max-width:46ch;font-size:1.0625rem;line-height:1.6}.player-band{padding:0 0 2rem}.player-band__inner{padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(168deg,rgba(255,255,255,.03),transparent 48%)}.section-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.25rem;margin-bottom:1.15rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.section-header h2{margin:0;font-size:1.35rem;font-weight:700}.section-header__titles p{margin:.45rem 0 0;max-width:46ch;font-size:.9375rem}.radio-player{background:transparent;border:none;border-radius:0;overflow:visible}.radio-player__iframe{display:block;width:100%;vertical-align:top;border:0;background:transparent}.listen-service-picker{margin-top:.15rem;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.listen-service-picker__caption{margin:0 0 .85rem;font-size:1.0625rem;color:var(--muted);font-weight:650;letter-spacing:.02em}.listen-service-picker__toggle{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.55rem .7rem;margin-bottom:1.15rem;max-width:100%}.listen-service-picker__btn{flex:0 0 auto;padding:.74rem 1.35rem;font-size:.9375rem;font-weight:650}.listen-service-picker__stage{width:100%;max-width:100%;align-self:stretch}.listen-service-picker__error{margin:0 0 1rem;font-size:.9rem;color:#f87171;width:100%;max-width:28rem;text-align:center}.listen-service-picker__error code{font-size:.82em}.philly-player{position:relative;width:fit-content;max-width:100%;margin-inline:auto;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);padding:1.25rem 1.35rem;display:flex;justify-content:center;box-sizing:border-box}.philly-player__audio-el{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.philly-player__box{width:auto;max-width:min(272px,100vw - 3rem);margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.7rem}.philly-player__art-shell{width:100%}.philly-player__art-frame{position:relative;width:auto;max-width:220px;margin:0 auto;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border);aspect-ratio:1;background:var(--bg)}.philly-player__art{width:100%;height:100%;object-fit:cover;display:block}.philly-player__art-placeholder{width:100%;height:100%;min-height:10rem;display:grid;place-items:center;background:var(--bg)}.philly-player__art-glyph{font-size:2.35rem;color:var(--orange);opacity:.35;line-height:1}.philly-player__live-badge{position:absolute;left:.5rem;bottom:.5rem;max-width:calc(100% - 1rem);padding:.2rem .45rem;border-radius:var(--radius-sm);font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#0a0a0a;background:var(--orange);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.philly-player__song{margin:.15rem 0 0;padding:0;font-size:clamp(1.05rem,2.8vw,1.35rem);font-weight:700;letter-spacing:-.03em;line-height:1.25;color:var(--text);max-width:100%;word-wrap:break-word}.philly-player__artist{margin:0;padding:0;font-size:.92rem;color:var(--muted);font-weight:600;max-width:100%;word-wrap:break-word}.philly-player__np-hint{margin:0;font-size:.815rem;line-height:1.35;color:#fbbf74}.philly-player__transport{width:100%;margin-top:.35rem;display:flex;flex-direction:column;align-items:center;gap:.95rem}.philly-player__play-btn{width:2.75rem;height:2.75rem;border-radius:var(--radius-md);border:1px solid var(--orange);display:grid;place-items:center;cursor:pointer;flex-shrink:0;color:#0a0a0a;background:var(--orange);transition:background .15s ease,border-color .15s ease}.philly-player__play-btn:hover{background:#ff9533;border-color:#ff9533}.philly-player__play-btn:active{background:var(--orange-dim);border-color:var(--orange-dim)}.philly-player__icon-svg{display:block}.philly-player__icon-svg--play{margin-left:2px}.philly-player__volume{width:100%;display:inline-flex;align-items:center;gap:.5rem;min-width:0}.philly-player__volume-icon{color:var(--muted);display:grid;place-items:center;flex-shrink:0;opacity:.85}.philly-player__volume-range{flex:1 1 auto;min-width:0;width:100%;height:1rem;margin:0;padding:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.philly-player__volume-range:focus{outline:none}.philly-player__volume-range::-webkit-slider-runnable-track{height:5px;border-radius:999px;background:var(--border)}.philly-player__volume-range::-webkit-slider-thumb{-webkit-appearance:none;width:13px;height:13px;margin-top:-4px;border-radius:50%;background:var(--orange);border:2px solid var(--bg);box-sizing:border-box}.philly-player__volume-range::-moz-range-track{height:5px;border-radius:999px;background:var(--border)}.philly-player__volume-range::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--orange);border:2px solid var(--surface);box-sizing:border-box}.philly-player__volume-label{font-size:.765rem;font-variant-numeric:tabular-nums;color:var(--muted-2);width:2.5rem;text-align:right}.song-history{margin-top:1.75rem;padding-top:1.35rem;border-top:1px solid var(--border)}.song-history__title{margin:0 0 1rem;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.song-history__muted{margin:0;font-size:.9375rem;color:var(--muted)}.song-history__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0}.song-history__item{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem 1rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.9375rem}.song-history__item:last-child{border-bottom:none;padding-bottom:0}.song-history__track{min-width:min(100%,16rem);flex:1 1 12rem}.song-history__artist{font-weight:700;color:var(--text)}.song-history__sep{color:var(--muted-2);font-weight:500}.song-history__song-title{color:var(--muted)}.song-history__time{flex-shrink:0;font-size:.8125rem;color:var(--muted-2);font-variant-numeric:tabular-nums}.song-history__footnote{margin:.85rem 0 0;font-size:.8125rem;color:var(--muted-2)}.page{padding-top:.5rem;padding-bottom:2rem}.page__head{margin-bottom:2rem;padding:0 0 1.75rem 1rem;border-bottom:1px solid var(--border);border-left:3px solid rgba(255,122,0,.55);display:flex;flex-direction:column;gap:.75rem}.page__head p{max-width:54ch;font-size:1rem}.page__head h1{font-size:clamp(1.9rem,2.5vw + 1rem,2.5rem)}.page--auth-check{display:flex;align-items:center;justify-content:center;min-height:40vh}.page--auth-check__text{margin:0;font-size:.9375rem;color:var(--muted)}.dashboard__strong{color:var(--text);font-weight:600}.dashboard__hint{margin:0;font-size:.9375rem;max-width:54ch}.main-content--login{max-width:none;width:100%;padding-top:calc(var(--navbar-safe) + .5rem);padding-bottom:2.75rem;padding-left:0;padding-right:0;margin:0;flex:1 1 auto;min-height:0}.login-page{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;align-items:stretch;min-height:0}.login-page__hero{position:relative;display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem;overflow:hidden}.login-page__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--bg);filter:blur(22px) saturate(1.08);transform:scale(1.15)}.login-page__hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#0a0a0ad1,#0a0a0a8c,#0f0a08ad)}.login-page__hero-inner{position:relative;z-index:1;text-align:center;max-width:22rem}.login-page__hero-brand{margin:0;font-size:clamp(2.15rem,4.5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text)}.login-page__hero-sub{margin:1rem 0 0;font-size:1.05rem;line-height:1.55;color:#e6e6e6bf}.login-page__hero-back{display:inline-block;margin-top:1.75rem;font-size:.9rem;font-weight:600;color:#ffffffd1}.login-page__hero-back:hover{color:var(--orange)}.login-page__panel{background:#f2f2f2;display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem;border-left:1px solid #e0e0e0}.login-page__card{width:100%;max-width:400px;background:#fff;padding:2rem 2rem 1.75rem;box-shadow:0 2px 6px #0000000f;border:1px solid #e5e5e5}.login-card-carousel{overflow:hidden;width:100%}.login-card-carousel__strip{display:flex;flex-direction:row;width:200%;will-change:transform}.login-card-carousel__pane{flex:0 0 50%;width:50%;box-sizing:border-box}.login-card-carousel__pane--progress{display:flex;align-items:center;justify-content:center;min-height:min(360px,52vh);padding-left:.25rem}.login-progress{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;max-width:22rem}.login-progress__logo{display:block;width:40px;height:40px;object-fit:contain;margin-bottom:.35rem}.login-progress__status{margin:0;font-size:1.35rem;font-weight:600;color:#1b1b1b;letter-spacing:-.02em}.login-progress__hint{margin:0;font-size:.8125rem;line-height:1.45;color:#605e5c}.login-progress__email{margin:.35rem 0 0;font-size:.8125rem;font-weight:600;color:#323130}.login-progress__dots{display:flex;gap:6px;margin-top:1rem}.login-progress__dots span{width:6px;height:6px;border-radius:9999px;background:#c8c6c4;animation:login-progress-dot 1s ease-in-out infinite}.login-progress__dots span:nth-child(2){animation-delay:.15s}.login-progress__dots span:nth-child(3){animation-delay:.3s}@keyframes login-progress-dot{0%,80%,to{opacity:.35;transform:scale(1)}40%{opacity:1;transform:scale(1.15)}}.login-page__card-head{margin-bottom:1.5rem}.login-page__card-logo{display:block;width:48px;height:48px;object-fit:contain;margin-bottom:.85rem}.login-page__card-title{margin:0;font-size:1.5rem;font-weight:600;color:#1b1b1b;letter-spacing:-.02em}.login-page__card-lead{margin:.5rem 0 0;font-size:.8125rem;line-height:1.45;color:#605e5c}.login-page__error{margin:0;padding:.5rem .65rem;border-radius:2px;font-size:.8125rem;font-weight:600;color:#a4262c;background:#c4261c14;border:1px solid rgba(196,38,28,.25)}.login-page__form{display:flex;flex-direction:column;gap:1rem}.login-page__field{display:flex;flex-direction:column;gap:.35rem}.login-page__label{font-size:.8125rem;font-weight:600;color:#1b1b1b}.login-page__field input{width:100%;box-sizing:border-box;padding:.55rem .65rem;font-size:.9375rem;font-family:inherit;color:#1b1b1b;background:#fff;border:1px solid #605e5c;border-radius:2px}.login-page__field input::placeholder{color:#8a8886}.login-page__field input:hover{border-color:#323130}.login-page__field input:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 1px var(--orange)}.password-meter{margin-top:.55rem}.password-meter__tracks{display:flex;gap:6px;height:5px;margin-bottom:.35rem}.password-meter__bar{flex:1;border-radius:2px;background:#e1dfdd;transition:background .15s ease}.password-meter__bar--on{background:#8a8886}.password-meter--lvl-1 .password-meter__bar--on{background:#c50f1f}.password-meter--lvl-2 .password-meter__bar--on{background:#ff8c00}.password-meter--lvl-3 .password-meter__bar--on{background:#ffb900}.password-meter--lvl-4 .password-meter__bar--on{background:#107c10}.password-meter__label{display:block;font-size:.75rem;font-weight:600;color:#605e5c}.password-meter--lvl-1 .password-meter__label{color:#a4262c}.password-meter--lvl-2 .password-meter__label{color:#ca5010}.password-meter--lvl-3 .password-meter__label{color:#986f0b}.password-meter--lvl-4 .password-meter__label{color:#107c10}.login-page__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;font-size:.8125rem}.login-page__remember{display:flex;align-items:center;gap:.4rem;cursor:pointer;color:#323130;-webkit-user-select:none;user-select:none}.login-page__remember input{width:1rem;height:1rem;accent-color:var(--orange)}.login-page__link{color:#0067b8;font-weight:600}.login-page__link:hover{text-decoration:underline;color:var(--orange)}.login-page__submit{margin-top:.35rem;width:100%;padding:.6rem 1rem;font-size:.9375rem;font-weight:600;font-family:inherit;color:#0a0a0a;background:var(--orange);border:1px solid var(--orange);border-radius:2px;cursor:pointer}.login-page__submit:hover{background:#ff9533;border-color:#ff9533}.login-page__submit:disabled{opacity:.65;cursor:not-allowed}.login-page__signup{margin:1rem 0 0;text-align:center;font-size:.875rem;color:#605e5c}.login-page__demo-note{margin:1.25rem 0 0;padding-top:1rem;border-top:1px solid #edebe9;font-size:.75rem;color:#605e5c}@media (max-width: 880px){.login-page{grid-template-columns:1fr}.login-page__panel{border-left:none;border-top:1px solid #e0e0e0}.login-page__hero{min-height:min(240px,40vh)}}.brand--footer{font-size:1.1rem}.footer{margin-top:auto;padding:2.75rem 1.5rem 1.75rem;border-top:1px solid var(--border);background:linear-gradient(180deg,rgba(17,17,17,.35),transparent)}.footer__inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:minmax(200px,1.1fr) auto;gap:2.5rem 2rem;align-items:start}.footer__brand-col{display:flex;flex-direction:column;gap:.65rem}.footer__blurb{font-size:.9rem;line-height:1.55;max-width:36ch}.footer__cols{display:flex;flex-wrap:wrap;gap:2.5rem}.footer__group{display:flex;flex-direction:column;gap:.45rem;min-width:9rem}.footer__group-title{margin:0 0 .15rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2)}.footer__cols a{font-size:.895rem;color:var(--muted)}.footer__cols a:hover{color:var(--orange)}.footer__bottom{max-width:var(--container);margin:2rem auto 0;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--muted-2)}@media (max-width: 620px){.footer__inner{grid-template-columns:1fr}}.staff-shell{display:flex;gap:1.75rem;align-items:flex-start;width:100%}.staff-sidebar{flex:0 0 11.5rem;position:sticky;top:calc(var(--navbar-safe) + .5rem)}.staff-sidebar__title{margin:0 0 .65rem;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2)}.staff-sidebar__nav{display:flex;flex-direction:column;gap:.2rem}.staff-nav-link{display:block;padding:.45rem .55rem;font-size:.875rem;font-weight:600;color:var(--muted);border-radius:var(--radius-sm)}.staff-nav-link:hover{color:var(--text);background:#ff7a000f}.staff-nav-link--active{color:var(--text);background:#ff7a001f}.staff-main{flex:1;min-width:0}.staff-page .staff-overview__head,.staff-overview__head{margin-bottom:1.25rem;padding-bottom:1rem}.staff-muted{color:var(--muted);font-size:.9375rem}.staff-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:1.15rem 1.25rem;margin-bottom:1rem;background:var(--surface)}.staff-card__title{margin:0 0 .65rem;font-size:1rem;font-weight:700}.staff-card--accent{border-color:#ff7a0073;background:#ff7a000f}.staff-card--ok{border-color:#22c55e59;background:#22c55e14}.staff-newpw{margin:0;font-family:ui-monospace,monospace;font-size:1rem;font-weight:700;word-break:break-all;color:var(--text)}.staff-copy-hint{margin:.35rem 0 0;font-size:.8125rem}.staff-card--warn{border-color:#eab30873;background:#eab30812}.staff-actions--mt{margin-top:.85rem}.staff-dj-dl{display:grid;grid-template-columns:minmax(6rem,auto) 1fr;gap:.5rem 1rem;margin:0;font-size:.875rem;align-items:baseline}.staff-dj-dl dt{margin:0;color:var(--muted-2);font-weight:700;font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em}.staff-dj-dl dd{margin:0;color:var(--text)}.staff-dj-strong{color:var(--text)}.staff-dj-notes{margin:1rem 0 0;font-size:.875rem}.staff-status-list{margin:0;padding-left:1.15rem;color:var(--muted);font-size:.9375rem}.staff-status-list strong{color:var(--text)}.staff-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.75rem}.staff-tile{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.05rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);transition:border-color .15s ease,background .15s ease}.staff-tile:hover{border-color:#ff7a0073;background:#ff7a000d}.staff-tile__label{font-weight:700;font-size:.9375rem;color:var(--text)}.staff-tile__hint{font-size:.8125rem;color:var(--muted)}.staff-pre{margin:0;max-height:320px;overflow:auto;padding:1rem;font-size:.75rem;line-height:1.45;border-radius:var(--radius-sm);background:var(--bg);border:1px solid var(--border);color:var(--muted)}.staff-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.staff-um-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.staff-um-summary__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr));gap:.65rem 1rem}.staff-um-stat{display:flex;flex-direction:column;gap:.15rem;padding:.65rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg)}.staff-um-stat--compact .staff-um-stat__value{font-size:1.15rem}.staff-um-stat__value{font-size:1.35rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.staff-um-stat__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-2)}.staff-um-toolbar__row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.staff-um-search{flex:1 1 220px;min-width:0}.staff-um-search__input{width:100%}.staff-um-filter{display:flex;flex-direction:column;gap:.25rem;flex:0 0 auto}.staff-um-filter__select{min-width:11rem}.staff-um-refresh{flex-shrink:0}.staff-um-toolbar__hint{margin:.65rem 0 0;font-size:.8125rem}.staff-um-toolbar__hint strong{color:var(--text)}.staff-um-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.staff-um-table{width:100%;border-collapse:collapse;font-size:.875rem}.staff-um-table thead{background:#ff7a000f}.staff-um-table th{text-align:left;padding:.65rem .85rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted-2);border-bottom:1px solid var(--border)}.staff-um-table td{padding:.85rem;vertical-align:top;border-bottom:1px solid var(--border)}.staff-um-row:last-child td{border-bottom:none}.staff-um-row--locked{opacity:.92}.staff-um-user{display:flex;flex-direction:column;gap:.2rem;max-width:22rem}.staff-um-user__email{font-weight:700;color:var(--text);word-break:break-word}.staff-um-user__name{font-size:.8125rem;color:var(--muted)}.staff-um-user__id{font-size:.75rem;color:var(--muted-2)}.staff-um-table-select{min-width:10.5rem;max-width:100%}.staff-um-table-input{width:100%;max-width:11rem}.staff-um-streamer-edit{display:flex;flex-direction:column;gap:.35rem;max-width:16rem}.staff-um-field-hint{display:block;font-size:.75rem;line-height:1.4;color:var(--muted-2)}.staff-um-code{padding:.15rem .4rem;border-radius:4px;background:var(--bg);border:1px solid var(--border);font-size:.8125rem}.staff-um-actions{margin:0}.staff-um-save{white-space:nowrap}.staff-um-lock-note{font-size:.8125rem;line-height:1.45;display:block;max-width:14rem}.staff-um-empty{text-align:center;padding:2rem 1rem!important;color:var(--muted)}.staff-badge{display:inline-block;padding:.2rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:700;background:#ff7a0026;color:var(--orange);width:fit-content}.staff-field{display:flex;flex-direction:column;gap:.25rem}.staff-field--grow{flex:1 1 140px;min-width:120px}.staff-field__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-2)}.staff-select,.staff-input{padding:.45rem .55rem;font-family:inherit;font-size:.875rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text)}.staff-save{flex-shrink:0}.staff-ac-toolbar__row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.staff-ac-toolbar__meta{font-size:.875rem}.staff-ac-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(10.5rem,1fr));gap:.65rem;margin-bottom:1rem}.staff-ac-stat{padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;gap:.35rem}.staff-ac-stat__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-2)}.staff-ac-stat__value{font-size:1rem;font-weight:600;color:var(--text);line-height:1.35}.staff-ac-stat__sub{font-weight:500;font-size:.8125rem;color:var(--muted)}.staff-ac-badge{display:inline-block;padding:.15rem .45rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:700}.staff-ac-badge--on{background:#22c55e2e;color:#4ade80}.staff-ac-badge--off{background:#ef444426;color:#f87171}.staff-ac-badge--muted{background:var(--bg);color:var(--muted);border:1px solid var(--border)}.staff-ac-badge--live{background:#ff7a0033;color:var(--orange)}.staff-ac-np{margin-bottom:1rem}.staff-ac-np__track{margin-top:.35rem}.staff-ac-np__artist{margin:0;font-size:.9375rem;color:var(--muted)}.staff-ac-np__title{margin:.25rem 0 0;font-size:clamp(1.25rem,2vw + .85rem,1.75rem);font-weight:700;letter-spacing:-.02em;color:var(--text);line-height:1.25}.staff-ac-np__album{margin:.35rem 0 0;font-size:.875rem;color:var(--muted)}.staff-ac-np__meta{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;margin-top:1rem;font-size:.8125rem;color:var(--muted)}.staff-ac-np__time{font-variant-numeric:tabular-nums}.staff-ac-grid2{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));gap:1rem;margin-bottom:1rem}.staff-ac-desc{margin:.35rem 0 .85rem;font-size:.875rem;color:var(--muted);line-height:1.5}.staff-ac-links{display:flex;flex-wrap:wrap;gap:.5rem .85rem;align-items:center;margin-bottom:.65rem}.staff-ac-link{color:var(--orange);font-weight:600;font-size:.875rem}.staff-ac-mount-list{margin:0;padding-left:1.1rem;font-size:.875rem;color:var(--muted)}.staff-ac-mount-list a{color:var(--orange)}.staff-ac-controls__intro{margin:0 0 1rem;font-size:.8125rem;line-height:1.45}.staff-ac-controls__h{margin:1rem 0 .45rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-2)}.staff-ac-controls__h:first-child{margin-top:0}.staff-ac-controls__h--danger{color:#f87171}.staff-ac-btn-grid{display:flex;flex-wrap:wrap;gap:.45rem}.staff-ac-busy{margin-top:.65rem;font-size:.8125rem}.staff-ac-danger{border-color:#f8717173;color:#fca5a5}.staff-ac-danger:hover{border-color:#f87171;color:#fecaca}.staff-ac-danger-fill{background:#b91c1cf2;border-color:#dc2626;color:#fff}.staff-ac-danger-fill:hover{background:#dc2626;color:#fff}.staff-ac-add-form{margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--border)}.staff-ac-add-form__row{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:.65rem}.staff-ac-add-form__row--tail{align-items:flex-end}.staff-ac-checkbox{display:flex;align-items:center;gap:.45rem;font-size:.875rem;color:var(--muted);flex-shrink:0}.staff-ac-checkbox input{accent-color:var(--orange)}.staff-ac-table-wrap{margin-top:.85rem}.staff-ac-newpw{margin-top:.65rem}.staff-ac-raw__summary{cursor:pointer;font-weight:700;color:var(--text)}.staff-ac-raw__hint{margin:.35rem 0 .85rem;font-size:.8125rem}.staff-ac-raw__h{margin:1rem 0 .35rem;font-size:.8125rem;font-weight:700;color:var(--muted-2)}.staff-ac-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000b8}.staff-ac-modal{width:100%;max-width:26rem;padding:1.25rem 1.35rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);box-shadow:0 18px 50px #00000073}@media (max-width: 720px){.staff-shell{flex-direction:column}.staff-sidebar{position:static;flex:none;width:100%}.staff-sidebar__nav{flex-direction:row;flex-wrap:wrap}}
