.pt-palette-li{display:flex;align-items:center}.pt-palette-chip{display:inline-flex;align-items:center;gap:7px;height:30px;margin:0 6px;padding:0 10px;border:1px solid rgba(255,255,255,0.22);border-radius:8px;background:rgba(255,255,255,0.10);color:#eef4f6;font-family:var(--pt-font-body);font-size:12px;font-weight:500;line-height:1;cursor:pointer}.pt-palette-chip:hover,.pt-palette-chip:focus{background:rgba(255,255,255,0.18);color:#fff;outline:none}.pt-palette-chip-text{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pt-palette-kbd{padding:2px 5px;border:1px solid rgba(255,255,255,0.28);border-radius:4px;background:transparent;box-shadow:none;color:inherit;font-family:var(--pt-font-body);font-size:10px;line-height:1.2;opacity:0.85}@media (max-width:900px){.pt-palette-chip-text,.pt-palette-kbd{display:none}}.pt-palette{position:fixed;inset:0;z-index:2000}.pt-palette[hidden]{display:none}.pt-palette-backdrop{position:absolute;inset:0;background:rgba(16,26,32,0.45)}.pt-palette-box{position:relative;width:min(620px,calc(100vw - 32px));margin:12vh auto 0;border:1px solid #dde5e7;border-radius:14px;background:#fff;box-shadow:0 24px 60px rgba(11,32,42,0.28);overflow:hidden}.pt-palette-input-row{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #eef2f3;color:#8a97a3}.pt-palette-input{flex:1 1 auto;min-width:0;border:none;background:transparent;color:#22323a;font-family:var(--pt-font-body);font-size:15px;line-height:1.3;outline:none}.pt-palette-list{max-height:46vh;margin:0;padding:6px;overflow-y:auto;list-style:none}.pt-palette-item{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:9px 12px;border-radius:8px;cursor:pointer}.pt-palette-item.is-active{background:rgba(0,113,143,0.10)}.pt-palette-item-label{font-family:var(--pt-font-body);font-size:13.5px;font-weight:600;color:#22323a}.pt-palette-item-group{flex:0 0 auto;font-family:var(--pt-font-body);font-size:11px;color:#8a97a3;white-space:nowrap}.pt-palette-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 16px;border-top:1px solid #eef2f3;background:#fafcfc;font-family:var(--pt-font-body);font-size:11.5px;color:#8a97a3}body.pt-palette-open{overflow:hidden}html[data-pt-theme="dark"] .pt-palette-box{border-color:#2b3942;background:#141c23;box-shadow:0 24px 60px rgba(0,0,0,0.55)}html[data-pt-theme="dark"] .pt-palette-input-row,html[data-pt-theme="dark"] .pt-palette-foot{border-color:#222e37}html[data-pt-theme="dark"] .pt-palette-foot{background:#101820}html[data-pt-theme="dark"] .pt-palette-input,html[data-pt-theme="dark"] .pt-palette-item-label{color:var(--ptd-text,#e8eef4)}html[data-pt-theme="dark"] .pt-palette-item.is-active{background:rgba(58,164,196,0.18)}html[data-pt-theme="dark"] .pt-palette-item-group,html[data-pt-theme="dark"] .pt-palette-foot{color:var(--ptd-text-muted,#93a4b1)}