.app{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;overflow:hidden;margin-bottom:40px}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;text-align:center}.app-header h1{font-size:2.5rem;margin-bottom:10px;font-weight:700}.subtitle{font-size:1.1rem;opacity:.95;margin-bottom:30px}.progress-bar{width:100%;height:8px;background:#ffffff4d;border-radius:4px;overflow:hidden;margin-bottom:10px}.progress-fill{height:100%;background:#fff;transition:width .3s ease}.progress-text{font-size:.9rem;opacity:.9}.app-main{padding:40px}.category-section{margin-bottom:50px;padding-bottom:40px;border-bottom:2px solid #e5e7eb}.category-section:last-child{border-bottom:none}.category-header{margin-bottom:30px}.category-header h2{font-size:1.8rem;color:#1f2937;margin-bottom:8px}.category-description{color:#6b7280;font-size:1rem;margin-bottom:12px}.progress-indicator{display:inline-block;background:#f3f4f6;padding:6px 12px;border-radius:20px;font-size:.875rem;color:#4b5563;font-weight:500}.questions-container{display:flex;flex-direction:column;gap:20px}.question-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:20px;transition:all .2s}.question-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.question-text{font-size:1.05rem;color:#1f2937;margin-bottom:16px;font-weight:500;line-height:1.6}.score-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.score-button{width:50px;height:50px;border:2px solid #d1d5db;background:#fff;border-radius:8px;font-size:1.2rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .2s}.score-button:hover{border-color:#667eea;background:#f3f4f6;transform:translateY(-2px)}.score-button.selected{background:#667eea;border-color:#667eea;color:#fff;box-shadow:0 4px 12px #667eea4d}.score-label{margin-left:8px;font-size:.9rem;color:#6b7280;font-weight:500}.app-footer{padding:30px 40px;background:#f9fafb;border-top:2px solid #e5e7eb;text-align:center}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 40px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.submit-button:disabled{opacity:.5;cursor:not-allowed}.results-view{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:40px;margin-bottom:40px}.results-header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #e5e7eb}.results-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:20px}.status-badge{display:inline-block;padding:12px 32px;border-radius:30px;font-size:1.3rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 12px #0003}.overall-score{text-align:center;margin-bottom:40px;padding:30px;background:#f9fafb;border-radius:12px}.overall-score h2{font-size:1.5rem;color:#4b5563;margin-bottom:20px}.score-circle{display:inline-block;width:150px;height:150px;border:8px solid;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#1f2937;margin:0 auto}.category-scores{margin-bottom:40px}.category-scores h2{font-size:1.5rem;color:#1f2937;margin-bottom:24px}.category-score-item{margin-bottom:24px}.category-score-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.category-name{font-size:1.1rem;font-weight:600;color:#1f2937}.category-score-value{font-size:1.1rem;font-weight:700}.score-bar-container{width:100%;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden}.score-bar{height:100%;transition:width .5s ease;border-radius:6px}.recommendations{background:#f9fafb;padding:30px;border-radius:12px;margin-bottom:30px}.recommendations h2{font-size:1.5rem;color:#1f2937;margin-bottom:20px}.recommendations ul{list-style:none;padding:0}.recommendations li{padding:12px 0 12px 28px;position:relative;color:#4b5563;line-height:1.6;font-size:1.05rem}.recommendations li:before{content:"→";position:absolute;left:0;color:#667eea;font-weight:700}.reset-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.reset-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media (max-width: 768px){.app-header h1{font-size:2rem}.app-main{padding:20px}.score-button{width:45px;height:45px;font-size:1rem}.results-view{padding:20px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}#root{max-width:900px;margin:0 auto}
