/* Bid Pursuit (.bp) — Signal in-slot detail page. Tokens are injected on .bp-root at
   runtime (light + dark) by the viewmodel; this file is structure/animation only, namespaced. */
.bp-root { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
.bp-root *,
.bp-root *::before,
.bp-root *::after { box-sizing: border-box; }
.bp-root ::selection { background: #C2CCFB; }

.bp-act { transition: filter .14s; }
.bp-act:hover { filter: brightness(.97); }

@keyframes bp-spin { to { transform: rotate(360deg); } }
.bp-spin { animation: bp-spin .8s linear infinite; }
