.date-picker-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:center}.date-picker-button{border:1px solid #c8bde4;background:#f7f3ff;color:#3e286e;border-radius:12px;padding:.72rem .9rem;cursor:pointer;font-weight:700}.adventure-avatar-fieldset{padding:1rem;border:1px solid #ddd3f3;border-radius:20px;background:linear-gradient(180deg,#faf8ff,#f4efff)}.avatar-age-group h3{margin:.8rem 0}.avatar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:14px}.avatar-choice{position:relative;display:grid;grid-template-rows:auto 1fr;gap:8px;padding:8px;border:3px solid transparent;border-radius:18px;background:#fff;cursor:pointer;text-align:center;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.avatar-choice:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(46,28,91,.15)}.avatar-choice:has(input:checked),.avatar-choice.selected{border-color:#7350d8;box-shadow:0 0 0 3px rgba(115,80,216,.16),0 12px 28px rgba(47,26,102,.18)}.avatar-choice input{position:absolute;opacity:0;pointer-events:none}.avatar-choice img{width:100%;aspect-ratio:3/4;height:auto;border-radius:12px;object-fit:cover;background:#201548}.avatar-choice span{font-size:.88rem;font-weight:700;line-height:1.25;color:#352653;padding:.1rem .2rem .35rem}.rich-source{width:100%;min-height:190px;border:1px solid #c9c4d8;border-radius:14px;padding:14px;background:#fff;line-height:1.6;font:inherit;resize:vertical}.rich-preview{min-height:80px;margin-top:10px;border:1px dashed #bfb3d9;border-radius:14px;padding:14px;background:#fbf9ff}.preview-empty{color:#756d83}.rich-toolbar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.rich-toolbar button{min-width:40px;padding:7px 10px;border:1px solid #d7d1e6;background:#fff;border-radius:8px;cursor:pointer}.profile-help{display:block;margin-top:.35rem;font-size:.9rem;color:#625d70}.geo-status{min-height:1.4em}.update-upload{max-width:760px}.update-warning{border-left:4px solid #d89b00;padding:12px;background:#fff8df}.update-log{white-space:pre-wrap;max-width:520px;max-height:180px;overflow:auto;font-size:.8rem}@media(max-width:620px){.avatar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.date-picker-row{grid-template-columns:1fr}.date-picker-button{width:100%}}@media(prefers-reduced-motion:reduce){.avatar-choice{transition:none}.avatar-choice:hover{transform:none}}