@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700;900&family=JetBrains+Mono:wght@400;500&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--red:#c41230;--red-bright:#e8142e;--dark:#0a0a0a;--dark-2:#141414;--dark-3:#1e1e1e;--dark-4:#262626;--border:#2a2a2a;--gold:#d4a017}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{background:var(--dark);color:#fff;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.kiosk-mode{-moz-user-select:none;user-select:none;-webkit-user-select:none;overflow:hidden;touch-action:manipulation}.belt-white{--belt-color:#f8f8f8;color:#111}.belt-blue{--belt-color:#1a56db}.belt-purple{--belt-color:#7e22ce}.belt-brown{--belt-color:#92400e}.belt-black{--belt-color:#111827}@keyframes ring-out{0%{transform:scale(1);opacity:.8}to{transform:scale(2.5);opacity:0}}.nfc-ring{animation:ring-out 2s ease-out infinite}.nfc-ring-2{animation-delay:.5s}.nfc-ring-3{animation-delay:1s}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#333;border-radius:2px}