@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500&display=swap";*{box-sizing:border-box}:root,[data-theme=light]{--bg: oklch(.985 .002 285);--surface: oklch(1 0 0);--surface-2: oklch(.972 .003 285);--border: oklch(.92 .004 285);--text: oklch(.27 .012 285);--text-dim: oklch(.58 .008 285);--accent: oklch(.52 .16 285);--accent-soft: color-mix(in oklch, var(--accent) 8%, transparent);--ok: oklch(.58 .13 155);--warn: oklch(.68 .14 70);--bad: oklch(.56 .19 25);--remote: oklch(.55 .14 230);--remote-soft: color-mix(in oklch, var(--remote) 8%, transparent);--font-body: "Manrope", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace}[data-theme=dark]{--bg: oklch(.2 .005 285);--surface: oklch(.235 .006 285);--surface-2: oklch(.275 .006 285);--border: oklch(.32 .008 285);--text: oklch(.94 .004 285);--text-dim: oklch(.66 .008 285);--accent: oklch(.7 .14 285);--accent-soft: color-mix(in oklch, var(--accent) 16%, transparent);--ok: oklch(.72 .13 155);--warn: oklch(.78 .13 75);--bad: oklch(.66 .18 25);--remote: oklch(.72 .13 230);--remote-soft: color-mix(in oklch, var(--remote) 16%, transparent)}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body)}a{color:var(--accent);text-decoration:none}@keyframes axon-pulse{0%,to{opacity:1}50%{opacity:.3}}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}.quick-access-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.sensors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.quick-access-card{padding:18px}@media(max-width:768px){.quick-access-grid{grid-template-columns:repeat(2,1fr);gap:10px}.quick-access-card{padding:13px}.sensors-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sensor-tile{padding:10px 11px!important}}
