*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0d1117;color:#e6edf3;min-height:100vh}h1{font-size:1.8rem;margin-bottom:1.5rem;color:#f0f6fc}.input-group{display:flex;gap:.5rem;margin-bottom:2rem}@media(max-width:480px){.input-group{flex-direction:column}}.input-group input{flex:1;padding:.75rem 1rem;border:1px solid #30363d;border-radius:6px;background:#161b22;color:#e6edf3;font-size:1rem}.input-group input::placeholder{color:#6e7681}.input-group input:focus{outline:none;border-color:#58a6ff}button{padding:.75rem 1.5rem;border:none;border-radius:6px;background:#238636;color:#fff;font-size:.95rem;cursor:pointer;white-space:nowrap}button:hover{background:#2ea043}button:disabled{background:#21262d;color:#6e7681;cursor:not-allowed}.status-panel{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.25rem;margin-bottom:1.5rem}.status-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.torrent-name{font-size:1.1rem;font-weight:600;word-break:break-word}.step-info{font-size:.8rem;color:#8b949e;margin-bottom:.75rem;padding:.4rem .6rem;background:#0d1117;border-radius:4px;border-left:3px solid #58a6ff}.progress-bar{width:100%;height:6px;background:#21262d;border-radius:3px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:#58a6ff;border-radius:3px;transition:width .3s ease}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem}.stat{background:#0d1117;padding:.6rem .8rem;border-radius:6px}.stat-label{font-size:.75rem;color:#6e7681;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1rem;font-weight:600;margin-top:.2rem}.file-list{list-style:none}.file-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem .8rem;border-bottom:1px solid #21262d;cursor:pointer;border-radius:4px}.file-item:hover{background:#1c2128}.file-item:last-child{border-bottom:none}.file-name{font-size:.9rem;word-break:break-word;flex:1}.file-size{font-size:.8rem;color:#6e7681;margin-left:1rem;white-space:nowrap}.player-section{margin-top:1.5rem}.player-title{font-size:.9rem;color:#8b949e;margin-bottom:.5rem}video,audio{width:100%;background:#000}.error-msg{background:#3d1f28;border:1px solid rgba(248,81,73,.4);color:#f85149;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem}.remove-btn{background:#da3633;padding:.4rem .8rem;font-size:.8rem}.remove-btn:hover{background:#f85149}.spinner{display:inline-block;width:14px;height:14px;border:2px solid #30363d;border-top-color:#58a6ff;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}
