/*  VOLURR — interaction polish  ·  polish.css
    Small, ADDITIVE, zero-regression niceties — NOTHING here restyles an existing component's look.
    Loaded last among the platform-UI sheets. Branded text selection · theme-aware native controls ·
    no mobile tap-flash · crisp keyboard-focus rings for the new ⌘K / Design-System launchers. */

/* branded text selection (was browser-default blue) */
::selection{ background:color-mix(in srgb, var(--brand,#e23b3b) 32%, transparent); }

/* native controls + default scrollbars follow the active theme */
:root{ color-scheme:dark; }
html[data-theme="light"]{ color-scheme:light; }

/* kill the grey mobile tap-flash (institutional feel on touch) */
*{ -webkit-tap-highlight-color:transparent; }

/* keyboard-focus rings for the NEW launchers only — mouse users never see these */
#cmdk .ck-row:focus-visible,
#ds .ds-x:focus-visible,
#ds .ds-dens button:focus-visible{ outline:2px solid var(--brand); outline-offset:2px; }
