*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0b0e14;--bg2:#10141d;--bg3:#151b26;--surface:#1a2232;--border:hsla(0,0%,100%,.06);--border2:hsla(0,0%,100%,.1);--text:#fff;--text2:#7e8b9b;--text3:#4e5a6a;--accent:#0098ea;--accent2:#00b4f4;--ton:#0098ea;--ton2:#00b4f4;--gold:#f5a623;--green:#3ec97a;--red:#f05252;--radius:16px;--radius-sm:10px;--header-h:56px;--bar-h:60px}body,html{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;overscroll-behavior:none}#__next{display:flex;flex-direction:column;min-height:100vh}button{font-family:inherit;cursor:pointer;outline:none;border:none;background:none;-webkit-tap-highlight-color:transparent}button:active{opacity:.75}input,select{font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface);border-radius:4px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.shimmer{background:linear-gradient(90deg,var(--bg3) 25%,var(--surface) 50%,var(--bg3) 75%);background-size:800px 100%;animation:shimmer 1.4s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(1turn)}}