@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:light}body{margin:0;background-color:var(--bg);color:var(--text-main);font-family:var(--font-cn, "Inter", "Segoe UI", sans-serif);overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#64748b59;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#64748b8c}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(var(--primary-rgb),.24);border-radius:999px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(var(--primary-rgb),.4)}.perspective-1000{perspective:1000px}.backface-hidden{backface-visibility:hidden}.rotate-y-180{transform:rotateY(180deg)}.-rotate-y-180{transform:rotateY(-180deg)}@keyframes shiny{0%{background-position:-200% center}to{background-position:200% center}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-shiny{animation:shiny 6s linear infinite}@keyframes neon-breathe-blue{0%,to{text-shadow:0 0 8px rgba(59,130,246,.7),0 0 16px rgba(59,130,246,.4),0 0 32px rgba(59,130,246,.2)}50%{text-shadow:0 0 16px rgba(59,130,246,.9),0 0 32px rgba(59,130,246,.6),0 0 56px rgba(96,165,250,.35)}}@keyframes neon-breathe-cyan{0%,to{text-shadow:0 0 8px rgba(6,182,212,.7),0 0 16px rgba(6,182,212,.4),0 0 32px rgba(6,182,212,.2)}50%{text-shadow:0 0 16px rgba(6,182,212,.9),0 0 32px rgba(6,182,212,.6),0 0 56px rgba(34,211,238,.35)}}@keyframes neon-breathe-green{0%,to{text-shadow:0 0 8px rgba(34,197,94,.7),0 0 16px rgba(34,197,94,.4),0 0 32px rgba(34,197,94,.2)}50%{text-shadow:0 0 16px rgba(34,197,94,.9),0 0 32px rgba(34,197,94,.6),0 0 56px rgba(74,222,128,.35)}}@keyframes neon-breathe-purple{0%,to{text-shadow:0 0 8px rgba(168,85,247,.7),0 0 16px rgba(168,85,247,.4),0 0 32px rgba(168,85,247,.2)}50%{text-shadow:0 0 16px rgba(168,85,247,.9),0 0 32px rgba(168,85,247,.6),0 0 56px rgba(192,132,252,.35)}}.animate-neon-1{animation:neon-breathe-blue 2s ease-in-out infinite}.animate-neon-2{animation:neon-breathe-cyan 2.7s ease-in-out infinite}.animate-neon-3{animation:neon-breathe-green 3.3s ease-in-out infinite}.animate-neon-4{animation:neon-breathe-purple 2.3s ease-in-out infinite}
