@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}:root{--color-primary:#e5b493}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#a8bcd4;background:#1c222b;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}#root{width:100%;min-height:100vh}input,button,textarea,select{font-family:inherit}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6,p{margin:0}.scrollText{white-space:nowrap;animation:18s linear infinite ticker-move;display:inline-block}@keyframes ticker-move{0%{transform:translate(100vw)}to{transform:translate(-100%)}}html,body{overflow-x:hidden}@media (width<=600px){h1{font-size:clamp(16px,4.5vw,24px)!important}input,select,textarea{font-size:16px!important}button{min-height:40px}}@supports (padding-bottom:env(safe-area-inset-bottom)){.bottom-nav,[style*="position: fixed"][style*="bottom: 0"]{padding-bottom:calc(20px + env(safe-area-inset-bottom))!important}}.route-loading{z-index:9999;background-color:#12161b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner{border:4px solid #ffffff0d;border-top-color:var(--color-primary,#e5b493);border-radius:50%;width:50px;height:50px;animation:1s linear infinite route-spin}@keyframes route-spin{to{transform:rotate(360deg)}}
