/* TUSP Store — small custom layer on top of Tailwind CDN */
html { scroll-behavior: smooth; }
img { -webkit-user-drag: none; }

/* Builder option cards (used by the configurators in the next phase) */
.opt-card { transition: all .15s ease; }
.opt-card.selected { border-color: #1d59a8; box-shadow: 0 0 0 3px rgba(29,89,168,.18); }

/* Builder step number badge */
.step-num { display:inline-flex; align-items:center; justify-content:center; width:26px; height:26px; border-radius:9999px; background:#1d59a8; color:#fff; font-weight:700; font-size:13px; flex:none; }

/* Color swatches */
.swatch { width: 40px; height: 40px; border-radius: 9999px; border: 2px solid #bcbec0; cursor: pointer; }
.swatch.selected { outline: 3px solid #1d59a8; outline-offset: 2px; }
