/* v8 realistic particle globe - no giant outer disc */
.globe-area {
    width: min(720px, 56vw) !important;
    filter:
        drop-shadow(0 0 22px rgba(80, 170, 255, .30))
        drop-shadow(0 0 52px rgba(110, 90, 255, .20)) !important;
}

.globe-area::before,
.globe-area::after,
.globe-area .arc {
    display: none !important;
}

#earth {
    opacity: 0 !important;
}

#earth3d {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 4 !important;
    pointer-events: auto !important;
    cursor: grab !important;
}

#earth3d:active {
    cursor: grabbing !important;
}

/* v14 smooth 360 left-drag */
#earth3d {
    touch-action: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-user-drag: none !important;
}
