@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{font-family:Outfit,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#2d2d3a;background:linear-gradient(135deg,#fdf2f8,#ede9fe,#e0f2fe);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:2.4em;line-height:1.1;font-weight:700}.profile-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.profile-card{background:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2.5rem;border-radius:24px;box-shadow:0 8px 32px #a855f714,0 2px 8px #0000000a;width:100%;max-width:450px;text-align:center;border:1px solid rgba(255,255,255,.6)}.profile-title{margin:0;font-size:1.8rem;background:linear-gradient(135deg,#c084fc,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;letter-spacing:-.5px}.profile-subtitle{color:#8b8b9e;font-size:.9rem;margin:.5rem 0 2rem;font-weight:300}.photo-upload-section{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.photo-preview{width:150px;height:150px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#fce7f3,#ede9fe);display:flex;justify-content:center;align-items:center;border:3px solid rgba(192,132,252,.2);box-shadow:0 4px 20px #a855f71a;margin-bottom:1rem;transition:all .3s ease}.photo-preview:hover{border-color:#c084fc66;box-shadow:0 6px 24px #a855f726}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-placeholder{color:#c4b5d6;font-size:.8rem}.photo-label{padding:.6rem 1.8rem;background:linear-gradient(135deg,#c084fc,#f472b6);color:#fff;border-radius:30px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease;border:none}.photo-label:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c084fc4d;filter:brightness(1.05)}.hidden-input{display:none}.input-group{display:flex;gap:1.5rem;margin-bottom:2.5rem}.input-field{flex:1;text-align:left}.input-field label{display:block;font-size:.85rem;color:#6b6b80;margin-bottom:.6rem;font-weight:600}.input-field input{width:100%;padding:.9rem 1.2rem;border-radius:14px;border:1px solid rgba(192,132,252,.2);background:#fffc;font-size:1rem;font-family:Outfit,sans-serif;transition:all .3s;box-sizing:border-box;color:#2d2d3a}.input-field input:focus{outline:none;border-color:#c084fc;box-shadow:0 0 0 3px #c084fc1f}.input-field input::placeholder{color:#c4b5d6}.submit-button{width:100%;padding:1.1rem;border-radius:14px;border:none;background:linear-gradient(135deg,#c084fc,#f472b6);color:#fff;font-size:1.1rem;font-weight:700;font-family:Outfit,sans-serif;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.submit-button:hover{box-shadow:0 8px 25px #c084fc4d;transform:translateY(-2px);filter:brightness(1.05)}.submit-button:active{transform:translateY(0)}.loading-message{text-align:center;padding:3rem 2rem}.loading-message p{color:#8b8b9e;font-size:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.result-container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding:2rem 20px}.result-card{background:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2.5rem;border-radius:24px;box-shadow:0 8px 32px #a855f714,0 2px 8px #0000000a;width:100%;max-width:700px;border:1px solid rgba(255,255,255,.6)}.result-title{margin:0 0 1.5rem;font-size:1.6rem;text-align:center;border-bottom:2px solid rgba(192,132,252,.15);padding-bottom:1rem;background:linear-gradient(135deg,#c084fc,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.result-content{color:#3d3d4e;line-height:1.8;font-size:.95rem;text-align:left;margin-bottom:2rem;white-space:pre-wrap}.result-content p{margin-bottom:.4rem}.section-subtitle{font-size:1.1rem;color:#4a4a5e;margin:1.2rem 0 .8rem;text-align:left;font-weight:600;display:flex;align-items:center;gap:.5rem}.section-subtitle:before{content:"";display:inline-block;width:4px;height:1.1rem;background:linear-gradient(180deg,#c084fc,#f472b6);border-radius:2px}.hair-style-section{margin-bottom:2rem;padding:1.5rem;background:#ffffff80;border-radius:18px;border:1px solid rgba(192,132,252,.1)}.hair-style-image-container{display:flex;flex-direction:column;gap:.8rem;align-items:center}.hair-style-image{width:100%;max-width:500px;border-radius:16px;box-shadow:0 4px 20px #a855f71a;transition:transform .3s ease}.hair-style-image:hover{transform:scale(1.02)}.image-caption{font-size:.85rem;color:#8b8b9e;font-style:italic}.reset-button{width:100%;padding:1rem;border-radius:14px;border:2px solid rgba(192,132,252,.3);background:transparent;color:#7c4dff;font-size:1rem;font-weight:600;font-family:Outfit,sans-serif;cursor:pointer;transition:all .3s ease}.reset-button:hover{background:linear-gradient(135deg,#c084fc,#f472b6);color:#fff;border-color:transparent;box-shadow:0 6px 20px #c084fc40;transform:translateY(-2px)}.hair-style-error{text-align:center;padding:1.5rem;color:#e11d48;background:#fdf2f8cc;border-radius:14px;margin-top:1rem;border:1px solid rgba(225,29,72,.1)}.error-detail{font-size:.8rem;color:#8b8b9e;margin:.5rem 0;word-break:break-all}.error-tip{font-size:.8rem;color:#6b6b80;font-weight:500;margin-top:.8rem}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.App{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}
