@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";body{margin:0;padding:0;background-color:#315b40;font-family:Inter,sans-serif;color:#fff;display:flex;justify-content:center;min-height:100vh}#root{width:100%;max-width:440px;background-color:#315b40;box-shadow:0 0 40px #00000080;display:flex;flex-direction:column}.app-container{display:flex;flex-direction:column;padding:40px 20px;flex:1}.header{text-align:center;margin-bottom:20px}.header h1{margin:0;font-size:32px;font-weight:700;color:#e0f2fe}.status-badge{display:inline-flex;align-items:center;gap:8px;margin-top:5px;color:#a7f3d0;font-size:16px}.status-dot{width:12px;height:12px;border-radius:50%}.gauge-container{position:relative;width:280px;height:160px;margin:0 auto}.gauge-text{position:absolute;top:60px;left:0;right:0;text-align:center;display:flex;flex-direction:column}.speed-val{font-size:64px;font-weight:700;line-height:1;color:#d1fae5}.speed-unit{font-size:20px;color:#d1fae5;font-weight:600}.video-feed{width:100%;height:180px;background-color:#1e3323;border-radius:16px;overflow:hidden;margin-bottom:20px;box-shadow:0 8px 16px #0003}.video-feed img{width:100%;height:100%;object-fit:cover}.video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff6}.widget-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.widget{padding:15px;border-radius:16px;display:flex;flex-direction:column;color:#1a1a1a;min-height:80px;justify-content:center}.widget .label{font-size:15px;font-weight:600;opacity:.9}.widget .value{font-size:32px;font-weight:700;margin-top:5px}.block-green{background-color:#a8d5ba}.block-purple{background-color:#c4b5fd}.block-orange{background-color:#fed7aa;padding:0;overflow:hidden}.block-pink{background-color:#fca5a5}.map-mockup{width:100%;height:100%;background:linear-gradient(45deg,#fcd34d 25%,transparent 25%,transparent 75%,#fcd34d 75%,#fcd34d),linear-gradient(45deg,#fcd34d 25%,transparent 25%,transparent 75%,#fcd34d 75%,#fcd34d);background-color:#fed7aa;background-size:20px 20px;background-position:0 0,10px 10px;display:flex;align-items:center;justify-content:center}.map-dot{width:14px;height:14px;background-color:#3b82f6;border:3px solid white;border-radius:50%;box-shadow:0 0 10px #0003}.action-btn{padding:15px;border-radius:16px;text-align:center;font-size:18px;font-weight:700;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-red{background-color:#f87171;color:#7f1d1d}.btn-yellow{background-color:#fde047}.btn-green{background-color:#4ade80;color:#064e3b}.pulse-alert{animation:pulse 1s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05);background-color:#ef4444;color:#fff}to{transform:scale(1)}}.bottom-nav{margin-top:auto;display:flex;justify-content:space-around;padding:20px 10px 0}.nav-item{display:flex;flex-direction:column;align-items:center;gap:5px;color:#a7f3d0;font-size:12px;font-weight:600;cursor:pointer;opacity:.6;transition:all .3s}.nav-item.active{color:#4ade80;opacity:1}.nav-item:hover{opacity:1}
