: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}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}}:root{font-family:Inter,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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.container{display:flex;flex-direction:column;align-items:center;width:100%}h1{font-size:3.2em;line-height:1.1;margin-bottom:1rem}p{color:#888;margin-bottom:2rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:500px;background:#2d2d2d;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a}.form-group{display:flex;flex-direction:column;text-align:left}.form-group label{margin-bottom:.5rem;font-weight:500;color:#a0a0a0}.form-group input[type=number]{padding:.8rem;border-radius:4px;border:1px solid #444;background:#333;color:#eee;font-size:1rem}.photo-upload-area{position:relative;width:100%;height:200px;border:2px dashed #444;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.photo-upload-area:hover{border-color:#646cff}.photo-placeholder{color:#888}.photo-preview{width:100%;height:100%;object-fit:cover}.photo-upload-area input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.submit-btn{padding:1rem;border-radius:8px;border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;background-color:#646cff;color:#fff}.submit-btn:hover{background-color:#535bf2}
