/* =========================================================
   SEARCHBAR THEME TOKENS — DEFAULT
   ========================================================= */
:root {
  --mp-searchbar-accent: #6e0b14;
  --mp-searchbar-accent-strong: #5a0008;
  --mp-searchbar-accent-soft: #f8ecee;
  --mp-searchbar-accent-soft-2: #fff2f3;
  --mp-searchbar-accent-soft-3: #fff8f8;
  --mp-searchbar-accent-panel: #fffdfc;
  --mp-searchbar-accent-border-soft: #d7c8cc;
  --mp-searchbar-panel-bg: rgba(255,255,255,.98);
  --mp-searchbar-panel-border: rgba(90,0,8,.18);
  --mp-searchbar-panel-shadow-1: rgba(17,24,39,.14);
  --mp-searchbar-panel-shadow-2: rgba(17,24,39,.08);
  --mp-searchbar-text: var(--mp-ink, #1f2937);
  --mp-searchbar-text-muted: #6b7280;
  --mp-searchbar-field-primary-bg: rgba(90,0,8,.05);
  --mp-searchbar-field-primary-border: rgba(90,0,8,.08);
  --mp-searchbar-soft: var(--mp-soft, rgba(17,24,39,.04));
  --mp-searchbar-close-bg: rgba(17,24,39,.06);
  --mp-searchbar-card-border: rgba(17,24,39,.08);
  --mp-searchbar-hover-border: rgba(90,0,8,.22);
  --mp-searchbar-hover-shadow: rgba(17,24,39,.07);
  --mp-searchbar-selected-ring: rgba(90,0,8,.10);
  --mp-searchbar-selected-shadow: rgba(17,24,39,.08);
  --mp-searchbar-header-divider: rgba(90,0,8,.08);
  --mp-searchbar-switch-off: #ddd7d3;
  --mp-searchbar-switch-thumb: #fffaf8;
  --mp-searchbar-muted-text: #8a827d;
  --mp-searchbar-muted-bg: #f5f2ef;
  --mp-searchbar-muted-border: #ddd6d1;
}