@tailwind base;@tailwind components;@tailwind utilities;@layer base{*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{height:100%;background:#06111f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:#f1f5f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}}@layer utilities{.no-scroll{scrollbar-width:none}.no-scroll::-webkit-scrollbar{display:none}.font-mono{font-variant-numeric:tabular-nums}}
