@tailwind base;@tailwind components;@tailwind utilities;:root{--background: hsl(0 0% 4%);--foreground: hsl(0 0% 98%);--card: hsl(0 0% 10%);--card-foreground: hsl(0 0% 98%);--popover: hsl(0 0% 8%);--popover-foreground: hsl(0 0% 98%);--primary: hsl(186 100% 50%);--primary-foreground: hsl(0 0% 0%);--secondary: hsl(13 100% 60%);--secondary-foreground: hsl(0 0% 98%);--muted: hsl(0 0% 15%);--muted-foreground: hsl(0 0% 63%);--accent: hsl(186 100% 50%);--accent-foreground: hsl(0 0% 0%);--destructive: hsl(0 84% 60%);--destructive-foreground: hsl(0 0% 98%);--border: hsl(0 0% 20%);--input: hsl(0 0% 15%);--ring: hsl(186 100% 50%);--radius: .75rem;--chart-1: hsl(186 100% 50%);--chart-2: hsl(13 100% 60%);--chart-3: hsl(42 100% 50%);--chart-4: hsl(120 100% 40%);--chart-5: hsl(300 100% 50%);--sidebar: hsl(0 0% 10%);--sidebar-foreground: hsl(0 0% 98%);--sidebar-primary: hsl(186 100% 50%);--sidebar-primary-foreground: hsl(0 0% 0%);--sidebar-accent: hsl(0 0% 15%);--sidebar-accent-foreground: hsl(0 0% 98%);--sidebar-border: hsl(0 0% 20%);--sidebar-ring: hsl(186 100% 50%);--font-sans: "Inter", "system-ui", "sans-serif";--font-serif: "Georgia", "serif";--font-mono: "Menlo", "monospace"}.dark{--background: hsl(0 0% 4%);--foreground: hsl(0 0% 98%);--card: hsl(0 0% 10%);--card-foreground: hsl(0 0% 98%);--popover: hsl(0 0% 8%);--popover-foreground: hsl(0 0% 98%);--primary: hsl(186 100% 50%);--primary-foreground: hsl(0 0% 0%);--secondary: hsl(13 100% 60%);--secondary-foreground: hsl(0 0% 98%);--muted: hsl(0 0% 15%);--muted-foreground: hsl(0 0% 63%);--accent: hsl(186 100% 50%);--accent-foreground: hsl(0 0% 0%);--destructive: hsl(0 84% 60%);--destructive-foreground: hsl(0 0% 98%);--border: hsl(0 0% 20%);--input: hsl(0 0% 15%);--ring: hsl(186 100% 50%)}.live-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.waveform-bar{animation:waveform 1.5s ease-in-out infinite}.waveform-bar:nth-child(2){animation-delay:.1s}.waveform-bar:nth-child(3){animation-delay:.2s}.waveform-bar:nth-child(4){animation-delay:.3s}.waveform-bar:nth-child(5){animation-delay:.4s}.waveform-bar:nth-child(6){animation-delay:.5s}.waveform-bar:nth-child(7){animation-delay:.6s}.waveform-bar:nth-child(8){animation-delay:.7s}@keyframes waveform{0%,to{height:4px}50%{height:20px}}.gradient-border{background:linear-gradient(45deg,#00e5ff,#ff5f33);padding:2px;border-radius:var(--radius)}.gradient-border>div{background:var(--card);border-radius:calc(var(--radius) - 2px)}.glass-effect{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.tab-active{background:#00e5ff;color:#000}.tab-inactive{background:transparent;color:#a1a1a1;border:1px solid hsl(0 0% 20%)}@layer base{*{@apply border-border;}body{@apply font-sans antialiased bg-background text-foreground;}}
