.connection-status[data-v-14bd445b]{position:fixed;top:80px;left:24px;z-index:2000;max-width:400px;min-width:300px;animation:slideInLeft-14bd445b .3s ease}.status-content[data-v-14bd445b]{padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:8px;font-size:14px;box-shadow:0 4px 12px #00000026;border:1px solid}.status-connected .status-content[data-v-14bd445b]{background:#d1fae5;color:#065f46;border-color:#10b981}.status-disconnected .status-content[data-v-14bd445b]{background:#fee2e2;color:#991b1b;border-color:#ef4444}.status-checking .status-content[data-v-14bd445b]{background:#fef3c7;color:#92400e;border-color:#f59e0b}.retry-btn[data-v-14bd445b]{background:#ef4444;color:#fff;border:none;padding:4px 8px;border-radius:4px;font-size:12px;cursor:pointer;margin-left:auto}.retry-btn[data-v-14bd445b]:hover{background:#dc2626}body.dark-theme .status-connected .status-content[data-v-14bd445b]{background:#065f46;color:#d1fae5}body.dark-theme .status-disconnected .status-content[data-v-14bd445b]{background:#991b1b;color:#fecaca}body.dark-theme .status-checking .status-content[data-v-14bd445b]{background:#92400e;color:#fef3c7}@keyframes slideInLeft-14bd445b{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;line-height:1.5;color:#333;background-color:#f5f7fa;font-size:14px}.header{background:#fff;border-bottom:1px solid #e8eaec;position:fixed;top:0;left:0;right:0;z-index:1000;height:60px;box-shadow:0 2px 8px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#2563eb}.logo i{font-size:20px}.theme-toggle{display:flex;align-items:center}.theme-toggle-btn{position:relative;width:50px;height:28px;background:#e5e7eb;border:none;border-radius:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;padding:4px 6px;overflow:hidden}.theme-toggle-btn:hover{background:#d1d5db}.theme-toggle-btn:before{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease;transform:translate(0);box-shadow:0 2px 4px #0003}.theme-icon-light,.theme-icon-dark{font-size:12px;z-index:1;transition:all .3s ease}.theme-icon-light{color:#f59e0b}.theme-icon-dark{color:#6b7280}body.dark-theme .theme-toggle-btn{background:#374151}body.dark-theme .theme-toggle-btn:hover{background:#4b5563}body.dark-theme .theme-toggle-btn:before{transform:translate(22px);background:#1f2937}body.dark-theme .theme-icon-light{color:#6b7280}body.dark-theme .theme-icon-dark{color:#fbbf24}body.dark-theme{background-color:#111827;color:#f9fafb}body.dark-theme .header{background:#1f2937;border-bottom-color:#374151}body.dark-theme .logo{color:#60a5fa}.main{margin-top:60px;min-height:calc(100vh - 60px);padding:24px 0}.container{max-width:1200px;margin:0 auto;padding:0 24px}.content-wrapper{display:grid;grid-template-columns:400px 1fr;gap:24px;align-items:start}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.card-header{padding:20px 24px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;background:#fafbfc}.card-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1f2937}.card-title i{color:#2563eb;font-size:16px}body.dark-theme .card{background:#1f2937;border-color:#374151;box-shadow:0 1px 3px #0000004d}body.dark-theme .card-header{background:#111827;border-bottom-color:#374151}body.dark-theme .card-title{color:#f9fafb}body.dark-theme .card-title i{color:#60a5fa}.card-body{padding:24px}.card-actions{display:flex;align-items:center;gap:16px}.add-task-card{height:fit-content}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.input-wrapper{position:relative}.form-input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;line-height:1.4;color:#1f2937;background-color:#fff;transition:all .2s;font-family:inherit}.form-input::placeholder{color:#9ca3af}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input:hover{border-color:#9ca3af}body.dark-theme .form-label{color:#d1d5db}body.dark-theme .form-input{background-color:#374151;border-color:#4b5563;color:#f9fafb}body.dark-theme .form-input::placeholder{color:#6b7280}body.dark-theme .form-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}body.dark-theme .form-input:hover{border-color:#6b7280}.drag-overlay{position:absolute;inset:0;background:#2563eb0d;border:2px dashed #2563eb;border-radius:8px;display:none;align-items:center;justify-content:center;z-index:10}.drag-overlay.show{display:flex}.drag-content{display:flex;flex-direction:column;align-items:center;gap:8px;color:#2563eb;font-size:14px}.drag-content i{font-size:24px}.form-actions{margin-bottom:24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;border-radius:8px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:all .2s;min-height:40px;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover:not(:disabled){background-color:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.btn-ghost{background-color:transparent;color:#6b7280;border-color:#d1d5db}.btn-ghost:hover:not(:disabled){color:#2563eb;border-color:#2563eb;background-color:#f8fafc}.btn-danger{background-color:#dc2626;color:#fff;border-color:#dc2626}.btn-danger:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c}.btn-success{background-color:#059669;color:#fff;border-color:#059669}.btn-success:hover:not(:disabled){background-color:#047857;border-color:#047857}.btn-sm{padding:8px 12px;font-size:13px;min-height:32px}.btn-loading{display:none}.help-text{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.help-title{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151;margin-bottom:12px;font-size:14px}.help-title i{color:#2563eb;font-size:14px}.help-list{display:flex;flex-direction:column;gap:8px}.help-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}.help-item i{color:#2563eb;width:14px;font-size:12px}body.dark-theme .help-text{background:#111827;border-color:#374151}body.dark-theme .help-title{color:#d1d5db}body.dark-theme .help-title i{color:#60a5fa}body.dark-theme .help-item{color:#9ca3af}body.dark-theme .help-item i{color:#60a5fa}body.dark-theme .btn{border-color:#4b5563}body.dark-theme .btn-primary{background:#1d4ed8;border-color:#1d4ed8}body.dark-theme .btn-primary:hover{background:#1e40af;border-color:#1e40af}body.dark-theme .btn-ghost{background:transparent;color:#9ca3af;border-color:#4b5563}body.dark-theme .btn-ghost:hover{color:#60a5fa;border-color:#60a5fa;background:#1f2937}.stats-bar{display:flex;gap:20px}.stat-item{display:flex;flex-direction:column;align-items:center;gap:2px}.stat-value{font-size:18px;font-weight:600;color:#1f2937}.stat-label{font-size:12px;color:#6b7280}body.dark-theme .stat-value{color:#f9fafb}body.dark-theme .stat-label{color:#9ca3af}.action-buttons{display:flex;gap:8px}.task-list{min-height:300px;max-height:600px;overflow-y:auto}.task-list::-webkit-scrollbar{width:6px}.task-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.task-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.task-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}body.dark-theme .task-list::-webkit-scrollbar-track{background:#374151}body.dark-theme .task-list::-webkit-scrollbar-thumb{background:#4b5563}body.dark-theme .task-list::-webkit-scrollbar-thumb:hover{background:#6b7280}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{width:80px;height:80px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.empty-icon i{font-size:32px;color:#9ca3af}.empty-title{font-size:16px;font-weight:500;color:#6b7280;margin-bottom:8px}.empty-description{font-size:14px;color:#9ca3af}body.dark-theme .empty-icon{background:#374151}body.dark-theme .empty-title{color:#d1d5db}body.dark-theme .empty-description{color:#6b7280}.task-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:12px;transition:all .2s}.task-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a}body.dark-theme .task-item{background:#374151;border-color:#4b5563}body.dark-theme .task-item:hover{border-color:#6b7280;box-shadow:0 2px 8px #0000004d}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.task-info h3{font-size:14px;font-weight:500;color:#1f2937;margin-bottom:4px;word-break:break-all}.task-url{font-size:12px;color:#6b7280;word-break:break-all}body.dark-theme .task-info h3{color:#f9fafb}body.dark-theme .task-url{color:#9ca3af}.task-status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap}.status-pending{background:#fef3c7;color:#d97706}.status-downloading{background:#dbeafe;color:#2563eb}.status-completed{background:#d1fae5;color:#059669}.status-failed{background:#fee2e2;color:#dc2626}body.dark-theme .status-pending{background:#374151;color:#fbbf24}body.dark-theme .status-downloading{background:#1e40af;color:#dbeafe}body.dark-theme .status-completed{background:#065f46;color:#d1fae5}body.dark-theme .status-failed{background:#991b1b;color:#fecaca}.progress-section{margin-bottom:12px}.progress-bar-container{position:relative;background:#f3f4f6;border-radius:4px;height:8px;overflow:hidden;margin-bottom:8px}.progress-bar{height:100%;background:linear-gradient(90deg,#2563eb,#1d4ed8);border-radius:4px;transition:width .3s ease}.progress-text-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:500;color:#1f2937;z-index:1}body.dark-theme .progress-bar-container{background:#374151}body.dark-theme .progress-text-overlay{color:#f9fafb}.progress-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px}.stat-item-task{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background:#f8fafc;border-radius:4px;font-size:12px}.stat-label{color:#6b7280}.stat-value{color:#1f2937;font-weight:500}body.dark-theme .stat-item-task{background:#111827;border:1px solid #374151}body.dark-theme .stat-item-task .stat-label{color:#9ca3af}body.dark-theme .stat-item-task .stat-value{color:#f9fafb}.task-actions{display:flex;gap:8px;flex-wrap:wrap}.notification{position:fixed;top:80px;right:24px;z-index:2000;max-width:400px;min-width:300px;animation:slideInRight .3s ease}.notification-content{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:space-between;gap:12px}body.dark-theme .notification-content{background:#1f2937;border-color:#374151;color:#f9fafb;box-shadow:0 4px 12px #0006}.notification.success .notification-content{border-left:4px solid #10b981}.notification.error .notification-content{border-left:4px solid #ef4444}.notification.warning .notification-content{border-left:4px solid #f59e0b}.notification-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.notification-close:hover{color:#6b7280;background:#f3f4f6}body.dark-theme .notification-close:hover{background:#374151}.modal{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .3s ease}.modal-overlay{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-large{max-width:800px}body.dark-theme .modal-overlay{background:#000000b3}body.dark-theme .modal-content{background:#1f2937;box-shadow:0 20px 60px #0009}.modal-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.modal-header h3{font-size:18px;font-weight:600;color:#1f2937}body.dark-theme .modal-header{border-bottom-color:#374151}body.dark-theme .modal-header h3{color:#f9fafb}.modal-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s}.modal-close:hover{color:#6b7280;background:#f3f4f6}body.dark-theme .modal-close:hover{background:#374151}.modal-body{padding:24px;flex:1;overflow-y:auto}body.dark-theme .modal-body{color:#d1d5db}.modal-icon{text-align:center;margin-bottom:16px}.modal-icon i{font-size:48px;color:#f59e0b}.modal-body p{text-align:center;color:#6b7280;margin-bottom:8px}.modal-warning{font-size:13px;color:#ef4444}.modal-footer{padding:20px 24px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:center}body.dark-theme .modal-footer{border-top-color:#374151}.loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:40px;color:#6b7280}.loading i{font-size:16px}body.dark-theme .loading{color:#9ca3af}.status-content{max-height:400px;overflow-y:auto}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.status-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;border-left:4px solid #2563eb;text-align:left}.status-section h4{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:12px}body.dark-theme .status-section{background:#111827;border-color:#374151;border-left-color:#60a5fa}body.dark-theme .status-section h4{color:#f9fafb}.status-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #e5e7eb;font-size:13px}.status-item:last-child{border-bottom:none}body.dark-theme .status-item{border-bottom-color:#374151}.status-label{color:#6b7280}.status-value{color:#1f2937;font-weight:500}body.dark-theme .status-label{color:#9ca3af}body.dark-theme .status-value{color:#f9fafb}.status-healthy{color:#10b981!important}.status-warning{color:#f59e0b!important}body.dark-theme .status-healthy{color:#34d399!important}body.dark-theme .status-warning{color:#fbbf24!important}.disk-info{flex-direction:column;align-items:stretch}.disk-details{width:100%}.disk-usage{color:#4b5563;font-size:12px}.disk-text{display:block;margin-bottom:4px;color:#1f2937;font-weight:500}.disk-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.disk-bar-fill{height:100%;background:linear-gradient(90deg,#2563eb,#1d4ed8);border-radius:3px;transition:width .3s ease}body.dark-theme .disk-usage{color:#d1d5db}body.dark-theme .disk-text{color:#f9fafb}body.dark-theme .disk-bar{background:#374151}body.dark-theme .disk-bar-fill{background:linear-gradient(90deg,#60a5fa,#3b82f6)}.warning-details{flex-direction:column;align-items:stretch}.warning-list{margin-top:4px;color:#4b5563;font-size:12px}.warning-item{color:#d97706;margin-bottom:2px}body.dark-theme .warning-list{color:#d1d5db}body.dark-theme .warning-item{color:#fbbf24}.cleanup-rules-text{color:#718096;font-size:.9rem;line-height:1.5;text-align:left!important;margin:0;padding:0;display:block}body.dark-theme .cleanup-rules-text{color:#9ca3af!important}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-spin{animation:spin 1s linear infinite}@media (max-width: 1024px){.content-wrapper{grid-template-columns:1fr;gap:16px}.container{padding:0 16px}}@media (max-width: 768px){.header-container{padding:0 16px}.card-header{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:12px}.card-body{padding:20px}.card-actions{width:100%;justify-content:space-between}.stats-bar{gap:16px}.action-buttons .btn .btn-text{display:none}.form-input{font-size:16px}.task-header{flex-direction:column;align-items:flex-start;gap:8px}.task-status{align-self:flex-start}.progress-stats{grid-template-columns:1fr}.modal-content{margin:16px;max-width:none}.modal-footer{flex-direction:row;justify-content:center;gap:8px}.modal-footer .btn{flex:1;max-width:120px;justify-content:center}}@media (max-width: 480px){.main{padding:16px 0}.card-header{padding:12px 16px}.card-body{padding:16px}.stats-bar{flex-wrap:wrap;gap:12px}.task-item,.help-text{padding:12px}}
