:root{--adkey-black:#080808;--adkey-gold:#ffd700;--adkey-surface:#111111;--adkey-border:#2b2b2b;--font-sans:"Space Grotesk","Segoe UI",sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:var(--font-sans),"Space Grotesk","Segoe UI",sans-serif;background:radial-gradient(circle at 20% -20%,#2a2a2a 0,#080808 45%);scrollbar-color:var(--adkey-gold) #141414;scrollbar-width:auto}::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#141414}::-webkit-scrollbar-thumb{background:var(--adkey-gold);border-radius:999px;border:2px solid #141414}::-webkit-scrollbar-thumb:hover{background:#ffdf33}.table-scroll-container{scrollbar-color:var(--adkey-gold) #141414;scrollbar-width:thin}.table-scroll-container::-webkit-scrollbar{width:6px;height:6px}.table-scroll-container--overflow-x{overflow-x:auto;padding-bottom:12px;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.table-scroll-container--overflow-x::-webkit-scrollbar:horizontal{display:none;height:0}.table-scroll-container--overflow-x::-webkit-scrollbar:vertical{width:6px}.table-scroll-container--grab-scroll{cursor:-webkit-grab;cursor:grab}.table-scroll-container--grab-scroll:active{cursor:-webkit-grabbing;cursor:grabbing}.table-scroll-shell{position:relative}.table-scroll-rail{left:0;right:0;bottom:0;height:8px;background:#141414;box-shadow:inset 0 0 0 1px var(--adkey-border);cursor:pointer;z-index:2}.table-scroll-rail,.table-scroll-rail__thumb{position:absolute;border-radius:999px;pointer-events:auto}.table-scroll-rail__thumb{top:1px;bottom:1px;min-width:28px;background:var(--adkey-gold);cursor:-webkit-grab;cursor:grab}.table-scroll-rail__thumb:active{cursor:-webkit-grabbing;cursor:grabbing}.table-scroll-fade{position:absolute;top:0;bottom:12px;width:40px;pointer-events:none;z-index:2}.table-scroll-fade--start{left:0;background:linear-gradient(90deg,#080808 10%,rgba(8,8,8,0))}.table-scroll-fade--end{right:0;background:linear-gradient(270deg,#080808 10%,rgba(8,8,8,0))}.page-shell{max-width:1200px;margin:0 auto;padding:32px 16px}.page-shell--wide{max-width:1600px}.page-shell--centered{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center}