:root{color-scheme:dark;background-color:#23252b}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#23252b;color:#e0e0e0;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.mobile-shell{width:min(480px,100%);margin:0 auto;padding-left:1rem;padding-right:1rem;padding-bottom:calc(4rem + env(safe-area-inset-bottom,0px))}@keyframes gradient-move{0%{background-position:0% 50%}to{background-position:200% 50%}}.animate-gradient-move{animation:gradient-move 3s linear infinite;background-size:200% auto}@keyframes shimmer{0%{transform:translate(-100%);opacity:0}50%{opacity:1}to{transform:translate(100%);opacity:0}}.animate-[shimmer_2s_infinite]{animation:shimmer 2s infinite}::-webkit-scrollbar{width:0;height:0}
