@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#0b0f19;--bg-secondary:#121826;--bg-card:#161e31b3;--border-card:#ffffff14;--border-focus:#00f2fe80;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent-cyan:#00f2fe;--accent-blue:#4f46e5;--accent-green:#10b981;--accent-amber:#f59e0b;--accent-red:#ef4444;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-glow:0 0 20px #00f2fe26;--shadow-red-glow:0 0 25px #ef444466}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-card);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-card);transition:var(--transition-smooth);border-radius:16px;box-shadow:0 10px 30px #0000004d}.glass-panel:hover{border-color:#ffffff1f}.glow-text-cyan{text-shadow:0 0 10px #00f2fe80;color:var(--accent-cyan)}.glow-border-cyan{box-shadow:var(--shadow-glow);border-color:var(--accent-cyan)!important}.app-container{background:radial-gradient(circle at top right, #00f2fe0d, transparent 60%), radial-gradient(circle at bottom left, #4f46e50d, transparent 60%), var(--bg-primary);width:100vw;height:100vh;display:flex}.sidebar{border-right:1px solid var(--border-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#0b0f19d9;flex-direction:column;width:260px;display:flex}.sidebar-header{border-bottom:1px solid var(--border-card);align-items:center;gap:12px;padding:24px;display:flex}.sidebar-logo-icon{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));color:#0b0f19;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.sidebar-menu{flex-direction:column;flex:1;gap:6px;padding:20px 12px;list-style:none;display:flex;overflow-y:auto}.sidebar-link{color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);border-radius:10px;align-items:center;gap:12px;padding:12px 16px;font-weight:500;text-decoration:none;display:flex}.sidebar-link:hover,.sidebar-link.active{color:#fff;background:#ffffff0d}.sidebar-link.active{border-left:3px solid var(--accent-cyan);background:linear-gradient(90deg,#00f2fe26 0%,#4f46e50d 100%)}.sidebar-footer{border-top:1px solid var(--border-card);color:var(--text-muted);justify-content:space-between;align-items:center;padding:16px 24px;font-size:14px;display:flex}.main-workspace{flex-direction:column;flex:1;height:100%;padding:30px;display:flex;overflow-y:auto}.workspace-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.workspace-title{letter-spacing:-.5px;font-size:28px;font-weight:700}.map-container{border:1px solid var(--border-card);background:#0e1321;border-radius:16px;width:100%;height:480px;position:relative;overflow:hidden}.map-svg{background:radial-gradient(circle,#151b2e 20%,#0e1321 80%);width:100%;height:100%}.map-road{stroke:#ffffff0d;stroke-width:4px;fill:none;stroke-linecap:round}.map-road-highway{stroke:#ffffff14;stroke-width:8px;fill:none;stroke-linecap:round}.map-geofence{fill:#00f2fe0a;stroke:var(--accent-cyan);stroke-width:1.5px;stroke-dasharray:4 4;transform-origin:50%;animation:60s linear infinite rotateGeofence}.map-geofence-danger{fill:#ef44440a;stroke:var(--accent-red);stroke-width:1.5px}.map-marker-child{filter:drop-shadow(0 0 8px var(--accent-cyan));cursor:pointer;transition:transform .5s ease-out}.pulsing-dot{background-color:var(--accent-green);border-radius:50%;width:10px;height:10px;animation:2s infinite pulseGreen;box-shadow:0 0 #10b981b3}.pulsing-dot.offline{background-color:var(--accent-red);box-shadow:none;animation:none}.pulsing-dot.sos{background-color:var(--accent-red);animation:1s infinite pulseRed;box-shadow:0 0 #ef4444b3}@keyframes pulseGreen{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 8px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}@keyframes pulseRed{0%{transform:scale(.95);box-shadow:0 0 #ef4444cc}70%{transform:scale(1.1);box-shadow:0 0 0 12px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}@keyframes rotateGeofence{to{transform:rotate(360deg)}}.sos-overlay{border:4px solid var(--accent-red);z-index:1000;text-align:center;background:#0b0f19f2;flex-direction:column;justify-content:center;align-items:center;padding:40px;animation:1.5s infinite alternate sosFlash;display:flex;position:fixed;inset:0}@keyframes sosFlash{0%{box-shadow:inset 0 0 50px #ef44444d}to{box-shadow:inset 0 0 100px #ef4444cc,0 0 30px #ef444466}}.audio-visualizer{justify-content:center;align-items:center;gap:4px;height:60px;padding:10px;display:flex}.audio-bar{background:linear-gradient(to top, var(--accent-cyan), var(--accent-blue));border-radius:2px;width:4px;animation:1.2s ease-in-out infinite audioWave}.audio-bar:nth-child(2){animation-delay:.1s}.audio-bar:nth-child(3){animation-delay:.2s}.audio-bar:nth-child(4){animation-delay:.3s}.audio-bar:nth-child(5){animation-delay:.4s}.audio-bar:nth-child(6){animation-delay:.3s}.audio-bar:nth-child(7){animation-delay:.2s}.audio-bar:nth-child(8){animation-delay:.1s}@keyframes audioWave{0%,to{height:10px}50%{height:50px}}.form-input{border:1px solid var(--border-card);width:100%;color:var(--text-primary);font-family:var(--font-sans);transition:var(--transition-smooth);background:#0b0f1999;border-radius:8px;padding:12px 16px}.form-input:focus{border-color:var(--accent-cyan);outline:none;box-shadow:0 0 10px #00f2fe26}.btn-primary{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));color:#0b0f19;cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-weight:600;display:flex}.btn-primary:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-secondary{border:1px solid var(--border-card);color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-weight:500;display:flex}.btn-secondary:hover{color:#fff;background:#ffffff0d}.grid-dashboard{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:30px;display:grid}
