:root{--bg:#0b0912;--sidebar:#120e1d;--surface:#171227;--surface-2:#1d1733;--surface-3:#241c3d;--border:#2a2140;--border-strong:#3a2f57;--text:#ece9f5;--text-dim:#b8b0d0;--muted:#8e86a8;--violet:#8b5cf6;--violet-bright:#a78bfa;--violet-soft:rgba(139,92,246,0.16);--magenta:#e0409f;--magenta-soft:rgba(224,64,159,0.14);--green:#22c55e;--green-soft:rgba(34,197,94,0.14);--amber:#f59e0b;--danger:#f43f5e;--radius:12px;--radius-sm:8px;--sidebar-width:232px;--font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;-webkit-font-smoothing:antialiased}a{color:var(--violet-bright);text-decoration:none}svg{flex-shrink:0}.app{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh}.sidebar{display:flex;flex-direction:column;background:var(--sidebar);border-right:1px solid var(--border);padding:20px 0 16px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar__brand{display:flex;align-items:center;gap:9px;padding:0 18px 22px;font-size:17px;font-weight:700;letter-spacing:-.01em;color:var(--text)}.sidebar__brand svg{color:var(--violet)}.sidebar__brand span{color:var(--violet-bright)}.sidebar__nav{display:flex;flex-direction:column;gap:2px;padding:0 10px}.sidebar__group-gap{height:14px}.nav-item{display:flex;align-items:center;gap:11px;padding:10px 11px;border-radius:var(--radius-sm);color:var(--text-dim);font-size:13.5px;line-height:1.3;border:0;background:none;cursor:pointer;text-align:left;width:100%;position:relative}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item[data-active=true]{background:var(--violet-soft);color:#fff;font-weight:500}.nav-item[data-active=true]:before{content:"";position:absolute;left:-10px;top:6px;bottom:6px;width:3px;border-radius:0 3px 3px 0;background:var(--violet)}.nav-item svg{color:currentColor;opacity:.9}.sidebar__user{margin-top:auto;display:flex;align-items:center;gap:10px;padding:14px 16px 0;border-top:1px solid var(--border)}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--violet),var(--magenta));color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.sidebar__user-name{font-size:13px;font-weight:600}.status-dot{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--muted)}.status-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--muted)}.status-dot[data-state=online]:before{background:var(--green);box-shadow:0 0 6px var(--green)}.status-dot[data-state=online]{color:var(--green)}.status-dot[data-state=warn]:before{background:var(--amber)}.status-dot[data-state=warn]{color:var(--amber)}.main{min-width:0;padding:0 0 56px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 26px;border-bottom:1px solid var(--border);background:rgba(11,9,18,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:-webkit-sticky;position:sticky;top:0;z-index:5}.topbar h1{margin:0;font-size:17px;font-weight:600}.content{padding:20px 26px 0;display:flex;flex-direction:column;gap:18px}.obs-banner{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius);border:1px solid var(--border-strong);background:linear-gradient(90deg,rgba(139,92,246,.14),rgba(224,64,159,.08))}.obs-banner__label{font-size:12.5px;color:var(--text-dim);white-space:nowrap}.obs-banner__url{flex:1 1;min-width:0;font-family:var(--mono);font-size:12.5px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:18px;gap:18px;align-items:start}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.card__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.card__title{margin:0;font-size:14.5px;font-weight:600}.card__hint{margin:0 0 14px;color:var(--muted);font-size:12.5px;line-height:1.55}.card__section-title{margin:18px 0 10px;font-size:13px;font-weight:600;color:var(--text-dim)}.now-playing{display:flex;flex-direction:column;align-items:center;text-align:center}.now-playing__art-row{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-bottom:14px}.now-playing__art{width:108px;height:108px;border-radius:var(--radius-sm);object-fit:cover;background:var(--surface-3);box-shadow:0 8px 24px rgba(0,0,0,.45)}.now-playing__art--empty{display:grid;place-items:center;color:var(--violet-bright)}.waveform{display:flex;align-items:center;gap:3px;height:74px;flex:1 1;max-width:96px;overflow:hidden}.waveform--right{justify-content:flex-start}.waveform--left{justify-content:flex-end}.waveform span{display:block;width:3px;border-radius:2px;background:linear-gradient(180deg,var(--violet-bright),var(--magenta));opacity:.75;height:30%}.waveform[data-animated=true] span{animation:bar 1.1s ease-in-out infinite alternate}@keyframes bar{0%{height:12%}to{height:92%}}.now-playing__title{margin:0;font-size:15.5px;font-weight:600;line-height:1.35}.now-playing__meta{margin:3px 0 0;font-size:12.5px;color:var(--muted)}.donation-tag{display:block;width:100%;margin:12px 0 4px;padding:9px 12px;border-radius:var(--radius-sm);background:var(--magenta-soft);border:1px solid rgba(224,64,159,.45);color:#ffc4e6;font-size:12.5px;line-height:1.5}.donation-tag strong{color:#fff}.progress{width:100%;margin-top:14px}.progress__track{position:relative;height:5px;border-radius:999px;background:var(--surface-3);overflow:visible}.progress__fill{position:absolute;inset:0 auto 0 0;border-radius:999px;background:linear-gradient(90deg,var(--violet),var(--magenta))}.progress__knob{position:absolute;top:50%;width:11px;height:11px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-shadow:0 0 0 3px rgba(139,92,246,.35)}.transport{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;margin-top:12px}.icon-button{display:grid;place-items:center;width:30px;height:30px;border-radius:var(--radius-sm);border:0;background:none;color:var(--text-dim);cursor:pointer}.icon-button:hover:not(:disabled){background:var(--surface-3);color:#fff}.icon-button:disabled{opacity:.35;cursor:not-allowed}.icon-button[data-active=true]{color:var(--violet-bright);background:var(--violet-soft)}.transport__play{width:42px;height:42px;border-radius:50%;border:0;display:grid;place-items:center;background:linear-gradient(135deg,var(--violet),#6d3ff0);color:#fff;cursor:pointer;box-shadow:0 6px 18px rgba(109,63,240,.45)}.transport__play:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.transport__time{font-size:12px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.volume{display:flex;align-items:center;gap:6px}.volume input[type=range]{width:64px;accent-color:var(--violet)}.setting{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--border)}.setting:last-of-type{border-bottom:0}.setting__label{font-size:13px;line-height:1.4}.setting__note{display:flex;align-items:center;gap:5px;margin-top:3px;font-size:11.5px;color:var(--muted)}.setting__note--warn{color:var(--amber)}.setting__controls{display:flex;align-items:center;gap:10px}.switch{position:relative;display:inline-flex;flex-shrink:0;width:42px;height:23px;border-radius:999px;background:var(--surface-3);border:1px solid var(--border-strong);cursor:pointer;transition:background .16s ease}.switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.switch__thumb{position:absolute;top:2px;left:2px;width:17px;height:17px;border-radius:50%;background:#fff;transition:transform .16s ease}.switch[data-checked=true]{background:linear-gradient(135deg,var(--violet),var(--magenta));border-color:transparent}.switch[data-checked=true] .switch__thumb{transform:translateX(19px)}.switch[data-disabled=true]{opacity:.45;cursor:not-allowed}.seconds-input{width:68px;text-align:center}.subpanel{margin-top:14px;padding:12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2)}.subpanel__head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text);font-size:13px;font-weight:500}.quick-guides{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:10px}.quick-guide{display:flex;flex-direction:column;gap:2px;padding:9px 11px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-size:12.5px;cursor:pointer;text-align:left}.quick-guide:hover{border-color:var(--violet)}.quick-guide small{color:var(--muted);font-size:11px}.queue-group+.queue-group{margin-top:16px}.queue-group__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.queue-group__title{font-size:12.5px;font-weight:600;color:var(--text-dim)}.queue-group__toggle{display:inline-flex;align-items:center;gap:4px;border:0;background:none;color:var(--muted);font-size:11.5px;cursor:pointer}.queue-group__list{--queue-item-height:58px;--queue-item-gap:7px;--queue-visible-items:5;max-height:calc(var(--queue-visible-items) * var(--queue-item-height) + (var(--queue-visible-items) - 1) * var(--queue-item-gap));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.queue-group__list:focus-visible{outline:2px solid var(--violet-soft);outline-offset:2px;border-radius:var(--radius-sm)}.queue-group__list::-webkit-scrollbar{width:6px}.queue-group__list::-webkit-scrollbar-track{background:transparent}.queue-group__list::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}.queue-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2)}.queue-item+.queue-item{margin-top:7px}.queue-item--donation{border-color:rgba(224,64,159,.5);background:linear-gradient(90deg,rgba(224,64,159,.16),rgba(139,92,246,.08))}.queue-item--playing{box-shadow:inset 0 0 0 1px var(--violet)}.queue-item--played{opacity:.55}.queue-item--played .queue-item__thumb{filter:grayscale(.6)}.queue-item--played .queue-item__title{font-weight:400;text-decoration:line-through;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong)}.queue-item--played .queue-item__sub{color:var(--muted)}.queue-item__thumb{width:38px;height:38px;border-radius:6px;object-fit:cover;background:var(--surface-3);flex-shrink:0}.queue-item__thumb--fallback{display:grid;place-items:center;color:var(--violet-bright);font-size:10px;font-weight:700;letter-spacing:.04em}.queue-item__body,.queue-item__play{flex:1 1;min-width:0}.queue-item__play{display:flex;align-items:center;gap:10px;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.queue-item__play:disabled{cursor:not-allowed}.queue-item__play:hover:not(:disabled) .queue-item__title{color:var(--violet-bright)}.queue-item__play:focus-visible{outline:2px solid var(--violet-soft);outline-offset:2px;border-radius:var(--radius-sm)}.queue-item__title{margin:0;font-size:12.5px;font-weight:500}.queue-item__sub,.queue-item__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-item__sub{margin:2px 0 0;font-size:11.5px;color:var(--muted)}.pill{display:inline-block;padding:3px 9px;border-radius:999px;font-size:10.5px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.pill--streamer{background:var(--green-soft);color:#7ee2a8;border:1px solid rgba(34,197,94,.4)}.pill--donation{background:var(--magenta-soft);color:#ffb3dd;border:1px solid rgba(224,64,159,.4)}.pill--muted{background:var(--surface-3);color:var(--muted)}.pill--live{margin-left:8px;background:rgba(244,63,94,.14);color:#ff9db1;border:1px solid rgba(244,63,94,.4);vertical-align:middle}.pill--live:before{content:"";display:inline-block;width:5px;height:5px;margin-right:4px;border-radius:50%;background:var(--danger);animation:pulse 1.4s ease-in-out infinite}.menu{position:relative}.menu__list{position:absolute;right:0;top:calc(100% + 6px);min-width:190px;padding:6px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-3);box-shadow:0 16px 40px rgba(0,0,0,.5);z-index:20}.menu__item{display:block;width:100%;padding:8px 10px;border:0;border-radius:6px;background:none;color:var(--text);font:inherit;font-size:12.5px;text-align:left;cursor:pointer}.menu__item:hover{background:var(--violet-soft)}.menu__item--danger{color:#ff9db1}.field{display:flex;flex-direction:column;gap:6px}.field__label{font-size:11.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],select{padding:9px 11px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font:inherit;font-size:13px}input::placeholder{color:var(--muted)}input:focus,select:focus{outline:2px solid var(--violet-soft);border-color:var(--violet)}.search{position:relative;display:flex;align-items:center}.search svg{position:absolute;left:11px;color:var(--muted)}.search input{width:100%;padding-left:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 15px;border-radius:var(--radius-sm);border:1px solid transparent;background:linear-gradient(135deg,var(--violet),#6d3ff0);color:#fff;font:inherit;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap}.button:disabled{opacity:.5;cursor:not-allowed}.button--ghost{background:var(--surface-2);border-color:var(--border-strong);color:var(--text)}.button--ghost:hover:not(:disabled){border-color:var(--violet)}.button--danger{background:transparent;border-color:rgba(244,63,94,.4);color:#ff9db1}.button--sm{padding:6px 11px;font-size:12px}.row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.notice{padding:10px 12px;border-radius:var(--radius-sm);font-size:12.5px;margin-bottom:12px}.notice--error{background:rgba(244,63,94,.12);border:1px solid rgba(244,63,94,.3);color:#ffb3c0}.notice--success{background:var(--green-soft);border:1px solid rgba(34,197,94,.3);color:#97e9cd}.notice--warn{background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.3);color:#fcd799}.result{display:flex;gap:11px;align-items:center;padding:8px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2)}.result+.result{margin-top:8px}.result img{width:88px;height:50px;object-fit:cover;border-radius:6px;background:#000}.result__body{flex:1 1;min-width:0}.result__title{font-size:12.5px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.muted{line-height:1.55}.empty,.muted{color:var(--muted);font-size:12.5px}.empty{padding:26px 16px;text-align:center}.empty-state{display:grid;place-items:center;grid-gap:8px;gap:8px;padding:56px 20px;text-align:center;border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface)}.empty-state svg{color:var(--violet);opacity:.7}.empty-state h2{margin:4px 0 0;font-size:15px}.code{display:block;padding:10px 12px;border-radius:var(--radius-sm);background:#0a0812;border:1px solid var(--border);font-family:var(--mono);font-size:12px;word-break:break-all;color:#cbc3e8}.steps{margin:0;padding-left:20px;font-size:13px;line-height:1.75;color:var(--text-dim)}.steps strong{color:var(--text)}.steps code{font-family:var(--mono);font-size:12px;color:var(--violet-bright)}.table{width:100%;border-collapse:collapse;font-size:12.5px}.table th{text-align:left;padding:8px 10px;color:var(--muted);font-weight:500;text-transform:uppercase;font-size:10.5px;letter-spacing:.06em}.table td,.table th{border-bottom:1px solid var(--border)}.table td{padding:10px;vertical-align:middle}.auth{display:grid;place-items:center;min-height:100vh;padding:24px}.auth__card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.auth__brand{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:700;margin-bottom:18px}.auth__brand svg{color:var(--violet)}.stage{position:fixed;inset:0;background:#000;overflow:hidden}.stage__video,.stage__video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.stage__overlay{position:absolute;left:24px;bottom:24px;max-width:60%;padding:13px 17px;border-radius:var(--radius);background:rgba(8,6,14,.74);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.08)}.stage__badge{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--violet-bright)}.stage__title{margin:6px 0 0;font-size:17px;font-weight:600}.stage__meta{margin:4px 0 0;font-size:13px;color:var(--muted)}.stage__gate{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;grid-gap:10px;gap:10px;text-align:center;padding:32px;background:radial-gradient(circle at 50% 40%,#1a1330,#05040a 72%)}.stage__gate-title{margin:0;font-size:18px;font-weight:600}.stage__gate .muted{max-width:460px}.stage__voice{position:absolute;inset:0;display:grid;place-content:center;background:radial-gradient(circle at 50% 40%,#1e1638,#05040a 72%);text-align:center}.pulse{width:96px;height:96px;margin:0 auto 18px;border-radius:50%;background:linear-gradient(135deg,var(--violet),var(--magenta));animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(.92);opacity:.65}50%{transform:scale(1.06);opacity:1}}.landing{max-width:720px;margin:0 auto;padding:96px 24px}.landing__brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;margin-bottom:22px}.landing__brand svg{color:var(--violet)}.landing h1{font-size:34px;line-height:1.15;margin:0 0 14px;letter-spacing:-.02em}.landing p{color:var(--text-dim);font-size:15.5px;line-height:1.65}.mobile-topbar,.sidebar-backdrop{display:none}@media (max-width:900px){.app{grid-template-columns:1fr}.mobile-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--sidebar);position:-webkit-sticky;position:sticky;top:0;z-index:20}.mobile-topbar .sidebar__brand{padding:0}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:min(280px,84vw);height:100vh;transform:translateX(-100%);transition:transform .2s ease;box-shadow:8px 0 24px rgba(0,0,0,.4)}.sidebar[data-open=true]{transform:translateX(0)}.sidebar-backdrop{display:block;position:fixed;inset:0;z-index:25;background:rgba(4,3,8,.6)}}.play-here{display:flex;align-items:center;gap:10px;width:100%;padding:10px 11px;margin-bottom:12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);font-size:12.5px;cursor:pointer;text-align:left}.play-here small{display:block;margin-top:2px;color:var(--muted);font-size:11px;line-height:1.4}.dmca-toggle{display:flex;align-items:center;gap:10px;width:100%;padding:10px 11px;margin:12px 0 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);font-size:12.5px;cursor:pointer;text-align:left}.dmca-toggle small{display:block;margin-top:2px;color:var(--muted);font-size:11px;line-height:1.4}.embedded-player{width:100%;padding:10px 26px;display:flex;justify-content:center;position:relative}.embedded-player__frame{position:absolute;width:2px;height:2px;opacity:0;pointer-events:none;overflow:hidden;border:0}.embedded-player__status{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--text-dim);font-size:12px}.embedded-player__status svg:first-child{color:var(--violet-bright)}.embedded-player__info{display:inline-flex;color:var(--amber);cursor:help}