.tah-form{position:relative}.tah-panel{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:60;background:var(--panel);border:1px solid var(--edge2);border-radius:10px;box-shadow:0 10px 30px -12px rgba(0,0,0,.5);overflow:hidden;max-height:min(70vh,460px);overflow-y:auto;text-align:left}.tah-panel a.tah-item{display:flex;flex-direction:row;align-items:center;gap:10px;padding:8px 12px;text-decoration:none;color:var(--ink);border-top:0;border-bottom:1px solid var(--edge)}.tah-panel .tah-txt{display:flex;flex-direction:column;gap:1px;flex:1 1 auto;min-width:0}.tah-panel .tah-name{font-weight:600;font-size:.9rem}.tah-panel .tah-sub{color:var(--faint);font-size:.72rem}.tah-panel .tah-glyph{display:block;flex:0 0 auto;width:1.75em;height:1.75em;color:var(--gold);opacity:.9}.tah-panel a.tah-item .tah-glyph svg{position:static;left:auto;top:auto;transform:none;pointer-events:auto;width:100%;height:100%;max-width:100%;max-height:100%;display:block}.tah-panel a.tah-item:last-of-type{border-bottom:0}.tah-panel a.tah-item.on,.tah-panel a.tah-item:hover{background:var(--panel2)}.tah-panel a.tah-item.on{outline:2px solid transparent;outline-offset:-2px}@media (forced-colors:active){.tah-panel a.tah-item.on{outline-color:Highlight}}.tah-panel a.tah-all{display:block;padding:9px 12px;text-align:center;text-decoration:none;color:var(--gold);font-size:.82rem;font-weight:600;border-top:0;background:color-mix(in srgb,var(--gold) 8%,transparent)}.tah-panel a.tah-all:hover{background:color-mix(in srgb,var(--gold) 15%,transparent)}.tah-panel .tah-none{padding:10px 12px;color:var(--faint);font-size:.85rem}.tah-panel .tah-divider{padding:8px 12px 4px;color:var(--faint);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-top:1px solid var(--edge2)}.tah-panel a.tah-item.tah-sibling{background:color-mix(in srgb,var(--gold) 4%,transparent)}