
.map-speedometer {
    position: absolute;
    bottom: 30px;
    right: 20px;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    color: white;
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(59, 130, 246, 0.5);
    min-width: 90px;
    height: 90px;
}
.map-speedometer span {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    color: #3b82f6;
    font-family: monospace;
    text-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}
.map-speedometer small {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    margin-top: 5px;
    font-weight: 800;
}
