.shape-picker{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);width:min(530px,100%);padding:10px 12px 12px;border:1px solid #c4b68f;border-radius:18px;background:#fffaf0fa;box-shadow:0 9px 35px #594a3025;pointer-events:auto;animation:shape-picker-in .16s ease-out}
.shape-picker[hidden]{display:none}
.shape-picker-heading{display:flex;align-items:center;justify-content:space-between;padding:0 4px 5px;color:#797658;font-size:11px}
.shape-picker-heading button{width:30px;height:25px;border:0;background:none;font-size:22px;line-height:1;color:#797658;cursor:pointer}
.shape-picker-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
.shape-picker-options button{min-width:0;min-height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:7px 2px;border:1px solid #dacba94d;border-radius:12px;background:#f6f0e1;color:#776646;font:inherit;font-size:11px;white-space:nowrap;cursor:pointer}
.shape-picker-options svg{width:39px;height:39px;stroke:currentColor;stroke-width:1.5;fill:none}
.shape-picker-options button:hover{background:#ece9d5}
.shape-picker-options button[aria-pressed=true]{background:#e4ead2;border-color:#839868;color:#466044;box-shadow:inset 0 0 0 1px #83986866}
.shape-picker button:focus-visible{outline:2px solid #627e55;outline-offset:2px}
[data-tool=castle]::after{content:'⌃';position:absolute;right:7px;top:5px;font-size:15px;line-height:1;color:#9a8d66}
[data-tool=castle][aria-expanded=true]::after{transform:rotate(180deg)}
@keyframes shape-picker-in{from{opacity:0;margin-bottom:-5px}to{opacity:1;margin-bottom:0}}
@media(max-width:760px){.shape-picker{padding:8px 7px 10px;border-radius:15px}.shape-picker-options{gap:4px}.shape-picker-options button{min-height:66px;font-size:10px;gap:4px}.shape-picker-options svg{width:32px;height:32px}}
@media(max-height:540px){.shape-picker{bottom:calc(100% + 5px);padding-block:5px}.shape-picker-heading{padding-bottom:0}.shape-picker-options button{min-height:50px;flex-direction:row;gap:4px;font-size:10px}.shape-picker-options svg{width:25px;height:25px}}
@media(prefers-reduced-motion:reduce){.shape-picker{animation:none}}
