*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#111;color:#eee;line-height:1.5;min-height:100vh;display:flex;flex-direction:column;align-items:center}.top-nav{width:100%;max-width:960px;padding:14px 20px 0;display:flex;align-items:center;gap:8px;font-size:.95em}.nav-brand{color:#4a9eff;text-decoration:none;font-weight:600}.nav-sep{color:#555}.nav-current{color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container{width:100%;max-width:960px;padding:28px 20px}h1{font-size:1.75em;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.subtitle{color:#888;font-size:.95em;margin-bottom:28px}.link-accent{color:#4a9eff;text-decoration:none;transition:color .15s ease}button,input,a,.playlist-item,.custom-select-trigger,.custom-select-option{transition:all .15s ease}button,a,.tab-button,.dropdown-item,.custom-select-trigger,.custom-select-option,.btn-more,.btn-play,.btn-resolution,.nav-ep-btn,.episode-item,.playlist-group-header{touch-action:manipulation}.url-form{display:flex;gap:8px;margin-bottom:16px}.url-form input[type=text]{flex:1;padding:14px 16px;border:1px solid #333;border-radius:10px;background:#222;color:#eee;font-size:1em}.url-form input[type=text]:focus{outline:none;border-color:#4a9eff;box-shadow:0 0 0 3px #4a9eff26}.url-form button{padding:14px 24px;border:none;border-radius:10px;background:#4a9eff;color:#fff;font-size:1em;cursor:pointer;white-space:nowrap}.url-form button:active{transform:translateY(0)}.url-form button:disabled{background:#555;cursor:not-allowed;transform:none}.btn-secondary{background:transparent!important;border:1px solid #4a9eff!important;color:#4a9eff!important}.status{padding:12px 16px;border-radius:8px;margin-bottom:16px;display:none}.status.loading{display:block;background:#1a2a3a;color:#4a9eff;border-left:3px solid #4a9eff}.status.error{display:block;background:#3a1a1a;color:#ff4a4a;border-left:3px solid #ff4a4a}.player-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:8px}.player-title{font-size:1.1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}.player-controls{display:flex;gap:8px;align-items:center}.resolution-picker{display:flex;gap:6px;align-items:center;margin-left:8px}.resolution-picker .res-label{color:#aaa;font-size:.85em;white-space:nowrap}.btn-resolution{padding:4px 10px;border:1px solid #444;border-radius:4px;background:#222;color:#ddd;font-size:.85em;cursor:pointer}.btn-resolution.active{background:#4a9eff;color:#fff;border-color:#4a9eff;font-weight:700;cursor:default}.custom-select{position:relative;min-width:180px;user-select:none;-webkit-user-select:none}.custom-select-trigger{padding:6px 28px 6px 10px;border:1px solid #333;border-radius:6px;background:#222;color:#eee;font-size:.9em;cursor:pointer;white-space:nowrap}.custom-select-trigger:after{content:"";position:absolute;right:10px;top:50%;margin-top:-2px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #aaa;transition:transform .15s ease}.custom-select.open .custom-select-trigger{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#4a9eff}.custom-select.open .custom-select-trigger:after{transform:rotate(180deg)}.custom-select-options{display:none;position:absolute;top:100%;left:0;right:0;margin-top:0;background:#222;border:1px solid #4a9eff;border-top:none;border-radius:0 0 6px 6px;z-index:100;overflow:hidden;box-shadow:0 8px 20px #00000080}.custom-select.open .custom-select-options{display:block}.custom-select-option{padding:10px 12px;cursor:pointer;font-size:.9em;white-space:nowrap;border-bottom:1px solid #2a2a2a}.custom-select-option:last-child{border-bottom:none}.custom-select-option.selected{background:#1a3a5a;color:#4a9eff}.custom-select-option.disabled{color:#666;cursor:default}.custom-select-separator{padding:6px 12px 4px;font-size:.75em;color:#888;text-transform:uppercase;letter-spacing:.05em;border-top:1px solid #333;cursor:default;user-select:none}.custom-select-separator:first-child{border-top:none}.video-container{position:relative;width:100%;background:#000;border-radius:10px;overflow:hidden;aspect-ratio:16 / 9;box-shadow:0 4px 16px #0006,inset 0 0 0 1px #ffffff0d;touch-action:none}.video-container canvas,.video-container img{width:100%;height:100%;object-fit:contain;display:block}.overlay{position:absolute;top:8px;left:8px;display:flex;gap:8px}.overlay .badge{background:#00000073;color:#ccc;padding:4px 8px;border-radius:4px;font-size:.75em;font-family:monospace;display:inline-flex;gap:6px;align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.overlay .badge .s{color:#ccc}.overlay .badge .s-good{color:#4aff7a}.overlay .badge .s-warn{color:#ffb84a}.overlay .badge .s-bad{color:#ff4a4a}.overlay .badge .s-reextract{color:#4ac8ff}.reextract-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000bf;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:10}.reextract-spinner{width:40px;height:40px;border:3px solid rgba(74,200,255,.25);border-top-color:#4ac8ff;border-radius:50%;animation:reextract-spin .8s linear infinite}@keyframes reextract-spin{to{transform:rotate(360deg)}}.reextract-text{color:#eee;font-size:1em;text-align:center;max-width:80%}.audio-section{margin-top:16px;padding:16px;background:#161616;border:1px solid #2a2a2a;border-radius:8px}.audio-section h3{font-size:.9em;margin-bottom:8px}.audio-section p{color:#aaa;font-size:.85em;margin-bottom:12px}.audio-link{display:inline-block;padding:8px 16px;background:#2a2a2a;border:1px solid #444;border-radius:6px;color:#4a9eff;text-decoration:none;font-size:.9em;word-break:break-all}.qr-container{margin-top:12px;text-align:center}.qr-container img{width:160px;height:160px;border-radius:8px;background:#fff}.playback-controls{display:flex;align-items:center;gap:12px;margin-top:8px;padding:14px 20px;background:#161616;border:1px solid #1f1f1f;border-radius:10px}.ctrl-btn{padding:6px 16px;border:1px solid #444;border-radius:6px;background:#222;color:#eee;font-size:.9em;cursor:pointer;white-space:nowrap}.ctrl-btn:active{transform:translateY(0)}.ctrl-play{width:64px;height:64px;border:none;border-radius:50%;background:#4a9eff;color:#fff;font-size:1.35em;line-height:1;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 0 0 3px}.ctrl-play:active{transform:scale(.96);box-shadow:none}.ctrl-mute{width:52px;height:52px;padding:0;border:none;border-radius:50%;background:transparent;color:#888;font-size:1.3em;line-height:52px;text-align:center;flex-shrink:0}.ctrl-mute.muted{color:#ff4a4a}.time-display{font-family:monospace;font-size:.85em;color:#aaa;min-width:110px;flex-shrink:0}.seek-bar,.volume-bar{-webkit-appearance:none;appearance:none;border-radius:4px;outline:none;cursor:pointer;touch-action:pan-x}.seek-bar{flex:1;height:12px;background:linear-gradient(to right,#4a9eff var(--progress, 0%),#333 var(--progress, 0%))}.seek-bar::-webkit-slider-thumb{-webkit-appearance:none;width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid #4a9eff;cursor:pointer;box-shadow:0 0 6px #4a9eff66;transition:transform .12s ease,box-shadow .12s ease}.seek-bar:active::-webkit-slider-thumb{transform:scale(1.1);background:#4a9eff}.volume-bar{width:90px;height:6px;background:linear-gradient(to right,#4aff7a var(--progress, 100%),#333 var(--progress, 100%))}.volume-bar::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid #4aff7a;cursor:pointer;box-shadow:0 0 6px #4aff7a66;transition:transform .12s ease,box-shadow .12s ease}.volume-bar:active::-webkit-slider-thumb{transform:scale(1.1);background:#4aff7a}.content-section{margin-top:32px}.tab-bar{display:flex;align-items:center;gap:4px;margin-bottom:12px;border-bottom:1px solid #333;padding-bottom:0}.tab-button{padding:8px 20px;border:none;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#666;font-size:.9em;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.05em}.tab-button.active{color:#4a9eff;border-bottom-color:#4a9eff}.tab-bar .btn-refresh{margin-left:auto}.tab-panel{display:none}.tab-panel.active{display:block}.playlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.playlist-header h2{font-size:.8em;text-transform:uppercase;letter-spacing:.08em;color:#666;font-weight:600}.btn-refresh{padding:8px 16px;border:1px solid #333;border-radius:6px;background:transparent;color:#666;font-size:.9em;cursor:pointer}.playlist-items{display:flex;flex-direction:column;gap:8px}.playlist-item{position:relative;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1a1a1a;border-radius:8px;border:1px solid #333;gap:12px;overflow:hidden}.item-progress-track{position:absolute;bottom:0;left:0;right:0;height:3px;background:#333}.item-progress-fill{height:100%;background:#4a9eff;transition:width .3s ease}.playlist-item-info{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-item-duration{font-family:monospace;font-size:.85em;color:#888;white-space:nowrap}.playlist-item-status{font-size:.85em;color:#888;white-space:nowrap}.playlist-item-actions{display:flex;gap:8px;flex-shrink:0}.btn-play{padding:10px 28px;border:none;border-radius:8px;background:#4a9eff;color:#fff;font-size:1em;cursor:pointer;white-space:nowrap}.btn-play:active{transform:translateY(0)}.btn-play:disabled{background:#555;cursor:not-allowed;transform:none}.btn-reparse{padding:8px 16px;border:1px solid #444;border-radius:8px;background:transparent;color:#666;font-size:.9em;cursor:pointer;white-space:nowrap}.btn-reparse:disabled{color:#444;border-color:#333;cursor:not-allowed}.btn-remove{padding:8px 16px;border:1px solid #444;border-radius:8px;background:transparent;color:#666;font-size:.9em;cursor:pointer;white-space:nowrap}.item-dropdown{position:relative;flex-shrink:0}.btn-more{width:36px;height:36px;padding:0;border:1px solid #444;border-radius:6px;background:#222;color:#888;font-size:1.2em;cursor:pointer;line-height:36px;text-align:center}.dropdown-menu{display:none;position:absolute;right:0;top:100%;margin-top:4px;background:#222;border:1px solid #444;border-radius:6px;z-index:50;min-width:120px;overflow:hidden;box-shadow:0 8px 20px #00000080}.dropdown-menu.open{display:block}.dropdown-item{padding:10px 14px;cursor:pointer;font-size:.9em;white-space:nowrap;color:#ccc;border-bottom:1px solid #2a2a2a}.dropdown-item:last-child{border-bottom:none}.dropdown-item.btn-remove,.dropdown-item.btn-remove-group{color:#ff6b6b}.playlist-item-actions .item-dropdown{display:contents}.playlist-item-actions .dropdown-menu{display:flex;position:static;background:transparent;border:none;box-shadow:none;min-width:0;overflow:visible;margin:0;border-radius:0;gap:0;-webkit-transition:gap .25s ease;transition:gap .25s ease}.playlist-item-actions .btn-play{max-width:150px;overflow:hidden;-webkit-transition:max-width .25s ease,opacity .2s ease,padding .25s ease;transition:max-width .25s ease,opacity .2s ease,padding .25s ease}.playlist-item-actions.menu-expanded .btn-play{max-width:0;opacity:0;padding-left:0;padding-right:0}.playlist-item-actions .dropdown-item{max-width:0;opacity:0;overflow:hidden;padding:0;border-width:0;white-space:nowrap;-webkit-transition:max-width .3s ease,opacity .25s ease,padding .3s ease,border-width .3s ease;transition:max-width .3s ease,opacity .25s ease,padding .3s ease,border-width .3s ease}.playlist-item-actions.menu-expanded .dropdown-menu{gap:6px}.playlist-item-actions.menu-expanded .dropdown-item{max-width:120px;opacity:1;padding:6px 12px;border-radius:6px;font-size:.85em}.playlist-item-actions.menu-expanded .dropdown-item.btn-reparse{background:#1a2a3a;border:1px solid rgba(74,158,255,.3);color:#4a9eff}.playlist-item-actions.menu-expanded .dropdown-item.btn-rename{background:#1a2a1a;border:1px solid rgba(74,200,100,.3);color:#5cc86a}.playlist-item-actions.menu-expanded .dropdown-item.btn-remove,.playlist-item-actions.menu-expanded .dropdown-item.btn-remove-group{background:#2a1a1a;border:1px solid rgba(255,74,74,.3);color:#ff6b6b}.badge-status{font-size:.75em;padding:2px 10px;border-radius:12px;white-space:nowrap}.badge-extracting{background:#1a2a3a;color:#4a9eff;border:1px solid rgba(74,158,255,.2)}.badge-error{background:#3a1a1a;color:#ff4a4a;border:1px solid rgba(255,74,74,.2)}.playlist-group{border:1px solid #333;border-radius:8px}.playlist-group-header{position:relative;display:flex;align-items:center;gap:10px;padding:12px 16px;background:#1a1a1a;cursor:pointer;user-select:none;-webkit-user-select:none}.playlist-group-header .progress-bg{position:absolute;top:0;left:0;height:100%;background:#4aff7a14;transition:width .5s ease;pointer-events:none;z-index:0}.playlist-group-header>*{position:relative;z-index:1}.group-arrow{font-size:.7em;color:#666;transition:transform .2s ease;display:inline-block}.playlist-group.expanded .group-arrow{transform:rotate(90deg)}.group-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.group-count{font-size:.8em;color:#888;white-space:nowrap}.btn-reparse-group{padding:6px 12px;border:1px solid #444;border-radius:6px;background:transparent;color:#666;font-size:.8em;cursor:pointer;white-space:nowrap;flex-shrink:0}.btn-reparse-group:disabled{color:#444;border-color:#333;cursor:not-allowed}.btn-remove-group{padding:6px 12px;border:1px solid #444;border-radius:6px;background:transparent;color:#666;font-size:.8em;cursor:pointer;white-space:nowrap;flex-shrink:0}.playlist-group-items{display:none}.playlist-group.expanded .playlist-group-items{display:flex;flex-direction:column}.playlist-group-items .playlist-item{border-radius:0;border-left:none;border-right:none;border-bottom:1px solid #2a2a2a;padding-left:36px}.playlist-group-items .playlist-item:last-child{border-bottom:none}.search-results{margin-bottom:24px;border:1px solid #333;border-radius:8px;background:#0a0a0a;overflow:hidden}.search-results-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1a1a1a;border-bottom:1px solid #333}.search-results-header h2{font-size:.8em;text-transform:uppercase;letter-spacing:.08em;color:#666;font-weight:600}.search-results-list{max-height:400px;overflow-y:auto}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #2a2a2a;gap:12px}.search-result-item:last-child{border-bottom:none}.search-result-info{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.search-result-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge-source{font-size:.7em;padding:2px 8px;border-radius:10px;white-space:nowrap;flex-shrink:0}.badge-youtube{background:#3a1a1a;color:#f44;border:1px solid rgba(255,68,68,.2)}.badge-iyf{background:#1a2a3a;color:#4a9eff;border:1px solid rgba(74,158,255,.2)}.btn-add-result{padding:8px 20px;border:1px solid #4a9eff;border-radius:8px;background:transparent;color:#4a9eff;font-size:.9em;cursor:pointer;white-space:nowrap;flex-shrink:0}.btn-add-result:disabled{color:#555;border-color:#333;cursor:not-allowed}.search-no-results{padding:32px;text-align:center;color:#666;font-size:.95em}.search-results-list::-webkit-scrollbar{width:6px}.search-results-list::-webkit-scrollbar-track{background:#0a0a0a}.search-results-list::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.btn-resume{padding:8px 20px;font-size:.9em}.playlist-empty{padding:40px;text-align:center;color:#888;font-size:.95em;border:1px dashed #333;border-radius:8px}.debug-overlay{position:absolute;bottom:8px;left:8px;background:#000c;color:#0f0;font-family:monospace;font-size:.7em;padding:6px 10px;border-radius:4px;pointer-events:none;z-index:10;white-space:pre;display:none}.debug-overlay.visible{display:block;pointer-events:auto}.debug-copy-btn{position:absolute;top:4px;right:4px;background:#ffffff26;color:#0f0;border:1px solid rgba(255,255,255,.3);border-radius:3px;padding:2px 8px;font-size:10px;cursor:pointer;font-family:monospace}.debug-log{margin-top:16px;border:1px solid #333;border-radius:8px;background:#0a0a0a;overflow:hidden}.debug-log summary{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;background:#1a1a1a;border-bottom:1px solid #333;font-size:.8em;color:#666;cursor:pointer;list-style:none;user-select:none;-webkit-user-select:none}.debug-log summary::-webkit-details-marker{display:none}.debug-log summary:before{content:"▶";font-size:.7em;margin-right:8px;transition:transform .15s ease;display:inline-block}.debug-log[open] summary:before{transform:rotate(90deg)}.debug-log[open] summary{color:#888}.debug-log-buttons{display:flex;gap:4px}.debug-clear-btn{padding:2px 10px;border:1px solid #444;border-radius:4px;background:#222;color:#aaa;font-size:.85em;cursor:pointer}.debug-log-content{max-height:200px;overflow-y:auto;padding:6px 10px;font-family:monospace;font-size:.7em;line-height:1.5;word-break:break-all}.debug-log-content::-webkit-scrollbar{width:6px}.debug-log-content::-webkit-scrollbar-track{background:#0a0a0a}.debug-log-content::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.debug-line{color:#666}.debug-warn{color:#c49028}.debug-error{color:#e05555}.ctrl-skip{width:52px;height:52px;padding:0;border:1px solid #444;border-radius:50%;background:#222;color:#ccc;font-size:.8em;font-family:monospace;line-height:52px;text-align:center;flex-shrink:0}.ctrl-skip:active{transform:scale(.94)}.seek-bar-wrapper{position:relative;flex:1;display:flex;align-items:center}.seek-bar-wrapper .seek-bar{width:100%}.scrub-speed-label{position:absolute;top:-28px;left:50%;transform:translate(-50%);background:#000000d9;color:#4a9eff;font-family:monospace;font-size:.75em;padding:3px 10px;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:10}.ctrl-fullscreen{width:52px;height:52px;padding:0;border:none;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.fs-icon{display:block;width:24px;height:24px;position:relative}.fs-icon i{position:absolute;width:9px;height:9px;border-color:#888;border-style:solid;border-width:0;font-style:normal}.fs-icon.expand i:nth-child(1){top:0;left:0;border-top-width:2.5px;border-left-width:2.5px}.fs-icon.expand i:nth-child(2){top:0;right:0;border-top-width:2.5px;border-right-width:2.5px}.fs-icon.expand i:nth-child(3){bottom:0;left:0;border-bottom-width:2.5px;border-left-width:2.5px}.fs-icon.expand i:nth-child(4){bottom:0;right:0;border-bottom-width:2.5px;border-right-width:2.5px}.fs-icon.collapse i:nth-child(1){top:0;left:0;border-bottom-width:2.5px;border-right-width:2.5px}.fs-icon.collapse i:nth-child(2){top:0;right:0;border-bottom-width:2.5px;border-left-width:2.5px}.fs-icon.collapse i:nth-child(3){bottom:0;left:0;border-top-width:2.5px;border-right-width:2.5px}.fs-icon.collapse i:nth-child(4){bottom:0;right:0;border-top-width:2.5px;border-left-width:2.5px}.video-container:fullscreen,.video-container:-webkit-full-screen{width:100%;height:100%;border-radius:0;background:#000}.controls-fullscreen-mode{position:fixed;bottom:0;left:0;right:0;z-index:9999;border-radius:0;border:none;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.controls-hidden{opacity:0;pointer-events:none}.gesture-overlay{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:3.5em;color:#fff;background:#0000008c;border-radius:16px;padding:18px 32px;pointer-events:none;opacity:0;-webkit-transition:opacity .25s ease;transition:opacity .25s ease;z-index:10000;white-space:nowrap;user-select:none;-webkit-user-select:none}.gesture-overlay.visible{opacity:1}.hint-layer{display:none;position:absolute;inset:0;z-index:9998;background:#00000040;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0}.hint-layer.visible{display:-webkit-flex;display:flex;opacity:1}.hint-zone{-webkit-flex:1;flex:1;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#ffffffb3;font-size:1.6em;text-align:center;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-flex-direction:column;flex-direction:column}.hint-main{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:6px}.hint-sub{font-size:.45em;opacity:.5;margin-top:6px}.hint-icon{width:1.2em;height:1.2em;vertical-align:middle}.hint-icon-lg{width:1.6em;height:1.6em}.hint-zone-left{border-right:1px solid rgba(255,255,255,.15);max-width:20%;-webkit-flex:0 0 20%;flex:0 0 20%}.hint-zone-right{border-left:1px solid rgba(255,255,255,.15);max-width:20%;-webkit-flex:0 0 20%;flex:0 0 20%}.nav-episodes{display:inline-flex;align-items:center;gap:4px;min-width:0}.nav-ep-btn{padding:2px 8px;border:1px solid #444;border-radius:4px;background:#222;color:#aaa;font-size:.85em;cursor:pointer;line-height:1}.nav-ep-btn:disabled{color:#444;border-color:#333;cursor:default}.episode-panel{margin-top:8px;border:1px solid #333;border-radius:8px;background:#0a0a0a;overflow:hidden}.episode-panel-header{display:flex;align-items:center;padding:10px 16px;background:#1a1a1a;border-bottom:1px solid #333;font-size:.9em;color:#aaa;user-select:none;-webkit-user-select:none}.episode-list{max-height:300px;overflow-y:auto}.episode-item{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid #1f1f1f;font-size:.9em;color:#ccc}.episode-item:last-child{border-bottom:none}.episode-current{background:#1a2a3a;color:#4a9eff;border-left:3px solid #4a9eff;padding-left:13px}.episode-unavailable{color:#555;cursor:default}.episode-num{font-family:monospace;font-size:.85em;color:#666;min-width:28px;flex-shrink:0}.episode-current .episode-num{color:#4a9eff}.episode-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.episode-duration{font-family:monospace;font-size:.85em;color:#666;flex-shrink:0}.episode-list::-webkit-scrollbar{width:6px}.episode-list::-webkit-scrollbar-track{background:#0a0a0a}.episode-list::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.controls-fullscreen-mode .volume-bar{width:130px}.fullscreen-active .player-header,.fullscreen-active .top-nav,.fullscreen-active .debug-log,.fullscreen-active .audio-section{display:none}@media(hover:hover){.nav-brand:hover{text-decoration:underline}.link-accent:hover{color:#6bb3ff;text-decoration:underline}.url-form button:hover{background:#3a8eef;transform:translateY(-1px)}.btn-secondary:hover{background:#4a9eff1a!important}.btn-resolution:hover{background:#333;border-color:#666}.btn-resolution.active:hover{background:#4a9eff;border-color:#4a9eff}.custom-select-option:hover{background:#333}.custom-select-option.disabled:hover{background:transparent}.audio-link:hover{background:#333;border-color:#4a9eff}.ctrl-btn:hover{background:#333}.ctrl-play:hover{background:#3a8eef;box-shadow:0 0 12px #4a9eff59;transform:scale(1.06)}.ctrl-mute:hover{background:#2a2a2a;color:#eee}.seek-bar:hover::-webkit-slider-thumb{transform:scale(1.25);box-shadow:0 0 10px #4a9eff99}.volume-bar:hover::-webkit-slider-thumb{transform:scale(1.25);box-shadow:0 0 10px #4aff7a99}.tab-button:hover{color:#aaa}.btn-refresh:hover{background:#222;color:#eee;border-color:#444}.playlist-item:hover{border-color:#444;background:#1e1e1e}.btn-play:hover{background:#3a8eef;transform:translateY(-1px)}.btn-reparse:hover{border-color:#4a9eff;color:#4a9eff;background:#1a2a3a}.btn-remove:hover{border-color:#ff4a4a;color:#ff4a4a;background:#3a1a1a}.btn-more:hover{background:#333;color:#eee;border-color:#555}.dropdown-item:hover{background:#333}.dropdown-item.btn-remove:hover,.dropdown-item.btn-remove-group:hover{background:#3a1a1a}.playlist-item-actions.menu-expanded .dropdown-item.btn-reparse:hover{background:#1e3450;border-color:#4a9eff}.playlist-item-actions.menu-expanded .dropdown-item.btn-rename:hover{background:#1e3520;border-color:#5cc86a}.playlist-item-actions.menu-expanded .dropdown-item.btn-remove:hover,.playlist-item-actions.menu-expanded .dropdown-item.btn-remove-group:hover{background:#3a1a1a;border-color:#ff6b6b}.playlist-group-header:hover{background:#1e1e1e}.btn-reparse-group:hover{border-color:#4a9eff;color:#4a9eff;background:#1a2a3a}.btn-remove-group:hover{border-color:#ff4a4a;color:#ff4a4a;background:#3a1a1a}.search-result-item:hover{background:#1e1e1e}.btn-add-result:hover{background:#4a9eff1a}.debug-copy-btn:hover{background:#ffffff4d}.debug-clear-btn:hover{background:#333}.debug-log-content::-webkit-scrollbar-thumb:hover{background:#444}.ctrl-skip:hover{background:#333;color:#fff;border-color:#4a9eff}.ctrl-fullscreen:hover{background:#2a2a2a}.ctrl-fullscreen:hover .fs-icon i{border-color:#eee}.nav-ep-btn:hover:not(:disabled){background:#333;color:#eee;border-color:#4a9eff}.episode-item:hover:not(.episode-current):not(.episode-unavailable){background:#1e1e1e}}@media(pointer:coarse){.seek-bar{height:16px}.seek-bar::-webkit-slider-thumb{width:36px;height:36px}.volume-bar{height:8px}.volume-bar::-webkit-slider-thumb{width:30px;height:30px}.ctrl-skip,.ctrl-mute,.ctrl-fullscreen{min-width:48px;min-height:48px}.ctrl-btn{min-height:44px}.tab-button{padding:12px 24px}.btn-more{min-width:44px;min-height:44px}.dropdown-item{padding:14px 16px}.btn-play,.btn-resolution,.custom-select-trigger{min-height:44px}.custom-select-option{min-height:44px;display:flex;align-items:center}.nav-ep-btn{min-width:44px;min-height:44px}.episode-item{min-height:48px}.search-result-item{padding:14px 16px}.btn-add-result{min-height:44px}.url-form button{min-height:48px}.playlist-group-header{padding:16px 18px}.debug-log-content::-webkit-scrollbar{width:10px}.episode-list::-webkit-scrollbar{width:10px}}@media(max-width:768px){.container{padding:20px 16px}.nav-brand{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-title{max-width:50%}.resolution-picker{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:0}.ctrl-play{width:52px;height:52px;font-size:1.2em}.ctrl-skip{width:40px;height:40px;font-size:.7em;line-height:40px}.ctrl-mute{width:40px;height:40px;font-size:1.1em;line-height:40px}.ctrl-fullscreen{width:40px;height:40px}.volume-bar{width:70px}.playback-controls{gap:8px;padding:10px 14px}.qr-container img{width:120px;height:120px}}@media(max-width:480px){.container{padding:16px 12px}.top-nav{padding:10px 12px 0}.nav-brand{max-width:80px}h1{font-size:1.35em}.subtitle{margin-bottom:16px}.url-form{flex-wrap:wrap}.url-form input[type=text]{flex:1 1 100%}.url-form button{flex:1;padding:12px 16px}.player-header{flex-direction:column;align-items:flex-start}.player-title{max-width:100%}.player-controls,.custom-select,.custom-select-trigger{width:100%}.resolution-picker{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:0;flex-wrap:nowrap}.playback-controls{flex-wrap:wrap;gap:8px;padding:10px 12px}.ctrl-play{width:48px;height:48px;font-size:1.1em}.ctrl-skip{width:36px;height:36px;font-size:.65em;line-height:36px}.ctrl-mute{width:36px;height:36px;font-size:1em;line-height:36px}.ctrl-fullscreen{width:36px;height:36px}.fs-icon{width:18px;height:18px}.time-display{font-size:.75em;min-width:90px}.seek-bar-wrapper{flex:1 1 100%;order:10}.volume-bar{display:none}.playlist-item{position:relative;padding:10px 12px;-webkit-perspective:500px;perspective:500px}.playlist-item>.playlist-item-info,.playlist-item>.playlist-item-actions{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .35s ease;transition:transform .35s ease}.playlist-item>.playlist-item-info{-webkit-transform:rotateX(0deg);transform:rotateX(0)}.playlist-item-actions{position:absolute;inset:0;justify-content:center;align-items:center;gap:12px;background:#222;border:1px solid #444;border-radius:inherit;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);z-index:2}.playlist-item.actions-visible>.playlist-item-info{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.playlist-item.actions-visible>.playlist-item-actions{-webkit-transform:rotateX(0deg);transform:rotateX(0)}.playlist-item-title,.group-title{white-space:normal;overflow:visible;text-overflow:unset}.btn-play{padding:8px 18px;font-size:.9em}.playlist-group-items .playlist-item{padding-left:24px}.playlist-item-actions.menu-expanded .dropdown-item{padding:6px 10px;font-size:.8em}.search-result-item{padding:10px 12px;flex-wrap:wrap}.search-result-info{flex:1 1 100%}.btn-add-result{flex:1}.episode-item,.episode-panel-header{padding:8px 12px}}
