: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}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.header{text-align:center;padding:40px 20px;color:#fff}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.subtitle{font-size:1.1rem;opacity:.9}.main{max-width:480px;margin:0 auto}.profile-form{background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 60px #00000026}.photo-section,.info-section{margin-bottom:32px}.photo-section h2,.info-section h2{font-size:1.1rem;color:#333;margin-bottom:16px;font-weight:600}.photo-upload{width:200px;height:200px;margin:0 auto;border-radius:50%;overflow:hidden;cursor:pointer;border:3px dashed #ddd;transition:all .3s ease;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.photo-upload:hover{border-color:#667eea;background:#f0f2ff}.preview-photo{width:100%;height:100%;object-fit:cover}.photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px;color:#888}.camera-icon{font-size:3rem}.photo-placeholder span:last-child{font-size:.9rem}.input-group{margin-bottom:20px}.input-group label{display:block;font-size:.95rem;color:#555;margin-bottom:8px;font-weight:500}.input-wrapper{display:flex;align-items:center;background:#f8f9fa;border-radius:12px;padding:4px;border:2px solid transparent;transition:all .3s ease}.input-wrapper:focus-within{border-color:#667eea;background:#fff}.input-wrapper input{flex:1;border:none;background:transparent;padding:14px 16px;font-size:1.1rem;outline:none;color:#333}.input-wrapper input::placeholder{color:#aaa}.unit{padding:0 16px;color:#888;font-weight:500;font-size:1rem}.submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.submit-btn:active{transform:translateY(0)}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.error-message{color:#e74c3c;background:#fdf2f2;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:.9rem}.loading-text{display:flex;align-items:center;justify-content:center;gap:10px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.submit-btn:disabled{opacity:.8;cursor:not-allowed}.report-container{background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 60px #00000026}.report-container h2{font-size:1.5rem;color:#333;margin-bottom:24px;text-align:center}.report-content{background:#f8f9fa;border-radius:16px;padding:24px;margin-bottom:24px;max-height:500px;overflow-y:auto;line-height:1.8}.report-content p{color:#444;margin-bottom:8px;font-size:.95rem}.report-content p:empty{height:12px}
