:root{font-family:Pretendard,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#fafafa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.app{max-width:480px;margin:0 auto;min-height:100vh;background:#fff}.header{padding:16px 24px;border-bottom:1px solid #f0f0f0}.header-left{display:flex;align-items:center;gap:12px}.header-logo{width:48px;height:48px;object-fit:contain}.header h1{font-size:1.2rem;font-weight:700;color:#1a1a1a;line-height:1.3}.header p{font-size:.75rem;color:#888;margin-top:2px}.profile-form{padding:24px}.section-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:16px}.photo-upload{margin-bottom:32px}.photo-area{width:100%;aspect-ratio:3 / 4;border:2px dashed #d0d0d0;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background:#f8f8f8;overflow:hidden;position:relative}.photo-area:hover{border-color:#7c3aed;background:#f5f0ff}.photo-area.has-photo{border:none}.photo-area img{width:100%;height:100%;object-fit:cover}.photo-placeholder-icon{width:48px;height:48px;margin-bottom:12px;color:#aaa}.photo-area span{font-size:.9rem;color:#999}.photo-area .sub-text{font-size:.75rem;color:#bbb;margin-top:4px}.photo-remove-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#00000080;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.body-info{margin-bottom:32px}.input-row{display:flex;gap:12px;margin-bottom:12px}.input-group{flex:1}.input-group label{display:block;font-size:.8rem;font-weight:500;color:#666;margin-bottom:6px}.input-wrapper{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:12px;padding:0 14px;height:48px;transition:border-color .2s ease;background:#fff}.input-wrapper:focus-within{border-color:#7c3aed}.input-wrapper input{flex:1;border:none;outline:none;font-size:1rem;color:#1a1a1a;background:transparent;width:100%}.input-wrapper input::placeholder{color:#ccc}.input-wrapper .unit{font-size:.85rem;color:#999;margin-left:4px;flex-shrink:0}.submit-btn{width:100%;height:54px;border:none;border-radius:14px;background:#7c3aed;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.submit-btn:hover{background:#6d28d9}.submit-btn:disabled{background:#e0e0e0;color:#aaa;cursor:not-allowed}.footer{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 24px 40px;border-top:1px solid #f0f0f0;margin-top:16px}.footer-logo{width:64px;height:64px;object-fit:contain;border-radius:12px}.footer span{font-size:.7rem;color:#bbb;letter-spacing:.05em}
