        /* Performance Optimizations. The wordmark's own reduced-motion rule travels with the
           shared header card, so it is not restated here. */
        @media (prefers-reduced-motion: reduce) {
            .bg-grid,
            .gradient-overlay,
            .card-icon,
            .card,
            .carousel-card,
            .link-item {
                animation: none !important;
                transition: none !important;
            }
        }

        /* High Contrast Mode Support */
        @media (prefers-contrast: high) {
            :root {
                --accent-cyan: #00ffff;
                --accent-cyan-bright: #66ffff;
                --accent-gold: #ffd700;
                --accent-silver: #e0e0e0;
                --text-primary: #ffffff;
                --text-secondary: #cccccc;
                --text-dim: #bbbbbb;
            }
        }
