@tailwind base;@tailwind components;@tailwind utilities;:root{--burnt-orange: #FF6B35;--dharmic-gold: #FFD700;--karmic-red: #E53E3E;--glow-cyan: #00f3ff}body{margin:0;background-color:#050505;color:#fff;overflow:hidden}.radhika-atmosphere{position:relative;width:100vw;height:100vh;overflow:hidden;background:#000}.background-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(circle at 50% 50%,#111,#000)}.ui-layer{position:relative;z-index:100;height:100%;width:100%;display:flex;flex-direction:column}.constellation-overlay{pointer-events:none;z-index:50}.glass-morphism{background:#ffffff08;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in 1s ease-out}.glitch-scanlines{background:linear-gradient(#12101000 50%,#00000040 50%),linear-gradient(90deg,#ff00000f,#00ff0005,#0000ff0f);background-size:100% 2px,3px 100%}.glitch-noise{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}
