/* ── Smartag.pet — Custom Styles (v2) ─────────────────────────── */
html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #9ca3af; }
::selection { background: #ddd6fe; color: #4c1d95; }
:focus-visible { outline: 2px solid #8b5cf6; outline-offset: 2px; border-radius: 4px; }
@media print { nav, footer { display: none !important; } }
