@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap");:root{--bg:#0a0c14;--sidebar:#111827;--card:#151b2d;--card-hover:#1a2235;--border:#1e293b;--primary:#3b82f6;--primary-hover:#2563eb;--online:#10b981;--offline:#6b7280;--idle:#f59e0b;--danger:#ef4444;--text:#f1f5f9;--text-muted:#64748b;--text-secondary:#94a3b8;--font-display:"Syne",sans-serif;--font-body:"DM Sans",sans-serif}[data-theme=light]{--bg:#f1f5f9;--sidebar:#fff;--card:#fff;--card-hover:#f8fafc;--border:#e2e8f0;--primary:#3b82f6;--primary-hover:#2563eb;--online:#10b981;--offline:#6b7280;--idle:#f59e0b;--danger:#ef4444;--text:#0f172a;--text-muted:#94a3b8;--text-secondary:#475569}[data-theme=light] .leaflet-tile-pane{filter:none}[data-theme=light] input[type=date],[data-theme=light] input[type=datetime-local],[data-theme=light] input[type=email],[data-theme=light] input[type=number],[data-theme=light] input[type=password],[data-theme=light] input[type=text],[data-theme=light] select{color-scheme:light}*{box-sizing:border-box}body,html{background:var(--bg);color:var(--text);font-family:var(--font-body);margin:0;padding:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--card)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--card) 25%,var(--card-hover) 50%,var(--card) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}to{transform:scale(2);opacity:0}}.online-pulse:before{content:"";position:absolute;inset:0;border-radius:50%;background:var(--online);animation:pulse-ring 1.5s ease-out infinite}.leaflet-container{width:100%;height:100%;background:#0d1117;font-family:var(--font-body)}.leaflet-tile-pane{filter:brightness(.7) saturate(.8)}.leaflet-popup-content-wrapper{color:var(--text)!important;border:1px solid var(--border)!important;border-radius:8px!important;box-shadow:0 4px 20px rgba(0,0,0,.5)!important}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--card)!important}.leaflet-popup-close-button{color:var(--text-muted)!important}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=text],select{color-scheme:dark}