@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--scifi-primary:#00f0ff;--scifi-secondary:#7000ff;--scifi-accent:#f0f;--scifi-warning:#ff9500;--scifi-success:#0f8;--scifi-error:#f05;--scifi-bg:#0a0e17;--scifi-surface:#141d2b;--scifi-border:#2a3b55}*{scrollbar-width:thin;scrollbar-color:var(--scifi-primary) var(--scifi-surface)}body{@apply bg-scifi-bg text-gray-100 antialiased overflow-hidden}}@layer utilities{.scifi-border,.scifi-glow,.scifi-gradient{@apply shadow-[0_0_20px_rgba(0,240,255,0.3)]}.scifi-text-glow{text-shadow:0 0 10px var(--scifi-primary),0 0 20px var(--scifi-primary),0 0 40px var(--scifi-primary)}.neon-button,.scifi-panel{@apply px-6 py-3 bg-transparent border-2 border-scifi-primary text-scifi-primary
           font-semibold rounded-lg transition-all duration-300
           hover:bg-scifi-primary/10 hover:shadow-neon-blue
           active:scale-95 relative overflow-hidden}.neon-button:before{@apply absolute inset-0 bg-gradient-to-r from-transparent via-scifi-primary/30 to-transparent
           -translate-x-full transition-transform duration-500;content:""}.neon-button:hover:before{@apply translate-x-full}.hologram-card{@apply relative scifi-panel overflow-hidden;background:linear-gradient(135deg,rgba(0,240,255,.1),rgba(112,0,255,.1) 50%,rgba(255,0,255,.1))}.hologram-card:before{@apply absolute inset-0 bg-gradient-to-b from-transparent via-scifi-primary/10 to-transparent
           animate-scan pointer-events-none;content:""}.data-grid,.hologram-border{@apply grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4}.data-item{@apply scifi-panel p-4 relative overflow-hidden;background:linear-gradient(135deg,rgba(0,240,255,.05),rgba(112,0,255,.05))}.data-item:after{@apply absolute bottom-0 left-0 w-full h-1 bg-gradient-to-r from-scifi-primary to-scifi-secondary;content:""}.loading-spinner{@apply w-8 h-8 border-2 border-scifi-primary border-t-transparent rounded-full animate-spin}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-thumb,.custom-scrollbar::-webkit-scrollbar-track{@apply bg-scifi-primary/50 rounded-full}.custom-scrollbar::-webkit-scrollbar-thumb:hover{@apply bg-scifi-primary}}@layer components{.scifi-button,.scifi-button-accent,.scifi-button-secondary,.scifi-card,.scifi-input,.scifi-subtitle,.scifi-title,.status-dot,.status-dot-busy,.status-dot-offline,.status-dot-online,.status-indicator{@apply bg-scifi-warning shadow-[0_0_10px_#ff9500]}.hologram-effect{@apply relative;background:linear-gradient(135deg,rgba(0,240,255,.02),rgba(112,0,255,.02) 50%,rgba(255,0,255,.02))}.hologram-effect:before{@apply absolute inset-0 bg-[url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0dGVybiBpZD0iZ3JpZCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBkPSJNIDQwIDAgTCAwIDAgMCA0MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJyZ2JhKDAsIDI0MCwgMjU1LCAwLjAzKSIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyaWQpIi8+PC9zdmc+")] opacity-50 pointer-events-none;content:""}.data-flow{@apply relative overflow-hidden}.data-flow:after{@apply absolute top-0 left-0 w-full h-full
           bg-gradient-to-r from-transparent via-scifi-primary/20 to-transparent
           animate-[scan_3s_linear_infinite];content:""}.avatar-viewer{@apply relative w-full h-full rounded-lg overflow-hidden;background:linear-gradient(135deg,rgba(0,240,255,.1),rgba(112,0,255,.1))}.avatar-viewer:before{@apply absolute inset-0 border-2 border-scifi-primary/30 rounded-lg pointer-events-none;content:""}.dialogue-bubble,.interaction-panel{@apply relative bg-scifi-surface/90 backdrop-blur-xl border border-scifi-primary/50 rounded-lg p-4
           shadow-glow animate-float}.dialogue-bubble:before{@apply absolute -bottom-2 left-1/2 -translate-x-1/2
           w-0 h-0 border-l-8 border-r-8 border-t-8 border-transparent border-t-scifi-surface/90;content:""}}