:root{--primary-color:#6a00ff;--primary-light:#9147ff;--primary-dark:#5a00d6;--secondary-color:#392e4c;--text-primary:#ffffff;--text-secondary:#e2e2f6;--text-muted:#bbaaff;--text-accent:#9b7cff;--bg-primary:#160c23;--bg-secondary:#2d2543;--bg-tertiary:#180736;--bg-card:rgba(30,20,60,0.8);--bg-overlay:rgba(45,37,67,0.8);--success-color:#22c55e;--error-color:#ff214f;--warning-color:#f59e0b;--info-color:#3b82f6;--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:16px;--border-radius-xl:24px;--shadow-sm:0 2px 12px rgba(106,0,255,0.1);--shadow-md:0 4px 20px rgba(106,0,255,0.2);--shadow-lg:0 8px 28px rgba(106,0,255,0.3)}.get-started-container{min-height:100vh;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.get-started-content{max-width:800px;width:100%}.get-started-header{text-align:center;margin-bottom:3rem}.get-started-title{font-size:3rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.get-started-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.6}.get-started-card{background:linear-gradient(145deg,rgba(30,20,60,.95),rgba(45,25,80,.9));border-radius:var(--border-radius-xl);padding:3rem;border:1px solid rgba(147,71,255,.3);backdrop-filter:blur(10px);box-shadow:var(--shadow-lg)}.progress-section{margin-bottom:3rem}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;color:var(--text-muted);font-size:.9rem}.progress-bar{width:100%;height:8px;background:rgba(147,71,255,.2);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--primary-light));border-radius:4px;transition:width .5s ease;position:relative}.progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progress-shimmer 2s infinite}@keyframes progress-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.question-section{text-align:center;margin-bottom:3rem}.question-title{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.3}.question-description{font-size:1.1rem;color:var(--text-muted);line-height:1.6}.recording-controls{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.record-button{display:flex;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,var(--error-color),#ff4757);color:white;border-radius:50px;padding:1.5rem 3rem;font-size:1.25rem;font-weight:600;box-shadow:0 8px 25px rgba(255,33,79,.3);min-width:200px}.record-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(255,33,79,.4)}.record-button:active{transform:translateY(-1px)}.record-button.recording{background:linear-gradient(135deg,#ff4757,#ff3742);animation:pulse-recording 2s infinite}@keyframes pulse-recording{0%,to{box-shadow:0 8px 25px rgba(255,33,79,.3)}50%{box-shadow:0 8px 25px rgba(255,33,79,.6),0 0 0 10px rgba(255,33,79,.1)}}.record-dot{width:12px;height:12px}.record-dot.recording{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.stop-button{background:rgba(147,71,255,.2);color:var(--text-secondary);border:2px solid rgba(147,71,255,.4);padding:1rem 2.5rem}.stop-button:hover{background:rgba(147,71,255,.3);border-color:rgba(147,71,255,.6)}.recording-status{display:flex;align-items:center;gap:.75rem;color:var(--error-color);font-size:1.1rem}.recording-indicator{width:12px;height:12px;background:var(--error-color);border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.processing-status{display:flex;align-items:center;gap:1rem;color:var(--info-color);font-weight:600;font-size:1.1rem}.processing-spinner{width:24px;height:24px;border:3px solid rgba(59,130,246,.3);border-top:3px solid var(--info-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.responses-section{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(147,71,255,.2)}.responses-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.responses-list{display:flex;flex-direction:column;gap:1rem}.response-item{background:rgba(20,15,40,.6);border:1px solid rgba(147,71,255,.2);border-radius:var(--border-radius-md);padding:1.5rem;transition:all .3s ease}.response-item:hover{border-color:rgba(147,71,255,.4);background:rgba(25,20,50,.7)}.response-question{font-size:.9rem;color:var(--text-muted);margin-bottom:.75rem;font-weight:500}.response-transcript{color:var(--text-secondary);line-height:1.5;font-size:1rem}.completion-container{text-align:center}.completion-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--success-color),#10b981);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 8px 25px rgba(34,197,94,.3)}.completion-icon svg{width:40px;height:40px;color:white}.completion-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.completion-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:3rem}.profile-summary{background:rgba(20,15,40,.6);border:1px solid rgba(147,71,255,.2);border-radius:var(--border-radius-lg);padding:2rem;margin-bottom:3rem;text-align:left}.profile-summary-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center}.profile-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.profile-summary-item h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.profile-summary-item p{color:var(--text-muted);line-height:1.5;font-size:.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.profile-tags{display:flex;flex-wrap:wrap;gap:.5rem}.profile-tag{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.profile-tag.influence{background:rgba(59,130,246,.2);color:var(--info-color)}.profile-tag.hobby{background:rgba(34,197,94,.2);color:var(--success-color)}.profile-tag.tone{background:rgba(168,85,247,.2);color:#c084fc}.voice-training-section{border-top:1px solid rgba(147,71,255,.2);padding-top:2rem;margin-bottom:3rem}.voice-training-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.voice-training-description{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.train-voice-button{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:white;border:none;border-radius:var(--border-radius-md);padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(106,0,255,.3)}.train-voice-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(106,0,255,.4)}.voice-training-status{display:flex;align-items:center;gap:1rem;color:var(--info-color);font-weight:600}.voice-training-success{background:rgba(34,197,94,.2);border:1px solid rgba(34,197,94,.3);border-radius:var(--border-radius-md);padding:1.5rem;color:var(--success-color)}.voice-training-success-icon{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600}.voice-training-success-text{font-size:.9rem;opacity:.9}.next-steps-section{border-top:1px solid rgba(147,71,255,.2);padding-top:2rem}.next-steps-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center}.next-steps-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.next-step-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:var(--border-radius-md);font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;min-width:180px}.next-step-button.primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:white;box-shadow:0 4px 15px rgba(106,0,255,.3)}.next-step-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(106,0,255,.4)}.next-step-button.secondary{background:rgba(147,71,255,.2);color:var(--text-secondary);border:2px solid rgba(147,71,255,.4)}.next-step-button.secondary:hover{background:rgba(147,71,255,.3);border-color:rgba(147,71,255,.6);transform:translateY(-2px)}.avatar-selection-section{margin-bottom:3rem;text-align:center}.avatar-selection-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.avatar-selection-description{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.avatar-options{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.avatar-option{background:rgba(20,15,40,.6);border:2px solid rgba(147,71,255,.3);border-radius:var(--border-radius-md);padding:1.5rem;cursor:pointer;transition:all .3s ease;min-width:200px}.avatar-option:hover{border-color:rgba(147,71,255,.5);background:rgba(25,20,50,.7);transform:translateY(-2px)}.avatar-option.selected{border-color:var(--primary-light);background:rgba(147,71,255,.1);box-shadow:0 4px 15px rgba(106,0,255,.2)}.avatar-option-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.avatar-option-description{color:var(--text-muted);font-size:.9rem;line-height:1.4}.avatar-creation-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.creation-header{width:100%;max-width:800px;margin-bottom:3rem}.back-button{background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.back-button:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.creation-progress-bar{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;transition:all .3s ease}.progress-step.active,.progress-step.completed{opacity:1}.step-circle{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:white;font-weight:600;border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.progress-step.active .step-circle{background:linear-gradient(135deg,#9147ff,#6a00ff);border-color:#9147ff;box-shadow:0 0 20px rgba(145,71,255,.5)}.progress-step.completed .step-circle{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#22c55e}.progress-step span{color:white;font-size:.9rem;font-weight:500}.creation-step-container{width:100%;max-width:600px;background:rgba(255,255,255,.95);border-radius:24px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.1);backdrop-filter:blur(20px)}.step-content{text-align:center}.step-icon-large{font-size:4rem;margin-bottom:1.5rem;display:block}.step-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}.step-description{font-size:1.1rem;color:#6b7280;line-height:1.6;margin-bottom:3rem}.name-form{display:flex;flex-direction:column;gap:2rem}.name-input-container{position:relative}.name-input{width:100%;padding:1.5rem 0;font-size:1.5rem;font-weight:500;color:#1f2937;background:transparent;border:none;border-bottom:2px solid #e5e7eb;text-align:center;transition:all .3s ease}.name-input:focus{outline:none;border-bottom-color:#9147ff}.input-underline{position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#9147ff,#6a00ff);transition:all .3s ease;transform:translateX(-50%)}.name-input:focus+.input-underline{width:100%}.name-suggestions{text-align:center}.suggestions-label{color:#6b7280;margin-bottom:1rem;font-size:.9rem}.suggestion-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.suggestion-tag{background:#f3f4f6;color:#6b7280;padding:.5rem 1rem;border-radius:20px;border:none;cursor:pointer;transition:all .3s ease;font-size:.9rem}.suggestion-tag:hover{background:#e5e7eb;color:#374151;transform:translateY(-2px)}.continue-button{background:linear-gradient(135deg,#9147ff,#6a00ff);color:white;border:none;padding:1.25rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 auto;min-width:200px}.continue-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px rgba(145,71,255,.4)}.continue-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button-arrow{transition:transform .3s ease}.continue-button:hover .button-arrow{transform:translateX(3px)}.photo-upload-section{display:flex;flex-direction:column;align-items:center;gap:2rem}.photo-preview-container{width:150px;height:150px;border-radius:50%;overflow:hidden;border:4px solid #e5e7eb;transition:all .3s ease}.photo-preview{position:relative;width:100%;height:100%}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-remove{position:absolute;top:5px;right:5px;width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.7);color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease}.photo-remove:hover{background:rgba(239,68,68,.9)}.photo-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9fafb;color:#9ca3af}.placeholder-icon{font-size:3rem;margin-bottom:.5rem}.photo-input{display:none}.photo-upload-button{background:#f3f4f6;color:#374151;border:2px dashed #d1d5db;padding:1rem 2rem;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-weight:500}.photo-upload-button:hover{background:#e5e7eb;border-color:#9ca3af;transform:translateY(-2px)}.upload-icon{font-size:1.2rem}.photo-note{color:#6b7280;font-size:.9rem;text-align:center}.step-actions{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;gap:1rem}.back-step-button{background:transparent;color:#6b7280;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:500}.back-step-button:hover{background:#f9fafb;color:#374151;transform:translateY(-2px)}.create-avatar-button{background:linear-gradient(135deg,#22c55e,#16a34a);color:white;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.create-avatar-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(34,197,94,.4)}.button-sparkle{animation:sparkle 2s infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.2) rotate(180deg)}}.creation-progress{text-align:center;color:white}.creation-spinner{position:relative;width:120px;height:120px;margin:0 auto 2rem}.spinner-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top-color:rgba(255,255,255,.8);border-radius:50%;animation:spin 2s linear infinite}.spinner-ring:nth-child(2){width:80%;height:80%;top:10%;left:10%;animation-duration:1.5s;animation-direction:reverse}.spinner-ring:nth-child(3){width:60%;height:60%;top:20%;left:20%;animation-duration:1s}.creation-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.creation-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:3rem}.creation-steps{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.creation-step{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.1);border-radius:12px;opacity:.5;transition:all .5s ease}.creation-step.active{opacity:1;background:rgba(255,255,255,.2);transform:translateX(10px)}.step-icon{font-size:1.5rem}.dynamic-onboarding-container{min-height:100vh;background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#581c87);color:white;padding:2rem}.onboarding-header{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 3rem;padding:0 2rem}.progress-info h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.progress-text{color:rgba(255,255,255,.8);font-size:1.1rem}.progress-circle{position:relative}.progress-ring{transform:rotate(-90deg);transition:stroke-dashoffset .5s ease}.progress-percentage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2rem;font-weight:700;color:white}.question-panel{max-width:900px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));border-radius:24px;padding:3rem;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px rgba(0,0,0,.3);margin:0 auto 3rem}.question-content{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem}.question-icon{font-size:4rem;flex-shrink:0;opacity:.9}.question-text{flex:1}.question-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.question-subtitle{font-size:1.2rem;opacity:.8;margin-bottom:1.5rem;font-style:italic}.question-main{font-size:1.3rem;font-weight:500;margin-bottom:1rem;line-height:1.4}.question-prompt{font-size:1rem;opacity:.7;font-style:italic;line-height:1.5}.recording-interface{text-align:center}.recording-ready{display:flex;flex-direction:column;align-items:center;gap:2rem}.record-button{position:relative;background:transparent;border:none;cursor:pointer;transition:all .3s ease}.record-button-inner{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:white;padding:1.5rem 3rem;border-radius:50px;font-size:1.2rem;font-weight:600;position:relative;z-index:2}.record-dot{width:16px;height:16px;background:white;border-radius:50%;animation:pulse 2s infinite}.record-button-glow{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50px;opacity:0;transition:all .3s ease;z-index:1}.record-button:hover .record-button-glow{opacity:.3;transform:scale(1.1)}.recording-hint{color:rgba(255,255,255,.7);font-size:1rem;max-width:400px;line-height:1.5}.recording-active{display:flex;flex-direction:column;align-items:center;gap:2rem}.recording-visualization{display:flex;align-items:center;justify-content:center;height:100px}.sound-wave{display:flex;align-items:end;gap:4px;height:60px}.wave-bar{width:6px;background:linear-gradient(0deg,#ef4444,#fbbf24);border-radius:3px;animation:wave 1.5s ease-in-out infinite}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}@keyframes wave{0%,to{height:20px}50%{height:60px}}.recording-status{font-size:1.2rem;font-weight:600;color:#ef4444}.stop-button{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);color:white;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.stop-button:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.stop-icon{width:12px;height:12px;background:white;border-radius:2px}.processing-state{display:flex;flex-direction:column;align-items:center;gap:2rem}.processing-animation{display:flex;align-items:center;justify-content:center}.processing-dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;background:#fbbf24;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.dot:nth-child(2){animation-delay:.16s}.dot:nth-child(3){animation-delay:.32s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.processing-text{font-size:1.1rem;color:rgba(255,255,255,.8);text-align:center;max-width:400px;line-height:1.5}.question-transition{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.transition-animation{position:relative;margin-bottom:2rem}.ripple-effect{width:100px;height:100px;border:2px solid rgba(255,255,255,.3);border-radius:50%;animation:ripple 1.5s ease-out infinite}.transition-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;animation:sparkle 1.5s ease-in-out infinite}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(2);opacity:0}}.transition-text{font-size:1.3rem;color:rgba(255,255,255,.9);font-weight:500}.response-history{max-width:900px;margin:0 auto;padding:2rem}.history-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:white}.response-timeline{position:relative;padding-left:2rem}.response-timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#9147ff,#6a00ff)}.timeline-item{position:relative;margin-bottom:2rem;padding-left:3rem}.timeline-marker{position:absolute;left:-2rem;top:0;width:40px;height:40px;background:linear-gradient(135deg,#9147ff,#6a00ff);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.2)}.marker-icon{font-size:1.2rem}.timeline-content{background:rgba(255,255,255,.1);padding:1.5rem;border-radius:16px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.timeline-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:white}.timeline-transcript{color:rgba(255,255,255,.9);line-height:1.6;margin-bottom:1rem}.timeline-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.saved-badge{background:rgba(34,197,94,.2);color:#4ade80;padding:.25rem .75rem;border-radius:12px;font-weight:500}.timestamp{color:rgba(255,255,255,.6)}.completion-prompt{text-align:center;margin-top:3rem}.complete-button{background:linear-gradient(135deg,#22c55e,#16a34a);color:white;border:none;padding:1.5rem 3rem;border-radius:50px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:1rem;margin:0 auto}.complete-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(34,197,94,.4)}.complete-text{flex:1}.complete-icon{font-size:1.5rem;animation:bounce 2s infinite}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.loading-pulse{width:60px;height:60px;background:linear-gradient(135deg,#9147ff,#6a00ff);border-radius:50%;animation:pulse 2s ease-in-out infinite;margin-bottom:2rem}@media (max-width:768px){.get-started-container{padding:1rem}.get-started-card{padding:2rem}.get-started-title{font-size:2.5rem}.question-title{font-size:1.75rem}.record-button{padding:1.25rem 2.5rem;font-size:1.1rem}.profile-summary-grid{grid-template-columns:1fr;gap:1.5rem}.next-steps-actions{flex-direction:column;align-items:center}.next-step-button{width:100%;max-width:300px}.avatar-options{flex-direction:column;align-items:center}.avatar-option{width:100%;max-width:300px}.onboarding-header{gap:2rem}.onboarding-header,.question-content{flex-direction:column;text-align:center}.question-content{gap:1.5rem}.question-title{font-size:2rem}.creation-step-container{padding:2rem}.step-title{font-size:2rem}.step-actions{flex-direction:column;gap:1rem}.back-step-button,.create-avatar-button{width:100%}}@media (max-width:480px){.get-started-title{font-size:2rem}.get-started-subtitle{font-size:1.1rem}.question-title{font-size:1.5rem}.record-button{padding:1rem 2rem;font-size:1rem}.completion-title{font-size:2rem}.dynamic-onboarding-container{padding:1rem}.question-panel{padding:2rem}.progress-info h1{font-size:2rem}.creation-progress-bar{flex-direction:column;gap:1rem}.step-title{font-size:1.75rem}}