.icon-planet {
    width: 57px;
    height: 57px;
    padding: 0;
}

.icon-planet svg {
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
}

@media (hover: hover) {
    .icon-planet:hover svg {
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
    }
}

.floating-word {
    position: fixed;
    z-index: 10;
    color: rgba(255, 255, 255, 0.2);
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 600px) {
    .icon-planet {
        width: 42px;
        height: 42px;
    }
    .icon-planet svg {
        width: 24px;
        height: 24px;
    }
    .floating-word {
        font-size: 0.55rem;
    }
}
