/* Account avatar: the original art is clipped by its vector silhouette; the background is independent. */
.profile-avatar-art{display:block;position:relative;overflow:hidden;flex-shrink:0;border-radius:50%;aspect-ratio:1;background:var(--avatar-bg,#FFF1EA)}
.profile-avatar-art img{display:block;width:100%;height:100%;object-fit:contain;mask-image:var(--avatar-mask);mask-size:100% 100%;mask-repeat:no-repeat;-webkit-mask-image:var(--avatar-mask);-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat}
/* 대표 이미지로 우리 아이 사진을 고른 경우. 마스크 없이 원형으로 채운다. */
.profile-avatar-art.is-photo{background:#f3f5ef}
.profile-avatar-art.is-photo img{object-fit:cover;mask-image:none;-webkit-mask-image:none}
.profile-avatar-trigger{position:relative;flex-shrink:0;width:48px;height:48px;border:0;padding:0;background:none;cursor:pointer;border-radius:50%}
.profile-avatar-trigger>.profile-avatar-art{width:48px;height:48px}
.profile-avatar-trigger:after{content:'+';position:absolute;right:-3px;bottom:-3px;width:17px;height:17px;display:grid;place-items:center;border:2px solid white;border-radius:50%;background:#F4511E;color:white;font:bold 13px/1 sans-serif}
.profile-avatar-trigger:disabled{cursor:wait;opacity:.55}
.profile-avatar-trigger:focus-visible,.avatar-dialog button:focus-visible{outline:3px solid #F4511E;outline-offset:3px}
.avatar-dialog{width:min(620px,calc(100vw - 24px));max-height:min(860px,calc(100dvh - 32px));padding:0;border:1px solid #E9E5E1;border-radius:24px;color:#1C1917;background:#fff;box-shadow:0 20px 70px #1c191733;overflow:hidden}
.avatar-dialog::backdrop{background:#1c191780}
.avatar-dialog form{display:flex;flex-direction:column;max-height:inherit;margin:0}
.avatar-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px 14px}
.avatar-dialog h2{margin:0;font-size:20px;font-weight:800;letter-spacing:-.03em}
.avatar-dialog-close{width:34px;height:34px;border:0;border-radius:50%;background:#f5f3f1;color:#78716c;font-size:22px;cursor:pointer}
.avatar-dialog-body{padding:0 24px 20px;overflow-y:auto;overscroll-behavior:contain}
.avatar-preview{display:flex;align-items:center;gap:18px;padding:16px;background:#fdfaf7;border:1px solid #f1e8df;border-radius:18px;margin-bottom:20px}
.avatar-preview>.profile-avatar-art{width:88px;height:88px}.avatar-preview strong{display:block;font-size:18px}.avatar-preview p{font-size:13px;line-height:1.6;color:#78716c;margin:5px 0 0}
.avatar-field-title{font-size:14px;font-weight:800;margin:18px 0 10px}.avatar-filter{display:flex;gap:6px;margin-bottom:12px}.avatar-filter button{border:1px solid #e9e5e1;background:white;border-radius:18px;padding:7px 13px;font-size:12px;cursor:pointer}.avatar-filter button[aria-pressed=true]{background:#1c1917;color:white;border-color:#1c1917}
.avatar-character-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.avatar-choice{min-width:0;padding:5px;border:2px solid transparent;border-radius:15px;background:#faf8f6;cursor:pointer}.avatar-choice[aria-pressed=true]{border-color:#F4511E;background:#FFF1EA}.avatar-choice .profile-avatar-art{width:100%;border-radius:50%}.avatar-choice-label{display:block;color:#78716c;font-size:10px;text-align:center;margin:5px 0 1px;line-height:1.3}.avatar-choice[hidden]{display:none}
.avatar-background-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:8px}.avatar-swatch{aspect-ratio:1;border:2px solid #ffffff;box-shadow:0 0 0 1px #e9e5e1;border-radius:50%;padding:0;cursor:pointer}.avatar-swatch[aria-pressed=true]{box-shadow:0 0 0 2px #F4511E;position:relative}.avatar-swatch[aria-pressed=true]:after{content:'✓';color:#44352b;font-weight:800}
.avatar-dialog-footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:14px 24px 20px;border-top:1px solid #e9e5e1;background:#fff}.avatar-status{flex-basis:100%;margin:0;font-size:13px;line-height:1.5;color:#b45309;min-height:0}.avatar-status:empty{display:none}.avatar-dialog-footer button{border-radius:24px;padding:11px 22px;font-size:14px;font-weight:700;cursor:pointer}.avatar-cancel{border:1px solid #e9e5e1;background:white}.avatar-save{border:1px solid #F4511E;background:#F4511E;color:white}.avatar-dialog button:disabled{opacity:.5;cursor:default}.avatar-save:disabled{background:#d6d3d1;border-color:#d6d3d1}
@media(max-width:480px){.avatar-dialog{max-height:calc(100dvh - 20px);border-radius:20px}.avatar-dialog-header{padding:18px 16px 12px}.avatar-dialog-body{padding:0 16px 16px}.avatar-dialog-footer{padding:12px 16px 16px}.avatar-character-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.avatar-background-grid{grid-template-columns:repeat(6,32px);gap:12px}.avatar-preview>.profile-avatar-art{width:72px;height:72px}}
