@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.glass-panel{@apply bg-white/70 backdrop-blur-md border border-white/50;}.glass-dark{@apply bg-slate-900/60 backdrop-blur-md border border-white/10;}.perspective-1000{perspective:1000px}.animate-gradient-x{background-size:200% 200%;animation:gradient-x 3s ease infinite}@keyframes gradient-x{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animate-pulse-subtle{animation:pulse-subtle 4s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-subtle{0%,to{opacity:.6}50%{opacity:.3}}.animate-fadeIn{animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#9ca3af4d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#6b728099}.hide-scroll::-webkit-scrollbar{display:none}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}::-moz-selection{background-color:#0ea5e9;color:#fff}::selection{background-color:#0ea5e9;color:#fff}
