:root{color-scheme:dark}html,body,#root{margin:0;padding:0;height:100%;background:#08040e;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}*{box-sizing:border-box}body{overflow:hidden;overscroll-behavior:none}#root{width:100%;height:100vh;height:100dvh;display:flex;align-items:stretch;justify-content:stretch}::-webkit-scrollbar{width:0}button{font-family:inherit}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.7);opacity:.6}}
