@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#030612] text-slate-100 antialiased selection:bg-indigo-500/30 selection:text-indigo-200;font-feature-settings:"cv02","cv03","cv04","cv11";overflow-x:hidden;max-width:100vw}html{overflow-x:hidden;max-width:100vw}@media(max-width:639px){input,select,textarea{font-size:16px!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#05081699}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}}@layer components{.glass-card{@apply bg-white/[.03] backdrop-blur-2xl border border-white/10 shadow-[0_8px_32px_0_rgba(0,0,0,.37)] transition-all duration-300;}.glass-card-hover{@apply bg-white/[.03] hover:bg-white/[.06] backdrop-blur-2xl border border-white/10 hover:border-indigo-500/40 shadow-xl hover:shadow-indigo-500/10 transition-all duration-300 hover:-translate-y-0.5;}.glass-panel{@apply bg-[#080c1e]/70 backdrop-blur-3xl border border-white/[.08] shadow-[0_20px_50px_rgba(0,0,0,.5)];}.glass-sidebar{@apply bg-[#060919]/90 backdrop-blur-[40px] border-r border-white/[.08] shadow-[8px_0_32px_rgba(0,0,0,.6)];}.glass-header{@apply bg-[#060919]/80 backdrop-blur-3xl border-b border-white/[.08] shadow-lg;}.glass-pill{@apply bg-white/[.05] hover:bg-white/10 border border-white/10 rounded-full px-3 py-1 text-xs font-semibold backdrop-blur-md transition-all;}.glass-input{@apply bg-white/[.04] border border-white/10 focus:border-indigo-500/50 focus:bg-white/[.07] text-white placeholder-slate-400 outline-none backdrop-blur-xl transition-all duration-200;}.glass-btn-primary{@apply bg-gradient-to-r from-indigo-600 via-indigo-500 to-violet-600 hover:from-indigo-500 hover:to-violet-500 text-white font-bold shadow-[0_0_25px_rgba(79,70,229,.4)] hover:shadow-[0_0_35px_rgba(79,70,229,.6)] transition-all duration-300 active:scale-[.98];}.glass-btn-secondary{@apply bg-white/[.06] hover:bg-white/[.12] text-slate-200 hover:text-white border border-white/10 hover:border-white/20 transition-all duration-200 active:scale-[.98];}.badge-emerald{@apply bg-emerald-500/10 border border-emerald-500/20 text-emerald-400;}.badge-indigo{@apply bg-indigo-500/10 border border-indigo-500/20 text-indigo-300;}.badge-amber{@apply bg-amber-500/10 border border-amber-500/20 text-amber-300;}.badge-rose{@apply bg-rose-500/10 border border-rose-500/20 text-rose-300;}.gradient-text-indigo{@apply bg-clip-text text-transparent bg-gradient-to-r from-white via-indigo-200 to-indigo-400;}.gradient-text-emerald{@apply bg-clip-text text-transparent bg-gradient-to-r from-white via-emerald-200 to-teal-400;}.gradient-text-rose{@apply bg-clip-text text-transparent bg-gradient-to-r from-white via-rose-200 to-orange-400;}}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(1deg)}to{transform:translateY(0) rotate(0)}}@keyframes pulseGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse-glow{animation:pulseGlow 4s ease-in-out infinite}
