body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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; top: 0; left: 0; width: 100%; background: #ff9900; color: white; padding: 10px; text-align: center; }
            .toggle-nav { background: none; border: none; color: white; font-size: 20px; cursor: pointer; }
            .nav-links { display: none; }
            .nav-links.active { display: block; }
            .nav-links a { display: block; padding: 10px; color: white; }
        }
        .logo { font-size: 28px; font-weight: bold; color: #ff6600; margin-bottom: 20px; }
        .game-btn { display: inline-block; padding: 12px 24px; background: #ff6600; color: white; text-decoration: none; border-radius: 5px; margin: 10px 0; font-weight: bold; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tags { margin: 20px 0; }
        .tag { background: #f0f0f0; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 4px; }
        footer { margin-top: 40px; padding: 20px 0; border-top: 1px solid #eee; }
