body { font-family: 'Segoe UI', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; position: fixed; bottom: 0; width: 100%; background: #2c3e50; padding: 10px; text-align: center; }
            .mobile-nav button { background: #e74c3c; color: white; border: none; padding: 10px 20px; }
        }
        h1 { color: #e74c3c; border-bottom: 3px solid #f1c40f; padding-bottom: 10px; }
        h2 { color: #3498db; margin-top: 30px; }
        h3 { color: #2ecc71; }
        .game-btn { display: inline-block; background: #e74c3c; color: white; padding: 12px 25px; margin: 15px 0; text-decoration: none; border-radius: 5px; }
        .logo { font-size: 28px; font-weight: bold; color: #e74c3c; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .logo-variant { color: #f39c12; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
