*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#f5f5f5}#root{margin:0;padding:0;max-width:none}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:40px 20px;background:linear-gradient(135deg,#667eea,#764ba2)}.header{text-align:center;margin-bottom:40px}.header h1{font-size:2.5rem;color:#fff;margin:0;font-weight:700;letter-spacing:-.5px}.subtitle{color:#ffffffd9;font-size:1rem;margin-top:8px}.profile-form{background:#fff;border-radius:24px;padding:40px;width:100%;max-width:400px;box-shadow:0 20px 60px #00000026}.photo-section{display:flex;justify-content:center;margin-bottom:32px}.photo-upload{width:150px;height:150px;border-radius:50%;border:3px dashed #ddd;cursor:pointer;overflow:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.photo-upload:hover{border-color:#667eea;transform:scale(1.02)}.photo-placeholder{display:flex;flex-direction:column;align-items:center;color:#aaa}.photo-icon{font-size:2.5rem;line-height:1;color:#667eea}.photo-text{font-size:.875rem;margin-top:8px}.photo-preview{width:100%;height:100%;object-fit:cover}.input-group{margin-bottom:24px}.input-group label{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:8px}.input-group input{width:100%;padding:16px;font-size:1rem;border:2px solid #eee;border-radius:12px;transition:all .3s ease;box-sizing:border-box}.input-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.input-group input::placeholder{color:#ccc}.error-message{color:#e74c3c;font-size:.875rem;text-align:center;margin-bottom:16px}.submit-btn{width:100%;padding:18px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-top:8px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.8;cursor:not-allowed}.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)}}.report-card{background:#fff;border-radius:24px;padding:40px;width:100%;max-width:700px;box-shadow:0 20px 60px #00000026}.report-content{color:#333;line-height:1.8;margin-bottom:32px}.report-content h2{font-size:1.5rem;color:#667eea;margin:24px 0 16px;padding-bottom:8px;border-bottom:2px solid #eee}.report-content h3{font-size:1.1rem;color:#764ba2;margin:20px 0 12px}.report-content p{margin:8px 0;color:#555}.report-content li{margin:6px 0 6px 20px;color:#555}.report-content br{display:block;margin:8px 0;content:""}
