: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}}#root{max-width:480px;margin:0 auto;padding:2rem}.container{display:flex;flex-direction:column;align-items:center}h1{font-size:2rem;margin-bottom:.5rem;color:#333}.subtitle{color:#666;margin-bottom:2rem}.form{width:100%;display:flex;flex-direction:column;gap:1.5rem}.photo-section{display:flex;justify-content:center;margin-bottom:1rem}.photo-upload{cursor:pointer;display:block}.photo-placeholder{width:150px;height:150px;border:2px dashed #ccc;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;transition:border-color .3s,color .3s}.photo-placeholder:hover{border-color:#646cff;color:#646cff}.photo-icon{font-size:2rem;line-height:1}.preview-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid #646cff}.file-input{display:none}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-weight:500;color:#333;text-align:left}.input-group input{padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s}.input-group input:focus{outline:none;border-color:#646cff}.submit-btn{margin-top:1rem;padding:1rem;background:#646cff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.submit-btn:hover{background:#535bf2}.submit-btn:disabled{background:#999;cursor:not-allowed}.error{margin-top:1rem;padding:1rem;background:#fee;color:#c00;border-radius:8px;width:100%;text-align:center}.report{margin-top:2rem;width:100%;text-align:left}.report h2{font-size:1.5rem;margin-bottom:1rem;color:#333;text-align:center}.report-content{background:#f9f9f9;padding:1.5rem;border-radius:12px;line-height:1.8}.report-content p{margin:.5rem 0}.report-content p:empty{display:none}
