.profile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.profile-modal{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 25px 50px #00000040;width:90%;max-width:600px;max-height:90vh;overflow:hidden;animation:slideUp .3s ease-out;border:1px solid rgba(255,255,255,.2)}.profile-modal-header{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.profile-modal-header h2{margin:0;font-size:1.5rem;font-weight:600}.profile-modal-close{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.profile-modal-close:hover{background:#fff3;transform:scale(1.1)}.profile-modal-tabs{display:flex;background:#f8fafccc;border-bottom:1px solid rgba(226,232,240,.5)}.profile-tab{flex:1;padding:1rem;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:500;color:#64748b;transition:all .2s ease;position:relative}.profile-tab:hover{color:#3b82f6;background:#3b82f60d}.profile-tab.active{color:#3b82f6;background:#fff}.profile-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.profile-modal-content{padding:2rem;max-height:60vh;overflow-x:hidden}.profile-modal-info{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.profile-modal-avatar-section{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}.profile-avatar-large{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 8px 25px #00000026;margin-bottom:1rem}.profile-avatar-large-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0,#cbd5e0);display:flex;align-items:center;justify-content:center;border:4px solid white;box-shadow:0 8px 25px #00000026;margin-bottom:1rem}.profile-avatar-large-placeholder span{font-size:3rem;color:#64748b;font-weight:600}.profile-name{font-size:1.5rem;font-weight:600;color:#1e293b;margin:.5rem 0}.profile-email{color:#64748b;font-size:1rem;margin:0}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:600;color:#374151;font-size:.95rem}.form-group input{padding:.75rem 1rem;border:2px solid rgba(226,232,240,.8);border-radius:12px;font-size:1rem;transition:all .2s ease;background:#fffc}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-2px)}.profile-submit-btn{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1rem}.profile-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.profile-submit-btn:disabled{opacity:.6;cursor:not-allowed}.avatar-upload-section{display:flex;justify-content:space-around;margin-bottom:2rem;gap:2rem}.current-avatar,.new-avatar{text-align:center;display:flex;flex-direction:column;align-items:center}.profile-avatar-medium{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 15px #0000001a;margin-bottom:.5rem}.avatar-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0,#cbd5e0);display:flex;align-items:center;justify-content:center;border:3px solid white;box-shadow:0 4px 15px #0000001a;margin-bottom:.5rem}.avatar-placeholder span{font-size:2rem;color:#64748b;font-weight:600}.current-avatar p,.new-avatar p{margin:0;font-size:.9rem;color:#64748b;font-weight:500;text-align:center;width:100%}.file-select-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.file-select-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b9814d}.file-info{margin:.5rem 0 0;font-size:.9rem;color:#059669;font-weight:500}.profile-message{margin:1rem 2rem 2rem;padding:1rem;border-radius:12px;font-weight:500;text-align:center;animation:messageSlideIn .3s ease-out}.profile-message.success{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.2)}.profile-message.error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.profile-modal{width:95%;margin:1rem}.profile-modal-header{padding:1rem 1.5rem}.profile-modal-header h2{font-size:1.3rem}.profile-modal-content{padding:1.5rem}.profile-modal-tabs{flex-direction:column}.profile-tab{padding:.75rem}.avatar-upload-section{flex-direction:column;gap:1rem}.profile-avatar-large{width:100px;height:100px}.profile-avatar-medium,.avatar-placeholder{width:70px;height:70px}}.logs-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s ease-out}.logs-container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-width:95vw;max-height:90vh;width:1200px;display:flex;flex-direction:column;animation:slideIn .3s ease-out}.logs-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 0 0}.logs-header h2{margin:0;font-size:1.5rem;font-weight:600}.logs-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s ease}.logs-close:hover{background-color:#fff3}.logs-stats{display:flex;gap:20px;padding:16px 24px;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;min-width:120px}.stat-label{font-size:.875rem;color:#64748b;margin-bottom:4px}.stat-value{font-size:1.25rem;font-weight:600;color:#1e293b}.logs-filters{display:flex;gap:16px;padding:16px 24px;background-color:#f1f5f9;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:end}.filter-group{display:flex;flex-direction:column;min-width:150px}.filter-group label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:4px}.filter-group input,.filter-group select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-actions{display:flex;gap:8px;margin-left:auto}.export-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.export-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.logs-table-container{flex:1;overflow:auto;max-height:400px}.logs-table{width:100%;border-collapse:collapse;font-size:.875rem}.logs-table th{background-color:#f8fafc;padding:12px 16px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}.logs-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;vertical-align:top}.logs-table tr:hover{background-color:#f8fafc}.user-info{display:flex;flex-direction:column}.user-name{font-size:.75rem;color:#64748b;margin-top:2px}.action-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.action-login{background-color:#dbeafe;color:#1e40af}.action-logout{background-color:#fef2f2;color:#dc2626}.action-register{background-color:#fef3c7;color:#92400e}.action-upload_vtt{background-color:#d1fae5;color:#065f46}.action-upload_ls_openai{background-color:#e0e7ff;color:#3730a3}.action-download{background-color:#fce7f3;color:#be185d}.action-delete{background-color:#fee2e2;color:#dc2626}.action-user_toggle{background-color:#f3e8ff;color:#7c3aed}.action-admin_cleanup{background-color:#fef2f2;color:#b91c1c}.details{max-width:300px;max-height:100px;overflow:auto}.details pre{margin:0;font-size:.75rem;color:#4b5563;white-space:pre-wrap;word-break:break-word}.logs-pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:16px 24px;background-color:#f8fafc;border-top:1px solid #e2e8f0}.logs-pagination button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.logs-pagination button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.logs-pagination button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.logs-pagination span{font-weight:500;color:#374151}.loading{display:flex;justify-content:center;align-items:center;padding:40px;color:#64748b;font-size:1rem}@media (max-width: 768px){.logs-container{width:95vw;max-height:95vh}.logs-filters{flex-direction:column;align-items:stretch}.filter-group{min-width:auto}.filter-actions{margin-left:0;justify-content:center}.logs-stats{justify-content:center}.logs-table-container{max-height:300px}.logs-table th,.logs-table td{padding:8px 12px;font-size:.75rem}}.header{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(226,232,240,.3);padding:20px 0;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px #00000014}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:16px}.logo{display:flex;align-items:center;gap:14px}.logo-icon{font-size:2.2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.025em}.logo-subtitle{font-size:.9rem;color:#64748b;margin:0;font-weight:500}.profile-section{display:flex;align-items:center;gap:18px;position:relative}.profile-info{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.user-name{color:#1e293b;font-weight:700;font-size:1rem}.user-role{color:#64748b;font-size:.85rem;font-weight:500}.profile-icon{background:#3b82f61a;border:2px solid rgba(59,130,246,.2);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-icon:hover{background:#3b82f626;border-color:#3b82f64d;transform:scale(1.05);box-shadow:0 8px 25px #3b82f633}.avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.avatar-initials{color:#3b82f6;font-weight:800;font-size:1.2rem}.profile-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;min-width:300px;z-index:1001;margin-top:12px;border:1px solid rgba(226,232,240,.3);overflow:hidden;animation:dropdownSlideDown .3s ease-out}@keyframes dropdownSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{background:linear-gradient(135deg,#3b82f6,#8b5cf6);padding:24px;color:#fff}.dropdown-user-info{display:flex;align-items:center;gap:16px}.dropdown-avatar{width:56px;height:56px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.3)}.dropdown-user-details{display:flex;flex-direction:column;gap:4px}.dropdown-user-name{font-weight:700;font-size:1.2rem}.dropdown-user-email{font-size:.95rem;opacity:.9}.dropdown-user-role{font-size:.85rem;opacity:.8}.dropdown-menu{padding:16px 0}.dropdown-item{display:flex;align-items:center;gap:14px;padding:14px 24px;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:all .2s ease;color:#4a5568;font-size:1rem;font-weight:500}.dropdown-item:hover{background-color:#f8fafc;color:#1e293b}.dropdown-item.logout{color:#ef4444;border-top:1px solid #e2e8f0;margin-top:8px;padding-top:18px}.dropdown-item.logout:hover{background-color:#fef2f2}.dropdown-item.admin-only{color:#7c3aed;border-top:1px solid #e2e8f0;margin-top:8px;padding-top:18px}.dropdown-item.admin-only:hover{background-color:#f3e8ff;color:#5b21b6}.item-icon{font-size:1.3rem;width:22px;text-align:center}.item-text{flex:1}@media (max-width: 768px){.header-container{padding:0 16px}.logo-title{font-size:1.6rem}.logo-subtitle{font-size:.8rem}.profile-dropdown{min-width:280px;right:-10px}.profile-info{display:none}.profile-icon{width:42px;height:42px}.logo-icon{font-size:1.8rem}}.video-uploader{max-width:1200px;margin:40px auto 0;padding:20px;background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.upload-section{margin-bottom:2rem}.upload-title{font-size:1.8rem;font-weight:600;color:#1a365d;margin-bottom:.5rem;text-align:center}.upload-description{color:#4a5568;text-align:center;margin-bottom:2rem;line-height:1.6}.drop-zone{border:3px dashed #cbd5e0;border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#f7fafc}.drop-zone:hover{border-color:#4299e1;background:#ebf8ff;transform:translateY(-2px)}.drop-zone.drag-over{border-color:#3182ce;background:#bee3f8;transform:scale(1.02)}.drop-zone-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.upload-icon{font-size:2.5rem;animation:bounce 2s infinite}.drop-text{font-size:1.2rem;font-weight:500;color:#2d3748}.file-types{font-size:.9rem;color:#718096}.files-section{border-top:2px solid #e2e8f0;padding-top:2rem}.files-title{font-size:1.4rem;font-weight:600;color:#1a365d;margin-bottom:1rem}.files-list{margin-bottom:2rem}.file-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f7fafc;border-radius:8px;margin-bottom:.5rem;border:1px solid #e2e8f0;transition:all .3s ease}.file-item:hover{background:#edf2f7;transform:translate(4px)}.file-info{display:flex;flex-direction:column;gap:.25rem}.file-name{font-weight:500;color:#2d3748}.file-size{font-size:.9rem;color:#718096}.remove-file-btn{background:#fed7d7;color:#c53030;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.remove-file-btn:hover{background:#feb2b2;transform:scale(1.1)}.upload-progress h3{font-size:1.4rem;font-weight:600;color:#1a365d;margin-bottom:1rem}.progress-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f7fafc;border-radius:8px;margin-bottom:.5rem;border:1px solid #e2e8f0;transition:all .3s ease}.progress-item.uploading{border-left:4px solid #3182ce}.progress-item.processing{border-left:4px solid #d69e2e}.progress-item.completed{border-left:4px solid #38a169}.progress-item.failed{border-left:4px solid #e53e3e}.progress-status{font-size:.9rem;color:#718096;font-style:italic}.download-btn{background:#38a169;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.download-btn:hover{background:#2f855a;transform:translateY(-1px)}.upload-results{border-top:2px solid #e2e8f0;padding-top:2rem;margin-top:2rem}.upload-results h3{font-size:1.4rem;font-weight:600;color:#1a365d;margin-bottom:1rem}.results-summary{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f0fff4;border-radius:8px;border:1px solid #9ae6b4}.results-summary p{margin:0;color:#22543d;font-weight:500}.download-all-btn{background:#38a169;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.download-all-btn:hover{background:#2f855a;transform:translateY(-1px)}@media (max-width: 768px){.video-uploader{padding:1.5rem;margin:0 1rem}.drop-zone{padding:2rem 1rem}.upload-title{font-size:1.5rem}.drop-text{font-size:1rem}}.progress-container{background:#fff;border-radius:16px;padding:24px;margin:20px 0;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0;position:relative;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:all .3s ease;width:100%;max-width:none}.progress-container:hover{box-shadow:0 4px 16px #0000001a}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:20px;border-bottom:2px solid #f8f9fa;transition:all .3s ease}.progress-header:hover{border-bottom-color:#e9ecef}.progress-title{font-size:18px;font-weight:600;margin:0;color:#2c3e50;letter-spacing:-.5px;transition:all .3s ease}.progress-title:hover{color:#3498db}.progress-percentage{font-size:20px;font-weight:700;background:#3498db;color:#fff;padding:8px 16px;border-radius:25px;box-shadow:0 4px 15px #3498db33;transition:all .3s ease}.progress-percentage:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3498db66}.progress-bar-container{background:linear-gradient(180deg,#f8f9fa,#e9ecef);border-radius:15px;height:16px;overflow:hidden;position:relative;margin-bottom:20px;border:1px solid #e9ecef;box-shadow:inset 0 2px 4px #0000001a,0 2px 8px #0000000d}.progress-bar{height:100%;background:linear-gradient(90deg,#3498db,#2980b9);border-radius:15px;transition:width .8s cubic-bezier(.4,0,.2,1);position:relative}.progress-message{color:#6c757d;font-size:15px;text-align:center;margin:0 0 25px;padding:15px;background:#f8f9fa;border-radius:12px;border-left:4px solid #3498db;font-weight:500;transition:all .3s ease}.progress-message:hover{background:#e9ecef;transform:translateY(-1px)}.progress-steps{display:flex;justify-content:space-between;align-items:flex-start;margin-top:25px;padding:0 20px;gap:10px;width:100%}.progress-step{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#adb5bd;font-size:13px;position:relative;text-align:center;flex:1;min-width:0;transition:all .4s cubic-bezier(.4,0,.2,1);padding-bottom:20px}.progress-step.active{color:#3498db}.progress-step:hover{transform:translateY(-2px)}.progress-step.completed{color:#27ae60}.progress-step-icon{width:32px;height:32px;border-radius:50%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;margin-bottom:8px;font-size:16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:2px solid #e9ecef;color:#adb5bd}.progress-step.active .progress-step-icon{background:#3498db;color:#fff;border-color:#3498db;box-shadow:0 4px 12px #3498db33;transform:scale(1.05)}.progress-step.completed .progress-step-icon{background:#27ae60;color:#fff;border-color:#27ae60;box-shadow:0 4px 12px #27ae6033;transform:scale(1.02)}.progress-step.completed .progress-step-icon:after{content:"✓";font-weight:700;font-size:18px}.progress-step-label{text-align:center;max-width:100%;line-height:1.4;font-size:12px;font-weight:600;word-wrap:break-word;position:absolute;top:75%;left:50%;transform:translate(-50%);white-space:nowrap;color:inherit}.progress-step-icon.init-icon{transform:translate(3px)!important}.progress-step.active .progress-step-icon.init-icon{transform:translate(3px) scale(1.05)!important}.progress-step.completed .progress-step-icon.init-icon{transform:translate(3px) scale(1.02)!important}.progress-container.processing{background:#fff;border-color:#3498db}.progress-container.completed{background:#f8fff9;border-color:#27ae60}.progress-container.failed{background:#fff8f8;border-color:#e74c3c}.progress-container.failed .progress-percentage{background:#e74c3c;box-shadow:0 4px 15px #e74c3c4d}.progress-container.failed .progress-message{border-left-color:#e74c3c;background:#fff8f8}@media (max-width: 768px){.progress-container{padding:20px;margin:15px 0}.progress-header{flex-direction:column;gap:15px;text-align:center}.progress-steps{flex-wrap:wrap;gap:20px}.progress-step{flex:1;min-width:70px;margin-bottom:15px;padding-bottom:20px}.progress-step-icon{width:28px;height:28px;font-size:14px}.progress-step-label{font-size:11px;min-height:25px}}.download-button-container{display:flex;justify-content:center;margin-top:20px;padding-top:20px;border-top:1px solid #f0f0f0}.download-button-container .download-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #28a7454d}.download-button-container .download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #28a74566}.download-button-container .download-btn:active{transform:translateY(0)}.ls-openai-uploader{max-width:1200px;margin:40px auto 0;padding:20px;background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.uploader-header{text-align:center;margin-bottom:2rem}.uploader-header h2{color:#1a365d;font-size:1.8rem;margin-bottom:.5rem;font-weight:600;text-align:center}.uploader-header p{color:#4a5568;text-align:center;margin-bottom:2rem;line-height:1.6}.upload-area{margin-bottom:2rem}.file-input-container{position:relative;margin-bottom:20px}.file-input{display:none}.file-input-label{display:block;border:3px dashed #3498db;border-radius:15px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.file-input-label:hover{border-color:#2980b9;background:linear-gradient(135deg,#e3f2fd,#bbdefb);transform:translateY(-2px);box-shadow:0 8px 25px #3498db33}.file-input-label:active{transform:translateY(0)}.upload-icon{font-size:3rem;margin-bottom:15px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.upload-text{margin-bottom:10px}.upload-text strong{display:block;font-size:1.2rem;font-weight:500;color:#2d3748;margin-bottom:5px}.upload-text span{color:#2d3748;font-size:1.2rem;font-weight:500}.upload-hint{font-size:.9rem;color:#718096;margin-top:10px}.selected-files{background:#f8f9fa;border-radius:15px;padding:20px;border:1px solid #e9ecef}.files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.files-header h3{color:#1a365d;margin:0;font-size:1.4rem;font-weight:600}.files-info{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.files-info span{color:#7f8c8d;font-weight:500}.clear-all-btn{background:#e74c3c;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.clear-all-btn:hover:not(:disabled){background:#c0392b;transform:translateY(-1px)}.clear-all-btn:disabled{background:#bdc3c7;cursor:not-allowed;transform:none}.files-list{margin-bottom:20px}.file-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:#fff;border-radius:10px;margin-bottom:10px;border:1px solid #e9ecef;transition:all .3s ease}.file-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.file-name{font-weight:600;color:#2c3e50;margin-bottom:4px;word-break:break-word}.file-size{color:#7f8c8d;font-size:.9rem}.remove-file-btn{background:#e74c3c;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.remove-file-btn:hover:not(:disabled){background:#c0392b;transform:scale(1.1)}.remove-file-btn:disabled{background:#bdc3c7;cursor:not-allowed;transform:none}.upload-actions{text-align:center}.upload-btn{width:100%;background:linear-gradient(135deg,#3182ce,#2c5aa0);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.upload-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.upload-btn:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.upload-progress{border-top:2px solid #e2e8f0;padding-top:2rem;margin-top:2rem}.upload-progress h3{color:#1a365d;margin-bottom:1rem;text-align:center;font-size:1.4rem;font-weight:600}.progress-item{margin-bottom:.5rem}@media (max-width: 768px){.ls-openai-uploader{padding:1.5rem;margin:0 1rem}.uploader-header h2{font-size:1.5rem}.files-header{flex-direction:column;align-items:flex-start}.files-info{width:100%;justify-content:space-between}.file-input-label{padding:2rem 1rem}.upload-icon{font-size:2.5rem}}@media (max-width: 480px){.uploader-header h2{font-size:1.5rem}.file-item{flex-direction:column;align-items:flex-start;gap:10px}.remove-file-btn{align-self:flex-end}.upload-btn{width:100%;padding:1rem}}.service-selector{margin-bottom:2rem;margin-top:-110px!important;position:relative;z-index:3}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(226,232,240,.3);border-radius:16px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #00000014;min-height:220px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #0000001f;border-color:#3b82f64d}.service-card.selected{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);box-shadow:0 10px 30px #3b82f626}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block;line-height:1;filter:grayscale(0);transition:all .3s ease}.service-card:hover .service-icon{transform:scale(1.1);filter:grayscale(0) brightness(1.1)}.service-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.service-description{color:#64748b;font-size:.95rem;line-height:1.5;flex-grow:1;display:flex;align-items:center;justify-content:center;font-weight:500}.service-placeholder{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 25px #0000001a;max-width:800px;margin:0 auto;border:2px dashed rgba(226,232,240,.5)}.service-placeholder h2{font-size:1.8rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.service-placeholder p{color:#64748b;font-size:1.1rem}@media (max-width: 768px){.service-selector{margin-top:-100px}.services-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.service-card{padding:1.5rem;min-height:200px}.service-title{font-size:1.2rem}.service-icon{font-size:3rem;margin-bottom:1rem}}.history-container{max-width:1200px;margin:2rem auto 0;padding:2rem;background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2)}.history-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e0e7ff}.history-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.history-description{font-size:1.1rem;color:#64748b;margin-bottom:1rem}.filter-section{margin:1.5rem 0;padding:1rem 0;border-top:1px solid rgba(226,232,240,.5);border-bottom:1px solid rgba(226,232,240,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.filter-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.filter-btn{background:#f8fafc;color:#64748b;border:2px solid #e2e8f0;padding:.75rem 1.25rem;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-btn:hover{background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-1px)}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 4px 15px #667eea4d}.filter-btn.active:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.history-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.download-all-btn,.refresh-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.download-all-btn:hover,.refresh-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.refresh-btn{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b9814d}.refresh-btn:hover{box-shadow:0 8px 25px #10b98166}.cleanup-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f59e0b4d}.cleanup-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f59e0b66}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#64748b}.loading-spinner{width:40px;height:40px;border:4px solid #e0e7ff;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-container{text-align:center;padding:3rem;background:#fef2f2;border:2px solid #fecaca;border-radius:16px;color:#dc2626}.error-icon{font-size:3rem;margin-bottom:1rem}.error-container h3{font-size:1.5rem;margin-bottom:.5rem;color:#dc2626}.error-container p{margin-bottom:1.5rem;color:#7f1d1d}.retry-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #dc26264d}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.empty-history{text-align:center;padding:4rem 2rem;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;color:#64748b}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-history h3{font-size:1.5rem;margin-bottom:.5rem;color:#475569}.empty-history p{margin-bottom:.5rem;font-size:1.1rem}.vtt-files-list{margin-top:2rem}.files-summary{background:#f1f5f9;padding:1rem;border-radius:12px;margin-bottom:1.5rem;text-align:center;color:#475569;font-size:1.1rem}.vtt-file-item{display:flex;justify-content:space-between;align-items:center;background:#ffffffe6;border:2px solid rgba(226,232,240,.5);border-radius:16px;padding:1.5rem;margin-bottom:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vtt-file-item:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea1a;transform:translateY(-2px)}.file-info{flex:1}.file-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.file-name{font-size:1.2rem;font-weight:600;color:#1e293b;margin:0}.file-status{padding:.5rem 1rem;border-radius:12px;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid transparent;transition:all .2s ease;width:100%;min-width:200px}.file-status.completed{background:#dcfce7;color:#166534;border-color:#22c55e;box-shadow:0 2px 8px #22c55e33}.file-status.completed:hover{background:#bbf7d0;transform:translateY(-1px);box-shadow:0 4px 12px #22c55e4d}.file-details{display:flex;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.file-details span{display:flex;align-items:center;gap:.25rem;font-size:.9rem;color:#64748b;background:#f1f5f9;padding:.25rem .5rem;border-radius:8px}.completion-info{margin-top:.5rem}.completion-date{font-size:.85rem;color:#10b981;font-weight:500}.file-actions{display:flex;flex-direction:column;gap:1rem;margin-left:1rem;align-items:center}.status-section{display:flex;justify-content:center;width:100%;margin-bottom:.75rem}.buttons-section{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.download-btn{background:#667eea;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #667eea33;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.2)}.download-btn:hover{background:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-color:#667eea66}.delete-btn{background:#ef4444;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #ef444433;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(239,68,68,.2)}.delete-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-color:#ef444466}.remote-upload-btn{background:#10b981;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #10b98133;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.2)}.remote-upload-btn:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-color:#10b98166}.status-icon{font-size:1rem}.status-text{font-size:.85rem}.btn-icon{font-size:1rem;margin-right:.5rem;display:inline-block}.btn-text{font-weight:600}@media (max-width: 768px){.history-container{padding:1rem;margin:1rem}.history-title{font-size:2rem}.history-actions{flex-direction:column;align-items:center}.vtt-file-item{flex-direction:column;align-items:stretch;gap:1rem}.file-header{flex-direction:column;align-items:flex-start;gap:.5rem}.file-details{flex-direction:column;gap:.5rem}.file-actions{margin-left:0;align-items:stretch}.status-section{margin-bottom:.75rem}.file-status{min-width:150px}.buttons-section{flex-direction:column;gap:.75rem}}.json-file-item{display:flex;justify-content:space-between;align-items:center;background:#ffffffe6;border:2px solid rgba(226,232,240,.5);border-radius:16px;padding:1.5rem;margin-bottom:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.json-file-item:hover{border-color:#10b981;box-shadow:0 8px 25px #10b9811a;transform:translateY(-2px)}.file-type-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.file-type-badge.json{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.file-type-badge.vtt{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.animated-background{opacity:.6;filter:blur(.5px)}.animated-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);z-index:-1}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e0);position:relative}.auth-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(59,130,246,.08) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.06) 0%,transparent 50%);animation:gentleFloat 20s ease-in-out infinite}@keyframes gentleFloat{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.auth-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:48px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #fff3;width:100%;max-width:400px;position:relative;border:1px solid rgba(255,255,255,.3);animation:cardAppear .6s ease-out}@keyframes cardAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:32px;position:relative}.auth-header h2{color:#1e293b;font-size:32px;margin-bottom:12px;font-weight:700;letter-spacing:-.025em;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.auth-header h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;animation:lineExpand .8s ease-out .3s both}@keyframes lineExpand{0%{width:0}to{width:60px}}.auth-header p{color:#64748b;font-size:15px;margin:0;font-weight:500;opacity:.9}.auth-form{margin-bottom:24px}.form-group{margin-bottom:24px;position:relative}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group label{display:block;margin-bottom:8px;color:#374151;font-weight:600;font-size:14px;transition:color .2s ease}.form-group:focus-within label{color:#3b82f6}.form-group input{width:100%;padding:14px 18px;border:2px solid #e2e8f0;border-radius:12px;font-size:13px;transition:all .3s ease;background:#fff;box-sizing:border-box;color:#1f2937;position:relative}.form-group input::placeholder{font-size:12px;color:#9ca3af;font-weight:400}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;transform:translateY(-2px)}.form-group input:hover:not(:focus){border-color:#cbd5e0;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.form-group input.error{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a;animation:errorShake .4s ease-in-out}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.form-group input:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.error-message{color:#ef4444;font-size:12px;margin-top:6px;display:block;font-weight:500;padding:6px 12px;background:#ef44440d;border-radius:6px;border-left:3px solid #ef4444;animation:messageSlideIn .3s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-button{width:100%;padding:16px 20px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:24px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;position:relative;overflow:hidden}.auth-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.auth-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #3b82f64d}.auth-button:hover:not(:disabled):before{left:100%}.auth-button:active{transform:translateY(-1px)}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.auth-footer{text-align:center;position:relative}.auth-footer:before{content:"";position:absolute;top:-12px;left:50%;transform:translate(-50%);width:40px;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.auth-footer p{color:#6b7280;margin:0;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}.link-button{background:none;border:none;color:#3b82f6;text-decoration:none;cursor:pointer;font-weight:600;transition:all .2s ease;padding:6px 12px;margin:0;font-size:inherit;border-radius:8px;position:relative}.link-button:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#3b82f6;transition:width .3s ease}.link-button:hover:not(:disabled){color:#2563eb;background:#3b82f60d}.link-button:hover:not(:disabled):before{width:100%}.link-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.auth-card{padding:32px 24px;margin:16px}.form-row{grid-template-columns:1fr;gap:0}.auth-header h2{font-size:28px}.auth-header p{font-size:14px}.auth-footer p{flex-direction:column;gap:6px}}.auth-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(255,255,255,.05) 100%);border-radius:20px;pointer-events:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;animation:slideIn .3s ease-out;position:relative}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #e2e8f0}.modal-icon{font-size:2.5rem;margin-right:16px;font-weight:700}.modal-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.modal-close:hover{background-color:#f1f5f9;color:#334155}.modal-body{padding:16px 24px;font-size:1.1rem;line-height:1.6;color:#334155}.modal-footer{padding:16px 24px 24px;display:flex;justify-content:center}.modal-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.modal-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.modal-button:active{transform:translateY(0)}.modal-success{border-top:4px solid #10b981}.modal-success .modal-icon{color:#10b981;background-color:#d1fae5;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:2rem}.modal-error{border-top:4px solid #ef4444}.modal-error .modal-icon{color:#ef4444}.modal-warning{border-top:4px solid #f59e0b}.modal-warning .modal-icon{color:#f59e0b}.modal-info{border-top:4px solid #3b82f6}.modal-info .modal-icon{color:#3b82f6}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.modal-content{width:95%;margin:20px}.modal-header{padding:20px 20px 12px}.modal-body{padding:12px 20px;font-size:1rem}.modal-footer{padding:12px 20px 20px}.modal-icon{font-size:2rem}}.auth-wrapper{position:relative;min-height:100vh;overflow:hidden}.auth-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e0);z-index:1}.auth-particles{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(59,130,246,.04) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.03) 0%,transparent 50%);animation:gentlePulse 15s ease-in-out infinite}@keyframes gentlePulse{0%,to{opacity:.3}50%{opacity:.6}}.auth-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px}.auth-error{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fecaca;border-radius:12px;padding:18px 24px;margin-bottom:28px;display:flex;align-items:center;gap:14px;box-shadow:0 8px 25px #00000014;max-width:400px;width:100%;position:relative;z-index:10;border-left:4px solid #ef4444;animation:errorSlideIn .4s ease-out}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-error.auth-error{background:#fef2f2f2;border-color:#fecaca;border-left-color:#ef4444}.auth-error.connection-error{background:#fffbebf2;border-color:#fed7aa;border-left-color:#f59e0b}.auth-error.validation-error{background:#f0fdf4f2;border-color:#bbf7d0;border-left-color:#22c55e}.auth-error.general-error{background:#fef2f2f2;border-color:#fecaca;border-left-color:#ef4444}.error-icon{font-size:18px;flex-shrink:0;animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.error-text{color:#1f2937;font-weight:600;flex-grow:1;line-height:1.5;font-size:14px}.error-close{background:#ffffff1a;border:none;color:#6b7280;font-size:16px;cursor:pointer;padding:6px;border-radius:6px;transition:all .2s ease;flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.error-close:hover{background:#fff3;color:#374151;transform:scale(1.1)}@media (max-width: 768px){.auth-content{padding:16px}.auth-error{margin-bottom:24px;padding:16px 20px}.error-text{font-size:13px}.error-close{width:26px;height:26px}}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.modal-backdrop.closing{animation:fadeOut .2s ease forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.modal-container{background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040;max-width:500px;width:90%;max-height:90vh;overflow:hidden;animation:slideIn .3s ease;border:1px solid rgba(255,255,255,.2)}.modal-backdrop.closing .modal-container{animation:slideOut .2s ease forwards}@keyframes slideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}.modal-header{display:flex;align-items:center;gap:1rem;padding:2rem 2rem 1rem;border-bottom:1px solid #e2e8f0}.modal-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.modal-icon.danger{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fecaca}.modal-icon.warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #fed7aa}.modal-icon.info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #bfdbfe}.modal-icon.success{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #bbf7d0}.modal-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.modal-body{padding:1.5rem 2rem}.modal-message{font-size:1.1rem;color:#64748b;line-height:1.6;margin:0}.modal-footer{display:flex;gap:1rem;padding:1rem 2rem 2rem;justify-content:flex-end}.modal-btn{padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;min-width:100px}.modal-btn-cancel{background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0}.modal-btn-cancel:hover{background:#e2e8f0;color:#475569;transform:translateY(-1px)}.modal-btn-confirm{color:#fff;border:2px solid transparent}.modal-btn-danger{background:#ef4444;box-shadow:0 2px 8px #ef444433}.modal-btn-danger:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.modal-btn-warning{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 15px #f59e0b4d}.modal-btn-warning:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 6px 20px #f59e0b66;transform:translateY(-1px)}.modal-btn-info{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 15px #3b82f64d}.modal-btn-info:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 20px #3b82f666;transform:translateY(-1px)}.modal-btn-success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b9814d}.modal-btn-success:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98166;transform:translateY(-1px)}@media (max-width: 768px){.modal-container{width:95%;margin:1rem}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-body{padding:1rem 1.5rem}.modal-footer{padding:1rem 1.5rem 1.5rem;flex-direction:column}.modal-btn{width:100%}.modal-title{font-size:1.3rem}.modal-message{font-size:1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.remote-upload-modal{background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease;border:1px solid rgba(255,255,255,.2)}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px 20px 0 0}.modal-title{font-size:1.5rem;font-weight:700;margin:0;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.modal-close{background:#fff3;border:none;color:#fff;font-size:1.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover:not(:disabled){background:#ffffff4d;transform:scale(1.1)}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:2rem}.file-info-section{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.file-info-section h3{margin:0 0 .5rem;color:#475569;font-size:1rem;font-weight:600}.file-name{margin:0;color:#1e293b;font-size:1.1rem;font-weight:600;word-break:break-all}.remote-upload-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:#374151;font-size:1rem;display:flex;align-items:center;gap:.5rem}.form-input{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#fff}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.form-help{color:#64748b;font-size:.875rem;margin-top:.25rem}.connection-type-selector{display:flex;gap:.5rem;margin-top:.5rem}.connection-type-btn{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;background:#f8fafc;color:#64748b;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.connection-type-btn:hover:not(:disabled){background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-1px)}.connection-type-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 4px 15px #667eea4d}.connection-type-btn.active:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.connection-type-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.test-connection-section{margin:1.5rem 0;text-align:center}.test-connection-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d;display:flex;align-items:center;gap:.5rem;margin:0 auto}.test-connection-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98166;transform:translateY(-1px)}.test-connection-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.error-message{background:#fef2f2;border:2px solid #fecaca;border-radius:12px;padding:1rem;color:#dc2626;display:flex;align-items:center;gap:.5rem;font-weight:500}.error-icon{font-size:1.2rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-width:100px;justify-content:center}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-secondary{background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#e2e8f0;color:#475569;transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:2px solid transparent;box-shadow:0 4px 15px #10b9814d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98166;transform:translateY(-1px)}.btn-icon{font-size:1.1rem}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.remote-upload-modal{width:95%;margin:1rem}.modal-header{padding:1rem 1.5rem}.modal-title{font-size:1.25rem}.modal-body{padding:1.5rem}.modal-actions{flex-direction:column}.btn{width:100%}}.app{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e0);position:relative}.app:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(59,130,246,.04) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.03) 0%,transparent 50%);animation:gentleFloat 25s ease-in-out infinite;pointer-events:none}@keyframes gentleFloat{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.01)}}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e0)}.loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-section{padding:80px 20px;text-align:center;position:relative;z-index:2}.page-title{font-size:3.5rem;font-weight:800;margin-bottom:24px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em;animation:titleAppear .8s ease-out}@keyframes titleAppear{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.page-description{font-size:1.3rem;color:#64748b;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:500;opacity:.9}.service-selector{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.service-placeholder{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #fff3;border:1px solid rgba(255,255,255,.3);text-align:center;margin-top:40px;position:relative;z-index:2}.service-placeholder h3{color:#64748b;font-size:1.2rem;font-weight:500;margin-bottom:16px}.service-placeholder p{color:#94a3b8;font-size:1rem;line-height:1.6}@media (max-width: 768px){.hero-section{padding:60px 20px}.page-title{font-size:2.5rem}.page-description{font-size:1.1rem;margin-bottom:40px}.service-grid{grid-template-columns:1fr;gap:20px;margin-bottom:60px}.service-card{padding:30px 24px}.service-icon{font-size:2.5rem}.service-title{font-size:1.3rem}}.service-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(255,255,255,.05) 100%);border-radius:20px;pointer-events:none}.main-content{position:relative;z-index:2}.service-content{max-width:1200px;margin:0 auto;padding:0 20px 40px;position:relative;z-index:2}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;margin:0;padding:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f94d;border-radius:8px;margin:4px 0}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#64748b,#475569);border-radius:8px;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 4px #0000001a}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#475569,#334155);box-shadow:0 4px 8px #00000026}::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#334155,#1e293b)}*{scrollbar-width:thin;scrollbar-color:#64748b rgba(241,245,249,.3)}
