.app-container{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:800px;margin:0 auto;padding:16px}.app-title{font-size:20px;margin-bottom:12px;color:#333;display:flex;align-items:center;justify-content:center;gap:10px}.app-logo{width:36px;height:36px;border-radius:8px;object-fit:cover}.header-actions{display:flex;gap:8px;flex-wrap:wrap}.header-actions button{padding:8px 16px;border:none;background:#f5f5f5;border-radius:20px;cursor:pointer;font-size:14px;transition:all .3s}.header-actions button.active{background:#667eea;color:#fff}.app-main{flex:1;max-width:800px;margin:0 auto;padding:16px;width:100%}.page{animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.input-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px}.input-card label{display:block;font-weight:700;margin-bottom:8px;color:#333}.input-wrapper{position:relative;margin-bottom:12px}.input-card textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;resize:vertical;font-family:inherit}.paste-btn,.clear-btn{padding:6px 12px;border:none;background:#667eea;color:#fff;border-radius:6px;cursor:pointer;font-size:12px;margin-right:8px}.clear-btn{background:#999}.parse-btn,.download-btn,.save-btn{width:100%;padding:14px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s}.parse-btn:disabled,.download-btn:disabled{background:#ccc;cursor:not-allowed}.action-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:16px}.action-btn{padding:12px 8px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;color:#fff}.action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.action-btn:active{transform:translateY(0)}.video-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.cover-btn{background:linear-gradient(135deg,#11998e,#38ef7d)}.copy-btn{background:linear-gradient(135deg,#f093fb,#f5576c)}.video-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.video-cover{position:relative;width:100%;aspect-ratio:16/9;background:#f0f0f0}.video-cover img{width:100%;height:100%;object-fit:cover}.video-duration{position:absolute;bottom:8px;right:8px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}.video-details{padding:16px}.video-details h3{margin-bottom:8px;color:#333;line-height:1.4}.author-info{display:flex;align-items:center;gap:8px;color:#666;font-size:14px}.author-avatar{width:24px;height:24px;border-radius:50%}.download-options{padding:0 16px 16px;display:flex;gap:16px}.option-item{display:flex;align-items:center;gap:6px;cursor:pointer}.option-item input{width:18px;height:18px}.tasks-section,.batch-stats{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px}.tasks-section h3,.batch-stats{margin-bottom:12px;color:#333}.task-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f9f9f9;border-radius:8px;margin-bottom:8px}.task-cover{width:80px;height:60px;object-fit:cover;border-radius:6px}.task-info{flex:1}.task-title{font-size:14px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-bar{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden;margin:4px 0}.progress-bar.large{height:10px}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s}.task-status{font-size:12px;color:#666}.task-status.completed{color:#4caf50}.task-status.failed{color:#f44336}.batch-input-section{margin-bottom:16px}.hint{font-size:12px;color:#666;margin-bottom:8px}.batch-actions{margin:12px 0}.stat-item{display:inline-block;text-align:center;padding:12px 24px}.stat-value{font-size:32px;font-weight:700;color:#667eea}.stat-item.success .stat-value{color:#4caf50}.stat-item.error .stat-value{color:#f44336}.stat-label{font-size:12px;color:#666;margin-top:4px}.batch-progress{margin-top:16px}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.history-header h3{color:#333}.clear-history-btn{padding:6px 12px;border:none;background:#ff5722;color:#fff;border-radius:6px;cursor:pointer;font-size:12px}.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-icon{font-size:64px;margin-bottom:16px}.history-list{display:flex;flex-direction:column;gap:12px}.history-item{display:flex;gap:12px;background:#fff;padding:12px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.history-cover{width:100px;height:75px;object-fit:cover;border-radius:8px}.history-info{flex:1}.history-title{font-size:14px;font-weight:700;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.history-time{font-size:12px;color:#999;margin-bottom:4px}.history-status{font-size:12px}.history-status.completed{color:#4caf50}.history-status.failed{color:#f44336}.history-actions{display:flex;flex-direction:column;gap:6px}.history-actions button{padding:6px 10px;border:none;background:#f0f0f0;border-radius:4px;cursor:pointer;font-size:11px;white-space:nowrap}.settings-section{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 2px 8px #0000001a}.settings-section h3{margin-bottom:12px;color:#667eea;font-size:16px}.setting-item{margin-bottom:12px}.setting-item label{display:flex;align-items:center;gap:8px;cursor:pointer}.setting-item input[type=text]{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;margin-top:6px;font-size:14px}.about-info{color:#666;line-height:1.8;font-size:14px}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:12px 24px;border-radius:8px;color:#fff;font-size:14px;z-index:1000;animation:slideDown .3s}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.toast.info{background:#667eea}.toast.success{background:#4caf50}.toast.error{background:#f44336}.toast.warning{background:#ff9800}.processing-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.processing-modal{background:#fff;border-radius:16px;padding:40px 50px;display:flex;flex-direction:column;align-items:center;gap:16px;box-shadow:0 10px 40px #0000004d;animation:scaleIn .3s}.processing-spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.processing-text{font-size:18px;color:#333;font-weight:500}.processing-dots{display:flex;gap:6px}.processing-dots span{width:8px;height:8px;background:#667eea;border-radius:50%;animation:dotBounce 1.4s infinite ease-in-out both}.processing-dots span:nth-child(1){animation-delay:-.32s}.processing-dots span:nth-child(2){animation-delay:-.16s}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dotBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 600px){.header-actions{gap:6px}.header-actions button{padding:6px 12px;font-size:12px}.history-item{flex-direction:column}.history-cover{width:100%;height:auto;aspect-ratio:16/9}.history-actions{flex-direction:row;flex-wrap:wrap}}
