@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400&family=Rajdhani:wght@400;500;600;700&display=swap");:root{--yellow:#ffe000;--cyan:#00f5ff;--red:#f36;--bg:#05050f;--surface:#0d0d20;--border:hsla(0,0%,100%,.08)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:#e0e0f0;font-family:Rajdhani,sans-serif;font-size:16px;line-height:1.5;min-height:100vh}body:before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 0,rgba(0,0,0,.03) 4px)}.mono,code{font-family:Space Mono,monospace}