*{box-sizing:border-box}html,body,#root{height:100%;margin:0}img{max-width:100%;display:block}button{cursor:pointer}.center{display:grid;place-items:center;padding:3rem}:root{--color-bg: #0b0b0c;--color-text: #e6e6ea;--accent: #1F1F1F;--radius: 10px;--scrollbar-track: #111111;--scrollbar-thumb: var(--accent);--scrollbar-thumb-hover: color-mix(in srgb, var(--accent) 80%, #ffffff 20%);--volt-black: #111111;--volt-dark: #1F1F1F;--volt-panel: #303030;--volt-light: #3A3A3A;--volt-accent: #FF4520;--volt-accent-dark: #E10600;--font-display: "Oswald", sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif}html[data-theme=sport]{--accent: #ff3b3b}html[data-theme=luxury]{--accent: #caa76b}html,body{background:var(--color-bg);color:var(--color-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}main{max-width:100%;margin:0 auto;padding:0}.accent{color:var(--accent)}html::-webkit-scrollbar,body::-webkit-scrollbar{width:12px;background-color:transparent}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:999px}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px;border:3px solid transparent;background-clip:content-box}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover, var(--scrollbar-thumb))}html::-webkit-scrollbar-button,body::-webkit-scrollbar-button{display:none;width:0;height:0}.row{display:flex;gap:1rem;align-items:center}.space-between{display:flex;justify-content:space-between;align-items:center}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}
