:root{--bg: #0a0a0a;--white-100: rgba(255, 255, 255, 1);--white-92: rgba(255, 255, 255, .92);--white-82: rgba(255, 255, 255, .82);--white-70: rgba(255, 255, 255, .7);--white-55: rgba(255, 255, 255, .55);--white-45: rgba(255, 255, 255, .45);--white-40: rgba(255, 255, 255, .4);--white-35: rgba(255, 255, 255, .35);--white-25: rgba(255, 255, 255, .25);--white-12: rgba(255, 255, 255, .12);--white-10: rgba(255, 255, 255, .1);--white-07: rgba(255, 255, 255, .07);--white-06: rgba(255, 255, 255, .06);--panel-bg: rgba(10, 10, 10, .62);--font: "Space Grotesk", system-ui, -apple-system, sans-serif;--weight-thin: 200;--weight-light: 300;--weight-regular: 400;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-28: 28px;--space-36: 36px;--space-40: 40px;--space-48: 48px;--space-60: 60px;--space-72: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;min-height:100dvh;overflow:hidden;background:var(--bg);font-family:var(--font);color:var(--white-92)}@media(min-width:768px){html,body,#root{overflow:visible}}button{font-family:var(--font);cursor:pointer;background:none;border:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}img{display:block;pointer-events:none;user-select:none;-webkit-user-drag:none}::selection{background:#ffffff26;color:#fff}*:focus{outline:none}button:focus-visible{outline:1px solid rgba(255,255,255,.5);outline-offset:3px}
