html,body,#stage,#overlay button{touch-action:pan-y}
#overlay[data-mode="select"]{align-items:safe center}
#stageChoices{margin:12px auto;max-width:650px}
#stageHeading{font-size:18px;margin:8px 0}
#stageButtons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
#stageButtons button{min-height:46px;padding:9px;border:1px solid #e2d5a455;border-radius:9px;background:#102138e6;font-size:14px;overflow-wrap:anywhere}
#stageButtons button[aria-pressed="true"],#choices button[aria-pressed="true"]{border-color:#ffe5a7;box-shadow:0 0 0 2px #ffe5a766}
#stageButtons button:disabled{cursor:default;opacity:.45}
#stageChoices small{display:block;font-size:12px;color:#d4e1e8;margin-top:8px}
#overlay[data-mode="select"] #choices img{height:110px}
#overlay[data-mode="select"] .primary{margin:8px}
@container(max-width:500px){#stageButtons{grid-template-columns:1fr}#overlay[data-mode="select"] #choices img{height:85px}#overlay[data-mode="select"] #choices button{width:45%}#overlay[data-mode="select"] h1{font-size:30px}#overlay[data-mode="select"] #message{font-size:16px;margin:6px auto}}
@container(max-height:450px){
 #overlay[data-mode="select"] .panel{display:grid;grid-template-columns:220px minmax(0,1fr);gap:4px 14px}
 #overlay[data-mode="select"] .eyebrow,#overlay[data-mode="select"] h1,#overlay[data-mode="select"] #message,#overlay[data-mode="select"] #help{grid-column:1/-1;margin:2px auto}
 #overlay[data-mode="select"] h1{font-size:28px}
 #overlay[data-mode="select"] #message{font-size:15px;line-height:1.5}
 #overlay[data-mode="select"] #choices{grid-column:1;grid-row:4/7;margin:0;align-items:center}
 #overlay[data-mode="select"] #choices button{width:48%;padding:5px}
 #overlay[data-mode="select"] #choices img{height:65px}
 #stageChoices,#overlay[data-mode="select"] .primary{grid-column:2;margin:0}
 #stageButtons{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}
 #stageButtons button{padding:5px;font-size:11px;min-height:32px}
 #stageHeading{font-size:14px;margin:3px}
 #stageChoices small{font-size:10px;margin:4px}
 #overlay[data-mode="select"] #help{font-size:10px}
}
