.OnLineSearches-BI{box-sizing:border-box;background:var(--bg-tertiary);border-radius:9999px;gap:4px;width:100%;padding:4px;display:flex}.OnLineSearches-BI button{color:var(--text-secondary);cursor:pointer;font-size:var(--fs-xs);font-weight:var(--fw-medium);white-space:nowrap;background-color:#0000;border:none;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:6px;padding:6px 10px;transition:all .2s;display:flex}.OnLineSearches-BI button:hover{color:var(--text-primary);background:#ffffff0f}.OnLineSearches-BI button.active{background:var(--accent-primary);color:#fff;border-bottom:none;box-shadow:0 2px 8px #c084ff59}
.search-empty-state{flex-direction:column;gap:16px;width:100%;padding:4px 4px 8px;display:flex}.search-empty-section{flex-direction:column;gap:8px;display:flex}.search-empty-header{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.search-empty-title{font-size:var(--fs-xs);font-weight:var(--fw-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;margin:0;display:flex}.search-empty-title svg{width:14px;height:14px;color:var(--accent-primary)}.search-empty-clear{font-size:var(--fs-xs);color:var(--accent-primary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 6px;transition:all .15s}.search-empty-clear:hover{background:var(--bg-tertiary);color:var(--accent-tertiary)}.search-empty-chips{flex-wrap:wrap;gap:6px;padding:0 2px;display:flex}.search-chip{background:var(--bg-tertiary);color:var(--text-primary);font-size:var(--fs-xs);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;border-radius:9999px;align-items:center;gap:6px;max-width:160px;padding:6px 12px;text-decoration:none;transition:all .15s;display:inline-flex;overflow:hidden}.search-chip:hover{background:var(--bg-quaternary);border-color:var(--accent-primary);transform:translateY(-1px)}.search-chip--history{padding-right:6px}.search-chip-remove{background:var(--bg-quaternary);width:16px;min-width:16px;height:16px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:all .15s;display:flex}.search-chip-remove:hover{background:var(--accent-primary);color:#fff}.search-chip-remove svg{width:10px;height:10px}.search-chip--trending{border:1px solid var(--bg-tertiary);background:0 0}.search-chip--trending:hover{background:var(--bg-tertiary)}.search-empty-footer{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;margin-top:4px;padding-top:8px;display:flex}.search-empty-hint{font-size:var(--fs-xs);color:var(--text-secondary);text-align:center;margin:0}
