@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box}body{margin:0;padding:0;background:#0f0c1a;color:#fff;font-family:Inter,system-ui,sans-serif;overflow:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#7c6ef280;border-radius:2px}}@layer components{.app-container{width:100vw;height:100vh}}
