.llm-menu{z-index:12;flex-direction:column;align-items:flex-start;width:max-content;max-width:100%;margin-top:clamp(1.5rem,3vw,2.25rem);display:flex;position:relative}.llm-menu-host{max-width:100%}.llm-menu[data-compact=true]{margin-top:0}.llm-menu[data-compact=true] .llm-menu__status{pointer-events:none;min-width:14rem;margin-top:0;position:absolute;top:calc(100% + .35rem);left:0}.llm-menu__controls{max-width:100%;display:flex}.llm-menu__copy,.llm-menu__toggle{border:1px solid var(--black);background:var(--white);min-height:3rem;color:var(--black);font:inherit;white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;font-weight:850;display:inline-flex}.llm-menu[data-theme=dark] .llm-menu__copy,.llm-menu[data-theme=dark] .llm-menu__toggle{background:var(--black);color:var(--white);border-color:#777}.llm-menu__copy{gap:.55rem;padding:.75rem 1rem}.llm-menu__toggle{border-left:0;flex:none;width:3rem}.llm-menu__toggle span{transition:transform .16s}.llm-menu__toggle[data-state=open] span{transform:rotate(180deg)}.llm-menu__copy-mark{font-size:1.25rem;font-weight:500}.llm-menu__copy-done,.llm-menu__copy.is-copied .llm-menu__copy-default{display:none}.llm-menu__copy.is-copied .llm-menu__copy-done{display:inline}.llm-menu__panel{z-index:1000;width:min(23rem,100vw - 2rem);max-height:min(var(--radix-dropdown-menu-content-available-height), 32rem);border:1px solid var(--black);background:var(--white);color:var(--black);border-radius:6px;padding:.45rem;overflow-y:auto;box-shadow:8px 8px #0000002e}.llm-menu__item{width:100%;color:var(--black);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:2.5rem minmax(0,1fr);align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;display:grid}.llm-menu__item:hover,.llm-menu__item:focus-visible,.llm-menu__item[data-highlighted]{background:var(--paper);outline:none}.llm-menu__item-mark{border:1px solid var(--line);width:2.4rem;height:2.4rem;color:var(--muted);border-radius:4px;justify-content:center;align-items:center;font-size:.66rem;font-weight:900;display:inline-flex}.llm-menu__item-logo{fill:currentColor;width:1.15rem;height:1.15rem}.llm-menu__item strong,.llm-menu__item small{display:block}.llm-menu__item strong{font-size:.92rem;line-height:1.25}.llm-menu__item strong i{font-style:normal}.llm-menu__item small{color:var(--muted);margin-top:.15rem;font-size:.76rem;line-height:1.35}.llm-menu__status{min-height:1.1rem;color:var(--muted);margin-top:.4rem;font-size:.7rem}.llm-menu[data-theme=dark] .llm-menu__status{color:#aaa}@media (width<=760px){.llm-menu__copy{padding-left:.85rem;padding-right:.85rem}.llm-menu__panel{width:calc(100vw - 2rem)}}
