.objects-panel { position: fixed; bottom: max(90px, calc(env(safe-area-inset-bottom) + 74px)); left: 50%; transform: translateX(-50%); width: min(340px, calc(100vw - 24px)); max-height: min(65svh, 540px); overflow: auto; background: #f6f9f2fa; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 36px #233c3830; }
.objects-panel header { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 6px 12px; background: #f6f9f2; border-bottom: 1px solid var(--line); }
.objects-panel header span { font-size: 18px; }
.objects-list { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 8px; }
.objects-list button { width: 100%; min-height: 44px; height: auto; padding: 10px 8px; text-align: left; justify-items: start; font: 14px/1.3 Georgia, serif; }
.objects-list button[aria-pressed=true] { background: #dce7dd; box-shadow: inset 3px 0 #457d71; }
.toolbar button[aria-expanded=true], .toolbar button[aria-pressed=true] { background: #dce7dd; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }