@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#0D0D0D] text-[#E5E7EB] overflow-x-hidden;-webkit-tap-highlight-color:transparent}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#1f2937;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ff6b00}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes highlightBlink{0%{border-color:#ff6b00;box-shadow:0 0 #ff6b00}50%{border-color:#ff6b00;box-shadow:0 0 30px #ff6b0066}to{border-color:#1f2937;box-shadow:0 0 #ff6b00}}.animate-highlight{animation:highlightBlink 1.5s ease-in-out 2}.ambient-glow{background:radial-gradient(circle at center,rgba(255,107,0,.1) 0%,transparent 70%);pointer-events:none}
