@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0b141a;color:#e9edef;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4b5563}@keyframes pulse-dot{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.typing-dot:first-child{animation:pulse-dot 1.2s 0s infinite}.typing-dot:nth-child(2){animation:pulse-dot 1.2s .2s infinite}.typing-dot:nth-child(3){animation:pulse-dot 1.2s .4s infinite}