*,::before,::after{box-sizing:border-box;border:0 solid}
html{-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif;line-height:1.5}
body{margin:0;background-color:#090b0f;color:#ededed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:env(safe-area-inset-bottom)}
html,body{overflow-x:hidden;max-width:100%}
#root{min-height:100vh}
.min-h-screen{min-height:100vh}
.flex{display:flex}
.items-center{align-items:center}
.justify-center{justify-content:center}
.text-center{text-align:center}
.text-gradient-primary{background:linear-gradient(135deg,#e53e3e,#f56565);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.animate-spin{animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.stats-grid-container{min-height:108px}
.terminal-card{min-height:148px}
h1{min-height:2.5em}
p[style*="min-height"]{min-height:4em}
body>div[data-netlify-deploy-id],[data-netlify-deploy-id]{display:none!important;visibility:hidden!important;opacity:0!important}
.gpu-accelerated{will-change:transform;transform:translateZ(0)}
.text-visible{opacity:1!important}