@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap");@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:212.7 26.8% 83.9%;--radius:0.75rem}*{@apply border-border;box-sizing:border-box}html{scroll-behavior:smooth}body{@apply bg-navy-900 text-navy-100 font-sans;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{@apply bg-navy-600 rounded-full}::-webkit-scrollbar-thumb:hover{@apply bg-navy-500}::selection{@apply bg-primary-800 text-white}}@layer components{.badge,.badge-amber,.badge-blue,.badge-green,.badge-purple,.badge-red,.btn,.btn-danger,.btn-ghost,.btn-icon,.btn-lg,.btn-primary,.btn-secondary,.btn-sm,.card,.card-glow,.card-hover,.chat-bubble-ai,.chat-bubble-user,.glass,.input,.label,.section-header,.sidebar-link,.sidebar-link-active,.stat-card,.stat-change,.stat-change-down,.stat-change-up,.stat-icon,.stat-label,.stat-value{@apply bg-navy-800 border border-navy-700 text-navy-100 rounded-2xl rounded-tl-sm px-4 py-3 max-w-[80%] text-sm}}@layer utilities{.text-gradient,.text-gradient-green{@apply bg-gradient-to-r from-emerald-400 to-teal-400 bg-clip-text text-transparent}.bg-gradient-hero{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a)}.grid-pattern{background-image:radial-gradient(rgba(148,163,184,.07) 1px,transparent 0);background-size:32px 32px}.noise{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E")}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}.animate-in{animation:slideUp .4s ease-out both}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.typing-dot{width:6px;height:6px;background:currentColor;border-radius:50%;display:inline-block;margin:0 2px;animation:typingBounce 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.agent-status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.agent-status-active{background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.6)}.agent-status-idle{background:#64748b}.agent-status-processing{background:#f59e0b;box-shadow:0 0 8px rgba(245,158,11,.6)}