:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--accent: #ff2d55;--accent-hover: #ff5c7c;--surface: rgba(255, 255, 255, .04);--surface-hover: rgba(255, 255, 255, .08);--border: rgba(255, 255, 255, .1);--text-muted: rgba(255, 255, 255, .5)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.app{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.5rem 2rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.75rem}.header-logo{width:36px;height:36px;background:var(--accent);border-radius:8px;display:grid;place-items:center;font-size:1.2rem}.header h1{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.header span{color:var(--text-muted);font-size:.8rem;margin-left:auto}.main{flex:1;max-width:720px;width:100%;margin:0 auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;gap:2rem}.search-section{display:flex;flex-direction:column;gap:1rem}.search-section h2{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.03em;text-align:center}.search-section p{margin:0;color:var(--text-muted);text-align:center;font-size:.95rem}.search-bar{display:flex;gap:.5rem}.search-bar input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.85rem 1.1rem;color:#fafafa;font-size:.95rem;outline:none;transition:border-color .2s}.search-bar input::placeholder{color:var(--text-muted)}.search-bar input:focus{border-color:var(--accent)}.search-bar button{background:var(--accent);border:none;border-radius:12px;padding:0 1.5rem;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s;white-space:nowrap}.search-bar button:hover{background:var(--accent-hover)}.search-bar button:disabled{opacity:.5;cursor:not-allowed}.error-msg{background:#ff2d551a;border:1px solid rgba(255,45,85,.3);border-radius:10px;padding:.75rem 1rem;color:var(--accent);font-size:.9rem;text-align:center}.video-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.video-card-inner{display:flex;gap:1.25rem;padding:1.25rem}.video-thumb{width:180px;min-width:180px;aspect-ratio:16/9;border-radius:8px;object-fit:cover;background:#ffffff0d}.video-info{flex:1;display:flex;flex-direction:column;gap:.35rem;min-width:0}.video-title{font-size:1.05rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-author{color:var(--text-muted);font-size:.85rem}.format-section{border-top:1px solid var(--border);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.format-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.format-options{display:flex;gap:.5rem;flex-wrap:wrap}.format-btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem .9rem;color:#fafafa;font-size:.85rem;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:.4rem}.format-btn:hover{background:var(--surface-hover)}.format-btn.active{border-color:var(--accent);background:#ff2d551a;color:var(--accent)}.format-btn .badge{font-size:.7rem;background:#ffffff1a;padding:.1rem .4rem;border-radius:4px}.download-btn{background:var(--accent);border:none;border-radius:10px;padding:.85rem;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s;margin:0 1.25rem 1.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.download-btn:hover{background:var(--accent-hover)}.queue-section{display:flex;flex-direction:column;gap:.75rem}.queue-section h3{margin:0;font-size:1rem;font-weight:600;color:var(--text-muted)}.queue-empty{color:var(--text-muted);font-size:.9rem;text-align:center;padding:2rem;border:1px dashed var(--border);border-radius:12px}.queue-item{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;animation:fadeIn .2s ease}.queue-item-thumb{width:48px;height:36px;border-radius:4px;object-fit:cover;background:#ffffff0d}.queue-item-info{flex:1;min-width:0}.queue-item-title{font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-item-meta{font-size:.75rem;color:var(--text-muted)}.queue-item-status{font-size:.75rem;padding:.25rem .6rem;border-radius:6px;font-weight:500}.queue-item-status.ready{background:#34c75926;color:#34c759}.queue-item-status.downloading{background:#ff950026;color:#ff9500}.progress-bar{height:3px;background:#ffffff1a;border-radius:2px;margin-top:.4rem;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .3s ease}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.5rem}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;text-align:center}.feature-icon{font-size:1.5rem;margin-bottom:.5rem}.feature-card h4{margin:0 0 .25rem;font-size:.9rem;font-weight:600}.feature-card p{margin:0;font-size:.8rem;color:var(--text-muted)}.footer{padding:1.5rem 2rem;border-top:1px solid var(--border);text-align:center;color:var(--text-muted);font-size:.8rem}@media(max-width:640px){.video-card-inner{flex-direction:column}.video-thumb{width:100%;min-width:unset}.features{grid-template-columns:1fr}.search-bar{flex-direction:column}.search-bar button{padding:.85rem}}
