body{margin:0;padding:0;background:var(--background);color:var(--text)}body *{font-family:var(--font-main)}#root{min-height:100vh;display:flex;flex-direction:column}#root:before{content:"";display:block;width:100%}::-webkit-scrollbar{width:16px}::-webkit-scrollbar-thumb{background:var(--highlight);border:4px solid transparent;background-clip:content-box;-webkit-background-clip:content-box;border-radius:8px}.title{font-family:var(--font-title);font-size:45px;text-align:center;font-weight:700;display:flex;white-space:nowrap;justify-content:center;align-items:flex-end}.web{position:fixed;top:0;left:0;right:0;bottom:0;border:none;z-index:10;background:var(--background);width:100%;height:100%;user-select:none;-webkit-user-select:none}.lds-dual-ring{display:inline-block;width:80px;height:80px}.lds-dual-ring:after{content:" ";display:block;width:64px;height:64px;border-radius:50%;border:6px solid #000;border-color:#000 transparent #fff transparent;animation:lds-dual-ring 1.2s linear infinite;position:absolute;top:50%;left:50%;margin:-64px 8px 8px -64px}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
