.question-container{display:flex;flex-direction:column;gap:20px}.step-counter{text-align:center;color:#888;font-size:.9em}.question-text{font-size:1.1em;font-weight:500;margin-bottom:8px}.required-star{color:red;margin-left:4px}.input-field,.review-textarea{width:100%;padding:12px;border-radius:8px;border:1px solid #e0e0e0;font-size:1em;resize:vertical;min-height:50px;box-sizing:border-box;font-family:inherit;transition:border-color .2s ease}.input-field:focus,.review-textarea:focus{outline:none;border-color:#2563eb}.multiselect-container{display:flex;flex-direction:column;gap:10px}.multiselect-option{display:flex;align-items:center;gap:10px;cursor:pointer}.review-container{display:flex;flex-direction:column;gap:20px}.review-container h2{font-size:1.4em;margin-bottom:10px}.review-item{border:1px solid #e0e0e0;padding:15px;border-radius:8px}.review-question{margin-bottom:8px;font-size:1em}.review-textarea{min-height:100px}.button-group{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.button-primary,.button-secondary{padding:10px 20px;border:none;border-radius:8px;font-size:.95em;font-weight:600;cursor:pointer;transition:all .2s ease}.button-primary{background-color:#2563eb;color:#fff}.button-primary:hover:not(:disabled){background-color:#1d4ed8}.button-primary:disabled{background-color:#e0e0e0;cursor:not-allowed}.button-secondary{background-color:#e0e0e0;color:#333}.button-secondary:hover{background-color:#d0d0d0}.loading-container{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.spinner{border:4px solid rgba(0,0,0,.1);width:36px;height:36px;border-radius:50%;border-left-color:#2563eb;animation:spin 1s ease infinite}.error-message{color:red;margin-top:20px;text-align:center}.report-container{padding:32px;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014;color:#333}.report-header{text-align:center;margin-bottom:24px;border-bottom:2px solid #2563eb;padding-bottom:16px}.report-title{color:#2563eb;font-size:1.8em;font-weight:700;margin:0}.report-content h1,.report-content h2,.report-content h3{color:#2563eb;margin-top:1.2em;margin-bottom:.4em}.report-content h1{font-size:1.6em}.report-content h2{font-size:1.3em}.report-content h3{font-size:1.1em}.report-content p{margin-bottom:.8em}.report-content strong{color:#444}.report-content ul,.report-content ol{margin:0;padding-left:20px}.report-content li{margin-bottom:.4em}.report-content .final-phrase{font-style:italic;text-align:center;margin-top:1.5em;font-size:1.1em;color:#2563eb}.email-gate{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f9fafb;padding:20px}.email-card{background:#fff;border-radius:12px;padding:40px 32px;width:100%;max-width:400px;text-align:center;box-shadow:0 8px 20px #0000000f}.email-icon{font-size:48px;background:#e0e7ff;color:#2563eb;border-radius:50%;width:72px;height:72px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.email-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:8px}.email-subtitle{font-size:.95rem;color:#6b7280;margin-bottom:24px}.email-form{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.email-label{font-size:.85rem;font-weight:600;text-align:left;color:#374151}.email-input{padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;color:#1f2937;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.email-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.email-btn{background:#2563eb;color:#fff;font-weight:600;padding:12px;border-radius:8px;border:none;cursor:pointer;transition:background .2s ease,transform .1s ease}.email-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.email-back{display:inline-block;font-size:.9rem;color:#6b7280;text-decoration:none;margin-top:8px;transition:color .2s ease}.email-back:hover{color:#2563eb}body{background-color:#fff}main{background-color:#f9fafb}.feedback-toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:var(--z-toast);display:flex;flex-direction:column-reverse;gap:.5rem;max-width:420px;width:calc(100vw - 2rem)}.feedback-toast{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:10px;color:#fff;font-size:.9rem;line-height:1.4;box-shadow:0 4px 16px #00000040;animation:feedbackSlideIn .3s ease-out}.feedback-toast--success{background:#16a34a}.feedback-toast--error{background:#dc2626}.feedback-toast--warning{background:#d97706}.feedback-toast--info{background:#2563eb}.feedback-toast__icon{flex-shrink:0;display:flex;align-items:center}.feedback-toast__message{flex:1;word-break:break-word}.feedback-toast__close{flex-shrink:0;background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .15s}.feedback-toast__close:hover{color:#fff}@keyframes feedbackSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.feedback-confirm-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:var(--z-confirm);display:flex;align-items:center;justify-content:center;animation:feedbackFadeIn .2s ease-out}.feedback-confirm-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000040;max-width:440px;width:calc(100vw - 2rem);overflow:hidden;animation:feedbackScaleIn .2s ease-out}.feedback-confirm-header{padding:1.25rem 1.5rem 0}.feedback-confirm-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#1e293b}.feedback-confirm-body{padding:1rem 1.5rem 1.25rem}.feedback-confirm-body p{margin:0;font-size:.95rem;line-height:1.5;color:#475569}.feedback-confirm-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:0 1.5rem 1.25rem}.feedback-confirm-btn{padding:.625rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;border:none;transition:transform .1s,background .15s}.feedback-confirm-btn:active{transform:scale(.97)}.feedback-confirm-btn--cancel{background:#f1f5f9;color:#475569}.feedback-confirm-btn--cancel:hover{background:#e2e8f0}.feedback-confirm-btn--confirm{background:#2563eb;color:#fff}.feedback-confirm-btn--confirm:hover{background:#1d4ed8}.feedback-confirm-btn--danger{background:#dc2626}.feedback-confirm-btn--danger:hover{background:#b91c1c}@keyframes feedbackFadeIn{0%{opacity:0}to{opacity:1}}@keyframes feedbackScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 640px){.feedback-toast-container{bottom:1rem;right:.5rem;left:.5rem;width:auto;max-width:none}.feedback-confirm-modal{margin:0 1rem}}.onboarding-progress-bar{width:100%;max-width:480px;margin:0 auto 1.5rem;padding:0 1rem}.progress-steps{display:flex;align-items:center;justify-content:center;gap:0}.progress-step{display:flex;align-items:center}.step-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;background:#e0e0e0;color:#888;transition:all .3s ease;flex-shrink:0}.progress-step.active .step-dot{background:#6c63ff;color:#fff;box-shadow:0 2px 8px #6c63ff4d}.progress-step.completed .step-dot{background:#00c9a7;color:#fff}.step-connector{width:48px;height:3px;background:#e0e0e0;transition:background .3s ease}.progress-step.completed .step-connector{background:#00c9a7}.progress-step-label{text-align:center;font-size:.85rem;font-weight:500;color:#555;margin:.75rem 0 0}@media (max-width: 480px){.step-connector{width:32px}.step-dot{width:28px;height:28px;font-size:.75rem}.progress-step-label{font-size:.8rem}}.skills-evaluation-page{min-height:100vh;background:#f7f8fa;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem}.skills-evaluation-container{background:#fff;border-radius:16px;padding:3rem 2rem;max-width:900px;width:100%;margin:0 auto;box-shadow:0 1px 4px #0000000f}.skills-header{text-align:center;margin-bottom:3rem}.skills-header h2{color:#333;font-size:2rem;margin-bottom:1rem}.skills-header p{color:#666;font-size:1.1rem;margin-bottom:.5rem}.skills-header .instructions{color:#667eea;font-weight:600;margin-top:1rem}.skills-progress-counter{position:sticky;top:0;z-index:10;background:#fff;margin:0 -2rem 1.5rem;padding:1rem 2rem;border-bottom:1px solid #E9ECEF}.skills-progress-counter-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.skills-progress-label{font-size:.95rem;font-weight:600;color:#4b5563;white-space:nowrap}.skills-progress-label--complete{color:#10b981}.skills-progress-label .mobile-label{display:none}.skills-progress-label .desktop-label{display:inline}.skills-progress-track{flex:1;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.skills-progress-fill{height:100%;background:#6c63ff;border-radius:4px;transition:width .4s ease}.skills-progress-fill--complete{background:#10b981}.skills-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.skill-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease}.skill-card--collapsed{padding:1rem 1.5rem}.skill-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.skill-card--collapsed .skill-header{margin-bottom:0}.skill-header-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.skill-header-stars{display:flex;align-items:center;gap:2px}.skill-header-level{color:#667eea;font-weight:600;font-size:.8rem;margin-left:.35rem}.skill-collapse-chevron{color:#9ca3af;transition:transform .3s ease;flex-shrink:0}.skill-collapse-chevron--open{transform:rotate(180deg)}.skill-card-body{max-height:500px;opacity:1;overflow:hidden;transition:max-height .35s ease,opacity .25s ease,margin-top .3s ease;margin-top:0}.skill-card-body--hidden{max-height:0;opacity:0;margin-top:0}.skill-header h3{color:#333;font-size:1.25rem;margin:0;flex:1}.skill-category{background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:capitalize}.skill-description{color:#666;line-height:1.6;margin-bottom:1.25rem;font-size:.95rem}.rating-container{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.rating-label{color:#666;font-weight:600;font-size:.95rem}.stars{display:flex;gap:.25rem}.star-button{background:none;border:none;padding:0;cursor:pointer;transition:transform .2s ease}.star-button:hover{transform:scale(1.1)}.star-button:focus{outline:2px solid #667eea;outline-offset:2px;border-radius:4px}.rating-text{color:#667eea;font-weight:600;font-size:.95rem;margin-left:.5rem}.evaluation-footer{text-align:center;padding-top:2rem;border-top:2px solid #e5e7eb}.submit-evaluation-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.25rem 3rem;font-size:1.2rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.submit-evaluation-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #667eea66}.submit-evaluation-button:disabled{opacity:.5;cursor:not-allowed}.helper-text{color:#999;font-size:.9rem;margin-top:1rem;font-style:italic}@media (max-width: 480px){.skills-progress-label .desktop-label{display:none}.skills-progress-label .mobile-label{display:inline}.skills-progress-counter{margin:0 -1.5rem;padding-left:1.5rem;padding-right:1.5rem}}@media (max-width: 768px){.skills-evaluation-container{padding:2rem 1.5rem}.skills-header h2{font-size:1.5rem}.skills-header p{font-size:1rem}.skill-header{flex-direction:column;align-items:flex-start}.skill-header-right{width:100%;justify-content:space-between}.skill-header h3{font-size:1.1rem}.rating-container{flex-direction:column;align-items:flex-start;gap:.75rem}.stars{gap:.5rem}.star-button svg{width:28px;height:28px}.submit-evaluation-button{padding:1rem 2rem;font-size:1.1rem}}.subscription-plans-section{margin:48px 0;padding:48px 24px;background:linear-gradient(135deg,#f8f9ff,#fff);border-radius:16px;border:2px solid #e8ecff}.subscription-plans-header{text-align:center;margin-bottom:40px}.subscription-plans-header h2{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:12px;line-height:1.3}.subscription-plans-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.subscription-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto}.subscription-plan-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:32px 24px;text-align:center;position:relative;transition:all .3s ease;display:flex;flex-direction:column}.subscription-plan-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.subscription-plan-card.featured{border-color:#4f46e5;border-width:3px;transform:scale(1.05);box-shadow:0 8px 32px #4f46e533}.subscription-plan-card.featured:hover{transform:scale(1.05) translateY(-4px)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;padding:6px 16px;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}.plan-title{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:16px;margin-top:8px}.plan-price{margin-bottom:8px}.price-value{font-size:2.5rem;font-weight:800;color:#4f46e5;display:block;line-height:1}.price-period{font-size:1rem;color:#666;font-weight:500}.plan-daily-cost{font-size:.95rem;color:#4b5563;margin-bottom:8px;min-height:44px;display:flex;align-items:center;justify-content:center}.plan-note{font-size:.875rem;color:#059669;font-weight:600;font-style:italic;margin-bottom:8px}.plan-button{display:inline-block;width:100%;padding:14px 24px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;margin-top:auto}.plan-button:hover{background:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.plan-button.featured{background:linear-gradient(135deg,#4f46e5,#6366f1);font-size:1.1rem;padding:16px 24px}.plan-button.featured:hover{background:linear-gradient(135deg,#4338ca,#4f46e5)}.subscription-benefits{max-width:600px;margin:0 auto 32px;padding:24px;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.subscription-benefits h3{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin-bottom:16px;text-align:center}.subscription-benefits ul{list-style:none;padding:0;margin:0}.subscription-benefits li{display:flex;align-items:flex-start;gap:12px;padding:8px 0;color:#4b5563;font-size:1rem}.subscription-benefits li svg{color:#10b981;flex-shrink:0;margin-top:2px}.already-subscriber{text-align:center;margin-bottom:24px}.already-subscriber p{font-size:1rem;color:#666}.link-button{background:none;border:none;color:#4f46e5;font-weight:600;cursor:pointer;text-decoration:underline;padding:0;font-size:inherit}.link-button:hover{color:#4338ca}.subscription-footer{text-align:center;padding-top:24px;border-top:1px solid #e5e7eb}.cancellation-note{font-size:.95rem;color:#6b7280;margin:0}.cancellation-note strong{color:#1a1a2e}@media (max-width: 768px){.subscription-plans-section{padding:32px 16px}.subscription-plans-header h2{font-size:1.5rem}.subscription-plans-header p{font-size:1rem}.subscription-plans-grid{grid-template-columns:1fr;gap:20px}.subscription-plan-card.featured{transform:none}.subscription-plan-card.featured:hover{transform:translateY(-4px)}.price-value{font-size:2rem}.plan-daily-cost{min-height:auto}}.pdi-activities-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#f7f8fa;padding:2rem 1rem}.pdi-activities-container{max-width:1000px;width:100%;background:#fff;border-radius:16px;padding:3rem 2rem;box-shadow:0 1px 4px #0000000f;animation:fadeInUp .6s ease-out}.pdi-activities-header{text-align:center;margin-bottom:2rem}.header-icon{margin-bottom:1rem}.activities-icon{color:#38f9d7;animation:pulse 2s ease-in-out infinite}.pdi-activities-header h1{font-size:2.5rem;font-weight:700;color:#1a202c}.pdi-activities-education{background:#f0fdf9;border-left:4px solid #38f9d7;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.pdi-activities-education h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.pdi-activities-education p{font-size:1.1rem;line-height:1.7;color:#4a5568;margin-bottom:.75rem}.pdi-activities-education p:last-child{margin-bottom:0}.pdi-activities-education strong{color:#0d9488;font-weight:600}.activities-loading{text-align:center;padding:3rem 1rem}.activities-loading .spinner{color:#38f9d7;animation:spin 1s linear infinite;margin-bottom:1rem}.activities-loading p{font-size:1.1rem;color:#2d3748;margin-bottom:.5rem}.loading-subtext{font-size:.9rem!important;color:#718096!important}.pdi-complete-preview{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.objective-preview-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.objective-preview-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#43e97b,#38f9d7)}.objective-preview-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.objective-icon{color:#0d9488}.objective-preview-header h3{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0}.objective-purpose{font-size:1rem;line-height:1.6;color:#4a5568;margin-bottom:1.5rem;padding:1rem;background:#f7fafc;border-radius:8px}.objective-purpose strong{color:#2d3748}.plans-section{display:flex;flex-direction:column;gap:1rem}.plan-preview-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem;transition:all .2s ease}.plan-preview-card:hover{border-color:#38f9d7;box-shadow:0 4px 12px #38f9d71a}.plan-preview-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.plan-preview-header h4{font-size:1.2rem;font-weight:600;color:#2d3748;margin:0;flex:1}.priority-badge{display:inline-block;padding:.3rem .6rem;border-radius:20px;font-size:.8rem;font-weight:500;color:#fff;flex-shrink:0}.priority-high{background:#f56565}.priority-medium{background:#ed8936}.priority-low{background:#48bb78}.plan-preview-description{font-size:.95rem;line-height:1.6;color:#718096;margin-bottom:1rem}.activities-preview{display:flex;flex-direction:column;gap:.5rem}.activity-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4a5568}.activity-bullet{color:#0d9488;font-weight:600;flex-shrink:0}.activity-item.locked{color:#a0aec0;font-style:italic}.locked-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff5f5;border:1px dashed #feb2b2;border-radius:8px;color:#c53030;font-size:.95rem;margin-top:1rem}.locked-item svg{flex-shrink:0}.locked-item p{margin:0;font-size:.85rem;color:#9b2c2c;margin-top:.25rem}.activities-final-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2.5rem 2rem;color:#fff;text-align:center;margin-bottom:2rem}.cta-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-content>p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 15px #ffffff4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fff6}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.cta-guarantee{font-size:.95rem;opacity:.9;margin:0}.activities-footer{text-align:center;padding-top:2rem;border-top:1px solid #e2e8f0}.activities-footer p{font-size:.9rem;color:#718096;margin:0}@media (max-width: 768px){.pdi-activities-container{padding:2rem 1.5rem}.pdi-activities-header h1{font-size:2rem}.pdi-activities-education h2{font-size:1.25rem}.pdi-activities-education p{font-size:1rem}.cta-content h2{font-size:1.5rem}.cta-content>p{font-size:1rem}.cta-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.email-status-section{margin-bottom:2rem}.email-status{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;line-height:1.6;margin-bottom:1rem}.email-status.sending{background:#e6f3ff;border:1px solid #b3d9ff;color:#06c}.email-status.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.email-status.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.email-status .spinner{animation:spin 1s linear infinite;flex-shrink:0}.email-status svg{flex-shrink:0}.error-content{display:flex;flex-direction:column;gap:.75rem;width:100%}.btn-retry{align-self:flex-start;padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-retry:hover{background:#c82333;transform:translateY(-1px)}.email-retry-section{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1.5rem}.retry-header{display:flex;align-items:center;gap:.75rem;color:#856404;font-size:.95rem;margin-bottom:1rem}.retry-header svg{flex-shrink:0}.retry-input-group{display:flex;gap:.75rem;margin-bottom:.75rem}.retry-email-input{flex:1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:all .2s ease}.retry-email-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn-retry-send{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}.btn-retry-send:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.btn-retry-send:disabled{opacity:.6;cursor:not-allowed}.btn-retry-send .spinner{animation:spin 1s linear infinite}.retry-error{color:#721c24;font-size:.9rem;padding:.5rem 0}@media (max-width: 768px){.email-status{font-size:.9rem;padding:1rem}.retry-input-group{flex-direction:column}.btn-retry-send{width:100%}.whatsapp-opt-in-input{flex-direction:column}.btn-whatsapp-save{width:100%}}.whatsapp-opt-in{background:#f0fdf4;border:1px solid #a7f3d0;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.whatsapp-opt-in-header{display:flex;align-items:center;gap:.75rem;color:#065f46;font-size:.95rem;font-weight:600;margin-bottom:.75rem}.whatsapp-opt-in-input{display:flex;gap:.75rem}.whatsapp-opt-in-input input{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s ease}.whatsapp-opt-in-input input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.btn-whatsapp-save{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:90px}.btn-whatsapp-save:hover:not(:disabled){background:#059669}.btn-whatsapp-save:disabled{opacity:.5;cursor:not-allowed}.resume-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);padding:max(1rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom)) 1rem}.resume-modal{background:#fff;border-radius:16px;padding:2.5rem 2rem;max-width:440px;width:100%;text-align:center;box-shadow:0 20px 60px #00000026;animation:resumeModalIn .25s ease-out}@keyframes resumeModalIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.resume-modal-icon{color:#6c63ff;margin-bottom:1rem}.resume-modal-title{font-size:1.5rem;color:#1f2937;margin:0 0 .75rem}.resume-modal-text{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 2rem}.resume-modal-buttons{display:flex;flex-direction:column;gap:.75rem}.resume-modal-btn{padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease}.resume-modal-btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.resume-modal-btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.resume-modal-btn--secondary{background:transparent;color:#6b7280;border:1px solid #E5E7EB}.resume-modal-btn--secondary:hover{background:#f9fafb;color:#4b5563}@media (max-width: 480px){.resume-modal{padding:2rem 1.5rem}.resume-modal-title{font-size:1.25rem}}.lp-root{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2937;overflow-x:hidden}.lp-header{position:absolute;top:0;left:0;right:0;z-index:20;padding:1.25rem 2rem}.lp-header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.lp-logo{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:700;font-size:1.25rem;letter-spacing:.05em}.lp-header-login{background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.lp-header-login:hover{background:#ffffff38}.lp-hero{background:#111827;padding:8rem 2rem 5rem;text-align:center;position:relative}.lp-hero:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,#f8fafc);pointer-events:none}.lp-hero-inner{max-width:900px;margin:0 auto}.lp-hero-title{font-size:2.75rem;font-weight:800;color:#fff;line-height:1.2;margin:0 0 1.5rem}.lp-hero-highlight{display:block;color:#94a3b8;font-weight:600;font-size:.85em}.lp-hero-subtitle{font-size:1.15rem;color:#cbd5e1;line-height:1.7;max-width:720px;margin:0 auto 3rem}.lp-hero-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.lp-benefit-card{background:#fffffff7;border-radius:16px;padding:2rem 1.5rem;text-align:left;box-shadow:0 4px 24px #00000026;transition:transform .25s ease,box-shadow .25s ease}.lp-benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0003}.lp-benefit-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.lp-benefit-icon--purple,.lp-benefit-icon--green,.lp-benefit-icon--teal{background:#f1f5f9;color:#475569}.lp-benefit-card h3{font-size:1.05rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.lp-benefit-card p{font-size:.925rem;color:#6b7280;line-height:1.5;margin:0}.lp-cta-primary{background:#fff;color:#111827;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .25s ease;box-shadow:0 4px 20px #0003}.lp-cta-primary:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 28px #00000040}.lp-cta-primary--inverted{background:#fff;color:#111827;box-shadow:0 4px 20px #0003}.lp-cta-primary--inverted:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 28px #00000040}.lp-cta-micro{font-size:.85rem;color:#94a3b8;margin-top:1rem}.lp-hero-login{background:none;border:1px solid rgba(255,255,255,.25);color:#ffffffbf;padding:.65rem 1.75rem;border-radius:10px;font-size:.95rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:all .2s ease;margin-top:1rem}.lp-hero-login:hover{background:#ffffff14;border-color:#fff6;color:#fff}.lp-section{padding:5rem 2rem}.lp-section--light{background:#f8fafc}.lp-section--white{background:#fff}.lp-section-inner{max-width:1000px;margin:0 auto}.lp-section-title{text-align:center;font-size:2rem;font-weight:800;color:#1f2937;margin:0 0 3rem}.lp-steps{display:flex;align-items:flex-start;justify-content:center;gap:0}.lp-step{text-align:center;flex:1;max-width:220px;position:relative}.lp-step-number{width:32px;height:32px;border-radius:50%;background:#111827;color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.lp-step-icon{width:64px;height:64px;border-radius:16px;background:#f1f5f9;color:#475569;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.lp-step h3{font-size:1.05rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.lp-step p{font-size:.9rem;color:#6b7280;line-height:1.4;margin:0}.lp-step-connector{width:48px;height:2px;background:#e2e8f0;margin-top:48px;flex-shrink:0}.lp-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.lp-testimonial-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.lp-stars{display:flex;gap:2px}.lp-testimonial-text{font-size:.95rem;color:#374151;line-height:1.6;flex:1;margin:0;font-style:italic}.lp-testimonial-author{display:flex;flex-direction:column;gap:.15rem}.lp-testimonial-author strong{font-size:.95rem;color:#1f2937}.lp-testimonial-author span{font-size:.8rem;color:#9ca3af}.lp-counter{text-align:center;font-size:1.05rem;color:#6b7280;margin:0}.lp-counter strong{color:#111827;font-weight:700}.lp-persona-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.lp-persona-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem 1.5rem;text-align:left;cursor:pointer;transition:all .25s ease;display:flex;flex-direction:column;gap:.75rem;font-family:inherit;width:100%}.lp-persona-card:hover{border-color:#94a3b8;transform:translateY(-4px);box-shadow:0 8px 32px #00000014}.lp-persona-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center}.lp-persona-icon--purple,.lp-persona-icon--green,.lp-persona-icon--teal{background:#f1f5f9;color:#475569}.lp-persona-card h3{font-size:1.1rem;font-weight:700;color:#1f2937;margin:0}.lp-persona-card p{font-size:.925rem;color:#6b7280;line-height:1.5;margin:0;flex:1}.lp-persona-cta{display:inline-flex;align-items:center;gap:.25rem;color:#111827;font-weight:600;font-size:.9rem;margin-top:.5rem}.lp-preview-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.lp-preview-mock{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;max-width:700px;width:100%;position:relative;overflow:hidden}.lp-preview-header-mock{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.lp-preview-avatar{width:48px;height:48px;border-radius:50%;background:#1e293b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.lp-preview-name{font-weight:700;color:#1f2937;font-size:1.05rem}.lp-preview-role{font-size:.85rem;color:#9ca3af}.lp-preview-obj{margin-bottom:1.5rem}.lp-preview-obj h4{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}.lp-preview-action{padding:.6rem .75rem;font-size:.9rem;color:#374151;border-left:3px solid #e5e7eb;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.lp-preview-tag{font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:6px;white-space:nowrap;flex-shrink:0}.lp-preview-tag--green,.lp-preview-tag--blue,.lp-preview-tag--purple{background:#f1f5f9;color:#334155}.lp-preview-blur{position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.85) 40%,#fff);pointer-events:none}.lp-preview-cta{background:#111827;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .25s ease;box-shadow:0 4px 20px #0003;margin-top:-2.5rem;position:relative;z-index:5}.lp-preview-cta:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 8px 28px #00000047}.lp-faq-container{max-width:700px}.lp-faq-list{display:flex;flex-direction:column;gap:0}.lp-faq-item{border-bottom:1px solid #e5e7eb}.lp-faq-item:first-child{border-top:1px solid #e5e7eb}.lp-faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 0;background:none;border:none;font-family:inherit;font-size:1.05rem;font-weight:600;color:#1f2937;cursor:pointer;text-align:left;gap:1rem}.lp-faq-question:hover{color:#111827}.lp-faq-chevron{transition:transform .2s ease;flex-shrink:0;color:#9ca3af}.lp-faq-chevron--open{transform:rotate(180deg)}.lp-faq-answer{padding:0 0 1.25rem;font-size:.95rem;color:#6b7280;line-height:1.6}.lp-cta-final{background:#111827;padding:5rem 2rem;text-align:center}.lp-cta-final-inner{max-width:700px;margin:0 auto}.lp-cta-final h2{font-size:2rem;font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.3}.lp-cta-final p{font-size:1.15rem;color:#94a3b8;margin:0 0 2.5rem}.lp-footer{background:#0f172a;padding:2rem}.lp-footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.lp-footer-logo{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-weight:700;font-size:1rem}.lp-footer p{margin:0;color:#64748b;font-size:.85rem}@media (max-width: 900px){.lp-hero-cards,.lp-testimonials,.lp-persona-cards{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.lp-steps{flex-direction:column;align-items:center;gap:0}.lp-step{max-width:100%}.lp-step-connector{width:2px;height:32px;margin:0}}@media (max-width: 640px){.lp-hero{padding:6rem 1.25rem 3.5rem}.lp-hero-title{font-size:1.75rem}.lp-hero-highlight{font-size:.9em}.lp-hero-subtitle{font-size:1rem;margin-bottom:2rem}.lp-section{padding:3rem 1.25rem}.lp-section-title{font-size:1.5rem;margin-bottom:2rem}.lp-cta-primary{width:100%;justify-content:center;padding:1rem 1.5rem}.lp-preview-mock{padding:1.25rem}.lp-preview-cta{width:100%;justify-content:center}.lp-cta-final{padding:3.5rem 1.25rem}.lp-cta-final h2{font-size:1.5rem}.lp-footer-inner{flex-direction:column;gap:.75rem;text-align:center}.lp-header{padding:1rem}.lp-header-login{font-size:.8rem;padding:.4rem .75rem}}.quick-form-page{background:linear-gradient(135deg,#14b8a6,#4ca9c8,#5b5fef);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem 1rem;position:relative}.quick-form-page--neutral{background:#f7f8fa}.quick-form-container{background:#fff;border-radius:16px;padding:3rem 2rem;max-width:600px;width:100%;box-shadow:0 1px 4px #0000000f}.progress-bar-container{width:100%;height:8px;background:#e0e0e0;border-radius:10px;overflow:hidden;margin-bottom:.5rem}.progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.progress-text{text-align:center;color:#666;font-size:.9rem;margin-bottom:.5rem}.progress-reflection{text-align:center;color:#5b21b6;font-size:.875rem;font-weight:500;margin-bottom:2rem;font-style:italic}.question-container{margin:2rem 0;min-height:200px}.question-label{display:block;font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;line-height:1.4}.required{color:#e74c3c;margin-left:.25rem}.question-input,.question-textarea,.question-select{width:100%;padding:1rem;font-size:1.1rem;border:2px solid #e0e0e0;border-radius:12px;transition:all .3s ease;font-family:inherit}.question-input:focus,.question-textarea:focus,.question-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.question-textarea{resize:vertical;min-height:120px}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center}.insight-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:4px solid #3b82f6;padding:1rem 1.25rem;border-radius:8px;text-align:center;font-size:.95rem;color:#1e3a8a;font-style:italic;margin:1rem 0;box-shadow:0 2px 8px #3b82f61a}.fade-in{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navigation-buttons{display:flex;gap:1rem;margin-top:2rem}.nav-button{flex:1;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.back-button{background:#f5f5f5;color:#666}.back-button:hover:not(:disabled){background:#e0e0e0}.next-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.next-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.nav-button:disabled{opacity:.5;cursor:not-allowed}.quick-form-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f7f8fa;padding:2rem}.loading-content{background:#fff;border-radius:20px;padding:4rem 3rem;text-align:center;max-width:500px}.sparkle-icon{color:#667eea;margin-bottom:1rem}.spinning{animation:spin 2s linear infinite}.loading-content h2{color:#333;margin-bottom:1rem}.loading-content p{color:#666;font-size:1.1rem;line-height:1.6}.loading-tip{margin-top:1rem;font-style:italic;color:#999}.quick-form-results{min-height:100vh;background:#f7f8fa;padding:2rem 1rem}.results-container{max-width:1200px;margin:0 auto}.results-header{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;margin-bottom:2rem}.results-header h1{color:#333;margin:1rem 0;font-size:2.5rem}.results-header p{color:#666;font-size:1.2rem}.objectives-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.objective-card{background:#fff;border-radius:16px;padding:2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.objective-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.objective-number{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.objective-card h3{color:#333;margin-bottom:1rem;font-size:1.3rem;padding-right:3rem}.objective-card p{color:#666;line-height:1.6;margin-bottom:1rem}.objective-meta{display:flex;gap:.5rem;flex-wrap:wrap}.category,.priority{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600}.category{background:#e3f2fd;color:#1976d2}.priority{background:#fff3e0;color:#f57c00}.locked-section{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center}.locked-section svg{color:#999;margin-bottom:1rem}.locked-section h2{color:#333;margin-bottom:1rem}.locked-section p{color:#666;font-size:1.1rem;margin-bottom:1.5rem}.locked-section ul{list-style:none;padding:0;margin:2rem 0;text-align:left;max-width:400px;margin-left:auto;margin-right:auto}.locked-section li{color:#333;font-size:1.1rem;margin-bottom:1rem;padding-left:.5rem}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.25rem 3rem;font-size:1.2rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-top:1rem}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #667eea66}.cta-button.secondary{background:#f5f5f5;color:#667eea;border:2px solid #667eea}.cta-button.secondary:hover{background:#667eea;color:#fff}.or-divider{margin:1.5rem 0;color:#999;font-size:.9rem;position:relative}.or-divider:before,.or-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#ddd}.or-divider:before{left:0}.or-divider:after{right:0}.plans-preview{background:#f9f9f9;border-radius:12px;padding:2rem;margin:2rem 0;text-align:left}.plans-preview h3{color:#333;margin-bottom:1.5rem;text-align:center}.plans-list{display:flex;flex-direction:column;gap:1.5rem}.plan-preview-item h4{color:#667eea;margin-bottom:1rem;font-size:1.1rem}.plan-card-mini{background:#fff;padding:1rem;border-radius:8px;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000000d}.plan-card-mini strong{color:#333;flex:1}.activity-count{background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;white-space:nowrap;margin-left:1rem}.diagnosis-summary{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #00000014}.diagnosis-summary h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.diagnosis-summary p{color:#666;line-height:1.8;font-size:1.05rem}.skills-analysis-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #00000014}.skills-analysis-section h3{color:#333;margin-bottom:1.5rem;font-size:1.4rem}.skills-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.skills-column{background:#f9fafb;border-radius:12px;padding:1.5rem}.skills-column h4{color:#333;margin-bottom:1rem;font-size:1.1rem}.skills-column.strengths{border-left:4px solid #10b981}.skills-column.gaps{border-left:4px solid #f59e0b}.skills-column ul{list-style:none;padding:0;margin:0}.skills-column li{color:#666;padding:.5rem 0;border-bottom:1px solid #e5e7eb;font-size:.95rem}.skills-column li:last-child{border-bottom:none}.quick-form-minimal-header{width:100%;padding:1.5rem 2rem;display:flex;justify-content:center;align-items:center;background:transparent;border-bottom:1px solid rgba(255,255,255,.5);box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:10}.header-logo-container{display:flex;align-items:center;gap:.5rem;justify-content:center}.header-logo-icon{color:#fff}.minimal-logo{color:#fff;font-size:1.25rem;font-weight:700;margin:0;letter-spacing:.05em}.quick-form-minimal-footer{width:100%;max-width:1200px;padding:1.5rem 2rem;text-align:center;background:transparent;margin-top:auto;position:absolute;bottom:0}.quick-form-minimal-footer p{color:#c4d3e0;font-size:.875rem;margin:0}.footer-tagline{font-size:.875rem}.quick-form-intro{background:#f5f5f5;border-radius:24px;padding:3.5rem 2.5rem;max-width:600px;width:100%;box-shadow:0 20px 60px #00000026;text-align:center;margin-top:2rem;margin-bottom:5rem;flex:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.intro-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:100%}.intro-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .8rem;background:#d1fae5;color:#065f46;border-radius:20px;font-size:.85rem;font-weight:600}.intro-badge svg{color:#059669}.intro-title{font-size:1.875rem;font-weight:700;color:#1f2937;line-height:1.3;margin:0;max-width:95%}.intro-title .highlight{color:#5b21b6;font-weight:800}.intro-description{font-size:1rem;color:#4b5563;line-height:1.6;margin:0;max-width:100%}.intro-description strong{color:#1f2937;font-weight:700}.feature-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;justify-content:center;align-items:stretch;width:100%;max-width:960px;margin:2rem auto}.feature-box{display:flex;align-items:center;gap:1rem;background:#fff;border-radius:16px;padding:1.5rem 1.25rem;box-shadow:0 4px 16px #0000000d;border:1px solid #f3f3f3;width:100%;max-width:300px;transition:all .25s ease}.feature-box:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.feature-icon{width:48px;height:48px;min-width:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f0ff;color:#6b4ef9;font-size:1.25rem;flex-shrink:0}.feature-icon-purple{background:#ede9fe;color:#7c3aed}.feature-icon-green{background:#d1fae5;color:#059669}.feature-icon-teal{background:#ccfbf1;color:#0d9488}.feature-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.feature-content h3{font-size:1rem;font-weight:700;color:#111827;margin:0;padding:0;line-height:1.2}.feature-content p{font-size:.875rem;color:#6b7280;margin-top:0;padding:0;margin-bottom:0;line-height:1.3}.feature-content h3+p{margin-top:.2rem}.intro-callout{width:100%;background:#f0fdf4;border:1px solid #a7f3d0;border-radius:12px;padding:1rem 1.25rem;margin:1.5rem 0}.intro-callout p{font-size:.9rem;color:#065f46;font-style:italic;margin:0;text-align:center;line-height:1.5}.btn-start-quick-form{background:#5b21b6;color:#fff;padding:1.125rem 3rem;font-size:1.05rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;margin-top:1.5rem;box-shadow:0 4px 15px #5b21b666;width:80%;max-width:3000px}.btn-start-quick-form:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 6px 20px #5b21b680}.intro-footer-notes{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.85rem;color:#6b7280;margin-top:1.5rem}.footer-note{display:flex;align-items:center;gap:.25rem}.footer-note svg{color:#10b981;width:14px;height:14px}.footer-note-separator{display:none}@media (max-width: 768px){.quick-form-container{margin-top:3rem;margin-bottom:3rem;padding:2.5rem 1.5rem}.question-label{font-size:1.25rem}.navigation-buttons{flex-direction:column}.insight-card{font-size:.875rem;padding:.875rem 1rem}.results-header h1{font-size:2rem}.objectives-grid{grid-template-columns:1fr}.skills-columns{grid-template-columns:1fr;gap:1rem}.diagnosis-summary,.skills-analysis-section{padding:1.5rem}.quick-form-intro{padding:2.5rem 1.5rem;margin-top:5rem;margin-bottom:5rem}.intro-title{font-size:1.5rem}.intro-description{font-size:1rem}.feature-boxes{grid-template-columns:1fr;gap:.75rem}.feature-box{flex-direction:row;text-align:left;padding:1rem}.feature-content{flex:1}.btn-start-quick-form{width:100%;max-width:none;padding:.875rem 2rem;font-size:1rem}.intro-footer-notes{flex-wrap:wrap;font-size:.8rem;gap:.5rem 1rem}}@media (min-width: 769px){.quick-form-intro{padding:3.5rem 3rem;max-width:640px;border-radius:24px}.intro-content{gap:2rem}.intro-title{font-size:1.875rem;line-height:1.4}.intro-description{font-size:1rem;line-height:1.7}.feature-boxes{gap:1.25rem;margin:1rem 0}.feature-box{padding:1.5rem 1rem}.feature-content h3{font-size:.95rem}.feature-content p{font-size:.825rem}.intro-callout{padding:1.25rem 1.75rem;margin:1rem 0}}@media (min-width: 1200px){.quick-form-intro{max-width:900px;padding:4rem 3.5rem}.intro-content{gap:2.25rem}.intro-title{font-size:2rem}}.feature-content{display:flex;flex-direction:column;justify-content:center;text-align:left;gap:.15rem}.feature-content h3{margin:0;padding:0;line-height:1.1;font-weight:700;font-size:1rem;color:#111827}.feature-content p{margin:0;padding:0;font-size:.875rem;color:#4b5563;line-height:1.25}.feature-box .feature-content h3,.feature-box .feature-content p{margin:0!important;padding:0!important}.quick-form-minimal-header{position:relative!important;top:auto!important;left:auto!important;right:auto!important;background:transparent;z-index:auto!important}.quick-form-page{overflow:visible!important}.btn-submit{background:linear-gradient(135deg,#7c3aed,#9d6cff);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:2rem;transition:all .3s ease;box-shadow:0 8px 20px #7c3aed40;width:100%;max-width:380px;display:block;margin-left:auto;margin-right:auto}.btn-submit:hover{background:linear-gradient(135deg,#9d6cff,#7c3aed);transform:translateY(-2px);box-shadow:0 10px 24px #7c3aed59}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid #ddd;font-size:1rem;transition:border .2s ease}.form-group input:focus,.form-group select:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 2px #7c3aed26}.form-title{font-size:1.5rem;font-weight:700;color:#2e1065;text-align:center;margin-bottom:2rem}.intro-buttons{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:32px}.btn-start-quick-form{background:linear-gradient(90deg,#8b5cf6,#7c3aed);border:none;color:#fff;font-weight:600;font-size:1rem;padding:14px 28px;border-radius:10px;cursor:pointer;box-shadow:0 3px 10px #7c3aed33;transition:all .2s ease}.btn-start-quick-form:hover{transform:translateY(-2px);box-shadow:0 5px 15px #7c3aed4d}.intro-buttons{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:10px}.btn-start-quick-form{background:linear-gradient(90deg,#8b5cf6,#7c3aed);border:none;color:#fff;font-weight:600;font-size:1rem;padding:14px 90px;border-radius:10px;cursor:pointer;box-shadow:0 3px 10px #7c3aed33;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;max-width:100%}.btn-start-quick-form:hover{transform:translateY(-2px);box-shadow:0 5px 15px #7c3aed59;white-space:nowrap;text-align:center}.btn-login-existing{background:#fff;border:1px solid #d8b4fe;color:#7c3aed;font-weight:60;font-size:.95rem;border-radius:10px;padding:12px 65px;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;gap:8px;box-shadow:0 2px 6px #0000000d;white-space:nowrap;text-align:center}.btn-login-existing:hover{background:#f5f3ff;border-color:#a78bfa;transform:translateY(-2px);box-shadow:0 4px 10px #7c3aed26}.cida-loading{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;width:100%;background:#f8f9fb;color:#1a1a1a;font-family:Inter,sans-serif;animation:fadeIn .4s ease-in}.cida-loading-content{text-align:center;max-width:480px;padding:32px;background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;animation:scaleUp .5s ease-out}.cida-loading-icon{color:#6b4eff;margin-bottom:16px;display:flex;justify-content:center;align-items:center}.cida-loading-message{font-size:1.2rem;font-weight:500;margin-bottom:20px;color:#333}.cida-loading-spinner{width:52px;height:52px;border:4px solid #e2e6f0;border-top:4px solid #6b4eff;border-radius:50%;margin:0 auto;animation:spin 1.1s linear infinite}.sparkle-spin{animation:sparkleRotate 2s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes sparkleRotate{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(360deg) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.z-50{z-index:50}.z-\[100\]{z-index:100}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.resize{resize:both}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.border{border-style:var(--tw-border-style);border-width:1px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.text-center{text-align:center}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}.\[db\:tx_abc123\]{db:tx abc123}.\[db\:tx_k9x2m\]{db:tx k9x2m}.\[db\:tx_p3z8w\]{db:tx p3z8w}@media (hover:hover){.hover\:underline:hover{text-decoration-line:underline}}.active\:scale-95:active{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}:root{--z-sidebar:50;--z-header:100;--z-chat-sidebar:60;--z-mobile-menu:500;--z-hamburger:510;--z-modal:400;--z-toast:600;--z-confirm:601}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
