:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#667eea;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;padding:2rem 1rem}.app-header{text-align:center;margin-bottom:2rem}.app-header h1{font-size:2rem;color:#fff;font-weight:700;letter-spacing:-.5px}.app-header p{color:#fffc;margin-top:.5rem;font-size:1rem}.card{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:440px;box-shadow:0 20px 60px #00000026}.photo-upload-area{border:2px dashed #d0d5dd;border-radius:16px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#fafbfc;position:relative;overflow:hidden}.photo-upload-area:hover,.photo-upload-area.dragging{border-color:#667eea;background:#f0f2ff}.photo-upload-area.dragging{border-width:3px;background:#e8ebff;transform:scale(1.02)}.photo-upload-area.has-photo{border-style:solid;border-color:#667eea;padding:0;background:#000}.upload-icon{font-size:3rem;margin-bottom:.75rem}.photo-upload-area h3{color:#344054;font-size:1rem;font-weight:600;margin-bottom:.25rem}.photo-upload-area p{color:#98a2b3;font-size:.85rem}.photo-upload-area input[type=file]{display:none}.preview-container{position:relative;width:100%;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center}.preview-image{width:100%;height:100%;object-fit:cover;border-radius:14px}.remove-photo-btn{position:absolute;top:10px;right:10px;background:#0009;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.remove-photo-btn:hover{background:#dc3545e6}.form-section{margin-top:1.5rem}.form-section label{display:block;color:#344054;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.height-input-group{display:flex;align-items:center;gap:.75rem}.height-input-group input{flex:1;padding:.85rem 1rem;border:1.5px solid #d0d5dd;border-radius:12px;font-size:1.1rem;color:#344054;background:#fafbfc;transition:border-color .2s;outline:none;font-family:inherit}.height-input-group input:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea26}.height-input-group input::placeholder{color:#98a2b3}.unit-label{color:#667085;font-size:1rem;font-weight:500;min-width:30px}.gender-section{margin-top:1.5rem}.gender-section label{display:block;color:#344054;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.gender-options{display:flex;gap:.75rem}.gender-option{flex:1;padding:.75rem;border:1.5px solid #d0d5dd;border-radius:12px;background:#fafbfc;cursor:pointer;text-align:center;transition:all .2s;font-size:.95rem;color:#667085;font-weight:500;font-family:inherit}.gender-option:hover{border-color:#667eea;background:#f0f2ff}.gender-option.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.submit-btn{margin-top:2rem;width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;letter-spacing:.3px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.step-indicator{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.step{width:8px;height:8px;border-radius:50%;background:#ffffff4d}.step.active{background:#fff;width:24px;border-radius:4px}.report-card{max-width:560px}.report-content{line-height:1.8;color:#344054}.report-heading{font-size:1.15rem;font-weight:700;color:#667eea;margin-top:1.5rem;margin-bottom:.5rem;padding-bottom:.3rem;border-bottom:2px solid #f0f2ff}.report-content>.report-heading:first-child{margin-top:0}.report-list-item{margin-left:1.2rem;margin-bottom:.3rem;font-size:.95rem}.report-bold{font-weight:600;font-size:.95rem}.report-text{font-size:.95rem;margin-bottom:.2rem}.loading-text{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hairstyle-section{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f0f2ff}.hairstyle-grid-image{width:100%;border-radius:12px;margin-top:.75rem;box-shadow:0 4px 12px #0000001a}.error-message{margin-top:1rem;padding:.75rem 1rem;background:#fef3f2;border:1px solid #fecdca;border-radius:10px;color:#d92d20;font-size:.9rem;text-align:center}
