.nbt-palette{padding:0;border:1px solid var(--line,#1f2937);border-radius:14px;background:#0b0f17;color:#e5e7eb;max-width:640px;width:92vw;box-shadow:0 24px 60px rgba(0,0,0,.55);}
.nbt-palette::backdrop{background:rgba(2,6,12,.65);backdrop-filter:blur(4px);}
.nbt-palette-form{display:flex;flex-direction:column;max-height:78vh;}
.nbt-palette-input-row{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;border-bottom:1px solid #1f2937;}
.nbt-palette-input-row input{flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:15px;}
.nbt-palette-results{margin:0;padding:.35rem;overflow-y:auto;flex:1;min-height:80px;}
.nbt-palette-group{padding:.25rem .25rem .35rem;}
.nbt-palette-group-h{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;padding:.4rem .6rem .25rem;}
.nbt-palette-opt{display:flex;align-items:center;gap:.7rem;padding:.55rem .75rem;border-radius:8px;cursor:pointer;font-size:14px;}
.nbt-palette-opt[aria-selected="true"]{background:rgba(16,185,129,.12);outline:1px solid rgba(16,185,129,.3);}
.nbt-palette-opt .kind{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#10b981;border:1px solid #10b98155;border-radius:4px;padding:1px 6px;flex-shrink:0;min-width:54px;text-align:center;}
.nbt-palette-opt .kind.action{color:#fbbf24;border-color:#fbbf2455;}
.nbt-palette-opt .kind.ask{color:#a78bfa;border-color:#a78bfa55;}
.nbt-palette-opt .kind.recent{color:#9ca3af;border-color:#9ca3af55;}
.nbt-palette-opt .title{font-weight:600;color:#fff;}
.nbt-palette-opt .desc{color:#9ca3af;font-size:12px;}
.nbt-palette-opt .grow{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.nbt-palette-stream{padding:1rem;overflow-y:auto;flex:1;}
.nbt-palette-stream a.cite{color:#34d399;font-size:12px;text-decoration:underline;text-underline-offset:2px;}
.nbt-palette-footer{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;border-top:1px solid #1f2937;font-size:11px;color:#6b7280;gap:.5rem;}
.nbt-palette-footer kbd{background:#111827;border:1px solid #1f2937;border-radius:4px;padding:1px 5px;font-family:ui-monospace,monospace;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
@media (max-width:640px){.nbt-palette{width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0;border:0;}.nbt-palette-form{max-height:100vh;height:100vh;}}
.nbt-palette--popout{position:fixed;top:0;right:0;bottom:0;left:auto;margin:0;height:100vh;max-height:100vh;width:min(480px,90vw);max-width:100vw;border-radius:0;border-left:1px solid #1f2937;animation:nbt-slide-in .18s ease-out;}
.nbt-palette--popout::backdrop{background:rgba(2,6,12,.35);}
.nbt-palette--popout .nbt-palette-form{height:100vh;max-height:100vh;}
@keyframes nbt-slide-in{from{transform:translateX(100%);}to{transform:translateX(0);}}
