@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--cyber-blue: 14 165 233;--cyber-purple: 168 85 247}}@layer components{.glass-morphism{background:#0f172abf;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid rgba(148,163,184,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-morphism:hover{background:#0f172ad9;border-color:#0ea5e933;box-shadow:0 8px 32px #0ea5e926}.cyber-glow-blue{box-shadow:0 4px 24px #0ea5e91a,0 0 2px #0ea5e94d;transition:box-shadow .3s ease}.cyber-glow-blue:hover{box-shadow:0 8px 32px #0ea5e933,0 0 4px #0ea5e980}.cyber-text-glow{text-shadow:0 0 20px rgba(14,165,233,.3),0 0 40px rgba(14,165,233,.1);transition:text-shadow .3s ease}*{transition-timing-function:cubic-bezier(.4,0,.2,1)}button,a{transition:all .2s cubic-bezier(.4,0,.2,1)}button:active,a:active{transform:scale(.98)}html{scroll-behavior:smooth}input:focus,textarea:focus,select:focus{outline:none;box-shadow:0 0 0 3px #0ea5e91a,0 0 20px #0ea5e933;border-color:#0ea5e9;transition:all .2s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a80}::-webkit-scrollbar-thumb{background:#0ea5e94d;border-radius:4px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#0ea5e980}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px #0ea5e94d}50%{box-shadow:0 0 20px #0ea5e980}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-fade-in-up{animation:fadeInUp .5s ease-out}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}h1,h2,h3{font-weight:700;letter-spacing:-.025em;line-height:1.2}.card-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d,0 0 20px #0ea5e91a}.shimmer{background:linear-gradient(90deg,#fff0,#ffffff0d,#fff0);background-size:1000px 100%;animation:shimmer 2s infinite}}
