@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&family=Syne:wght@400;600;700;800&family=Inter:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{color-scheme:dark}body{@apply bg-lab-bg text-lab-text;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow:hidden}#root{background-image:linear-gradient(rgba(0,210,180,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,210,180,.04) 1px,transparent 1px);background-size:40px 40px;background-position:center}::selection{background:#00d2b433;color:#00d2b4}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00d2b433;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00d2b466}}@layer components{.lab-panel{@apply bg-lab-panel border border-lab-border rounded-xl;}.lab-input{@apply w-full bg-lab-bg border border-lab-border rounded-lg px-3 py-2 text-sm text-lab-text font-mono outline-none focus:border-lab-cyan transition-colors placeholder:text-lab-muted;}.lab-btn-primary{@apply bg-lab-cyan text-lab-bg font-mono font-bold text-xs px-4 py-2 rounded-lg hover:bg-lab-green transition-all duration-200 disabled:opacity-40 disabled:cursor-not-allowed;}.lab-btn-ghost{@apply border border-lab-border text-lab-muted font-mono text-xs px-4 py-2 rounded-lg hover:border-lab-cyan hover:text-lab-cyan transition-all duration-200;}.status-dot-active{@apply w-2 h-2 rounded-full bg-lab-green animate-pulse-slow;}.status-dot-idle{@apply w-2 h-2 rounded-full bg-lab-cyan/60;}.status-dot-working{@apply w-2 h-2 rounded-full bg-lab-amber animate-pulse;}.status-dot-offline{@apply w-2 h-2 rounded-full bg-lab-muted;}}[cmdk-dialog]{@apply bg-lab-panel border border-lab-cyan/30 rounded-xl shadow-2xl shadow-lab-cyan/5;}[cmdk-input]{@apply bg-transparent w-full text-sm text-lab-text font-mono placeholder:text-lab-muted focus:outline-none px-4 py-3;}[cmdk-list]{@apply p-2 max-h-72 overflow-auto;}[cmdk-item]{@apply p-2.5 rounded-lg flex items-center gap-3 cursor-pointer text-lab-muted text-xs font-mono;}[cmdk-item][aria-selected=true]{@apply bg-lab-cyan/10 text-lab-cyan;}[cmdk-separator]{@apply h-px bg-lab-border my-1;}
