@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e5e5e5;background-color:#020202;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#333;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#555}::selection{background-color:#f59e0b4d;color:#fff}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.animate-pulse{animation:blink 1.5s cubic-bezier(.4,0,.6,1) infinite}@keyframes shine{to{left:125%}}@keyframes scan{0%{transform:translateY(-100%);opacity:0}50%{opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes smoke-float{0%{filter:blur(0px);transform:translateY(0) scale(1);opacity:1;text-shadow:0 0 0px rgba(255,255,255,0)}20%{filter:blur(2px);transform:translateY(-5px) scale(1.1);opacity:.8;text-shadow:0 0 10px rgba(255,255,255,.5)}50%{filter:blur(6px);transform:translateY(-15px) translate(10px) scale(1.3) rotate(5deg);opacity:.4}80%{filter:blur(12px);transform:translateY(-30px) translate(25px) scale(1.6) rotate(10deg);opacity:.1}to{filter:blur(20px);transform:translateY(-50px) translate(40px) scale(2);opacity:0}}.animate-smoke{display:inline-block;animation:smoke-float 4s ease-in-out infinite;will-change:transform,filter,opacity}
