@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes tech-pulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.05);opacity:.8}}@keyframes tech-pulse-delayed{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.08);opacity:.6}}.animate-square-expand{animation:tech-pulse 4s ease-in-out infinite}.animate-square-expand-delayed{animation:tech-pulse-delayed 4s ease-in-out 1s infinite}
