.onboarding-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;position:relative;overflow-x:hidden}.onboarding-progress-bar{position:fixed;top:0;left:0;right:0;height:4px;background:#fff3;z-index:1000}.onboarding-progress{height:100%;background:linear-gradient(90deg,#4facfe,#00f2fe);transition:width .3s ease;border-radius:0 2px 2px 0}.onboarding-header{text-align:center;padding:2rem 1rem 1rem;color:#fff}.onboarding-step-indicator{font-size:.875rem;opacity:.8;margin-bottom:.5rem}.onboarding-title{font-size:2.5rem;font-weight:700;margin:.5rem 0;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.onboarding-description{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto}.onboarding-content{flex:1;display:flex;justify-content:center;padding:1rem 1rem 2rem}.onboarding-step{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:800px;overflow:hidden;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.onboarding-step-content{padding:2rem}.onboarding-navigation{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#f8fafc;border-top:1px solid #e2e8f0}.welcome-step{text-align:center}.welcome-hero{margin-bottom:3rem}.welcome-icon{margin-bottom:1.5rem}.welcome-sparkle{color:#667eea;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(180deg)}}.welcome-headline{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.welcome-subtitle{font-size:1.125rem;color:#64748b;line-height:1.6;max-width:500px;margin:0 auto}.welcome-features{display:grid;gap:1.5rem;margin-bottom:2rem}.welcome-feature{display:flex;align-items:flex-start;gap:1rem;text-align:left;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.feature-icon{color:#667eea;flex-shrink:0}.feature-content h4{font-weight:600;color:#1e293b;margin:0 0 .5rem}.feature-content p{color:#64748b;margin:0;font-size:.875rem}.welcome-cta{margin-top:2rem}.welcome-ready{font-size:1.125rem;font-weight:500;color:#475569;margin:0}.step-intro{text-align:center;margin-bottom:2rem}.step-icon{color:#667eea;margin-bottom:1rem}.step-intro h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.step-intro p{color:#64748b;margin:0;font-size:1rem}.step-hint{background:#fef3cd;border:1px solid #fde68a;border-radius:8px;padding:.75rem 1rem;margin-top:1rem;font-size:.875rem;color:#92400e}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{margin-bottom:1.5rem}.form-label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.platform-card{border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s;background:#fff}.platform-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.platform-card.connected{border-color:#10b981;background:linear-gradient(135deg,#ecfdf5,#f0fdf4)}.platform-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.platform-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.platform-name{font-weight:600;color:#1f2937;margin:0}.platform-status{display:flex;align-items:center;gap:.25rem;color:#10b981;font-size:.75rem;font-weight:500}.platform-toggle{margin-bottom:1rem}.toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;font-weight:500}.toggle-slider{position:relative;width:44px;height:24px;background:#d1d5db;border-radius:12px;transition:background .2s}.toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}input[type=checkbox]:checked+.toggle-slider{background:#667eea}input[type=checkbox]:checked+.toggle-slider:before{transform:translate(20px)}.viral-form,.ai-form,.asset-form,.scheduling-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.section-header h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.section-description{color:#64748b;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.usernames-list{display:flex;flex-direction:column;gap:.75rem}.username-input-group{display:flex;gap:.5rem;align-items:center}.username-input{flex:1}.platform-select{width:120px}.remove-btn{background:#ef4444;color:#fff;border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.remove-btn:hover{background:#dc2626}.add-username-btn{background:#667eea;color:#fff;border:none;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s;margin-top:.5rem}.add-username-btn:hover{background:#5b21b6}.voice-training-options{margin-top:1rem}.training-method{display:flex;gap:1rem;margin-bottom:1.5rem}.method-option{flex:1;cursor:pointer}.method-option input[type=radio]{display:none}.method-content{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s;background:#fff}.method-option input[type=radio]:checked+.method-content{border-color:#667eea;background:#f0f4ff}.upload-section{background:#fff;border-radius:8px;padding:1.5rem}.upload-types{display:flex;gap:1rem;margin-bottom:1rem}.upload-type{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}.upload-type input[type=radio]:checked{background:#667eea;color:#fff}.file-upload-area{position:relative;border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;background:#f9fafb;transition:border-color .2s}.file-upload-area:hover{border-color:#667eea;background:#f0f4ff}.file-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.upload-prompt{color:#6b7280}.upload-prompt p{margin:.5rem 0;font-weight:500}.upload-hint{font-size:.75rem;color:#9ca3af}.uploaded-files{margin-top:1rem;padding:1rem;background:#f0fdf4;border-radius:6px;border:1px solid #bbf7d0}.uploaded-files h5{margin:0 0 .5rem;color:#166534;font-size:.875rem}.uploaded-files ul{margin:0;padding:0;list-style:none}.uploaded-files li{color:#15803d;font-size:.75rem}.uploaded-file{margin-top:.5rem;padding:.5rem;background:#f0fdf4;border-radius:4px;color:#15803d;font-size:.875rem}.file-info{display:flex;align-items:center;gap:.5rem;justify-content:space-between}.asset-section{background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0}.generation-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.generation-option{cursor:pointer}.generation-option input[type=radio]{display:none}.option-content{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s;background:#fff}.generation-option input[type=radio]:checked+.option-content{border-color:#667eea;background:#f0f4ff}.option-icon{color:#667eea;flex-shrink:0}.option-details h5{margin:0 0 .25rem;font-weight:600;color:#1e293b}.option-details p{margin:0;color:#64748b;font-size:.875rem}.ai-engine-selection,.avatar-settings{background:#fff;border-radius:8px;padding:1rem}.template-upload{background:#fff;border-radius:8px;padding:1.5rem}.scheduling-type-options{display:flex;gap:1rem;margin-bottom:2rem}.scheduling-type-option{flex:1;cursor:pointer}.scheduling-type-option input[type=radio]{display:none}.scheduling-type-option .option-content{padding:1.5rem;border:2px solid #e5e7eb;border-radius:12px;text-align:center;transition:all .2s;background:#fff}.scheduling-type-option input[type=radio]:checked+.option-content{border-color:#667eea;background:#f0f4ff}.preset-templates{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.preset-template{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s}.preset-template:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.preset-template.selected{border-color:#667eea;background:#f0f4ff}.preset-header h5{margin:0 0 .5rem;font-weight:600;color:#1e293b}.preset-header p{margin:0;color:#64748b;font-size:.875rem}.preset-times{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.time-badge{background:#667eea;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.custom-scheduling{background:#fff;border-radius:12px;padding:1.5rem;margin-top:1rem}.custom-scheduling h5{margin:0 0 1.5rem;font-weight:600;color:#1e293b}.custom-section{margin-bottom:1.5rem}.days-options{display:flex;gap:1rem;margin-bottom:1rem}.day-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.days-selection{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.day-checkbox{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}.day-checkbox:hover{background:#f8fafc}.day-checkbox input[type=checkbox]:checked{background:#667eea}.times-input-section{background:#f8fafc;border-radius:8px;padding:1rem}.time-inputs{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.time-input-group{display:flex;align-items:center;gap:.5rem}.time-input{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.remove-time-btn{background:#ef4444;color:#fff;border:none;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.875rem}.add-time-btn{background:#667eea;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;transition:background .2s}.add-time-btn:hover{background:#5b21b6}.platform-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.platform-schedule-preview{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.platform-schedule-preview .platform-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center}.platform-info h5{margin:0;font-weight:600;color:#1e293b;font-size:.875rem}.platform-info p{margin:0;color:#64748b;font-size:.75rem}.completion-step{text-align:center}.completion-hero{margin-bottom:3rem}.completion-icon{margin-bottom:1.5rem}.completion-check{color:#10b981;animation:bounce 1s ease-in-out}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.completion-headline{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.completion-subtitle{font-size:1.125rem;color:#64748b;line-height:1.6;max-width:500px;margin:0 auto}.completion-summary{margin-bottom:2rem}.completion-summary h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.next-steps{display:grid;gap:1rem;text-align:left}.next-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.next-step .step-icon{color:#667eea;flex-shrink:0}.next-step h4{font-weight:600;color:#1e293b;margin:0 0 .5rem}.next-step p{color:#64748b;margin:0;font-size:.875rem}.completion-features{margin-bottom:2rem}.completion-features h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.feature-item{background:#f0f4ff;padding:.75rem;border-radius:8px;font-size:.875rem;color:#1e293b;border:1px solid #e0e7ff}.completion-actions{margin-bottom:2rem}.completion-btn{padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:12px;display:inline-flex;align-items:center;gap:.75rem;min-width:200px;justify-content:center}.completion-note{background:#fef3cd;border:1px solid #fde68a;border-radius:8px;padding:1rem;color:#92400e;font-size:.875rem}.completion-note p{margin:0}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.viral-tips,.ai-tips,.asset-tips,.scheduling-tips{background:#fef3cd;border:1px solid #fde68a;border-radius:12px;padding:1.5rem;margin-top:2rem}.viral-tips h5,.ai-tips h5,.asset-tips h5,.scheduling-tips h5{margin:0 0 1rem;color:#92400e;font-weight:600}.viral-tips ul,.ai-tips ul,.asset-tips ul,.scheduling-tips ul{margin:0;padding-left:1.5rem;color:#92400e}.viral-tips li,.ai-tips li,.asset-tips li,.scheduling-tips li{margin-bottom:.5rem;font-size:.875rem}@media (max-width: 768px){.onboarding-title{font-size:2rem}.onboarding-step-content{padding:1.5rem}.form-row,.platforms-grid{grid-template-columns:1fr}.training-method,.scheduling-type-options{flex-direction:column}.preset-templates{grid-template-columns:1fr}.time-inputs{flex-direction:column}}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea40}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.credentials-note{background:#f0f4ff;border:1px solid #c7d2fe;border-radius:8px;padding:1rem;margin-top:1rem}.credentials-note p{margin:0;color:#3730a3;font-size:.875rem}.text-description,.video-settings{background:#fff;border-radius:8px;padding:1rem}.section-description{margin-bottom:1rem}.hashtags-list{display:flex;flex-direction:column;gap:.75rem}.hashtag-input-group{display:flex;gap:.5rem;align-items:center}.hashtag-input{flex:1}.add-hashtag-btn{background:#667eea;color:#fff;border:none;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s;margin-top:.5rem}.add-hashtag-btn:hover{background:#5b21b6}.business-details-step{max-width:800px;margin:0 auto}.business-analysis-section{margin:2rem 0}.business-loading{text-align:center;padding:3rem 2rem;background:#fffffff2;border-radius:16px;border:1px solid rgba(59,130,246,.2)}.loading-content h4{color:#1f2937;font-size:1.5rem;font-weight:600;margin:1rem 0 .5rem}.loading-content p{color:#6b7280;font-size:1rem;margin-bottom:2rem}.loading-animation{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.ai-icon{color:#3b82f6;z-index:2}.spinner{position:absolute;color:#60a5fa;animation:spin 2s linear infinite}.loading-dots{display:flex;justify-content:center;gap:.5rem}.loading-dots span{width:8px;height:8px;background:#3b82f6;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.error-section{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:2rem}.error-content{display:flex;align-items:flex-start;gap:1rem;color:#dc2626}.error-content h4{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.error-content p{margin:0 0 1rem;color:#991b1b}.retry-button{background:#dc2626;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.retry-button:hover{background:#b91c1c}.retry-button:disabled{background:#9ca3af;cursor:not-allowed}.business-details-result{background:#fffffff2;border-radius:16px;padding:2rem;border:1px solid rgba(34,197,94,.3)}.result-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.success-icon{color:#22c55e}.result-header h4{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.business-understanding h5{color:#374151;font-size:1rem;font-weight:600;margin:0 0 .75rem}.business-details-text{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;color:#374151;line-height:1.6;margin-bottom:2rem}.feedback-section{border-top:1px solid #e5e7eb;padding-top:1.5rem}.feedback-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.feedback-header h5{color:#374151;font-size:1rem;font-weight:600;margin:0}.feedback-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.feedback-textarea{width:100%;min-height:100px;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;line-height:1.5;resize:vertical;font-family:inherit}.feedback-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.manual-fetch{text-align:center;padding:3rem 2rem;background:#fffffff2;border-radius:16px;border:1px solid rgba(156,163,175,.3)}.manual-content h4{color:#1f2937;font-size:1.5rem;font-weight:600;margin:1rem 0 .5rem}.manual-content p{color:#6b7280;margin-bottom:2rem}.analyze-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s}.analyze-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.analyze-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.ai-styles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1rem}.ai-style-option{background:#ffffffe6;border:2px solid transparent;border-radius:12px;padding:1rem;cursor:pointer;transition:all .2s;display:block}.ai-style-option:hover{background:#fff;border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ai-style-option input[type=radio]{display:none}.ai-style-option input[type=radio]:checked+.style-content{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6}.ai-style-option input[type=radio]:checked+.style-content .style-label{color:#1d4ed8;font-weight:600}.style-content{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s}.style-label{display:block;font-weight:500;color:#374151;font-size:1rem;margin-bottom:.25rem}.style-description{display:block;color:#6b7280;font-size:.875rem;line-height:1.4}.business-tips{background:#fffffff2;border-radius:12px;padding:1.5rem;margin-top:2rem;border:1px solid rgba(59,130,246,.2)}.business-tips h5{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .75rem}.business-tips ul{list-style:none;padding:0;margin:0}.business-tips li{color:#4b5563;font-size:.875rem;line-height:1.5;margin-bottom:.5rem;padding-left:1.25rem;position:relative}.business-tips li:before{content:"•";color:#3b82f6;font-weight:700;position:absolute;left:0}.settings-container{padding:24px;max-width:1200px;margin:0 auto;min-height:calc(100vh - 124px);background:#fff}.settings-header{margin-bottom:32px}.settings-header-content{display:flex;align-items:center;gap:16px;margin-bottom:12px}.settings-header-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.settings-header-title{font-size:40px;font-weight:700;color:#1f2937;margin:0}.settings-header-subtitle{font-size:20px;color:#6b7280;margin:0}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.settings-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;overflow:hidden}.settings-card-full{grid-column:1 / -1}.settings-card-header{padding:20px;border-bottom:1px solid #f3f4f6;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.settings-card-header-content{display:flex;align-items:center;gap:16px}.settings-card-icon{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.settings-card-title{font-size:22px;font-weight:600;color:#1f2937;margin:0}.settings-card-subtitle{font-size:16px;color:#6b7280;margin:0}.settings-card-body{padding:20px}.settings-card-footer{padding:20px;border-top:1px solid #f3f4f6;background:#f9fafb}.form-group{display:flex;flex-direction:column;gap:16px}.form-field{margin-bottom:16px}.form-label{display:block;font-size:16px;font-weight:500;color:#374151;margin-bottom:6px}.form-input{width:100%;padding:16px;border:1px solid #d1d5db;border-radius:10px;font-size:16px;transition:border-color .2s;box-sizing:border-box}.form-input:focus{outline:none;border-color:#3b82f6}.form-textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:border-color .2s;resize:none;min-height:80px;box-sizing:border-box}.form-textarea:focus{outline:none;border-color:#3b82f6}.btn-primary{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.platform-list{display:flex;flex-direction:column;gap:12px}.platform-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s}.platform-info{display:flex;align-items:center;gap:12px}.platform-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}.platform-details{display:flex;flex-direction:column}.platform-name{font-size:16px;font-weight:500;color:#1f2937;text-transform:capitalize}.platform-status{font-size:14px;display:flex;align-items:center;gap:4px}.platform-status.connected{color:#10b981}.platform-status.disconnected{color:#6b7280}.btn-platform{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s}.btn-platform.connected{background:#dcfce7;color:#16a34a}.btn-platform.connected:hover{background:#bbf7d0}.btn-platform.disconnected{background:#dbeafe;color:#2563eb}.btn-platform.disconnected:hover{background:#bfdbfe}.two-column-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.section-title{font-size:18px;font-weight:600;color:#1f2937;margin:0}.section-icon{color:#3b82f6}.voice-training-container{border:1px solid #e5e7eb;border-radius:8px;padding:16px;background:#f9fafb}.voice-method-selection{display:flex;gap:16px;margin-bottom:16px}.radio-option{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s}.radio-option:hover{border-color:#3b82f6;background:#f8fafc}.radio-option input[type=radio]{margin:0}.radio-option input[type=radio]:checked+*{color:#3b82f6}.upload-section{margin-top:12px}.upload-button{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s;width:100%;justify-content:center}.upload-button:hover{border-color:#3b82f6;color:#3b82f6;background:#f8fafc}.upload-hint{margin:8px 0 0;font-size:12px;color:#6b7280;text-align:center}.uploaded-files{margin-top:12px;display:flex;flex-direction:column;gap:8px}.uploaded-file{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:14px}.transcript-section{margin-top:12px}.template-upload-section{margin-top:12px;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.template-upload-button{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px dashed #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s}.template-upload-button:hover{border-color:#3b82f6;color:#3b82f6}.uploaded-file{margin-top:8px;padding:8px;background:#f0fdf4;border-radius:4px;color:#15803d;font-size:.875rem}.file-info{display:flex;align-items:center;gap:8px;justify-content:space-between}.file-info>span{flex:1}.upload-status{margin-top:8px;padding:8px;border-radius:4px;font-size:.75rem;display:flex;flex-direction:column;gap:4px}.scheduling-preset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:12px}.preset-option{padding:16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;text-align:center}.preset-option:hover{border-color:#3b82f6;background:#f8fafc}.preset-option.selected{border-color:#3b82f6;background:#eff6ff}.preset-title{font-weight:500;color:#1f2937;margin-bottom:4px}.preset-description{font-size:12px;color:#6b7280}.platform-schedule-section{margin-top:16px;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.platform-schedule-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.platform-schedule-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff}.time-slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;margin-top:8px}.time-slot{padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;text-align:center;font-size:14px}.custom-scheduling-section{margin-top:20px;padding:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.custom-scheduling-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 16px}.custom-scheduling-subtitle{font-size:16px;font-weight:500;color:#374151;margin:0 0 12px;text-transform:capitalize}.days-selection{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;margin-top:8px}.day-checkbox{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s;font-size:14px}.day-checkbox:hover{border-color:#3b82f6;background:#f8fafc}.day-checkbox input[type=checkbox]{margin:0}.day-checkbox input[type=checkbox]:checked+span{color:#3b82f6;font-weight:500}.times-input-section{display:flex;flex-direction:column;gap:12px}.time-inputs{display:flex;flex-wrap:wrap;gap:12px}.time-input-group{display:flex;align-items:center;gap:8px}.time-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;color:#374151}.time-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.remove-time-btn{width:24px;height:24px;border:none;background:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1;transition:background .2s}.remove-time-btn:hover{background:#dc2626}.add-time-btn{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s;align-self:flex-start}.add-time-btn:hover{background:#2563eb}@media (max-width: 768px){.settings-grid{grid-template-columns:1fr}.two-column-grid{grid-template-columns:1fr;gap:24px}.settings-container{padding:16px}.settings-header-title{font-size:32px}.settings-header-subtitle{font-size:16px}}.usernames-list,.hashtags-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.username-item,.hashtag-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.username-item:hover,.hashtag-item:hover{background:#f1f5f9;border-color:#cbd5e1}.username-item input,.hashtag-item input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;transition:border-color .2s ease}.username-item input:focus,.hashtag-item input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.username-item select,.hashtag-item select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;min-width:120px;cursor:pointer;transition:border-color .2s ease}.username-item select:focus,.hashtag-item select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.remove-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.remove-button:hover{background:#dc2626;transform:scale(1.05)}.add-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:12px;align-self:flex-start}.add-button:hover{background:#2563eb;transform:translateY(-1px)}.add-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.add-button:disabled:hover{background:#9ca3af;transform:none}.add-button span{font-size:12px;opacity:.9}.username-item select,.hashtag-item select{color:#374151;font-weight:500}.username-item select option,.hashtag-item select option{padding:8px}.usernames-list:empty:after,.hashtags-list:empty:after{content:"No items added yet. Click the button below to add your first item.";color:#6b7280;font-style:italic;text-align:center;padding:24px;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px}@media (max-width: 640px){.username-item,.hashtag-item{flex-direction:column;align-items:stretch;gap:8px}.username-item select,.hashtag-item select{min-width:auto;width:100%}.remove-button{align-self:center;width:40px;height:40px}}.hashtag-suggestions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.suggestions-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.75rem}.hashtag-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.hashtag-suggestion-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;font-size:.875rem;transition:all .2s;font-weight:500}.hashtag-suggestion-btn:hover{border-color:#667eea;background:#f0f4ff;transform:translateY(-1px)}.hashtag-suggestion-btn:disabled{opacity:.5;cursor:not-allowed}.platform-badge{font-size:.75rem;padding:.125rem .375rem;border-radius:4px;font-weight:500;text-transform:capitalize}.platform-youtube .platform-badge{background:red;color:#fff}.platform-tiktok .platform-badge{background:#000;color:#fff}.platform-instagram .platform-badge{background:#e4405f;color:#fff}.platform-facebook .platform-badge{background:#1877f2;color:#fff}.uploaded-file-display{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1rem}.uploaded-file-display .file-info{display:flex;align-items:center;gap:.75rem}.uploaded-file-display .file-name{flex:1;font-weight:500;color:#15803d}.remove-file-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#ef4444;color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .2s}.remove-file-btn:hover{background:#dc2626;transform:scale(1.1)}.uploading-display{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:1rem}.upload-animation{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.upload-animation span{color:#92400e;font-weight:500}.spinner{width:20px;height:20px;border:2px solid #fbbf24;border-top:2px solid #92400e;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-bar{width:100%;height:4px;background:#0000001a;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4facfe,#00f2fe);transition:width .3s ease}.upload-status{margin-top:.5rem;padding:.5rem;border-radius:4px;font-size:.75rem;display:flex;flex-direction:column;gap:.25rem}.upload-status.uploading{background:#fef3c7;color:#92400e}.upload-status.success{background:#f0fdf4;color:#15803d}.upload-status.error{background:#fef2f2;color:#dc2626}
