.pose-section{margin:28px 0 20px;padding:0;border:0;min-width:0}
#toolPanel .account{flex-wrap:wrap}
#toolPanel .account>div{min-width:0;max-width:100%}
#toolPanel .account-email{overflow-wrap:anywhere}
.pose-section>legend{font-size:18px;font-weight:750;color:#0b1e3d;margin-bottom:12px}
.pose-genders{display:flex;gap:10px;margin-bottom:18px}
.pose-genders label{display:flex;align-items:center;gap:9px;padding:12px 22px;border:1px solid #b8c7d8;border-radius:12px;cursor:pointer;color:#233f59;background:#fff}
.pose-genders label:has(input:checked){border-color:#0e8fa6;background:#edfbfc}
.pose-genders input{accent-color:#087e91;width:18px;height:18px}
.pose-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0}
.pose-toolbar select{max-width:50%;padding:9px 12px;border:1px solid #b8c7d8;border-radius:9px;background:white;color:#233f59;font:inherit}
.pose-toolbar span{font-size:14px;color:#54677e}
.pose-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;max-height:630px;overflow-y:auto;padding:4px 6px 8px 4px;scrollbar-gutter:stable}
.pose-card{position:relative;display:flex;cursor:pointer;min-width:0}
.pose-card input{position:absolute;top:10px;left:10px;width:17px;height:17px;accent-color:#087e91;z-index:1}
.pose-card-body{display:flex;align-items:center;flex-direction:column;width:100%;padding:10px 6px 13px;border:2px solid #e1e7ed;border-radius:12px;background:#fafcfe;color:#344e68;text-align:center}
.pose-card svg{width:100%;height:146px;display:block}
.pose-card strong{font-size:13px;line-height:1.5;word-break:keep-all}
.pose-card small{font-size:11px;color:#66788c;margin-top:3px}
.pose-card input:checked+.pose-card-body{border-color:#087e91;background:#edfbfc;color:#076d80}
.pose-card input:focus-visible+.pose-card-body{outline:3px solid #0b1e3d;outline-offset:2px}
.pose-card:hover .pose-card-body{border-color:#5ba5b1}
.pose-selection{padding:12px 14px;border-radius:10px;background:#edf5ff;color:#254666;font-size:14px;line-height:1.6;margin:14px 0 0}
.pose-section[disabled]{opacity:.65}
@media(max-width:650px){.pose-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-height:540px;gap:7px}.pose-card svg{height:125px}.pose-card strong{font-size:12px}.pose-genders label{flex:1;justify-content:center;padding:12px}.pose-toolbar{align-items:flex-start}.pose-toolbar select{font-size:13px}}
@media(prefers-reduced-motion:reduce){.pose-grid{scroll-behavior:auto}}
