.carousel-section{padding:2rem 0}.welcome-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.welcome-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.welcome-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.quick-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.stat-card{background:#ffffff26;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;text-align:center}.stat-icon{font-size:2rem;margin-bottom:1rem}.stat-number{font-size:2rem;font-weight:700;color:#fbbf24;margin-bottom:.5rem}.stat-label{color:#fffc;font-weight:500}.quick-actions,.recent-activity,.upcoming-tests{padding:4rem 0}.quick-actions{background:#f8fafc}.quick-actions h2,.recent-activity h2,.upcoming-tests h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.action-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;text-decoration:none;color:inherit;box-shadow:0 4px 6px #0000000d;border:1px solid #f1f5f9;transition:all .3s ease}.action-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.action-icon{font-size:3rem;margin-bottom:1rem}.action-card h3{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.action-card p{color:#6b7280;line-height:1.5}.activity-list{max-width:800px;margin:0 auto}.activity-item{display:flex;align-items:center;gap:1rem;background:#fff;padding:1.5rem;border-radius:1rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d;border:1px solid #f1f5f9}.activity-icon{font-size:2rem;background:#f3f4f6;padding:.75rem;border-radius:.75rem}.activity-content{flex:1}.activity-content h4{color:#1f2937;margin-bottom:.25rem;font-weight:600}.activity-content p{color:#6b7280;margin-bottom:.25rem}.activity-time{font-size:.875rem;color:#9ca3af}.view-all{text-align:center;margin-top:2rem}.upcoming-tests{background:#f8fafc}.tests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.test-card{background:#fff;border-radius:1rem;padding:2rem;position:relative;box-shadow:0 4px 6px #0000000d;border:1px solid #f1f5f9}.test-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;background:#10b981;color:#fff}.test-badge.upcoming{background:#f59e0b}.test-card h3{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.test-description{color:#6b7280;margin-bottom:1.5rem}.test-details{margin-bottom:1.5rem}.detail{display:flex;justify-content:space-between;margin-bottom:.5rem}.detail .label{color:#6b7280}.detail .value{color:#1f2937;font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .2s ease;border:none;cursor:pointer}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-outline{color:#3b82f6;border:1px solid #3b82f6;background:transparent}.btn-outline:hover{background:#3b82f6;color:#fff}.full-width{width:100%}@media (max-width: 768px){.welcome-content h1{font-size:2.5rem}.quick-stats,.actions-grid,.tests-grid{grid-template-columns:1fr;gap:1rem}.activity-item{flex-direction:column;text-align:center;gap:.75rem}.quick-actions h2,.recent-activity h2,.upcoming-tests h2{font-size:2rem}}@media (max-width: 480px){.welcome-content h1{font-size:2rem}.stat-card,.action-card,.test-card{padding:1.5rem}}:global(.survey-overlay){position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .3s ease-in-out;pointer-events:none}:global(.survey-overlay[style*="display: flex"]){pointer-events:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.survey-modal{background:#fff;border-radius:1rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.survey-header{position:relative;padding:2rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:1rem 1rem 0 0}.survey-header h2{margin:0 2rem 0 0;font-size:1.75rem;font-weight:700}.survey-description{margin:.5rem 0 0;opacity:.95;font-size:.95rem}.close-btn{position:absolute;top:1.5rem;right:1.5rem;background:#fff3;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;color:#fff;transition:all .2s;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#ffffff4d;transform:rotate(90deg)}.survey-form{padding:2rem}.survey-question{margin-bottom:2rem}.question-label{display:block;font-weight:600;color:#1f2937;margin-bottom:.75rem;font-size:1rem}.required{color:#ef4444;margin-left:.25rem}.survey-input,.survey-textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;transition:all .2s;font-family:inherit}.survey-input:focus,.survey-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.survey-options{display:flex;flex-direction:column;gap:.75rem}.survey-radio-label,.survey-checkbox-label{display:flex;align-items:center;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s}.survey-radio-label:hover,.survey-checkbox-label:hover{border-color:#667eea;background:#f9fafb}.survey-radio-label input,.survey-checkbox-label input{margin-right:.75rem;cursor:pointer}.survey-rating{display:flex;gap:.5rem;flex-wrap:wrap}.rating-label{cursor:pointer}.rating-label input{display:none}.rating-number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:2px solid #e5e7eb;border-radius:.5rem;font-weight:600;transition:all .2s}.rating-label:hover .rating-number{border-color:#667eea;background:#f3f4f6}.rating-label input:checked+.rating-number{background:#667eea;color:#fff;border-color:#667eea}.survey-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-skip,.btn-submit,.btn-done{flex:1;padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none}.btn-skip{background:#f3f4f6;color:#6b7280}.btn-skip:hover{background:#e5e7eb}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.survey-thank-you{padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.thank-you-icon{color:#10b981;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.survey-thank-you h3{margin:0;font-size:1.75rem;color:#1f2937}.survey-thank-you p{margin:0;color:#6b7280}.btn-done{background:linear-gradient(135deg,#10b981,#059669);color:#fff;max-width:200px;margin-top:1rem}.btn-done:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}@media (max-width: 640px){:global(.survey-overlay){padding:0;align-items:flex-end}:global(.survey-modal){max-height:85vh;border-radius:1rem 1rem 0 0;margin:0;width:100%}:global(.survey-header){padding:1.5rem;border-radius:1rem 1rem 0 0}:global(.survey-header h2){font-size:1.25rem;margin-right:2.5rem}:global(.close-btn){top:1rem;right:1rem;padding:.4rem}:global(.survey-form){padding:1.5rem}:global(.survey-question){margin-bottom:1.5rem}:global(.question-label){font-size:.95rem;margin-bottom:.5rem}:global(.survey-input),:global(.survey-textarea){padding:.65rem;font-size:16px}:global(.survey-radio-label),:global(.survey-checkbox-label){padding:.65rem;font-size:.95rem}:global(.rating-number){width:2.25rem;height:2.25rem;font-size:.95rem}:global(.survey-actions){flex-direction:column-reverse;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem}:global(.btn-skip),:global(.btn-submit),:global(.btn-done){width:100%;padding:.875rem;font-size:1rem}:global(.survey-thank-you){padding:2rem 1.5rem}:global(.survey-thank-you h3){font-size:1.5rem}:global(.btn-done){max-width:100%}}@media (max-width: 375px){:global(.survey-header h2){font-size:1.1rem}:global(.rating-number){width:2rem;height:2rem;font-size:.875rem}}
