:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.profile-form-container{width:100%;max-width:400px;padding:2rem}.profile-form-container h1{font-size:2rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:#888;margin-bottom:2rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.photo-section{display:flex;justify-content:center;margin-bottom:1rem}.photo-upload{width:150px;height:150px;border-radius:50%;border:3px dashed #555;cursor:pointer;overflow:hidden;transition:border-color .3s,transform .3s;display:flex;align-items:center;justify-content:center}.photo-upload:hover{border-color:#667eea;transform:scale(1.02)}.photo-preview{width:100%;height:100%;object-fit:cover}.photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#888}.photo-icon{font-size:2.5rem;color:#667eea}.photo-text{font-size:.875rem}.hidden-input{display:none}.input-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.input-group label{font-size:.875rem;font-weight:500;color:#ccc}.input-group input{padding:.875rem 1rem;border-radius:12px;border:1px solid #444;background-color:#2a2a2a;color:#fff;font-size:1rem;transition:border-color .3s,box-shadow .3s}.input-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.input-group input::placeholder{color:#666}.gender-buttons{display:flex;gap:.75rem}.gender-button{flex:1;padding:.875rem 1rem;border-radius:12px;border:1px solid #444;background-color:#2a2a2a;color:#888;font-size:1rem;cursor:pointer;transition:all .3s}.gender-button:hover{border-color:#667eea;color:#fff}.gender-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.body-type-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.body-type-button{padding:.875rem 1rem;border-radius:12px;border:1px solid #444;background-color:#2a2a2a;color:#888;font-size:.9rem;cursor:pointer;transition:all .3s}.body-type-button:hover{border-color:#667eea;color:#fff}.body-type-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.submit-button{margin-top:1rem;padding:1rem;border-radius:12px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #667eea66}.submit-button:active{transform:translateY(0)}@media(prefers-color-scheme:light){.input-group label{color:#444}.input-group input{background-color:#f5f5f5;border-color:#ddd;color:#333}.input-group input::placeholder{color:#999}.photo-upload{border-color:#ccc}.photo-upload:hover{border-color:#667eea}.photo-placeholder{color:#666}.gender-button,.body-type-button{background-color:#f5f5f5;border-color:#ddd;color:#666}.gender-button:hover,.body-type-button:hover{border-color:#667eea;color:#333}.gender-button.active,.body-type-button.active{color:#fff}}#root{max-width:100%;width:100%;margin:0 auto;padding:2rem;text-align:center;display:flex;justify-content:center;align-items:center;min-height:100vh}
