




























@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .stars,
    .stars2,
    .stars3 {
        animation: none;
    }
    
    .planet,
    .orbit-ring,
    .orbit-ring-2 {
        animation: none;
    }
    
    .feature-card {
        animation: none;
    }
}


@media (prefers-contrast: high) {
    :root {
        --star-white: #ffffff;
        --star-dim: #cccccc;
        --star-bright: #ffff00;
    }
    
    .feature-card {
        border: 2px solid var(--star-white);
    }
    
    .btn-secondary {
        border-width: 3px;
    }
}




























