*{box-sizing:border-box}body{color:#1e293b;-webkit-font-smoothing:antialiased;background-color:#f8fafc;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}#root{width:100%;min-height:100vh;margin:0;padding:0}.app-container{background-color:#f8fafc;justify-content:center;align-items:flex-start;min-height:100vh;padding:1.5rem 1rem;font-family:Inter,sans-serif;display:flex}@media (width>=480px){.app-container{align-items:center;padding:2rem 1rem}}.card{background:#fff;border-radius:.75rem;width:100%;max-width:30rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media (width>=480px){.card{padding:2rem}}.result-card{max-width:37.5rem}.result-header{text-align:center;margin-bottom:.5rem}.result-checkmark{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;font-size:1.75rem;font-weight:700;display:inline-flex}h1{color:#1e293b;margin-bottom:.5rem;font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700}p{color:#64748b;margin-bottom:1.5rem;line-height:1.5}.btn-primary{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:100%;padding:.75rem 1.5rem;font-size:clamp(.9rem,2.5vw,1rem);font-weight:600;transition:background-color .2s;display:flex}.btn-primary:hover{background-color:#2563eb}.btn-primary.start-btn{margin-top:1.5rem}.btn-primary svg{margin-left:.5rem}.progress-bar{background-color:#e2e8f0;border-radius:.25rem;width:100%;height:.5rem;margin-bottom:1.5rem;overflow:hidden}.progress-fill{background-color:#3b82f6;height:100%;transition:width .3s}.question-title{color:#1e293b;margin-bottom:1rem;font-size:clamp(1rem,3.5vw,1.25rem);font-weight:600}.info-content p{color:#475569;font-size:clamp(.9rem,2.5vw,1rem)}.question-text{color:#334155;margin-bottom:1.5rem;font-size:clamp(1rem,3vw,1.125rem)}.choices{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.btn-choice{color:#475569;cursor:pointer;text-align:left;background-color:#fff;border:2px solid #e2e8f0;border-radius:.5rem;padding:.875rem 1rem;font-size:clamp(.875rem,2.5vw,1rem);transition:all .2s}.btn-choice:hover{background-color:#f8fafc;border-color:#cbd5e1}.btn-choice.selected{color:#1d4ed8;background-color:#eff6ff;border-color:#3b82f6;font-weight:500}.input-text{color:#1e293b;border:2px solid #e2e8f0;border-radius:.5rem;outline:none;width:100%;margin-bottom:1.5rem;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:clamp(.875rem,2.5vw,1rem);transition:border-color .2s}.input-text:focus{border-color:#3b82f6}.survey-actions{justify-content:flex-end;display:flex}.btn-primary:disabled{cursor:not-allowed;background-color:#94a3b8}.kits-section h2{color:#1e293b;margin-top:2rem;margin-bottom:1rem;font-size:clamp(1rem,3.5vw,1.25rem);font-weight:600}.kits-grid{flex-direction:column;gap:1rem;display:flex}.kit-card-wrapper{flex-direction:column;gap:.5rem;display:flex}.kit-reason{color:#475569;background:#f8fafc;border-left:3px solid #3b82f6;border-radius:0 .375rem .375rem 0;margin:0;padding:.625rem .875rem;font-size:.875rem;line-height:1.5}.kit-card{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.kit-card:hover{background-color:#dcfce7;transform:translateY(-2px)}.kit-card h3{margin:0;font-size:clamp(.875rem,2.5vw,1rem);font-weight:600}.kit-icon{color:#22c55e;flex-shrink:0}.no-kits{text-align:center;background:#fefce8;border:1px solid #fde68a;border-radius:.5rem;margin-top:1.5rem;padding:1.25rem}.no-kits p{color:#92400e;margin:0;font-size:.9375rem}
