*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:system-ui,Segoe UI,Roboto,sans-serif;background:#0f1114;color:#e8eaed}.app-container{display:flex;min-height:100vh}[hidden]{display:none!important}.sidebar{width:320px;background:#1a1d21;border-right:1px solid #2a2d33;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-header{padding:1.5rem 1.25rem 1rem;border-bottom:1px solid #2a2d33}.sidebar-title{margin:0;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.badge{background:#e62117;color:#fff;font-size:.85rem;padding:.2rem .5rem;border-radius:999px;font-weight:700}.sidebar-body{flex:1;overflow-y:auto;padding:.5rem}.download-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.list-empty{padding:2rem 1rem;text-align:center;color:#9aa0a6;font-size:.9rem;line-height:1.5}.list-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#0f1114;border:1px solid #2a2d33;border-radius:.5rem;transition:border-color .2s}.list-item:hover{border-color:#3c4043}.list-item-num{flex-shrink:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:#2a2d33;border-radius:50%;font-size:.8rem;font-weight:600;color:#9aa0a6}.list-item-content{flex:1;min-width:0}.list-item-title{font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#e8eaed;margin-bottom:.25rem}.list-item-meta{font-size:.75rem;color:#9aa0a6}.list-item-remove{flex-shrink:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#9aa0a6;font-size:1.5rem;cursor:pointer;border-radius:.375rem;transition:all .2s}.list-item-remove:hover{background:#e62117;color:#fff}.sidebar-footer{padding:1rem;border-top:1px solid #2a2d33;display:flex;flex-direction:column;gap:.5rem}.list-notification{position:fixed;bottom:1.5rem;left:340px;background:#1e8e3e;color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;z-index:1000;animation:slideIn .3s ease;box-shadow:0 4px 12px #0000004d}.list-notification.error{background:#e62117}.list-notification.fade-out{animation:slideOut .3s ease;opacity:0}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}.main-content{flex:1;padding:2rem 1.5rem;overflow-y:auto}.mode-selector{display:flex;gap:.5rem;background:#1a1d21;padding:.25rem;border-radius:.5rem;border:1px solid #3c4043}.mode-option{display:flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:.375rem;cursor:pointer;transition:all .2s;font-size:.9rem}.mode-option input[type=radio]{display:none}.mode-option input[type=radio]:checked+span{font-weight:600}.mode-option:has(input:checked){background:#e62117;color:#fff}.header{margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.brand{display:flex;align-items:center;gap:.35rem;font-weight:700;font-size:1.25rem;margin-bottom:.5rem}.pill{padding:.2rem .55rem;border-radius:999px;letter-spacing:.02em}.pill.yt{background:#e62117;color:#fff}.pill.rest{background:#2a2d33;color:#fff}.tagline{margin:0;font-size:.9rem;color:#9aa0a6}.search-form{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.search-form input{flex:1 1 12rem;padding:.65rem .85rem;border-radius:.5rem;border:1px solid #3c4043;background:#1a1d21;color:inherit;font-size:1rem}.search-form input:focus{outline:none;border-color:#e62117}.search-form button{padding:.65rem 1rem;border-radius:.5rem;border:none;background:#e62117;color:#fff;font-weight:600;cursor:pointer;transition:filter .2s}.search-form button:hover{filter:brightness(1.08)}.ripper-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;font-size:.9rem}.form-group input{padding:.65rem .85rem;border-radius:.5rem;border:1px solid #3c4043;background:#1a1d21;color:inherit;font-size:1rem}.form-group input:focus{outline:none;border-color:#e62117}.mode-fieldset{border:1px solid #3c4043;border-radius:.5rem;padding:1rem;background:#1a1d21}.mode-fieldset legend{font-weight:600;font-size:.9rem;padding:0 .5rem}.radio-label{display:flex;align-items:center;gap:.5rem;padding:.5rem;margin:.25rem 0;cursor:pointer;border-radius:.375rem;transition:background .2s}.radio-label:hover{background:#2a2d33}.radio-label input[type=radio]{width:1.1rem;height:1.1rem;accent-color:#e62117;cursor:pointer}.max-container{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #3c4043}.input-sm{max-width:8rem;padding:.4rem .6rem;border-radius:.375rem;border:1px solid #3c4043;background:#0f1114;color:inherit;font-size:.9rem}.muted{color:#9aa0a6;font-size:.85rem}.results{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.result{padding:.75rem;border-radius:.5rem;background:#1a1d21;border:1px solid #2a2d33;transition:all .2s;cursor:pointer}.result:hover{border-color:#3c4043;background:#1f2227;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.result-thumb{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:.375rem;margin-bottom:.5rem;background:#2a2d33}.result-content{display:flex;flex-direction:column;gap:.35rem}.result-title{color:#e8eaed;font-weight:600;font-size:.95rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.result-meta{font-size:.85rem;color:#9aa0a6}.hint{font-size:.9rem;color:#9aa0a6;padding:.75rem;border-radius:.5rem;background:#1a1d21;margin-bottom:1rem}.hint.error{color:#f28b82;background:#f28b821a}.btn{padding:.65rem 1.25rem;border-radius:.5rem;border:none;font-weight:600;cursor:pointer;transition:all .2s;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#e62117;color:#fff}.btn-primary:hover:not(:disabled){filter:brightness(1.08)}.btn-ghost{background:transparent;color:#8ab4f8;border:1px solid #3c4043}.btn-ghost:hover:not(:disabled){background:#1a1d21}.btn-sm{padding:.4rem .75rem;font-size:.85rem}.btn-large{padding:.85rem 1.5rem;font-size:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;opacity:0;transition:opacity .2s}.modal-overlay.show{opacity:1}.modal-overlay.fade-out{opacity:0}.modal-content{background:#1a1d21;border-radius:.75rem;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;border:1px solid #2a2d33}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #2a2d33;display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal-title{margin:0;font-size:1.1rem;font-weight:600;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-close{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#9aa0a6;font-size:1.75rem;cursor:pointer;border-radius:.375rem;transition:all .2s;line-height:1}.modal-close:hover{background:#2a2d33;color:#e8eaed}.modal-body{padding:1.5rem;flex:1;overflow-y:auto}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:.5rem;background:#000}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #2a2d33;display:flex;justify-content:flex-end;gap:.75rem}.progress-container{padding:1rem;background:#1a1d21;border-radius:.5rem;border:1px solid #3c4043;margin-bottom:1rem}.progress-meta{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;color:#9aa0a6}progress{width:100%;height:1.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;overflow:hidden}progress::-webkit-progress-bar{background:#2a2d33;border-radius:.375rem}progress::-webkit-progress-value{background:#e62117;transition:width .3s}progress::-moz-progress-bar{background:#e62117}.progress-foot{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.85rem;color:#9aa0a6;font-weight:600}.logs-container{max-height:20rem;overflow-y:auto;background:#0f1114;border:1px solid #3c4043;border-radius:.5rem;padding:.75rem;font-family:Courier New,monospace;font-size:.8rem;line-height:1.4;color:#9aa0a6;margin-bottom:1rem}.logs-container:empty{display:none}.log-line{margin:.15rem 0;word-break:break-word}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.download-link{display:inline-block;margin-top:.5rem;padding:.5rem 1rem;background:#1e8e3e;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:filter .2s}.download-link:hover{filter:brightness(1.1)}@media(max-width:768px){.app-container{flex-direction:column}.main-content{order:1}.sidebar{order:2;width:100%;height:auto;max-height:40vh;position:static;border-right:none;border-top:1px solid #2a2d33}.list-notification{left:1rem}.results{grid-template-columns:1fr}}
