:root{--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#64748b}:focus-visible{outline:2px solid #2563EB;outline-offset:2px}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:opacity .15s ease,filter .15s ease,background-color .15s ease}button:hover:not(:disabled){filter:brightness(1.1)}button:active:not(:disabled){filter:brightness(.95)}button:disabled{cursor:not-allowed;opacity:.5}input{font-family:inherit}.hover-row:hover{background-color:#2563eb0a!important}a:hover{filter:brightness(1.1)}@keyframes loyalty-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}
