@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:IBM Plex Sans,Manrope,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100dvh;overflow-y:scroll;background:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px),#08090b;background-size:44px 44px,44px 44px,auto;color:#e8edf5}a{color:inherit}#root{min-height:100dvh}.app-shell-loader{min-height:100dvh;display:grid;place-items:center;padding:18px}.app-shell-loader__card{min-width:min(320px,100%);display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid rgba(160,166,176,.28);border-radius:6px;background:#111318;box-shadow:none;color:#e8edf5}.app-shell-loader--error .app-shell-loader__card{align-items:flex-start;flex-direction:column}.app-shell-loader__spinner{width:20px;height:20px;flex:0 0 auto;border-radius:50%;border:2px solid rgba(232,237,245,.18);border-top-color:#a6adb8;animation:app-shell-spin .8s linear infinite}@keyframes app-shell-spin{to{transform:rotate(360deg)}}@keyframes reveal-up{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}
