@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color-scheme:dark}body{margin:0;padding:0;min-height:100vh;background-color:#060a12;color:#f8fafc;overflow-x:hidden}svg,img{max-width:100%;box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a99;border-radius:4px}::-webkit-scrollbar-thumb{background:#334155cc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}@keyframes pulse-glow{0%,to{box-shadow:0 0 15px #10b98166}50%{box-shadow:0 0 25px #10b981cc}}.animate-live-glow{animation:pulse-glow 2s infinite ease-in-out}
